#hot {
	/*border: 1px solid #666;*/
	width: 80%;
	margin: 20px 0 20px 0 !important;
}

#hot th,#hot td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

#hot thead tr {
	background-color: #D4E5FF;
	color: #003399;
}

#hot th.sorted {
	background-color: orange;
}

#hot th a,#hot th a:visited {
	color: black;
}

#hot th a:hover {
	/*
	text-decoration: underline;
	color: black;
	*/
}

#hot th.sorted a,#hot th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

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

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

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

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

#hot tr.tableRowEven, #hot tr.even {
	background-color: #EFF6FF;
}

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

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

#hot span.excel {
	background-image: url(../img/ico_file_excel.png);
}

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

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

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

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

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

span.pagelinks {
	background-color: #EFF6FF;
	border: 1px dotted #003399;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}
