
#contentCal {
background-color: #c6f4ff;
}

#calendarContainer {
padding: 0px 0px 20px 15px;
background-color: white;
}

#leftColCal {
display:inline;
padding:15px;
width:680px;
float:left;
margin:0px;
margin-left:0;
border: 1px solid silver;
background-color: white;
}



#rightColCal {
display:inline;
padding:10px 0px 0px;
width:205px;
float:right;
margin:120px 10px 0px 0px;


}

.calDay{
text-align: center;
background-color: #999;
border: 1px #999 solid;
font: 10px/170% "Lucida Grande", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

.calMonthYear{
font-weight: bold;
color: #488fb5;
}

.calDate{
border: 1px #999 solid;
font-size: 7pt; 
vertical-align: top;
height: 90px;
width: 14.30%;
background-color: #ebfbff;
}

.calTitle{
	margin-left: 5px;
font-size: 7pt; 
}

a.eventDay{
display: block;
background-color: #ebfbff;
height: 90px;
font-size: 7pt;
font-weight: normal;
}

.calicon{
	width: 25px;
	border-collapse: collapse;
	}
	
	.calMonthIcon{
	width: 25px;
	font-weight: bold;
	font-size: 7pt;
	color: #fff;
	background-color: #488fb5;
	text-align: center;
	padding: 2px;
	border: 1px #000 solid;
	}
	
	.calDayIcon{
	width: 25px;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
	background-color: #fff;
	text-align: center;
	padding: 2px;
	border: 1px #000 solid;
	}
	
.eventTitle{
margin-bottom: 10px;
font-size: 9pt;
}

.eventPop {
	text-align: left;
	}
	
p.timePop {
	font-size: 9px;
	font-family: arial;
	color: #488fb5;
	margin-bottom: 0px;
	padding-left: 10px;
	}

p.titlePop {
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #488fb5;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	}
	
p.descriptionPop {
	font-size: 10px;
	line-height: 16px;
	font-family: arial;
	color: black;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.imagePop {
	float: left; 

	margin-right: 20px;
	}
	
.pdfPop {
	
	margin-right: 50px;
	text-align: right;
	}



