#itsTable table {
	border-spacing:1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color: #a1a1a1;
}

#itsTable td, #itsTable th {
	padding: 6px;
}

#itsTable thead th {
	text-align: left;
	background: #F5F5F5;
	color: #696969;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #FFF;
}

#itsTable tbody th {
	font-weight: bold;
}

#itsTable tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
#itsTable tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#itsTable tbody th a:link, #itsTable tbody th a:visited{
	color:#499304;
	padding:3px 0px 0px 0px;
	}
#itsTable tbody th a:hover{
	color:#FF8601;
	}

#itsTable tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
	}

#itsTable tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

#itsTable table td a:link, #itsTable table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

#itsTable table td a:hover {
	color: #50ADEA;
	border-bottom:1px solid #8FD5FF;
	text-decoration: none ;
}

#itsTable tfoot th, #itsTable tfoot td {
	background-color: #E7E7E7;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #CCC;
	border-top: 1px solid #DFDFDF;
}