.CalendarNote {
	font-family: Verdana, sans-serif;
	font-size:7pt;
	color:#B38F36;
	margin-bottom:6pt;
}
.Calendar {
	position:relative;
	background-color: #FAFAF0;
	border-style: none;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #484848;
	padding: 2px;
	margin: 0px;
	width: 778px;
}

.Calendar-Header {
	border-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #BDAE8F;
}

.Calendar-Body {
	border-width: 0px;
	border-style: none;
	background-color: #FAFAF0;
	border-collapse:collapse;
}

.Calendar-HeaderSpacer {
	font-family: Verdana, sans-serif;
	font-size: 13pt;
	text-decoration: none;
	font-weight: normal;
	width:20%;
}

.Calendar-HeaderText {
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 2pt;
	padding-bottom: 3pt;
	color:#B38F36 !important;
	width:30%;
}

.Calendar-HeaderButton {
	width:15%;
}
.Calendar-HeaderLink {
	display:block;
	border-width:1px;
	border-style:none;
	background-color:transparent;
	cursor:pointer;
	text-decoration:none;
	width:20%;
}
.Calendar-HeaderLinkL, .Calendar-HeaderLinkR {
	display:block;
	border-width:1px;
	border-style:none;
	background-color:transparent;
	cursor:pointer;
	text-decoration:none;
	width:19px;
	height:19px;
	background-repeat: no-repeat;
	background-image: url("imgs/cal_left.gif");
}
.Calendar-HeaderLinkR {
	background-image: url("imgs/cal_right.gif");
}
.Calendar-HeaderLinkL:hover {
	background-image: url("imgs/cal_left-hover.gif");
}
.Calendar-HeaderLinkR:hover {
	background-image: url("imgs/cal_right-hover.gif");
}

.Calendar-HeaderWeekday {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 8pt;
	padding-bottom: 2pt;
	color:#B38F36 !important;
}

.Calendar-MonthDay, .Calendar-ThisMonthDay, .Calendar-Today {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	border-color: #BDAE8F;
	height:52pt;
	width:14.2%;
	color:silver;
}

.Calendar-ThisMonthDay {
	color: #484848;
}

.Calendar-Today {
	color: #484848;
	background-color: #F2E5C2;
}

.Calendar-content {
	display:block;
	font-family:verdana,sans-serif;
	font-size:9px;
	color:black !important;
	text-decoration:none;
	cursor:pointer;
	padding-top:2px;
}

.Calendar-content:hover {
	text-decoration:underline;
}
.Schedule {
	border-width:0px;
	border-bottom-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	padding-bottom:6pt;
}
.ScheduleTop {
	border-width:0px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	padding-bottom:6pt;
	padding-top:4pt;
	margin-bottom:12pt;
	margin-top:6pt;
}
.ScheduleSpc{
	font-size:1px;
	height:6pt;
	padding:0px;
	margin:0px;
	border-width:0px;
	border-top-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
}
.scheduleLineLeft {
	width:190pt;
	padding-bottom:4pt;
}
.scheduleLineMiddle {
	width:60pt;
	padding-bottom:4pt;
}
.scheduleLineRight {
	line-height:12pt;
	padding-bottom:4pt;
}
.scheduleLink {
	font-size:8pt;
	padding-right:18pt;
}
.scheduleLink:hover {
	text-decoration:underline;
}
.calendarTip {
	background-color:#E6F0EB;
	border-color:#40534A;
	border-width:1px;
	border-style:solid;
	padding:2pt;
	padding-left:4pt;
	padding-right:4pt;
	margin:0px;
	font-size:9pt;
	line-height:12pt;
	color:black;
	font-family:Verdana,sans-serif;
}
