.menustyle{z-index:30;background-color:navy;border:1px;border-bottom-color:gray;border-top-color:gray;border-left-color:gray;border-right-color:gray;border-style:solid;}
.menuitem{z-index:30;width:172px;color:white;font-family:verdana;font-size:10pt;padding:2px;padding-left:5px;padding-right:25px;border:1px;border-style:solid;}
.mouseup{z-index:30;width:172px;background-color:white;color:black;font-family:verdana;font-size:10pt;padding:2px;padding-left:5px;padding-right:25px;border:1px;border-color:#3F3F3F;border-style:solid;cursor:auto;cursor:hand;}
.mouseover{z-index:30;width:172px;background-color:white;color:black;font-family:verdana;font-size:10pt;padding:2px;padding-left:5px;padding-right:25px;border:1px;border-color:3F3F3F;border-left-color:#8A99BA;border-top-color:#8A99BA;border-right-color:black;border-bottom-color:black;border-style:ridge;cursor:auto;cursor:hand;}
.mousedown{z-index:30;width:172px;background-color:white;color:black;font-family:verdana;font-size:10pt;padding:2px;padding-left:5px;padding-right:25px;border:1px;border-color:3F3F3F;border-right-color:#8A99BA;border-bottom-color:#8A99BA;border-left-color:black;border-top-color:black;border-style:solid;cursor:auto;cursor:hand;}

.calendar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Tahoma;
	position: absolute;
	background-color: steelblue;
	z-index: 900;
}
.calheader
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	color: white;
	border-bottom: 1px outset;
	z-index: 900

}
.calday
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: steelblue;
	border-bottom: 1px inset;
	background-color: whitesmoke;
	z-index: 900

}
.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
	z-index: 900

}
.clicker
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px outset;
	background-color: #c0c0c0;
	z-index: 900

}