/*
   Blue: 	#1B64B0
   Light Blue:	#94c5f7
*/


/* Table style */
#hor-zebra
{
   font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; 
   font-size: 80%;
   margin: 45px;
   /* width: 480px;*/
   text-align: left;
   border-collapse: collapse;
}
#hor-zebra th
{
   font-size: 110%;
   font-weight: bold;
   padding: 10px 8px;
   text-align:center;
   color: White;
   background: #1B64B0;
}
#hor-zebra td
{
   padding: 8px;
   color: black;
}
#hor-zebra .odd
{
   background: #ccccff; 
}

