/* ------------------
 styling for the tables 
   ------------------   */

#hor-zebra
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 300px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}
