/* Global  ------------------------------------------------------------------ */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.borderBlk {
	border: 1px solid #000000;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #000000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #0000ff;
}


/* Scroll Bar  --------------------------------------------------------------- */

BODY {
	scrollbar-face-color: #D3972A; 
	scrollbar-shadow-color: #470307; 
	scrollbar-highlight-color: #DDA53E; 
	scrollbar-3dlight-color: #FDD999; 
	scrollbar-darkshadow-color: #470307; 
	scrollbar-track-color: #7A1B20; 
	scrollbar-arrow-color: #7A1B20;
}


/* Forms  ------------------------------------------------------------------ */

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: #E8E8E8;
	padding: 2px;
	border: 1px solid #999999;
}
.formText {
	font-size: 9pt;

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.formField {
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 65pt;
}
.formFieldNoWidth {
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.textRequiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CD1216;
}
.borderBw {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}



/* Text  ------------------------------------------------------------------ */

.smallText8pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.smallText7pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}
.hilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}


/* Buttons  ------------------------------------------------------------------ */

a.map {
	font-family: Arial, Helvetica, sans-serif;
}
a.map:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}
a.map:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}
a.map:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}
a.map:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #610B10;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}


/* Admin  ------------------------------------------------------------------ */

.adminPageHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	padding-left: 15px;
}
.adminTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
.dropShad {
	background-image: url(admin/images/shad.gif);
	background-repeat: repeat-x;
}
a.adminNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
a.adminNav:link {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
}
a.adminNav:active {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
}
a.adminNav:visited {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
}
a.adminNav:hover {
	color: #0000ff;
	text-decoration: underline;
	font-size: 9pt;
}