.currentDay {
	background: #cc0000;
	color: #ffffff;
}

#displayMonth {
	font-weight: bold;
}

#topNavigation {
	background: #cc0000;
	color: #fff;
	padding: 6px;
	text-align: center;
	margin: 0px 0px 4px;
	overflow: hidden;
	height: auto;
}

.navButton {
	cursor: pointer;
	padding: 0px 10px;
	background: #333333;
	color: #ffffff;
}

#mainCalender {
	position: absolute;
	z-index: 19920701;
	left: 0px;
	top: 0px;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */

	font-family: arial;
	font-size: 14px;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.weekDays {
	display: block;
	float:left;
	text-align: center;
	font-weight: bold;
}

.selectDay {
	display: block;
	float: left;
	text-align: center;
	padding: 6px 0px;
	cursor: pointer;
}

.selectDay:hover {
	background: #333333;
	color: #ffffff;
	text-decoration: underline;
}

.currentWeek {
	display: block;
	height: auto;
	overflow: hidden;
}

#overviewDays {
	height: auto;
	overflow: hidden;
	display: block;
	margin: 0px 0px 4px;
	padding: 4px 0px;
	background: #727272;
	color: #ffffff;
}

#calendarBody {
	background: #cccccc;
}

#nextMonth {
	float: right;
}

#previousMonth {
	float: left;
}

#modifyContainer_date {
	cursor: pointer;
}