/* ------------------
 styling for the tables 
   ------------------   */


#gradient-styleA
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 7px;
	width: 660px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.2em;
}
#gradient-styleA th
{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background: #84b638;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color:#FFF;
}
#gradient-styleA td
{
	padding: 3px; 
	border-bottom: 2px solid #fff;
	color: #18527a;
	border-top: 2px solid #fff;
	background: #EEE;
	text-align:justify;
}
#gradient-styleA tfoot tr td
{
	background: #EEE;
	font-size: 11px;
	color: #18527a;
}
#gradient-styleA tbody tr:hover td
{
	background: #FFF;
	color: #18527a;
}