div#eventListCell {float:left; width:70%;}

/* EVENT STYLES */
#EventDetails {}
.EventTitle {}
.EventSubtitle {}
.EventDate {color:#101010; font-weight:bold; padding:0 10px 5px 0;}
.EventDescription {padding:0 10px 5px 0; text-align:justify;}
.EventLocation {font-size:.8em;}
.EventMonthCaption {font-size:1.25em; line-height:25px; font-weight:bold; color:#000; padding:0; padding-left:5px; background:url(../webimgs/calendarDayBg.jpg) repeat-x; height:25px;}
.EventSponsor {color:#C6F;font-style:italic;margin-top:5px;}
.EventDates {color:#000;}
#returnLink {margin:10px 0;}
#returnLink a{padding:10px 0 0 15px;color:#035E33;}

.EventAdmission {
	margin-top:10px;
} 
.EventContactInformation {
	margin:5px 0;
}						  
.EventContact {
	font-weight : bold; 
}
.EventAddress {	
	
}  
.EventPhone1, .EventPhone2 {
	
} 
.EventEMail {
	
}
.EventWebsite {
	
} 
.EventLabel {
	color :gray;
	font-weight:bold;
}	

.eventDetail{
	border:1px solid black;
}

.moreDetail{
	padding:10px;
}

.eventNavURL{
   color:navy;
   font-size:11px;
	font-weight:bold;
}
    
.eventTimestamp{
   color:gray;
}   
	 
	 
/* CALENDAR STYLES */
div#eventCalendarCell {float:left; width:30%; text-align:center;}
table.calendar {width:100%; font-size:.75em;}
table.calendar caption {color:#000; font-size:1.4em;}
table.calendar th, table.calendar th a, table tfoot td, table tfoot td a {color:#fff; background:#8B5935;}
.calendar td {text-align:center;}
.calendarDateToday {font-weight:bold;}
.calendarNav td {border: none;}
table.calendar td.calendarLastMonth a {text-align:left; color:#000;}
table.calendar td.calendarNextMonth a {text-align:right; color:#000;}
td.calendarDateCellNoEvents {background:#fff;}
td.calendarDateCellEvents {text-decoration:underline; color:#000; background:#B9906E;}
td.calendarDateCellEvents a {color:#000;}

div#eventCalendarCell form {text-align:left;}
div#eventCalendarCell form div.frmField {margin:5px 0; padding:0; text-align:left; font-size:.75em;}
div#eventCalendarCell select#Category {width:100%;}
div#eventCalendarCell select#MonthYear {width:180px;}
/* END CALENDAR STYLES */
