table.cal{
   font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: White;
	border: 1px solid #DFE0E0;
}
a.cal{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333366;
	text-decoration: none;
}
a.cal:hover{
	color: #4C4DA0;
}
/*
.calendar{
	border: 1px solid #D3E8D5;
	position: absolute;
	background-color: #F3F8F2;
	z-index: 1000;
	font-family: Verdana;
	font-size: 8pt;
}
*/
.normal{
   font-family: Tahoma, Helvetica, sans-serif;
	background-color: White;
	cursor: pointer;
	color: #454545;
	font-size: 9pt;
}
.highlight{
   font-family: Tahoma, Helvetica, sans-serif;
	background-color: #3366CC;
	color: White;
	cursor: pointer;
	font-size: 9pt;
}
.cal-wdays{
	background-color: #98D1E8;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	color: White;
}

/*
.chmonth{
	cursor: default;
	font-family: Webdings;
	font-size: 7px;
	text-align: center;
}
*/
.date{
   font-family: Verdana; 
	margin-left: 5px;
	margin-right: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #0033CC;
	cursor: pointer;
}

.cal-edit{		
   font-family: Verdana;
	font-size: 9pt;
	font-family: Tahoma, Helvetica, sans-serif;
}
