BODY
{
}
.month
{
    BACKGROUND-COLOR: silver;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right;
}
.eventText
{
    COLOR: black;
}
.selectedDay
{
    BACKGROUND-COLOR: yellow;
    TEXT-ALIGN: Left;
}
.day
{
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: Left;
}
.notaDay
{
    BACKGROUND-COLOR: silver;
}
.WaitBox
{
	background-color:#FFF;
	border:4px solid #0000ff;
	color:#666666;
	*color:#0;									
	font-size:24px;
	line-height:26px;
	margin:0;
	padding:0px 2px;
	position:absolute;
	left:150px;
	top:250px;
	text-align:center;
	z-index:100;
}

