
#menucally {
	position:absolute;
	width:800px;
	height:400px;
	top:1020px;
	z-index:10;
	left: 50%;
	margin-left: -310px;
}
#menucallyheader {
	position:absolute;
	width:190px;
	height:100px;
	top:1030px;
	z-index:10;
	left: 50%;
	margin-left: -330px;
 	font-family: Verdana;
	font-size: 11px;

}


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


#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 1px 1px;
	color: #039;
}


#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 30px;
	width: 180px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra td
{
	padding: 6px;
}

.tdother
{
	padding: 1px;
	color: #000000;
}
.tdnormal
{
	padding: 1px;
	color: #0000FF;
}


.tdday
{
	padding: 1px;
	color: #FF0000;
}



