*{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
h6{
  font-size:13px;
  color: #006ad0;
  margin: 0;
}
div#availabilityContainer{
  margin: 0;
  width: 901px;
  border: 1px solid #DCDCDC;
  background-color: white;
  padding: 0;
  height: 213px;
}
div #availabilityContainer *{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* CALENDAR STYLING */
div#calendarHolder{
  float: left;
  width: 170px;
  height: 193px;
  padding: 10px;
  background-color: #f5f9fb;
}
div#calendar,
div#calendarNav{
  width: 100%;
  margin: 0px;
  float: left;
  clear: left;
}
div#calendarNav{
  margin-bottom:5px;
  height: auto;
  padding: 0;
  margin-top:0;
}

/* MONTHS LIST */
div#months{
  float: left;
  margin: 0;
  width: 100px;
  padding: 0;
  border: 1px solid gainsboro;
  border-width: 0 1px;
  background-color: #E7F3F8;
}
div#months h6{
  text-align: center;
	margin: 2px 0;
}
div#months ul{
  padding: 0;
  margin: 0;
}
div#months li{
  list-style: none inside;
  text-align: right;
  padding:1px 21px 1px 5px;
  cursor: pointer;
  line-height:14px;
}
div#months li:hover{
	border: 1px solid gainsboro;
	border-width: 1px 0;
	background-color: #FbFdFe;
	padding-bottom: 0;
	padding-top: 0;
}
div#months li.selected{
  border: 1px solid red;
	border-width: 1px 0;
  background-color: #ffffef;
  cursor: default;
	padding-top: 0;
	padding-bottom: 0;
}

/* CURRENCY CONVERSION */
div#currency{
  float: left;
  width: 578px;
  margin: 10px 10px 0;
  padding: 5px;
  border: 1px solid gainsboro;
  background-color: #f5f9fb;
}
div#currency img{
  margin: 4px 2px 0 0;
  cursor: pointer;
}
div#currency img.help{
  float: right;
  margin: 0 2px 0 0;
  cursor: help;
}
div#currency h6{
  float: left;
  padding-top:2px;
  margin-right:5px;
}

/* RATES TABLE STYLES */
table#ratesTable{
  float: left;
  margin: 5px 0 0 10px;
  width: 590px;
  border-spacing: 0 3px;
}
table#ratesTable td.available,
table#ratesTable td.booked{
  border: 1px solid gainsboro;
  border-width: 1px 0;
  padding: 2px;
  padding-left: 10px;
  height: 23px;
}
table#ratesTable td.available{
  background-color: #D5F9D5;
}
table#ratesTable td.booked{
  background-color: #F7E1E1;
  color: red;
}
table#ratesTable td.booked[class~=start]{
  padding-left: 55px;
}
table#ratesTable td.start{
  border-left: 1px solid gainsboro;
  padding-left: 10px;
}
table#ratesTable td.end{
  border-right: 1px solid gainsboro;
  font: bold 13px Arial, Helvetica, sans-serif;
  padding-right: 10px;
}
table#ratesTable td.end,
table#ratesTable td.button{
  text-align: right;
}
table#ratesTable td.button{
  width: 54px;
  padding: 1px 0 0;
}
table#ratesTable td.end b{
  color: green;
}
table#ratesTable td.end strong{
  color: red;
}
table#ratesTable td.rate{
  font-weight:bold;
}