/* Vasilias:Content Styles - Alex@Popcorn07 */
a {
  color: #9C987C;
  text-decoration: underline;
}
h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  color: #9C987C;
  margin: 8px 0px 8px 0px;
  padding: 0px;
}
h2 {
  font-size: 18px;
  line-height: 26px;
  margin: 6px 0px 18px 0px;
  padding: 0px;
  color: #9C987C;
}

h3 {
  color: #9C987C;
}
td h3 {
  margin-bottom: 0px;
  font-size: 14px;
}

#horizontal div {
  background-color: #9C987C;
  height: 60px;
  overflow: hidden;
}
#horizontal h3 {
  float: right;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
  margin: 16px 10px 0px 0px;
  padding: 0px;
}
#vertical .gap {
  margin-bottom: 8px;
}
#vertical div {
  background-color: #9C987C;
  height: 60px;
  width: 245px;
  padding-left: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}
#vertical h3 {
  float: right;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  margin: 12px 10px 0px 0px;
  padding: 0px;
}




#gallery img {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#gallery .last {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}



ul.legalities, ul.legalities ul  {
  list-style: none;
}
ul.legalities li {
  background-image: url(/images/li-bg.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 16px;
  clear: both;
}
ul.legalities li ul {
  float: left;
  clear: both;
  padding: 0px;
  margin: 0px 0px 10px 14px;
}
ul.legalities li ul li {
  background-image: url(/images/li-sub-bg.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 16px;
  margin: 0px 5px 0px 5px;
}
body.legalities p.leftblock {
  float: left;
  width: 263px;
  text-align: left;
}
body.legalities p.middleblock {
  float: left;
  width: 263px;
  text-align: center;
}
body.legalities p.rightblock {
  float: left;
  width: 263px;
  text-align: right;
}




body.pricing tr.menu th {
  padding: 16px 0px 0px 16px;
  font-weight: normal;
  text-align: left;
  background-image: url(/images/li-bg.gif);
  background-repeat: no-repeat;
  background-position: left 19px;
}
body.pricing tr.menu td {
  padding: 16px 0px 0px 0px;
}
body.pricing th {
  padding: 0px 0px 0px 16px;
  text-align: left;
  background-image: url(/images/li-sub-bg.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
}
body.pricing td.block {
  padding: 0px 0px 0px 16px;
  background-image: url(/images/li-sub-bg.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
}



body.booking table {
  width: 520px;
  margin-bottom: 16px;
}
body.booking table td {

}
body.booking table input {
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
}
body.booking textarea {
  background-color: #EEEEEE;
  border: solid 1px #CCCCCC;
  font-family: Arial;
  font-size: 12px;
  color: #444444;
  width: 790px;
}
body.booking p.agreement {
  margin: 10px 0px 20px 10px;
}
body.booking p.agreement input {
  margin: 0px 12px 0px 0px;
  float: left;
}
body.booking p.submit {
  float: left;
  width: 780px;
  margin: 0px;
  padding: 5px 5px 5px 5px;
  background-color: #F4F4F4;
}
body.booking input.submit {
  float: right;
}

/* CALENDAR *******************************************************************/

#calendar-container {
  float:right;
  width:220px;
  height:220px;
  border:#9C987C 1px solid;
  padding:10px;
}

#calendar-container .calendar-month {
}

#calendar-container .calendar-month p {
  margin: 0 0 10px 0;
  font-size: 90%;
  text-align: center;
}

#calendar-container .calendar-month h2 {
  clear: both;
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#calendar-container .calendar-month .table-container {
  height: 145px;
}

#calendar-container .calendar-month table {
  width:220px;
}
#calendar-container .calendar-month table td {
}

#calendar-container .calendar-month table td.header {
  color: white;
  background-color: #9C987C;
  padding: 0 2px 0 2px;
}

#calendar-container .calendar-month .controls {
}

#calendar-container .calendar-month .previous {
  float:left
}

#calendar-container .calendar-month .next {
  float:right
}

#calendar-container .calendar-month .past {
  color: #dddddd;
}

#calendar-container .calendar-month .booked {
  color: red;
  background-color: #fff0f0;
}
