/* test styles */
table.simple thead tr {
	font-weight: bold;	
	color: #ffffff; 
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #cc0033;
}

table.simple tr.even {	
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #E3E3E3;
}
table.simple tr.odd {	
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#F7F7F7;
}

table.simple {
	border: 0.05em solid #ccc;
	border-collapse: collapse;
}

table.simple td,table.simple th {
	border: 0.05em  solid #ccc;
	padding: 0.4em;
}

table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}

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 {	
	padding: 1% 0 1% 0;
	
	width: 100%;
}

span.export {
	padding: 0 1% 0.5% 2%;
	display: inline;
	cursor: pointer;
	margin:0;
	font-size: 1em;
	background-repeat:no-repeat;
	list-style-type:none;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}

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(../img/ico_file_pdf.png);
}

span.pagebanner {
	clear:left;
	padding: 0.2% 1% 0.2% 1%;
	width: 98%;
	margin-top: 1%;
	display: block;
	border-bottom: none;
}

span.pagelinks {	
	padding: 0.5% 1% 0.5% 1%;
	width: 98%;
	display: block;
	border-top: none;;
	margin-bottom: 1%;
}

table.simple td.textRed {
	color: #b11;
}

th.sorted a,th.sortable a {
	color:white;	
	text-decoration:none;
}
th.sortable, th.sorted {	
	background-color: #94A5AF;
} 
th.sortable a {
	
	background-image: url(../img/arrow_off.png);
	background-position: right;
}

th.order1 a {
	
	background-image: url(../img/arrow_up.png);
	background-position: right;
}

th.order2 a {
	
	background-image: url(../img/arrow_down.png);
	background-position: right;
}
table.simple th {	
	background-color: #94A5AF;
} 