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



#hor-minimalist-b
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 760px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #3a3a3a;
	background-color:#f1f1f1;
	padding: 10px 8px;
	border-bottom: 2px solid #e20000;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #3a3a3a;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #d70000;
}

