

thead tr {
  <!--background-color: #fc0;-->
}
th.sorted {
    <!--background-color: orange;-->
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
}
th.sortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat:no-repeat;	
	padding: 0px 15px 0px 0px;	
}
th.order1 a {
	background-image: url(../images/arrow_down.png);
	background-repeat:no-repeat;	
}
th.order2 a {
	background-image: url(../images/arrow_up.png);
	background-repeat:no-repeat;	
}
tr.odd {
  <!--background-color: #fff-->
}
tr.tableRowEven, tr.even {
  <!--background-color: #fea-->
}

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%;
}

span.exportlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;	
	padding: 2px 4px 2px 130px;
	margin: -10px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
	background-repeat:no-repeat;	
}
span.csv {
	background-image: url(../images/ico_file_csv.png);
	background-repeat:no-repeat;
}
span.xml {
	background-image: url(../images/ico_file_xml.png);
	background-repeat:no-repeat;	
}

span.pagebanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	width: 79%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;	
	text-align: left;
	width: 79%;
	display:block;
	border-top: none;
	margin-bottom: 5px;
}