@charset "utf-8";
/* CSS Document */

#prevMonthArrowHolder {
	float:left;
	width:37px;
	height:17px;
	cursor:pointer;
	margin-top:3px;
}

#nextMonthArrowHolder {
	float:left;
	margin-left:5px;
	margin-top:3px;
	width:37px;
	height:17px;
	cursor:pointer;
}

#todayBtnHolder{
	float:left;
	margin-top:3px;
	margin-left:5px;
	width:50px;
	height:17px;
	background:url(../images/big_today_btn_empty.jpg) no-repeat;
	font:"Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	overflow:hidden;
	cursor:pointer;
}

.daysRangeSpacer {
	margin-right: 15px;
}

#sectionBtn_4{
	margin-top:3px;
	width:102px;
	height:17px;
	background:url(../images/big_day_section_btn_empty.jpg) no-repeat;
	font:"Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	overflow:hidden;
	cursor:pointer;
}

#sectionBtn_5{
	margin-top:3px;
	width:120px;
	height:17px;
	background:url(../images/big_week_section_btn_empty.jpg) no-repeat;
	font:"Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	overflow:hidden;
	cursor:pointer;
}

#dateDisplay {
	float:none;
	text-align:left;
	padding-left: 15px;
}


