/* default settings */
body, table, td, p {
	font-family : arial, helvetica;
	font-size : 11px;
	color : #FFFFFF;
	/* scrollbar-base-color: #000000;  */
	scrollbar-face-color: #FFFFCC;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-highlight-color: #4C3771;
	/* scrollbar-shadow-color: #000000;  */
	scrollbar-darkshadow-Color: #000000;
	}

a:link, a:visited, a:active {
	text-decoration : underline;
	font-weight : bold;
	color : #FFFFCC;
	}

a:hover {
	text-decoration : underline;
	color : #FFAD10;
	}
	
INPUT {
	font-size : 11px;
	font-family : Arial;
	color : #000066;
	width : auto;
}
	
SELECT {
	font-size : 11px;
	font-family : Arial;
	color : #000066;
}

/* custom font styles */
.bluelabels {
	font-family : arial;
	font-size : 11px;
	font-weight : bold;
	color : #000066;
	}

.blacklabels {
	font-family : arial;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	}

.whitelabels, .whitelabels a:link, .whitelabels a:visited {
	font-family : arial;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	background: #15327E
	}

.whitelabels a:hover {
	text-decoration : underline;
	color : #FFAD10;
	}
	
.fields {
	font-family : arial, helvetica;
	font-size : 11px;
	color: #000000;
	}



/* headers */
.headerbold {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #323739;
	font-weight : bold;
}

.whiteheaderbold {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #E8EBE7;
	font-weight : bold;
}

.whitetext {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #E8EBE7;
}

.funcheaders {
	background-color : #10307B;
	font-family : Tahoma, Verdana, Arial;
	font-size : 13px;
	color : White;
	font-weight : bold;
}

.modheaders {
	background-color : #00164F;
	font-family : Tahoma, Verdana, Arial;
	font-size : 13px;
	color : White;
	font-weight : bold;
}

.modheaderstiny {
	background-color : #00164F;
	font-family : Tahoma, Verdana, Arial;
	font-size : 10px;
	color : White;
	font-weight : bold;
}

.hdrstripes {background-color:#F8DF60;}


/* table definitions */

.formspacer {width : 10px}

.blackbox {
	border-top : 1px solid #545454;
	border-bottom : 1px solid #545454;
	border-left : 1px solid #545454;
	border-right : 1px solid #545454;
	background-color:#000000;
}

.innerbox_primary {
	border-top : 1px solid #B3BED8;
	border-bottom : 1px solid #B3BED8;
	border-left : 1px solid #B3BED8;
	border-right : 1px solid #B3BED8;
	background-color:#4C3771;
}

.innerbox_secondary {
	border-top : 1px solid #B3BED8;
	border-bottom : 1px solid #B3BED8;
	border-left : 1px solid #B3BED8;
	border-right : 1px solid #B3BED8;
	background-color:#CE5227;
}

.box {
	border-top : 1px solid #545454;
	border-bottom : 1px solid #545454;
	border-left : 1px solid #545454;
	border-right : 1px solid #545454;
}

.datatable {
	border-top : 1px solid #929795;
	border-bottom : 1px solid #929795;
	border-left : 1px solid #929795;
	border-right : 1px solid #929795;

}

.datatableblack {
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;

}

.boxborder {background-color:#000066;}

.dataheaders {background-color : #B3B1B3;}

.datarow1 {background-color:#DAD8CF;}
.datarow2 {background-color:#EBEAE2;}

.datatable {
	border-color : #BEBFC3;
	border-style : solid;
	border-width : 1px;
}


