@charset "utf-8";
/* CSS Document */


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px;
	/*width: 100%;*/
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 5px 5px;
	border-bottom: 2px solid #6678b1;
	background-color:#E0E4F1;text-align: left;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 5px 5px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
	font-weight: bold;
}
