/*Calendar CSS */

.CalendarHolder{
	
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(../images/Calbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 260px;
}

.CalendarTitle{
	font-family: Georgia;
	font-size: 11pt;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 5px;
}

.Calbody{
	background-color:#d2e8f9;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	
}
.Calcontent{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	}
	
.Caldate{
	font-family:Tahoma;
	font-size: 10pt;
	color: #003366;
	margin-right: 7px;
	padding-left: 5px;
	font-weight: bold;
}

.DateInfo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	float:left;
	margin-top: 5px;
	padding-left: 5px;
}

.Calfooter{
	clear:both;
	}
