table.hit-table {
	
	border: 1px solid #6CADD9;
	text-align: left;
	border-collapse: separate;
	background: #6CADD9;
	margin: 10px 0px;
	padding: 0;
}

table.hit-table th {
	padding: 2px;
	text-align: center;
	line-height: 18px;
	background-color: #6CADD9;
	color: #FFFFFF;
}

table.hit-table td {
	padding: 0;
	text-align: center;
	line-height: 18px;
	background-color: #FFFFFF;
}

table.hit-table tr {
	background: #fff;
}

table.hit-table tr.odd {
	background: #E0E7EF;
}

table.hit-table tr.highlight {
	background: #B3CEEF;
}

table.hsp_table {
	width:100%;
	border: 0px;
	margin: 0;
	padding:0;
	background: #ddd;
}

table.hsp_table th{
	width:100%;
	border: 1px;
	background-color: #E6E6E6;
	color:#000;
	margin: 0;
}
table.hsp_table td{	
	border: 1px;
	background-color: #fff;
	margin: 0;
}