.mainContainer {
	background-image: url(../images/backgrounds/background02.png) !important;
}

#calendarMainContainer {
	width: 95%; 
	height: 600px;
	margin: 10px auto 0px auto;  
	border-collapse: collapse;
}

#calendarHeaderContainer {
	width: 100%; 
	color: #ffffff; 
	border: 0px solid #ffffff;
	margin-top: 5px;
}

#calendarHeaderRightContainer {
	text-align: right;
}

#calendarHeaderCenterContainer {
	text-align: center;
}

#calendarHeaderLeftContainer {
	text-align: left;
}

.calendarDayHeader {
	border: 0px solid #ffffff; 
	color: #b96865;
	text-align: center;
}

.calendarDayElement {
	color: #ffffff; 
	width: 14%; 
	text-align: right; 
	border: 2px solid #04bdfd;
}

ul.calendarEventList {
	margin-left: 15px;
}

a.calenderEvent, a.calenderEvent:link, a.calenderEvent:visited {
	color: #cccccc;
}
/* Event */
#eventContainer {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px solid white;
}

#eventTitleContainer {
	position: relative;
	clear: both;
	width: 100%;
	border: 0px solid white;
	margin-bottom: 0px;
}

#eventSubTitleContainer {
	text-align: center;
	font-size: 12pt;
	
}

#eventSubTitleContainer p {
	color: #08aee2;
}

#eventTitleContainer p {
	font-size: 18pt;
	font-family: Verdena, Arial;
	color: #08aee2;
	text-align: center;
}

#eventPhotoContainer {
	position:relative;
	text-align: center;
	border: 0px solid white;
	padding-top: 20px;
	padding-bottom: 20px;
}

#eventDescriptionContainer {
	position: relative;
	clear: both;	
	border: 0px solid white;
	width: 750px;
	margin: 0px  auto 0px auto;
}


/* End Event */

.calendarDayLabel {
	font-size: 14pt;
	color: #04bdfd;
}

.dimensionsWeeks6 {
	height: 16%;
}

.dimensionsWeeks5 {
	height: 20%;
}

.dimensionsWeeks4 {
	height: 25%;
}

.calendarMonthLabel {
	color: #fd1104;
	text-transform: uppercase;
	font-size: 14pt;
}

/* Link colors */

a:link, a:visited, a {
	color: #08aee2;
}

a:hover {
	color: #CCCC99;
	text-decoration: underline;
}

/* End Link Colors */