.Calendar
{
	position: relative;
	background-color: #F6EFDF;
	color: Black;
}

.DayOfWeek
{
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #eee;
}

.Day
{
	height: 75px;
	cursor: hand;
	color: Black;
}

.Today
{
	border: solid 2px #BA5A0C;
	background-color: #eee;
}

.DayImageSizer
{
	width: 57px;
	height: 1px;
}

.DayImageSizerToday
{
	width: 55px;
	height: 1px;
}

.Day a
{
	color: Green;
}

.DayNumber
{
	float: left;
	font-size: 6pt;
	margin-left: 2px;
	margin-right: 4px;
}

.GroupPickerDiv
{
	float: right;
	text-align: right;
	padding: 4px;
}

.MonthHeader
{
	position: relative;
	color: White;
	font-size: 16pt;
	height: 20px;
	padding: 10px 6px 6px 6px;
	text-align: center;
	background: Green url(../images/calheader.jpg) repeat-x;
	border: none;
	width: 516px;
}
		
.OtherMonth
{
	background-color: #D4BC9A;
}

.CurMonth
{
	background-color: #F6EFDF;
}

.LeftCol
{
}

.InnerCol
{
	border-left: solid 1px black;
}

.RightCol
{
	border-left: solid 1px black;
}

.TopRow
{
	border-bottom: solid 1px black;
}

.InnerRow
{
	border-bottom: solid 1px black;
}

.BottomRow
{
}

.CalNavLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: Green url(../images/calnavleft.jpg) no-repeat;
	border: none;
}

.CalNavRight
{
	position: absolute;
	top: 0px;
	left: 505px;
	background: Green url(../images/calnavright.jpg) no-repeat;
	border: none;
}

.EventLink
{
	font-size: 7pt;
	float: left;
	border: solid 1px green;
	margin: 0px 3px 3px 3px;
	width: 85%;
	padding: 1px;
	background-color: #EFE2C7;
	text-decoration: none;
}

.EventPreviewDiv
{
	display: none;
	background-color: #EFE2C7;
	padding: 4px;
}

.CalendarHeader
{
	min-height: 30px;
}

*html .CalendarHeader
{
	height: 30px;
}

.CalLoadingPanel
{
	position: relative;
	top: -290px;
	left: 210px;
}

.MonthvCalLink
{
	position: relative;
	top: 8px;
	left: 6px;
	padding-top: 14px;
}