.cal_text {
	clear: both;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
}

.cal_text a, .cal_text a:hover {
	color: #40566f;
	font-weight: normal;
	text-decoration: underline;
}

.calendar {
	margin-top: -5px;
	margin-bottom: 10px;
}

.calendar .dates a {
	color: #40566f;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

.calendar .dates a:visited {
	color: #40566f;
	font-weight: normal;
	text-decoration: none;
}

.calendar .dates a:hover {
	background-color: #40566f;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.calendar .dates td {
	color: #40566f;
	empty-cells: show;
	height: auto;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: center;
	text-decoration: none;
	width: auto;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}

.calendar .days td {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

.calendar a, .calendar a:visited {
	color: #40566f;
	font-weight: bold;
	text-decoration: none;
}

.calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.calendar table {
}

.calendar td.eventful {
	background-color: #fcfcf9;
}

.calendar td.today a:hover {
	background-color: #40566f;
	color: #FFFFFF;
}

.calendar td.today, .calendar td.today a:link, .calendar td.today a:visited {
	background-color: #40566f;
	color: #FFFFFF;
}

.calendar th {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: center;
	text-decoration: none;
}
