.display-table {
	border: 1px solid #666;
	width: 80%;
	margin: 20px 0 20px 0 !important;
    color: black; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

th {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
	background-color: #4b3535; 
	color: #fff; 
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.display-td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

sorted {
	background-color: orange;
}

th a,th a:visited {
	color: white;
}

th a:hover {
	text-decoration: underline;
	color: white;
}

.link {
	background-color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	color:white;
}


th.order1 a {
	background-position: right;
	background-image: url(/images/white_down_arrow.gif);
	background-repeat: no-repeat;
}

th.order2 a {
	background-position: right;
	background-image: url(/images/white_up_arrow.gif);
	background-repeat: no-repeat;
}
tr.odd {
	background-color: #CACCF2
}

tr.tableRowEven,tr.even {
	background-color: #E9E6E1
}

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;
	display: inline-block;
	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;
	color: black;
	border: 1px solid #999;
	margin: 1px;
	/*	display:block;*/
	text-align: right;
	/* float: left; */
	margin-left: 1%;
	margin-right: 1%;
	clear: both;
font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular}

span.pagelinks {
	background-color: #eee;
	color: black;
	border: 1px solid #999;
	/*	display: block;*/
	text-align: right;
	/* float: right; */
	margin-left: 1%;
	margin-right: 1%;
	clear: both;
font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
