.Calendar
{
	position: relative;
	border: solid 1px black;
	background-color: #F6EFDF;
	background-color: #BDC6C6; /* HP */
}

.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 3px #821517;
	background-color: green;
}

.DayImageSizer
{
	width: 57px;
	height: 1px;
}

.DayImageSizerToday
{
	width: 55px;
	height: 1px;
}

.Day a
{
	color: #821517; /* HP */
}

.Day a:visited
{
	color: #821517; /* HP */
}

.DayNumber
{
	float: left;
	font-size: 6pt;
	margin-left: 2px;
	margin-right: 4px;
}

.FilterDiv
{
	float: left;
	text-align: left;
	padding: 4px;
}

.MonthHeader
{
	position: relative;
	color: White;
	font-size: 16pt;
	height: 20px;
	padding: 10px 6px 6px 6px;
	text-align: center;
	background: #821517 url(../images/calheaderred.jpg) repeat-x;
	border: none;
}
		
.OtherMonth
{
	background-color: #D4BC9A;
	background-color: #6E7072; /* HP */
	color: #bbb; /* HP */
}

.CurMonth
{
	background-color: #F6EFDF;
	background-color: #BDC6C6; /* HP */
}

.LeftCol
{
}

.InnerCol
{
	border-left: solid 1px black;
}

.RightCol
{
	border-left: solid 1px black;
}

.TopRow
{
	border-bottom: solid 1px black;
	vertical-align: top;
}

.InnerRow
{
	border-bottom: solid 1px black;
}

.BottomRow
{
}

.CalNavLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: Green url(../images/calnavleftred.jpg) no-repeat;
	border: none;
}

.CalNavRight
{
	position: absolute;
	top: 0px;
	left: 472px;
	background: Green url(../images/calnavrightred.jpg) no-repeat;
	border: none;
}

.EventLink
{
	font-size: 7pt;
	float: left;
	border: solid 1px #821517;
	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: -330px;
	left: 275px;
}

.MonthvCalLink
{
	position: relative;
	top: 8px;
	left: 6px;
	padding-top: 14px;
}