.calendarTitle { background-color: #000; 
	   color: #FFF;
	   font-family: arial, sans-serif;
	   font-size: 14px;
	   font-weight: bold;
	   text-align: center;
	   padding: 5px;
	}
	
	
.monthTitle { background-color: #666; 
	   color: #FFF;
	   font-family: arial, sans-serif;
	   font-size: 14px;
	   font-weight: bold;
	   text-align: center;
	   padding: 5px;
	}



.weekdayTitles {
	background-color: #000;
	color: #FFF;
}


.today { background-color: #ffffff; 
	   color: #666;
	   font-family: arial, sans-serif;
	   font-size: 11px;
	   font-weight: normal;
	   padding: 3px;
	} 
	
	
	
.normalDay { background-color: #EEE; 
	   color: #666;
	   font-family: arial, sans-serif;
	   font-size: 11px;
	   font-weight: normal;
	   padding: 3px;
	}
	
	
.emptyDay {
	background-color: #CCC;
}
	
	
.dayNumber {
	color: #000;
	font-weight: bold;
}


.calendarDetail {
	font-size: 14px;
	background-color: #FFF;
}

.detailDate {
	font-size: 12px;
	font-weight: bold;
	color: #900;
}


.detailTime {
	font-size: 12px;
	font-weight: bold;
	color: #900;
}





.eventDate {
	font-size: 11px;
	font-weight: bold;
	color: #3c5ad9;
}

.eventTime {
	font-size: 11px;
	font-weight: bold;
	color: #900;
	line-height: 2em;
}

.eventTitle {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	line-height: 1.5em;
}

.eventVenue {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.eventDescription {
	font-size: 11px;
	color: #666;
	line-height: 1.5em;
}



	
a.eventTitle:link { 
		color: #900;
		font-weight: bold;
		text-decoration: none;
		}
			   	 
a.eventTitle:hover {
		color: #000;
		font-weight: bold;
		text-decoration: none;
		}
			   	 
a.eventTitle:active { 
		color: #000;
		font-weight: bold;
		text-decoration: none;
		}
			   	 
a.eventTitle:visited {
		color: #900;
		font-weight: bold;
		text-decoration: none;
		}






a.monthLink:link { color: #CCC;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		}
			   	 
a.monthLink:hover { color: #FFF;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		}
			   	 
a.monthLink:active { color: #FFF;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		}
			   	 
a.monthLink:visited { color: #CCC;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		}






a.dayLink:link {  color: #4d0251;
	   font-family: arial, sans-serif;
	   font-size: 14px;
	   font-weight: bold;
	   font-style: normal;
	   text-decoration: none;
		}
			   	 
a.dayLink:hover { color: #ff9900;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		}
			   	 
a.dayLink:active { color: #ff9900;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		}
			   	 
a.dayLink:visited { color: #4d0251;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		}
