body {
	margin: 0px;
}

#cal_header {
	position: relative;
	width: 146px;
	height: auto;
}

#cal_prev {
	position: relative;
	width: 13px;
	height: auto;
	float: left;
	margin-right: 2px;
}

#cal_next {
	position: relative;
	width: 13px;
	height: auto;
	float: left;
	margin-left: 2px;
}

.cal_prevnext {
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;
}

#cal_month {
	position: relative;
	width: 116px;
	height: auto;
	float: left;
}

.cal_month {
	font-size: 14px;
	font-family: Arial, Helvetica, san-serif;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
}

#calendar_days {
	position: relative;
	width: 146px;
	height: auto;
	float: left;
}

#cal_days {
	position: relative;
	width: 20px;
	height: auto;
	float: left;
	text-align: center;
}

.cal_days_sun {
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.cal_days {
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
	font-weight: bolder;
	text-decoration: none;
}

#cal_row {
	position: relative;
	width: 146px;
	height: auto;
	float: left;
	clear: left;
}

#cal_dates {
	position: relative;
	width: 20px;
	height: auto;
	text-align: center; 
	float: left;
}

.cal_dates {
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
	text-decoration: none;
}

.EventDate_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.EventHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.EventText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

