.bigbutton, .horisontalspacer{
	float:left;
}
/*Background image in week bar (without red outline)*/
.dateContainer{
	background-image:url('../images/calendar/dayblock4.png');
	width:55px;
	height:60px;
	margin:0px;
	float:left;
	background-repeat:no-repeat;
	padding-top:2px;
	text-align:left;
	cursor:pointer;
}
/*Background image with red ouline in week bar*/
.dateContainerRed{
	background-image:url('../images/calendar/dayblock4red.png'); 
	width:55px;
	height:60px;
	float:left;
	margin:0px;
	background-repeat:no-repeat;
	padding-top:2px;
	text-align:left;
	cursor:pointer;
}
/*The date (e.g. "12") in the week bar*/
span.dateNumbers{
	font-size:20px;
	padding:2px 0px 0px 11px;
	margin:0px;
	font-weight:bold;
}
