

/* SET GLOBAL STYLES */
body {	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	}
ul {	margin: 5px;		}
li {	margin-left: 30px;	}
a {		text-decoration: none;	}


/* SET DEFAULT DATA TABLE STYLE */
.DataTable td, .DataTable th 
{
	padding: 2px;
}

.StatsTable td, .StatsTable th 
{
	padding: 1px;
}


/* SET STANDARD HEADERS */
.HT	{	font-size: 14px; font-weight: bold; color: #0066CC;	}
.HT2 {	font-size: 12px; font-weight: bold; color: #6699FF;	}


/* SET ALT LINK DETAILS */
.AltLink {			color: #0000FF;	cursor: pointer;	}
.AltLink:hover {	color: #990000;	cursor: pointer;	}


/* DEFINE DEFAULT RESPONSES */
.IWSuccess {	font-size: 12px;	color: #006600;	font-weight: bold;	}
.IWNote {		font-size: 12px;	color: #0000FF;	font-weight: bold;	}
.IWError {		font-size: 12px;	color: #CC0000;	font-weight: bold;	}


/* SET DEFAULT FORM STYLES */
.IWFmT, .IWFmP, .IWFmTa, .IWFmS {	background-color: #EEEEEE; border: 1px solid #666666; padding: 1px;	}
.CrRem {	color: #666666; font-style: italic; font-size: 10px;	}


/* SET STANDARD LAYOUT STYLES */
.IWDispTL {	font-weight: bold;		vertical-align: top;	white-space: nowrap; text-align: left;		}
.IWDispTC {	font-weight: bold;		vertical-align: top;	white-space: nowrap; text-align: center;	}
.IWDispD {	font-weight: normal;	vertical-align: top;	white-space: normal; text-align: left;		}
.IWRSp {	font-size: 1px; line-height: 1px; height: 20px; margin: 0px; padding: 0px;	}


/* DEFINE DEFAULT DISPLAYS */
#IWTblEntry table, #IWTblEntry th, #IWTblEntry td, 
#IWTblPreview table, #IWTblPreview th, #IWTblPreview td, 
#IWTblChanged table, #IWTblChanged th, #IWTblChanged td, 
#IWTblSuccess table, #IWTblSuccess th, #IWTblSuccess td, 
#IWTblStats table, #IWTblStats th, #IWTblStats td, 
#IWTblIndex table, #IWTblIndex th, #IWTblIndex td, 
#IWTblSearch table, #IWTblSearch th, #IWTblSearch td, 
#IWTblResults table, #IWTblResults th, #IWTblResults td, 
#IWTblDetails table, #IWTblDetails th, #IWTblDetails td {
	border: 0px;
}

