
#calendarDiv{
	position:absolute;
	width:211px;
	height: 230px;
	border:1px solid #A5A6A5;
	background-color: #fff;
	font-family:arial;
	font-size:13px;
	visibility:hidden;

}

#calendarDiv td{
	margin:0px;
	font-size:13px;
}

#calendarDiv .arrivalDay{	/* Active day in the calendar */
	background-color:#ffcc00;
}

#calendarDiv .duringStayningDay{	/* Active day in the calendar */
	background-color:#ededed;
}

#calendarDiv .departureDay{	/* Active day in the calendar */
	background-color:#ff9900;
}

#calendarDiv .notSelectableDay{
	color:gray;
}

#calendarDiv #bottomBar{
	height:17px;
	line-height:17px;
	padding: 2px 0px;
	background-color: #fff;
	text-align:right;
	position:absolute;
	cursor: pointer;
	bottom:0px;
	width:97%;
	border-top: 1px solid #A5A6A5;
	margin-top:10px;
	padding-right:5px;
	float:left;
	font-weight:bold;
}

#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
}


/* *************** TOP NAVIGATION DIVS ************** */

#calendarDiv #monthYearDiv{
	width: 160px;
	height: 35px;
	margin: auto;
}

#calendarDiv #monthYearDiv div{
	font-weight: bold;
}

/* *************** calendar table ************** */

#calendarTable{
	margin-bottom:30px;
	float:left;
}

#calendarTable td{
	text-align:right;
	padding: 4px 8px;
	font-weight: bold;
	cursor:pointer;
}

/* *************** topTable ************** */


#topTable{
	border-bottom: 1px solid #A5A6A5;
	height:21px;
}

#topTable, #topTable td{
	background-color: #C2D3FA; /* overwrite in pk_web-css */
	margin: 0px;
	padding: 0px;
	font-size:18px;
}

#calendarDiv #topTable td{
	cursor:pointer;
	text-align: center;
}

#calendarDiv #topTable td div{
	display: inline;
	padding: 0px 2px;
}

#topTable, #topTable td{
	background-color: #d6fd94;
}


