/* Calendar Styles */
.calMonthTable
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ABA8A2;
	border-left-color: #ABA8A2;
}

.calHead
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #82431c;
	font-weight: normal;
	border-right: 1px solid #ABA8A2;
}

.calHeadNavBG
{
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.calHeadBG
{
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.calMonth
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #82431c;
	font-weight: bold;
	border-right: 1px solid #ABA8A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABA8A2;
}
.calDay
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABA8A2;
	background-color: #CCCCCC;
	border-right: 1px solid #ABA8A2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

.calDate
{
	font-family: Verdana;
	font-size: 9px;
	height: 100px;
	background-color: #EDEDED;
	overflow: visible;
	border-right: 1px solid #ABA8A2;
	border-bottom: 1px solid #ABA8A2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #666666;
}

.tooltip {
	font-family:Arial,helvetica,sans-serif;
	position:absolute;
	margin-top:16px;
	margin-left:-58px;
	padding:16px;
	width:190px;
	z-index:101; /* prevents transparency */
	display:none;
	border:solid 1px #c1a380;
	line-height:16px;
	background-color:#fff;
}
.tooltip_header {
	color:#a2431c;
	font-size:13px;
	background-color:#fff;
}
.athletic {color:#9DB240}
.entertainment {color:#71A9CA}
.other {color:#82431C}