.calendar {
	width:24em;
	margin:0 auto;
	
}
.calendar a:link {
	color:#000000;
	text-decoration:underline;
}

.calendar a:visited {
	text-decoration:underline;
}

.calendar a:active,.calendar a:focus{
	color:#000;
	text-decoration:underline;
}
.calendar ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.calendar li {
	float:left;
	margin:0;
	padding:0;
}
a.cal_prev:link,a.cal_prev:visited,a.cal_prev:hover,a.cal_prev:focus,a.cal_prev:active  {
color:#325571;
	text-decoration:underline;
	text-align:left;
}
a.cal_next:link,a.cal_next:visited,a.cal_next:hover,a.cal_next:focus,a.cal_next:active  {
	color:#325571;
	text-decoration:underline;
	text-align:right;
}

.calendar_display {
	clear:left;
	margin:5px auto;
	border:1px solid #ccc;
	border-collapse:collapse;
}
.calendar_display th {
	margin:0;
	background:#D3D3D3;
	color:#404040;
	border:2px solid #fffcf3;
}
.calendar_display th abbr {
	border:none;
}
.calendar_display td {
	width:30px;
	height:20px;
	margin:0;
	text-align:center;
	background:#eef1dc;
	color:#666;
	border:2px solid #fffcf3;
}
.calendar_display td.thismonth {
	background:#eef1dc;
	color:#000000;
}
.calendar_display a {
	display:block;
	margin:-1px 0;
	padding:1px 0;
	color:#000000;
	text-decoration:none;
}
.calendar_display td.today{
	background:#D8E5FF;
	color:#000000;
	font-weight:bold;
}
.calendar_display td.today a{
	background:#D8E5FF;
	color:#000000;
	font-weight:bold;
}
.calendar_display a:hover,.calendar_display a:active,.calendar_display a:focus {
	background:#FFFFC0;
	color:#000;
	text-decoration:underline;
}

a.day:link {color: #b41c35; font-size: 12px; text-decoration:underline}
a.day:visited {color: #b41c35; font-size: 12px; text-decoration:underline}
a.day:hover {color: #b41c35; font-size: 12px; text-decoration:underline}
a.day:active {color: #b41c35; font-size: 12px; text-decoration:underline}




