@CHARSET "ISO-8859-1";

#mainDiv {
	position: relative;
	z-index: 1;
}

#warningDiv {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 250px;
	height: 200px;
	border: solid black 1px;
	z-index: 50;
	visibility: hidden;
}

#calendarDiv {
	position:absolute;
	visibility:hidden;
	background-color:white;
	layer-background-color:white;
	z-index:2
}

#warningHeader {
	background-color: #FFFACD;
	width: 100%;
}

#disableConfirmDiv {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 250px;
	height: 300px;
	border: solid black 1px;
	z-index: 3;
	visibility: hidden;
}

#searchDiv {
	position: absolute;
	border: solid #C24020 1px;
	left: 10px;
	top: 10px;
	background:#807F83; 
	margin: 0;
	z-index: 20;
	visibility: hidden;
}

td,th,input,textarea,select,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-size: 9pt;
	font-weight: bold;
}

td,input,textarea,select,div {
	font-size: 8pt;
	margin: 0px;
}

font.homehead {
	font-size: 9pt;
	font-weight: bold;
    color: #EF4138
}

font.boldred {
	font-size: 8pt;
	font-weight: bold;
    color: #EF4138
}

td.breadcrumbs {
	color: #C24020;
}

#header_container {
	margin: 3px 3px 3px 3px;
	width: 100%;
}

#logo {
	margin: 8px 8px 2px 8px;
}

strong {
	font-weight: bolder;
	color: #C24020;
}

a {
	color: #C24020;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

td.red,td.gray,td.red a,td.gray a {
	color: #FFFFFF;
}

td.red,td.redhead {
	background: #DD3C34;
}

td.gray,td.grayhead {
	background: #807F83;
}

td.error, .error ul li {
	color: #C24020;
}

td.error ul {
	margin: 2px 0px 0px 20px;
}

input.error,select.error,textarea.error {
	background-color: #C24020;
	color: #FFFFFF;
}

fieldset {
	border: 1px solid #C24020;
}

fieldset fieldset {
	border: 1px solid #807F83;
}

legend {
	color: #000000;
}

td.nav {
	color: #C24020;
}

td.nav_selected {
	color: #000000;
}

.data_form_page td,.data_form_page th,.data_form_page input,.data_form_page textarea,.data_form_page select {
	vertical-align: top;
}

.data_form_page table.data_form {
	border: 0px;
}

.data_form_page table.data_search_form {
	border: 0;
}

.data_form_page table.data_search_form td {
	padding: 2px;
	margin: 0px;
	border: 0px;
}

.data_form_page table td,.data_form_page table th {
	padding: 5px 0px 5px 0px;
}

.data_form_page table.data_form td {
	padding: 3px 0px 3px 0px;
}

.results th,.results a,.results td {
	color: #000000;
}

.results td.changePageSize a {
	text-decoration: underline;
}

.results .list {
	background-color: #F8F8F8;
}

.results .non-select-list {
	background-color: #FFFFFF;
}

.results .list a {
	display: block;
}

.results .list tr td, .results .list tr th {
	vertical-align: top;
	padding: 4 6 4 2;
}

.results .non-select-list tr th, .results .non-select-list tr td {
	padding: 3 4 3 2;
}

.results .list tr td, .results .non-select-list tr td {
	border-bottom: 1px solid #807F83;
}

.results .list tr th, .results .non-select-list tr th {
	border-bottom: 2px solid #807F83;
	white-space: nowrap;
}

.results .list tr th.sorted a {
	color: #C24020;
}

.results .list tr td.last, .results .non-select-list tr td.last {
	border-bottom: none;
}


.results .list a, .results .non-select-list a {
	text-decoration: none;
}

font.red {
	color: #C24020;
}

.searchHeader {
	color: #FFFFFF;
	font-size: 14pt;
}

.data_form_page table.productTypes td, table.productTypes td {
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

ul {
padding-top: 3px;
padding-right: 12px;
padding-bottom: 3px;
padding-left: 12px;
margin-top: 3px;
margin-right: 12px;
margin-bottom: 5px;
margin-left: 12px;
}

.winning_quote {
	background: #FBFAB0;
}

