#calendar td {font-family: Arial, Helvetica, sans-serif;}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url(../calimages/calWaiting.gif) no-repeat center;
}

#calendar {
	width: 100%;
	height: 100%;
	background:#fff;
	
}

#calendar a {line-height: 1em;}
/*--------------------------------------------Calendar Event Style-------------------------------------*/
.caleventspan {color: #C00;}
.cal {
	width: 100%;
	height: 100%;
	border: 1px solid #CCC;
	border-collapse:collapse;
	margin: 0 auto;
}

.cal a {/*style the event listing on the calendar*/
	color:#00a4cc ;/*ocean blue*/
	font-size: .9em;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
}

.cal a:hover {color: #a9d26a; text-decoration: underline;} 
	
	
.calevent{text-align:left;}

.eventimages {
	border: 1px solid #ccc; 
	margin-right: 10px; 
	margin-bottom: 10px;}

/*---------------------------------------------------------------------------------------------*/



/*--------------------------------------------Top Heading Styles-------------------------------------*/

.calhead {/*styles the calendar heading*/
	width: 100%;
	font:2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff; 
	background: #00a4cc repeat center left;
	padding: 5px;
}

.calhead img {border: none;}

.calhead table {width: 100%;}

.calhead a {
	text-decoration: none;
	border: none;
	float:left;
}
/*---------------------------------------------------------------------------------------------*/


.dayhead {
	height: 25px;
	background: #bae4f0;
}

.dayhead td {
	padding-left: 45px;
	color: #666;
}

.dayrow {/*styles the individual day blocks*/
	background: #FFF;
	height: 100px;
}

.dayrow td {
	width: 14%;
	font-size:.80em;
	color: #666;
	padding: 3px;
	border: 1px solid #DDD;
	border-collapse:collapse;

}

.day {float: right;}

.dayover {/*day hover*/background: #e8f5f9;}

.dayout {background: #FFF;}
	

/*---------------------------------------Event Details Styles-----------------------------------------------*/
#event {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}

#event .heading {/*styles the detail page heading*/
	padding: 10px;
	/*position: relative;*/
	background: #bae4f0 repeat-x top left;
}

#event .title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;	
}

#event .posted {
	color: #666;
	font-size: .80em;
	text-transform:uppercase;
}

#event a {color:#000;}
#event a:hover {color: #a9d26a;}

#event .back {
	position: relative;
	right: 10px;
	bottom: 35px;
	float:right;
}

#event .back a {/*styles the return to calendar link*/
	color: #74ad1b;
	text-decoration: underline;
	font-size: .90em;
}

#event .back a:hover {
	color: #00a4cc;
}

#event .line {
	padding: 10px;
	/*overflow: auto;*/
}
/*---------------------------------------------------------------------------------------------*/
.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}



/*------------------------Styles the Jump Dropdown----------------------------*/

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #666;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}