#minical .dbox {
	height:20px;
	width:20px;
	font:normal 10px Arial;
	vertical-align:top;
	text-align:left;
}

#minical .hbox {
	height:20px;
	text-align:center;
	vertical-align:middle;
	font:bold 11px Arial;
	color:#FFF;
}

.miniCalendarControl{
	background:url(../gfx/controlbg.gif) repeat-x;
	padding: 1px;
}

.miniCalendarControlOn{
	cursor:pointer;
	background:url(../gfx/controlbg.gif) repeat-x;
	padding: 1px;
	border:1px solid #FFF;
}

.miniCalendarTitle{
	background:url(../gfx/controlbg.gif) repeat-x;
}

.miniCalendarTitleOn{
	cursor:pointer;
	background:url(../gfx/controlbg.gif) repeat-x;
	border:1px solid #FFF;
}

.miniCalendarDayOfWeek{
	width:20px;
	text-align:center;
	color: #666;
	background-color: #eee;
	font:normal 10px Arial;
	padding: 1px;
}

.miniCalendarEmptyDay{
	background-color: #eee;
}

.miniCalendarWeekDay{
	color: #666;
	background-color:#FFF;
}

.miniCalendarWeekDayHasEvt{
	color: #000;
	background:url(../gfx/mcde.gif) no-repeat right bottom #FFF;
}

.miniCalendarWeekDayHasEvtOn{
	cursor:pointer;
	color: #000;
	background:url(../gfx/mcdeo.gif) no-repeat right bottom #FFF;
}

.miniCalendarWeekEndDay{
	color: #fff;
	background-color:#b2c7e1;
}

.miniCalendarWeekEndDayHasEvt{
	cursor:pointer;
	color: #fff;
	background:url(../gfx/mcwe.gif) no-repeat right bottom;
}

.miniCalendarWeekEndDayHasEvtOn{
	cursor:pointer;
	color: #FFF;
	background:url(../gfx/mcweo.gif) no-repeat right bottom;
}

.miniCalendarCurrent{
	color: #333;
	background:url(../gfx/mccn.gif) no-repeat right bottom;
}

.miniCalendarCurrentHasEvt{
	color: #333;
	background:url(../gfx/mcce.gif) no-repeat right bottom;
}

.miniCalendarCurrentHasEvtOn{
	cursor:pointer;
	color: #000;
	background:url(../gfx/mcceo.gif) no-repeat right bottom;
}

.evPreview{
	width:400px;
	visibility:hidden;
	position:absolute;
	filter: alpha(Opacity=10); opacity:.1;
}

.evHeader{
	height:16px;
	background-color:#76bec2;
 	border: 1px solid #76bec2;
	font:bold 11px Arial;
	color:#333;
}

.evContent{
	height:20px;
	background-color:#FFF;
 	border: 1px solid #ddd;
	font:normal 11px Arial;
	color:#222222;
}

.evFooter{
	height:16px;
	background-color:#76bec2;
 	border: 1px solid #76bec2;
	font:normal 11px Arial;
	color:#333;
}


