@charset "utf-8";
.calendar .title {
	color:#7A2C0E;
	font-size: 16px;
	text-align: center;
}

.calendar .title A:link {
	color: #4a89dd;
	font-size: 16px;
}

.calendar .title A:visited {
	color: #b575e5;
	font-size: 16px;
}

.calendar .title A:hover {
	color: #ffffff;
	font-size: 16px;
	background: #167267;
}

.calendar .overview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.calendar .overview A:link {
	text-decoration: none;
	color: #4a89dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.calendar .overview A:visited {
	text-decoration: none;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.calendar .overview A:hover{
	color: #544add;
	text-decoration: underline;
}

.calendar .overview .last_month {
	color: #999999;
	font-size: 12px;

}

.calendar .overview .next_month {
	color: #999999;
	font-size: 12px;
}

.calendar .overview #today {
	color: #444444;
	background-color: #CBEAE6;
}

.calendar .overview #selected {
	color: #FFFFFF;
	background-color: #FF9999;
}

.calendar .overview .dayname {
	background-color: #cccccc;
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 12%;
	text-align: center;

}

