/* ------------------
 styling for the tables 
   ------------------   */


.hor-minimalist-b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	background: #fff;
	margin: 0;
	width: 542px;
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist-b th
{
	font-size: 100%;
	font-weight: bold;
	color: #999;
	padding: 20px 0 10px 0;
	border-bottom: 2px solid #CCC;
}

/* #hor-minimalist-b td
{
	color: #50B948;
	padding: 10px 0;
}

#hor-minimalist-b tbody tr:hover td
{
	color: #006600;
}*/

.hor-minimalist-b td	{color: #999; padding: 10px 0; margin:  0;}

.border	{border-bottom: 1px solid #CCC; padding: 10px 0;}
.border a	{color: #50B948; text-decoration: none;}
.border a:hover	{color: #006600; text-decoration: none;}

.border_none	{border-bottom: 1px solid #FFF;}