/* ------------------
 styling for the tables 
   ------------------   */

#gradient-style
{
	/*font-family:Arial, Helvetica, sans-serif;*/
	
	font-size: 11px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid  #CCCCCC;
}
#gradient-style th
{
	font-size: 10px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('../images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background: #e8edff url('../images/gradback.png') repeat-x;
	border-right: 1px dashed #CCCCCC;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 10px;
	color: #99c;
	
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('../images/gradhover.png') repeat-x;
	
}

