
body, td {
	font-family:Arial, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	
}

input {
	font-family:Arial, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p, strong, div, form, acronym, label, span, a,code, pre,hr {
	margin:0;
	padding:0;
	font-size: 1em;
	background-repeat:no-repeat;
	list-style-type:none;
}

td a:VISITED  {
  color: black;
}

td a:hover {
  text-decoration: underline;
  color: green;
}

img{
	border:none;
}

hr {
	height: 1px;
	color: #000;
	clear:both;
}

dt {
	font-weight: bold;
}
.clear {
	clear: both;
}

h1 {
	font-size: 2em;
}
h1 a{
	color: black;
}

h4 {
	font-size: 3em;
	color: #FFFFF;
}
h5 {
	font-size: 4em;
	color: #GGGGGG;
}

div#header {
	background-color: #fea;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px 30px 15px;
	margin: 10px 5% 20px 5%;

}

div#header ul{
	margin: 10px 0 0 0;
}

div#header ul li{
	list-style-type: none;
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

div#header ul li a{
	display: block;
	color: #f00;
	border-left: 1px solid red;
	padding-left: 5px;
}

div#header ul li a:hover{
	border-left: 1px solid #000;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0 5px 0;
}

p {
	margin: 0 0 10px 0;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

div#validxhtml {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px;
	margin: 5px;
	width:100px;
	text-align: center;
}

/*
div#footer {
	border-top: 1px solid #666;
	padding: 5px 5px 5px 5px;
	text-align:right;
	width:994px;
}*/

div#footer span {
	float: left;
}

/*.changed {
	background-color: #ee0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}*/

ul#stylelist {
	margin:0 0 30px 0;
}

ul#stylelist li {
	list-style-type: none;
	float:left;
	width:100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding:2px;
	margin-right: 2px;
}

thead tr {
  background-color: aliceblue;
}
th.sorted {
    background-color: #c7c6c6;/*#7E9A86*/
}

th {
    background-color: #c7c6c6;/*#a8c9c3*/ 
	text-align: center;
	font-size: 12px;
}

th a {
  color: black;
}

th a:hover {
  text-decoration: underline;
  color: black;
}

th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	color: black;
}

th.sortable a {
	background-image: url(../img/arrow_off.png);
	font-size: 12px;
	color: black;
}

th.banner {
	color:#fff;
    background-color: #08245b;
}

th.order1 a {
	background-image: url(../img/arrow_down.png);
}

th.order2 a {
	background-image: url(../img/arrow_up.png);
}

tr.odd {
  background-color: #FEFEFE
}

tr.tableRowEven, tr.even {
  background-color: #F4F4F4
}

tr.selected {
  background-color: #967EFE;
  color: white;
}

ul#showsource {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	width:100px;
	list-style-type: none;
}

table.simple thead tr {
  background-color: #eee;
}

table.simple tr.even {
  background-color: aliceblue;
}

table.simple tr.odd {
  background-color: aliceblue;
}

table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.simple td,table.simple th{
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th{
	border-left: none;
	border-right: none;
}

table.report td, table.report th{
	font:         menu;
}

table.report th{
	background:   buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor:       hand;
}

table.report idcol {
	background: buttonface;
}

table.report tr.even{
	background-color: #399;
}
table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr{
	height: 10px;
}

table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}

table.sublist td, table.sublist th {
	width: 50%;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 3px 4px 3px 4px;
	margin: 12px 0 10px 0;
	width: 98%;
}

span.export {
	padding: 0 4px 0px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../../images/reports/xls.gif);
}

span.csv {
	background-image: url(../img/ico_file_csv.png);
}

span.xml {
	background-image: url(../img/ico_file_xml.png);
}

span.pdf {
	background-image: url(../../images/reports/pdf.gif);
}

span.pagebanner {
	background-color: #eee;
	border: 0px dotted #999;
	margin-top: 10px;
	display:block;
	border-bottom: none;
	font-family:"Arial";
	font-size:13px;
}

span.pagelinks {
	background-color: #eee;
	border: 0px dotted #999;
	display:block;
	border-top: none;
	margin-bottom: 10px;
	font-family:"Arial";
	font-size:13px;
	color: black;
}

span.pagelinks a {
		color: #000;
	}

span.pagelinks a:hover {
		text-decoration: underline;
		color: #000;
	}
table.simple td.textRed {color: #b11;}

td.inputerror {
	color: red;
}


/* --- AUTOCOMPLETE CSS --- */

.autocomplete {
  position: absolute;
  color: #333;
  background-color: #fff;
  border: 1px solid #666;
  font-family: Arial;
  overflow: hidden;
}

.autocomplete ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
}

.autocomplete li {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #fff;
}

.autocomplete li.selected {
  background-color: #cef;
  border-top: 1px solid #9bc;
  border-bottom: 1px solid #9bc;
}

td.r,th.r {
	text-align: right;
	padding-left: 10px;
}

tr.total td,tr.subtotal td {
	background-color: #eee;
	font-weight: bold;
}


