/* ------------------
 styling for the simpleTables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 700px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #2a84a7;
	padding: 10px 8px;
	border-bottom: 2px solid #00a4e9;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #66a7c0;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #0296d5;
	background-color: #c6d2d6; 
	text-decoration: none
}

