table,td {
	border               : 1px solid #333333;
	border-collapse      : collapse;
 	font                 : 11px/14px "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	text-align:left;
}
table {
	border                :none;
	border                :1px solid #333333;
}
thead th,
tbody th
{
	background            : #05ACF4;
	padding               : 5px 10px;
	border-left           : 1px solid #333333;
}
tbody th {
  background            : #333333;
  border-top            : 1px solid #333333;
  text-align            : center;
  font-weight           : normal;
}
tbody tr td {
	padding               : 5px 10px;
  	color                 : #999999;
}
tbody tr:hover {
  background            : #333333;
}
tbody tr:hover td {
  color                 : #999999;
}
table a:link {
	color                 : #666;
}
table a:visited {
	color                 : #666;
}
table a:hover {
	color                 : #003366;
	text-decoration       : none;
}
table a:active {
	color                 : #003366;
}
caption {
	display:none;
}