body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
img {
	border-style: none;
}
.img_frame {
	border: 3px solid #EDEDED;
	padding: 3px;
}
.img_description {
	text-align: center;
	padding: 8px;
	color: #124177;
	font-size: 10pt;
}
.cal_help {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #124177;
}
.calendar {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	width: 600px;
	border-collapse: collapse;
}
.calendar_days {
	width: 90px;
}
.calendar_border {
	border: 2pt solid darkblue;  /*086DAD*/
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	border-spacing: 0px;
	margin: 0px 0px 0px 0px;
}
.cal_day {
	width: 85px;
	height: 60px;
	background: #FFFFFF;
	vertical-align: top;
	border: 1px solid #cfcfcf;
	font-size: 8pt;
	text-align: center;
	padding: 0px;
}
.calday_desc {
	width: 90px;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-decoration: underline;

}
.calday_desc2 {
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-decoration: underline;
	width: 90px;
}
.selected_day{
	width: 90x;
	height: 60px;
	background: #C6DDEC;
	vertical-align: top;
	border: 1px solid #cfcfcf;
	font-size: 8pt;
	text-align: center;
	padding: 0px;
}
.hover_day{
	width: 90x;
	height: 60px;
	background: #FFFEEC;
	vertical-align: top;
	border: 1px solid #cfcfcf;
	font-size: 8pt;
	text-align: center;
	padding: 0px;
}
.cal_title {
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	color: #124177;
}
.cal_number {
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	background: #F7F7F6; 
	width: 85px;
}
.cal_number_prev {
	font-weight: bold;
	font-size: 8pt;
	margin: 0px 2px 0px 0px;
	color: #e5e5e4;
}
.events {
	padding: 10px 10px 10px 10px;
	width: 100%;
	background: url('images/accMUNcalpopup.jpg');
	background-repeat: no-repeat;
}
.events_div {
}
.events_title {
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	color: #086DAD;  /*#124177*/
}
.events_title_date {
	font-size: 13pt;
	font-weight: bold;
	color: #086DAD; /*#124177*/
	padding: 0px 0px 0px 10px;
}
.events_box {
	/*background: #F7F7F6;*/
	padding: 10px;
	font-size: 10pt;
}
.cal_link {
	color: red;
	text-decoration: underline;
}