table.myTable {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	text-align: left;
}
 
thead tr {
	background-color: #595959;
}

th.sorted {
	background-color: #595959;
	color: #000666;
}

th a,th a:visited {
	color: #ffffff;
	font-size: 11px;	
}

th a:hover {
	text-decoration: underline;
	color: black;
	font-size: 11px;	
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-repeat: no-repeat;
	list-style-type: none;	
}

th.sortable a {
	font-size: 11px;
	background-image: url(../img/arrow_off.png);
	text-align: left;
	color: #ffffff;
	
}

th.order1 a {
	background-position: right;
	background-image: url(../img/arrow_down.png);
}

th.order2 a {
	background-position: right;
	background-image: url(../img/arrow_up.png);
}

tr.odd {
	background-color: #fff;
}

tr.tableRowEven {
	background-color: #fea;	
}

tr.even {
	background-color: #CED7EF;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	cursor: pointer;
}

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.rtf {
	background-image: url(../img/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 98%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 98%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	color: #000000
}
span.pagelinks a,span.pagelinks a:hover,span.pagelinks a:visited{
	color: #000000;
}
