
th {
    FONT-SIZE: 12px;    
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #6b1424;
    PADDING-LEFT: 1px;
    PADDING-RIGHT: 1px;
    
    

}

th.tags {
    FONT-SIZE: 12px;    
    COLOR: ;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #CCCCCC;
    
    

}
th.sorted a,th.sortable a {
	background-position: right;	
	COLOR: white;	
	BACKGROUND-REPEAT: no-repeat;
	TEXT-ALIGN: left top;
	BACKGROUND-COLOR: ##6b1424;
	width: 100%;
	
}

th.sortable a {
	background-image: url(../img/displaytags/arrow_off.png);
}

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

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

tr.odd {
	background-color: #ffffff;	
        FONT-FAMILY: Verdana;
        font-size:X-Small
}

tr.tableRowEven,tr.even {
	background-color: #CCCCCC;
	FONT-FAMILY: Verdana;
        font-size:X-Small
}

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/displaytags/ico_file_excel.png);
}

span.csv {
	background-image: url(../img/displaytags/ico_file_csv.png);
}

span.xml {
	background-image: url(../img/displaytags/ico_file_xml.png);
}

span.pdf {
	background-image: url(../img/displaytags/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../img/displaytags/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	FONT-SIZE: 12px;    
    FONT-FAMILY: Arial;

}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%; 
	display: block;
	border-top: none;
	margin-bottom: 5px;
	FONT-SIZE: 12px;    
    FONT-FAMILY: Arial;

}
.dt_table {
	border: 1px solid #c0c0c0;
	width: 80%;
	cellspacing: 1;
	margin: 1px 1 1px 1 !important;
	background-color: #ffffff;
	FONT-SIZE: 12px;    
        FONT-FAMILY: Arial;
        
        
        
}
.dt_hidden {
	display: none;
}