/* ------------------
 styling for the tables 
   ------------------   */




#gradient-style
{
	line-height: 15px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	width: 620px;
	text-align: left;
	border-collapse: collapse;
	top: inherit;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #005A84;
	border-top: 3px solid #005A84;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
}
#gradient-style td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #f0f7f9 url('http://irw.s3.amazonaws.com/css/irw_chart/table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td 
{
	background: #f0f7f9 url('http://irw.s3.amazonaws.com/css/irw_chart/table-images/gradhover.png') repeat-x;
	color: #000;
}
#gradient-style tbody tr:hover td
{
	background: #f0f7f9 url('http://irw.s3.amazonaws.com/css/irw_chart/table-images/gradhover.png') repeat-x;
}