#resultTable {
	background-color: white;
	margin-top: 8px;
    width: 100%;
	color:#000000;
}

#resultTable th.sortable:hover { color: black; }
#resultTable th {
	background: #cccccc;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color:#000000;
	font: normal 14px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 2px;
	padding: 3px 3px 3px 6px;
	text-align: left;
	text-transform: uppercase;
	color:#000000;
	cursor: pointer;
	text-decoration: none;
}
#resultTable th:hover { color: black; }
#resultTable th.sorted-asc, th.sorted-desc  { color: black; }

#resultTable td {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color:#000000;
	padding: 3px 3px 3px 6px;
	font: normal 14px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
#resultTable td.odd {
	background: none repeat scroll 0 0 #F5FAFA;
	color:#000000;
	font: normal 14px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

#resultTable td.hovered {
  background-color: lightblue;
  color:#000000;
}
							
	#filter{
	width: 230px;
	border: 1px solid #C1DAD7;
	border-left: 4px solid #C1DAD7;
	padding:5px;
	background-image:url('../images/filter.gif');
	background-repeat:no-repeat;
	background-position: 3px 5px;
	padding-left:20px;
	}
	#addq{
	padding:3px;
	text-decoration:none;
	color:#000;
	}
	.clearfix{
	clear:both;
	}