.eventCalendar_details {
	/** configure the width **/
	width:706px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.eventCalendar_details th {
	background-color: #FFFFFF;
	color: #052C51;
	font-weight: bold;
	height: 20px;
	width:100px;
}
.eventCalendar_details_right_border {
	border-right: 1px solid #053C51;
}
.eventCalendar_details .header {
	background-color: #5670B3;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.eventCalendar_details .footer {
	background-color: #5670B3;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.eventCalendar_details td {
	border-top: 1px solid #053C51;
	width: 96px;
	height:96px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}
.eventCalendar_details_number {
	font-weight: bold;
	color: #EB6E12;
	height:20px;
	width:40px;
	line-height:20px;
	text-align:left;
	padding-left:5px;
	float: left;
}
.eventCalendar_details_add {
	font-weight: bold;
	color: #EB6E12;
	height:20px;
	width:40px;
	line-height:20px;
	text-align:right;
	padding-right:5px;
	float: right;
}
.eventCalendar_details_content {
	height: 72px;
	width: 96px;
}
.eventCalendar_details .today {
	background-color: #053C51;
}

.eventCalendar_details .link {
	width: 18px;
	height: 16px;
	background-color: #D4C9EF;
	padding: 2px;
	border: 1px solid #000000;
}

.eventCalendar_details a, .eventCalendar_details a:link, .eventCalendar_details a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.eventCalendar_details a.headerNav, .eventCalendar_details a:link.headerNav, .eventCalendar_details a:hover.headerNav {
	background-color: #5670B3;
	color: #ffffff;
}

.eventCalendar_details a.footerNav, .eventCalendar_details a:link.footerNav, .eventCalendar_details a:hover.footerNav {
	width: 100%;
	background-color: #5670B3;
	color: #ffffff;
}
