thead tr {
  background-color: #CDD7A5;
}
th.sorted {
    background-color: cdd8a5;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}
th.sortable a {
	background-image: url(../images/displaytag/arrow_off.png);
}
th.order1 a {
	background-image: url(../images/displaytag/arrow_down.png);
}
th.order2 a {
	background-image: url(../images/displaytag/arrow_up.png);
}
tr.odd {
  background-color: #F7F9EB
}
tr.tableRowEven, tr.even {
  background-color: #E6EBD1
}

/* test styles */
table.its thead tr {
  background-color: F7F9EB;
}
table.its tr.even {
  background-color: #E6EBD1;
}

table.mars thead tr {
  background-color: FFFFFF;
}
table.mars tr.even {
  background-color: #FFFFFF;
}
table.mars tr.odd {
  background-color: #FFFFFF;
}


table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
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: #eaf2f6;
	border: 1px #999;
	background-repeat: no-repeat;
	padding: 2px 4px 2px 4px;
	margin: 0px 0 10px 0;
	width: 100%;
}

span.export {
	padding: 0 4px 1px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/displaytag/ico_file_excel.png);
		background-repeat: no-repeat;
}
span.csv {
	background-image: url(../images/displaytag/ico_file_csv.png);
		background-repeat: no-repeat;
}
span.xml {
	background-image: url(../images/displaytag/ico_file_xml.png);
		background-repeat: no-repeat;
}

span.pagebanner {
	background-color: #eaf2f6;
	border: 1px  #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eaf2f6;
	border: 1px  #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display:block;
	border-top: none;
	margin-bottom: -0px;
}