@charset "utf-8";
/* CSS Document */

.days_name {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #506f9d;
	text-align: center;
	font-weight: normal;
	background-color: #cedaec;
	width: 23px;
	height: 20px;
}

.month_name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.days {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}

.days_faded {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bdbdbd;
	text-align: center;
}

a.dayLink:link, a.dayLink:visited {
	color: #666666;
	text-decoration: none;
}

a.dayLink:hover {
	color: #27477c;
	text-decoration: none;
}

a.prevNextLink:link, a.prevNextLink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.prevNextLink:hover {
	color: #ffffff;
	text-decoration: none;
}
