tr.highlight{
	background-color: #316AC5 !important;
	color: white !important;
}

tr.lighthighlight{
	background-color: #669FFA !important;
	color: white !important;
}

table.its {
	border: 1px solid #666;
	width: 100%;
	margin: 20px 0 20px 0;
}

/* Non-scrollable header (IE) */
div table.its thead tr {
	position:relative;
	top:expression(offsetParent.scrollTop);
}

/*
 * Specific Firefox. Only Modern browser are able to interpret > . IE is not a modern browser
 */	
table.its>tbody { 
	overflow: auto; 
}

table.its thead tr th {
	font-weight: normal;
	font-color: black;
	text-align: left;
	background-color: #ffd2d2;
}

table.its thead tr th.sortable {
	font-weight: normal;
	font-color: black;
	text-align: left;
	text-decoration: none
	background-color: #ffd2d2;
}

table.its thead tr th.sortable a:link {
	color: #0099FF;
}

table.its thead tr th.sortable a:hover {
	color: #FF9900;
	text-decoration: none;
}

table.its tr td.a {
	font-weight: normal;
	font-color: black;
	background-color: #ffecec;
}

table.its tr.odd {
	font-weight: normal;
	font-color: black;
	background-color: #ffecec;
}

table.its tr.even {
	font-weight: normal;
	font-color: black;
	background-color: #ffecec;
}

table.its tr td.date {
	width:120px;
	text-align: left;
}

table.its tr td.author {
	width:120px;
	text-align: center;
}

table.its tr td.noOfReplies {
	width:50px;
	text-align: center;
}

table.its tr td.latestReplies {
	width:120px;
	text-align: center;
}

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(../images/ico_file_excel.png);
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../images/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

