#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	width: 900px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
	background-color: #e1ebfb;
}

#hor-minimalist-b .odd
{
	background: #e1ebfb; 
}


#hor-minimalist-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	background: #fff;
	width: 580px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-c th
{
	font-size: 10px;
	font-weight: normal;
	color: #039;
	border: 1px solid #6678b1;
}
#hor-minimalist-c td
{
	border: 1px solid #ccc;
	color: #669;
}
#hor-minimalist-c tbody tr:hover td
{
	color: #009;
	background-color: #e1ebfb;
	}
#hor-minimalist-c .odd
{
	background: #e1ebfb;
}

table {
	border-collapse: collapse;
	width: 99%;
	margin: 0px;
	font-size: 1.1em;
}

th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #fff;
	height: 20px;
	font-size: 90%;
}

td {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

td * {
	padding: 0px 0px;
}

tr.alt td {
	background: #f4f9fe;
}

tr.over td {
	background: #e2edfe;
}