/* calendar */
.CalendarLeft {
	position: absolute;
	width: 171px;
	height: 347px;
	background: url(../img/booking/left-03.gif) left top; 
	left: 11px;
	top: 12px;
}
.CalendarLeft_empty {
	position: absolute;
	width: 171px;
	height: 347px;
	background: url(../img/booking/left-00.gif) left top; 
	left: 11px;
	top: 12px;
	text-align:center;
	font: 18px boldverdana, Helvetica,  serif;
	color:White;
	font-weight: bold;
}

.CalendarLeft_empty span
{
    padding-top:50;
}

.CalendarRight {
	position: absolute;
	left: 193px;
	top: 12px;
	width: 433px;
	height: 346px;
	background: url(../img/common/pattern-3.gif) #E1E0AE;
	border-style:none;
}
.calendar {
	width: 435px;
	height: 346px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 0px;
	left: -1px;
}	

.calendar p  {
	padding-left: 5px;
	font: 11px arial, verdana;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-top:3px;
	float: left;
	color: #9E9E9E;
	display: block; 
}

.calendar .selectRoomType 
{
    float:right;
    width:410px;
    /*
	position: absolute;
	left: 220px;
	top: 23px;
	width: 250px;*/
    /*margin-left:250px;*/
    margin-bottom:5px;
    margin-top:-30px;
    display:block;
	height: 25px;
	font: 9px  boldverdana, arial;
	color: #FFFFFF;
}
.calendar .dropdown 
{
    float:right;
	font: 9px verdana;
	color: #C4A357;
	margin-right: 15px;
	margin-top:-3px;
	z-index:99;
}
.calendar img {
margin-top:5px;
margin-left:5px;
margin-bottom:20px;
}
.calendarBookBtn {
	width:102px;
	height:20px;
	background-image:url(../img/booking/booking-btn.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.maldives-cal-but-book a {
	position: absolute;
	left: 300px;
	top: 15px;
	width: 115px;
	height: 13px;
	background-image: url(../img/booking/make-a-reser.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size: 1px;
}
.maldives-cal-but-book a:hover {	
	background-position: bottom;
}

.other-month-days
{
    visibility:hidden;
    /*border-left: 1px solid #FFFFFF;*/
}

.day
{
	width: 56px;
	height: 35px;
	font: 28px/20px georgia, times, serif;
	letter-spacing: -3px;
	color: #C5BE84;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
	text-align:left;
}

.day a
{
    text-decoration:none;
}

.day-headers
{
    width: 56px;
    /*border-left: 1px solid #FFFFFF;*/
	padding-left: 5px;
	height: 20px;
	font: 14px/12px arial, times, serif;
	letter-spacing: 0px;
	color: white;
	font-weight: bold;
	padding-bottom: 10px;
	text-align:left;
}

 .unavail 
{
	color: #CCCCCC;
	background: #E4E4CC;
}

#monthNavigation
{
    position:absolute;
    left:1px;
    top:330px;
    width:420px;
    margin-left:5px;
}

