#maxcal .dbox {
	width:80px;
	height:80px;
	text-align:left;
	vertical-align:top;
	font:normal 10px Arial;
	padding: 1px;
}

#maxcal .hbox {
	height:20px;
	text-align:center;
	vertical-align:middle;
}

.maxCalendarControl{
	color: #000;
	background:url(../gfx/maxcontrolbg.gif) repeat-x;
	font:bold 11px Arial;
	padding: 1px;
}

.maxCalendarControlOn{
	cursor:pointer;
	color: #000;
	background:url(../gfx/maxcontrolbg.gif) repeat-x;
	font:bold 11px Arial;
	padding: 1px;
	border:1px solid #db810d;
}

.maxCalendarTitle{
	color: #fff;
	background:url(../gfx/controlbg.gif) repeat-x;
	font:bold 12px Arial;
}

.maxCalendarTitleOn{
	color: #fff;
	background:url(../gfx/controlbg.gif) repeat-x;
	font:bold 12px Arial;
}

#maxCalendarDayOfWeek td {
	width:80px;
	text-align:center;
	color: #666;
	background-color: #fff;
	font:normal 10px Arial;
	padding: 1px;
}

.maxCalendarEmptyDay{
	background: url(../gfx/emptybg.gif) repeat-x;
}

.maxCalendarWeekDay{
	color: #666;
	background:url(../gfx/weekdaybg.gif) repeat-x bottom #FFF;
	border:1px solid #DDD;
}

.maxCalendarWeekDayHasEvt{
	color: #000;
	background:url(../gfx/weekdaybg.gif) repeat-x bottom #FFF;
	font:normal 10px Arial;
	border:1px solid #DDD;
}

.maxCalendarWeekDayHasEvtOn{
	color: #000;
	background:url(../gfx/weekdaybg.gif) repeat-x bottom #FFF;
	border:1px solid #999;
	cursor:pointer;
}

.maxCalendarWeekEndDay{
	color: #fff;
	background:url(../gfx/weekendbg.gif) repeat-x bottom;
	border:1px solid #ddd;
}

.maxCalendarWeekEndDayHasEvt{
	color: #fff;
	background:url(../gfx/weekendbg.gif) repeat-x bottom;
	border:1px solid #ddd;
}

.maxCalendarWeekEndDayHasEvtOn{
	color: #fff;
	background:url(../gfx/weekendbg.gif) repeat-x bottom;
	border:1px solid #999;
	cursor:pointer;
}

.maxCalendarCurrent{
	color: #666;
	background:url(../gfx/currentbg.gif) repeat-x bottom #FFF;
	border:1px solid #DDD;
}

.maxCalendarCurrentHasEvt{
	color: #000;
	background:url(../gfx/currentbg.gif) repeat-x bottom #FFF;
	border:1px solid #DDD;
}

.maxCalendarCurrentHasEvtOn{
	color: #000;
	background:url(../gfx/currentbg.gif) repeat-x bottom #FFF;
	border:1px solid #999;
	cursor:pointer;
}

.detEventLocation{
	height:20px;
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	color: #c83838;
	font-family:Arial;
	font-weight:bold;
}

.detEventBody{
	height:20px;
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	color: #222222;
	font-family:Arial;
	font-weight:plain;
}

.detEventSeparator{
	height:1px;
	background-color:#cccccc;
}
