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


body
{
	line-height: 1.6em;
}

#hor-minimalist-a
{ font-family: arial, sans-serif; font-size: 12px; background: #fff; border-collapse: collapse; text-align: left; }
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 10px 8px;
	border-bottom: 2px solid #333;
}
#hor-minimalist-a td
{
	color: #333;
	padding: 9px 8px 0;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #333;
}


#hor-minimalist-b
{
	font-family: sans-serif;
	font-size: 12px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{ font-size: 14px; font-weight: normal; color: #333; padding-right: 8px; padding-bottom: 10px; padding-left: 8px; border-bottom: 2px solid #333; }
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #333;
}


#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #333;
}
#ver-minimalist td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}
