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

.hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}
.hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
.hor-zebra td
{
	padding: 6px;
	color: #242424;
}
.hor-zebra .odd
{
	background: #d6e5f4; 
}


