@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 75px; /* .push must be the same height as .footer */
}

div.padded {
	padding: 10px 20px;
}

.ajaxListItem {
	cursor: pointer;	
}

.center {
	margin: 0 auto;
}

.hidden {
	visibility: hidden;
	display: none;
}

#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;
}


th {
	font-size: 9pt;
	font-weight: bold;
}

td.homehead {
	font-size: 9pt;
	font-weight: bold;
    color: #EF4138
}

td,input,textarea,select,div {
	/*font-size: 8pt; */
	margin: 0px;
}

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: #C24020;
}

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;
}

.winning_quote {
	background: #FBFAB0;
}

.stepLabel {
	font-weight: bold;
	font-size: 1.3em;
}

.stepLabel a {
	color: inherit;
}

.grayStep {
	color: #858487;
}

.redStep {
	color: #C24020;
}

.grey-panel, .red-panel, .error-panel, .msg-panel {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background-color: #F8F8F8;
}

.error-panel {
	border: solid 2px #c24020;
}

.msg-panel {
	border: solid 2px #3BD000;
	background-color: #D3FFC2;
}

.grey-panel {
    border: solid 2px #807F83;
}

.red-panel {
    border: solid 2px #C24020;
}

/* maxheight-short for IE6 */
* html .maxheight-short {
  height: expression(this.scrollHeight > 150 ? '150px' : 'auto');
}

/* maxheight-short for IE7 */
*+html .maxheight-short {
  height: expression(this.scrollHeight > 150 ? '150px' : 'auto');
}

/* maxheight-short everyone else */
.maxheight-short {
  max-height: 150px;
  overflow: auto;
}

/* maxheight-medium for IE6 */
* html .maxheight-medium {
  height: expression(this.scrollHeight > 350 ? '350px' : 'auto');
  overflow: auto;
}

/* maxheight-medium for IE7 */
*+html .maxheight-medium {
  height: expression(this.scrollHeight > 350 ? '350px' : 'auto');
  overflow: auto;
}

/* maxheight-medium everyone else */
.maxheight-medium {
  max-height: 350px;
  overflow: auto;
}

/* maxheight-tall for IE6 */
* html .maxheight-tall {
  height: expression(this.scrollHeight > 500 ? '500px' : 'auto');
}

/* maxheight-tall for IE7 */
*+html .maxheight-tall {
  height: expression(this.scrollHeight > 500 ? '500px' : 'auto');
}

/* maxheight-tall everyone else */
.maxheight-tall {
  max-height: 500px;
  overflow: auto;
}

.crop {
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}

table.data-grid {
	background-color: #838383;
}

table.data-grid th {
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

table.data-grid td {
	background-color: #ffffff;
}