@charset "UTF-8";

table 
{
	border-spacing: 0px;
	border: 1px solid #999999;
	border-collapse: collapse;
}


table a, table, tbody, tfoot, tr, th, td 
{
	color: #55595c;
}
tbody td{
}

table th a
{
	color: #FF8E53;
	text-align: right;
}
table .odd th a,table .odd td a,table .odd td{
	color: #000000;
	padding-right: 1.0 em;
}

table th a:hover, table th a:focus, tbody tr:hover th
{   
   background-color: #FFCC99;
	color: #fff !important;
}
table .odd th,table .odd td{
	background-color: #CCCCCC;
}
thead  td
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009cd4;
	text-transform: uppercase;
}
tfoot{
	border-top: 1px solid #fff;	
	
}
tfoot th,tfoot td{
	color: #fff;
}

tbody th
{
	font-style: normal;
	background-color: #fff;
	border-bottom: 1px dotted #aeb3b6;
}

td
{
	color: #000000;
	padding: 3px;
	border: 1px solid #aeb3b6;
}

tbody tr.odd
{
	border-bottom: 1px dotted #aeb3b6;
}

tbody tr:hover td
{
	background-color: #3f3f3f;
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #fff !important;
}
table .even th, table .even td {
	background-color: #E9E9E9;
}
