/* CSS Document */

.calendar {
	background-color: #FFFFFF;
}
.calendar-month {
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #614959;
	font-weight: bold;
	height: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #EDEDED;
}
.focus-day {
	background-color: #986E94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}


.days {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #693C86;
	font-size: 8px;
	text-align: center;
	border-top-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}
.linked-day {
	background-color: #854f20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	border: 1px solid #999999;
}


.linked-day a {
color:#ffffff;


}
.nonday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	text-decoration: none;
	color: #693C86;
	height: 5px;
	border: 1px solid #CCCCCC;
}

	
		.offer-day {background-color: #fbce56;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
		text-align: center;
	color: #000000;
	}
	
.no_dec:link { color:#FFFFFF;}

.focus-day a {color:#ffffff;}	
