body {
	background-image: url(../app_Images/bg_body.gif);
}

p {
	font-size: 12px; 
	color: #000000; 
	font-family: Arial;
}

.menu {
	font-weight: bold; 
	font-size: 14px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.currentMenu {
	font-weight: bold; 
	font-size: 14px; 
	color: #999965; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #999933;
	color: #999933;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999965;
}

input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.center {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
}

hr {
	color: #4C2551;
	height: 1px;
}

span.formHints {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #993300;
}

span.utility {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
}

td.headerBGBlue {
	background-color: #3300FF;
}

td.headerBGGold {
	background-color: #999933;
}

td.menuLineBG_small {
	background-image: url(../app_Images/bg_menu_line_sm.gif);
}

td.menuLineBG {
	background-image: url(../app_Images/bg_menu_line.gif);
}

td.appHeading {
	background-color: #A7B47B;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

td.pipe {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}

td.siteBorderBG {
	background-color: #989898;
}

a.confirm:link, a.confirm:visited, a.confirm:active {
	color: #962F40;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: underline;
}

a.mainNav:link, a.mainNav:visited, a.mainNav:active {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: underline;
}

a.mainNavOn:link, a.mainNavOn:visited, a.mainNavOn:active {
	color: #996600;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: underline;
}

a.utility:link, a.utility:visited, a.utility:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: underline;
}

a.footer:link, a.footer:visited, a.footer:active {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: underline;
}

a.footerOrange:link, a.footerOrange:visited, a.footerOrange:active {
	color: #996600;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: underline;
}

a.showAdmin:link, a.showAdmin:visited, a.showAdmin:active {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: underline;
}

a.mainNav:hover, a.mainNavOn:hover, a.utility:hover, a.footer:hover, a.showAdmin:hover, a.confirm:hover {
	text-decoration: none;
}

input.xsmallButton {
	width: 54px;
	height: 18px;
	color: #333333;
	background-image: url(../app_Images/bg_button_xsmall.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	border: 0px;
}

input.mediumButton {
	width: 88px;
	height: 18px;
	color: #333333;
	background-image: url(../app_Images/bg_button_medium.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	border: 0px;
}

input.largeButton {
	width: 170px;
	height: 18px;
	color: #333333;
	background-image: url(../app_Images/bg_button_large.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	border: 0px;
}

input.smallButton {
	width: 70px;
	height: 18px;
	color: #333333;
	background-image: url(../app_Images/bg_button_small.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	border: 0px;
}

span.footer {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	color: #000000;
}

td.siteBy, td.siteBy a {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	color: #989898;
}

td.formText {
	text-align: left;
	font-size: 11px;
	font-family: Arial;
	color: #333333;
}

td.formLabel {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	color: #333333;
}

td.formLabelAlignTop{
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	color: #333333;
}

span.formAstrix {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: #C24E4E;
}

div.requiredText {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	color: #000000;
	padding-bottom: 10px;
}

div.backToAdmin {
	position: absolute;
	left: 590px;
	top: 180px;
	width: 150px;
	text-align: right;
}

div.backToAdmin a {
	color: #989898;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
}

.facilityInfo td {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
}

/*-----------------------------------------------------------------------------
	Table Layouts
-----------------------------------------------------------------------------*/
/* ################ Body - public #############*/

table.listTable {
	
}

table.listTable td {
	font-size: 11px; 
	color: #000000; 
	font-family: Arial;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.listTable tr {
	height: 20px;
}

table.listTable tr.noHeight {
	height: 0px;
}

table.listTable th {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #B08C4A;
	background-color: #F0CB8B;
	padding: 3px;
}

table.listTable th a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #996600;
}

.vertical {
	writing-mode: tb-rl;
	filter: flipH() flipV() alpha(opacity=100);
}


table {
	
}

.other {
	background-color: #FFFFFF;
	position: relative; left: -20px;
}

table th {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999965;
}

table tr.alternateColor {
	background-color: #F0E9DD;
}

div.confirmation {
	font-family: Arial;
	font-size: 12px;
	width: 380px;
	border: 1px dashed #A7B47B;
	padding: 10px;
	color: #962F40;
	background-color: #FDFDDD;
}