#fw-DaysContainer {
	width: 100%;
	max-width:300px; 
	clear:both;
	margin: 0;
	position: relative;
	z-index:3;
}
/*#bkgd_days {
	background: url(../images/bkgd_days.png ) no-repeat center top;
	width: 40px;
	height:58px;
	position: relative;
	z-index:3;
}*/
.bkgd_days_selected {
	background: url(../images/bkgd_days_selected.png ) no-repeat center top;
	width: 100%;
	max-width: 90px;
	position: relative;
	z-index:3;
}
.bkgd_days_selected:hover {
	background: url(../images/bkgd_days.png ) no-repeat center top;
	width: 100%;
	max-width: 90px;
	position: relative;
	z-index:3;
}

.bkgd_days {
   background: url(../images/bkgd_days.png ) no-repeat center top;
	width: 100%;
	max-width: 90px;
   	position: relative;
	z-index:3;
}

.bkgd_days:hover {
   background: url(../images/bkgd_days_selected.png ) no-repeat center top;
   	position: relative;
	z-index:3;
}

.daysMonth {
	font-family: "Oswald", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 19px;
	color:#fff;
	text-transform: uppercase;
	padding-top:12px;
}
/*.daysMonth .nextdays a:hover {	
	font-size:24px;
	text-align:center;
	color: #fff;
	text-decoration: underline;
}*/
.daysMonth a {
	font-family: "Oswald", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	color:#fff;
}

/*.calQuickLinks {font-size: 15px;font-weight: 400;font-family: 'Fira Sans', Verdana, Arial, Helvetica, sans serif;margin-top:6px;color:#c5003e;}
.calQuickLinks a:hover {color:#25cbd3;text-decoration: underline;}
.calQuickLinks a {font-size: 15px;font-weight: 400;font-family: 'Fira Sans', Verdana, Arial, Helvetica, sans serif;margin-top:6px;color:#c5003e;}*/
