/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:130%;
	color: #333333;
	height: 100%;
	padding:0;
	border:0;
	margin: 0;
}

a{text-decoration:none;}

.cal{
	padding: 0;
	margin: 0;
	border-left: solid 1px #B8B6A9;
	border-right: solid 1px #B8B6A9;
	height: 200px;
	width:180px;
}
.calHeader{
	background-color:#F0F0F0;
	font-weight:bold;
	border: 0;
	padding: 0;
	margin: 0;
}

.calTitle{
	background-image: url(../assets/bg_calendar_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:29px;
	text-align: center;
	font-weight:bold;
	border: none;
	padding: 0;
	margin: 0;
	font-size:36px;
	color:#FFFFFF;
}

.calPreNext{
	background-image: url(../assets/arrow_pre_next.gif);
	background-repeat: no-repeat;
	background-position:5px 10px;
}
.calPreNext a{ color:#000000; margin-right: 11px; margin-left:8px; line-height:220%; text-decoration:none;}
.calPreNext a:hover{ text-decoration:none;}
.calActive {
	font-weight:bold;
}

#calendar .calActive a {
    text-decoration: none;
    font-weight: bold;
	color:#7E6A48;
}

.calActive a:hover {
    color: #C4C208;
}

#calendar{ 
	width:180px; 
	height:200px;
	background-image: url(../assets/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding:0;
	margin:0;
}

#calendar a {color:#000000; position:relative; text-decoration:none;}

#calendarInfo{
	display:none;
	position:absolute;
	left:0;
	top:10px;
	z-index: 20000;
	font-size:12px;
	line-height:100%;
}

#calendarInfo ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#calendarInfo li a{
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	border-bottom: 1px solid #CCCCCC;
	color:#FFFFFF;
}

#calendar ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:left;
}

#calendar ul li{ 
	border-top:1px solid #CCCCCC;
	/*background-color: #F0F0F0;*/
	background: #0E2F5A;
	width: 150px;  /*width needed or else Opera goes nuts */
	color:#FFFFFF;
	line-height: 20px;
	list-style:none;
	padding: 5px;
}

#calendar ul li a{color:#FFFFFF; text-decoration:none;}
#calendar ul li a:hover{text-decoration:underline;}
#calendar ul li:hover{ 
	/*
	background: #F0F0F0;
	color:#000000;
	*/
	cursor: hand !important;
	cursor: pointer !important;
	text-decoration:underline;
}

/*
#calendar  a span ul li:hover{
	cursor: hand !important;
	cursor: pointer !important;
	text-decoration:none;
	position:relative;
}
*/


 
#calendar a span {
	display:none;
	color:#FFFFFF;
	position:relative;
	/*background: #77A480;*/
	padding:5px;
	z-index:100;
}
 
#calendar a:hover span {
  position: absolute;
  top: 5px;
  display: block;
  width: 150px;
  color:#FFFFFF;
} 


.monSpan{
	left: 0px;
}

.tueSpan{
	left: -20px;
}

.wedSpan{
	left: -50px;
}

.thurSpan{
	left: -80px;
}


.friSpan{
	left: -90px;
}


.satSpan{
	left: -120px;
}

.sunSpan{
	left: -140px;
}




/*
.calendarNav {
}*/
/* 
.calendarNav, .calendarNav ul { all lists 
	padding: 0;
	margin: 0;
	list-style: none;
	min-height:50px;
}

.calendarNav a{
	text-decoration:none;
}
.calendarNav a:hover {
	display:block;
	text-decoration:underline;
}

#EventCalendar{
	z-index:-1;
}

*/



#rss {
	position: relative;
	float: left;
	width: 35px;
	z-index: 30000;
	padding-top: 10px;
	padding-left:5px;
	background-image: url(../assets/rss.gif);
	background-repeat: no-repeat;
	background-position: 28px 12px;
}

#rss a{
	color:#E56B00;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#rss a:hover{
	text-decoration:underline;
}






