.Calendar
{
	position: relative;
	border: solid 1px black;
	background-color: #E7E7E7;
	background-color: #FF9900;
	background-color: #F7F7F7;
	width: 582px;
}

.DayOfWeek
{
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #eee;
	background-color: #FF9900;
}

.Day
{
	height: 75px;
	height: 60px; /* shrink */
	cursor: hand;
	color: Black;
}

.Today
{
	border: solid 2px #70909D;
	background-color: #eee;
}

.DayImageSizer
{
	width: 97px;
	width: 77px; /* shrink */
	height: 1px;
}

.DayImageSizerToday
{
	width: 95px;
	height: 1px;
}

.Day a
{
	color: #70909D;
}

.DayNumber
{
	float: left;
	font-size: 6pt;
	margin-left: 2px;
	margin-right: 4px;
}

.GroupPickerDiv
{
	float: right;
	text-align: right;
	padding: 4px;
}

.MonthHeader
{
	position: relative;
	color: #111;
	font-size: 16pt;
	height: 20px;
	padding: 10px 6px 6px 6px;
	text-align: center;
	background: #eee url(../images/calheader.jpg) repeat-x;
	border: none;
	width: 676px;
	width: 560px;
}
		
.OtherMonth
{
	background-color: #8BAABE;
}

.CurMonth
{
	background-color: #F7F7F7;
}

.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: 663px;
	left: 557px; /* shrink */
	background: Green url(../images/calnavright.jpg) no-repeat;
	border: none;
}

.EventLink
{
	font-size: 7pt;
	float: left;
	border: solid 1px #70909D;
	margin: 0px 3px 3px 3px;
	width: 85%;
	padding: 1px;
	background-color: #D2E0E9;
	text-decoration: none;
}

.EventPreviewDiv
{
	display: none;
	background-color: #EFE2C7;
	padding: 4px;
}

.CalendarHeader
{
	min-height: 30px;
}

*html .CalendarHeader
{
	height: 30px;
}

.CalLoadingPanel
{
	position: relative;
	top: -330px;
	left: 275px;
}

.MonthvCalLink
{
	position: relative;
	top: 8px;
	left: 6px;
	padding-top: 14px;
	color: #465E78;
}