.ui-datepicker {
	z-index:1000 !important;
	-moz-box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.6);
	top:44px !important;
	padding:0px 13px !important;
	height:318px;
	}	

.ui-corner-all {
    -moz-border-radius: 0px;
    padding-bottom:7px;
}
.ui-datepicker th {
    border: 0 none;
    font-weight: bold;
    padding: 3px 0.2em;
    text-align: center;
    font-size:0.8em;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0;
}
.ui-datepicker .ui-datepicker-title {
    font-family: Impact,fantasy;
    font-size: 23pt;
    font-weight:100;
    text-transform:uppercase;
    margin: 0 40px;
    height:46px;
}
.ui-widget-header {
  background:none;
  border:none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
position: static;
 background-position: left top;
    height: 27px;
    width: 24px;
    margin:0;
}
.ui-datepicker .ui-datepicker-prev span {
  background: url(images/left.gif);
}

.ui-datepicker .ui-datepicker-next span {
  background: url(images/right.gif);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 24px;
    position: absolute;
    top: 10px;
    width: 24px;;
}
.ui-datepicker .ui-datepicker-prev {
  left:15px;
}
.ui-datepicker .ui-datepicker-next {
  right:15px;
}
.ui-widget-content td a.ui-state-default {
    text-align: right;
    text-decoration: none;
    font-size:9px;
    padding: 0px 0 0 5px;
    background:none;
    border:none;
}
.ui-widget-content td span.ui-state-default {
  font-size:9px;
}
.ui-widget-content span.ui-state-default {

}

table.ui-datepicker-calendar td {
  border: solid 1px #ffffff;
  cursor:pointer;
  width:35px;
  height:34px;
}

.ui-widget-content {
}
.ui-widget-content div.tower {
  color:#f7931d;
  padding-left:5px;
  margin-top:-7px;

}


.ui-widget-content div.bungalow {
  color:#00adef;
  padding-left:5px;
  margin-top:-4px;

}
.ui-datepicker td div span {
  display:inline;
  font-size:12px;
  font-weight:bold;
  padding:0 2px;;
}
.ui-datepicker td div sup {
  font-size:8px;
}

div#legend div.tower {
  	background: transparent url(../images/room_tower2.png) top left no-repeat;
  float:left;
  clear:right;
  width:97px;
  height:15px;
  margin: 5px 0px 9px 0px;
 
}
div#legend div.bungalow {
  background: transparent url(../images/room_bungalow3.png) top left no-repeat;
  float:left;
  width:161px;
  height:15px;
  margin: 5px 0px 9px 5px;

}