@charset "utf-8";
/* Calendar Styles */
#calNavCont A, #calNavCont A:active, #calNavCont A:visited {
	font-family:Tahoma; 
	font-size:12px; 
	color:#2C5269;
	font-weight:bold;
	text-decoration:underline;
}
	
#calNavCont A:hover{
	font-family:Tahoma; 
	font-size:12px; 
	color:#2C5269;
	font-weight:bold;
	text-decoration:underline;
}

.calNavCont{
	float:left; 
	text-align:center; 
	overflow:hidden;
	width:943px;
	padding:10px 0 10px 0;
}

.calNavLeft{
	float:left;
	width:110px;
}

.calNavMiddle{
	float:left;
	width:717px;
	color:#005A45; 
	font-family:Verdana; 
	font-size:12px; 
	font-weight:bold;
}

.calNavRight{
	float:left;
	width:110px;
}

.calDayCont{
	float:left;
	text-align:center;
	overflow:hidden;
	width:937px;
    border:#2C5269;
    border-width:1px 1px 0 1px;
    border-style:solid;
}

.calDayHdr{
	float:left;
	width:129px;
	font-family:Arial; 
	font-size:11px; 
	color:#5C5959;
	font-weight:bold;
	padding:2px 2px 2px 2px;
}

.calMainTable{
	width:943px;
    border:#2C5269;
    border-width:0 0 1px 1px;
    border-style:solid;
}

.calNavHeader{
	padding:5px 0 5px 0;
	background-image:url(/images/events/calendar/calNavHeaderBKG.jpg);
    border:#2C5269;
    border-width:1px 1px 0 0;
    border-style:solid;
	font-family:Arial; 
	font-size:11px;
	font-weight:bold;
	background-color:#007A5E;
	color:#FFFFFF;
	text-align:center;
	vertical-align:top;	
}

.calColHeader{
    border:#2C5269;
    border-width:1px 1px 0 0;
    border-style:solid;
	font-family:Arial; 
	font-size:11px; 
	color:#5C5959;
	width:110px;
	font-weight:bold;
	text-align:center;
}


.calDayNumberActive{
    border:#2C5269;
    border-width:1px 1px 0 0;
    border-style:solid;
	padding:2px 2px 2px 2px;
	font-family:Arial; 
	font-size:10px; 
	font-weight:bold;
	color:#5C5959;
	width:110px;
	height:100px;
	background-color:#DFDCC5; /*dfdcc5*/
	vertical-align:top;
}

.calDayNumber{
	background-color:#F5F5F5;
    border:#2C5269;
    border-width:1px 1px 0 0;
    border-style:solid;
	padding:2px 2px 2px 2px;
	font-family:Arial; 
	font-size:10px; 
	font-weight:bold;
	color:#5C5959;
	width:110px;
	height:100px;
	vertical-align:top;
}

.calNoDayNumber{
	background-color:#EEE;
    border:#2C5269;
    border-width:1px 1px 0 0;
    border-style:solid;
	padding:2px 2px 2px 2px;
	font-family:Arial; 
	font-size:10px; 
	font-weight:bold;
	color:#5C5959;
	width:110px;
	height:100px;
	vertical-align:top;
}

.calDisplayHeader{
	font-family:Arial; 
	font-size:11px; 
	color:#5C5959;
	font-weight:bold;
	text-decoration:underline;
}

.calDisplayBody{
	font-family:Arial; 
	font-size:11px; 
	color:#5C5959;
	text-align:justify;
}

.calSmallCapsTxt{
	color:#2C5269; 
	font-variant:small-caps; 
	font-family:Verdana; 
	font-size:11px; 
	font-weight:bold;
}
	
