.CalendarWidget{
	background-color:#EBEBEB;
	margin:0px !important;
	/*width:200px;*/
	font-size:12px !important;
	color:#000;
}
.CalendarWidget .calhead{
	background-color:#EBEBEB;
	color:#000;
}
.CalendarWidget .calhead td{
	border:none;
	background:none;
}
.CalendarWidget td{
	padding:3px;
	width:5px !important;
	font-size:0.9em !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	border:1px solid #fff;
/*	background:#CCCCCC;*/
	text-align:center;
}
.CalendarWidget td.active{
	cursor:pointer;
	background:#99BBDD none repeat scroll 0 0
/*	background:#2E91C6;*/
/*	color:#FFFFFF;*/
}
.CalendarWidget td.active:hover{
	cursor:pointer;
	background:#66aadd;
	color:#fff;
}
.CalendarWidget td.active{
	cursor:pointer;
}
.CalNavWidget{
	margin:0px !important;
	width:100px;
}
#CalPopup{
	/*position:absolute;*/
	width:100px;
	height:100px;
	background:#E8E8E8;
}
.CalDateWidget{
	margin:0px !important;
	background:#B8C9EA;
	text-align:center;
	line-height:17px;
	font-size:15px;
	padding:5px;
	width:264px;
color:#555555;
font-weight:bold;
}