/* @override http://www.travelbed.com/css/leaves.css */

/*  =reset.css 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

margin : 0;
padding : 0;
border : 0;
outline : 0;
font-weight : inherit;
font-style : inherit;
font-size : 100%;
font-family : inherit;
vertical-align: baseline;
background : transparent;  

}


ol, ul {
  list-style : none; 
}

table {
  border-collapse : collapse;
  border-spacing : 0; 
}

caption, th, td {
  text-align : left;
  font-weight : normal; 
}

/* =html */



/* =body */

body {
  font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
  font-size: 1em;
  color: #666;
  background-color: #FFF;
  width: 900px;
  margin: 0 auto;
}
	

#container {
  margin-top: 8px;
  /*background: url(../img/grid.png) repeat-y; */
}

strong {
  font-weight: bold;
}


h1 {
  font-size: 3.2em;
  color: #CC6633;
}

h2 {
  color: #666666;
  font-size: 1.25em;
  clear: both;
  font-weight: bold;
}

.title {
  float: right;
  font-size: 1.60em;
  margin: 2px -2px 2px 2px;
  color:#CC6633;
}

.subtitle {
  float: right;
  margin: 6px 2px 8px 2px;
  font-size: 0.85em;
}

.cse-search-box {
  margin-top: -50px;
}

#heads {
  float: right;
  width: 205px;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

a {
  color:#CC6633;
  text-decoration: none;
}

a:hover {
  color:#CC6633;
  background-color: #F5F5F5;
}

a#display {
  display: block;
  width: 100%;
  float: left;
  margin: 5px 0 25px 0;
}

form label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

form input {
  margin-bottom: 15px;
  width: 460px;
}

form textarea {
  margin-bottom: 5px;
  width: 100%;
}

#content form {
  clear: both;
  float: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}

#content form fieldset {
  margin-bottom: 15px;
  float: left;
  width: 460px;
}

#content form fieldset input {
  width: 456px;
}

#content form fieldset img {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

#content form fieldset.checkboxes input {
  margin-left: 5px;
  width: auto;
}

#content form fieldset.checkboxes label {
  float: left;
  clear: both;
}

fieldset.select-menu label {
  display: inline;
  margin-right: 15px;
  font-weight: normal;
}

fieldset.select-menu select {
  margin-right: 20px;
}

fieldset.checkbox {
}

fieldset.checkbox ul {
  width: 100% !important;
}

fieldset.checkbox ul li {
  width: 50% !important;
}

fieldset.checkbox ul li label {
  display: inline;
  font-weight: normal;
}

#content input.button {
  background: 0;
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer;
  display: block;
  width: auto;
  padding: 3px;
  clear: both;
  margin: 0;
}

/* removing the 2px padding from the button for the header form */
#header input.button {
  padding: 1px;
  background: 0;
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer;
  display: block;
  width: auto;
  padding: 1px;
  clear: both;
  margin: 0;
}

input.button:hover {
  color:#CC6633;
  background-color: #F5F5F5;
}

ul.errorlist li {
  color: #CC6633;
  padding: 5px 0;
  margin: 0px 0 10px 0;
  background: #F5F5F5;
  border: 1px solid #ccc;
  text-align: center;
  width: 460px;
}

/* =lists */

ul > li {
  margin-bottom: 5px;
}

ul.general {
  margin: 0 0 15px 5px ;
}

ul.general li {
  padding-left: 15px;
  background: url(../img/bullet.gif) no-repeat 0 5px;
  width: 100%;
  font-size: 0.95em;
}

/* = header */

#header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 105px
}

#header h1 a {
  background: #fff url(../img/travelBed-logo-300x100.png) no-repeat top left;
  float: left;
  width: 340px;
  height: 105px;
  bottom: 15px;
  position: relative;
  text-indent: -3000px;
}

#header h1 a span {
  float: left;
  margin-top: 45px;
}

#header h1 a span.tag {
  margin-bottom: 11px;
  float: left;
  color: #999999;
  font-size: .33em;
  position: absolute;
  bottom: 0;
  left: 150px;
}

#header form {
  float: right;
  margin-top: 50px;
  font-size: 1em;
    
}

#header form input.button {
  display: inline;
  width: auto;
}

#header form input {
  width: 160px;
  margin-right: 1px;
  display: inline;
}


/* where is this??? */
#header p { 
  margin-top: -20px;
  margin-left: 47px;
  margin-bottom: 11px;
  float: left;
}

#header div p a{
  color: #999999;
}

#header div p a:hover {
  color: #999999;
  background-color:#FFFFFF;
}

#navigation {
  float: left;
  width: 200px;
  padding-top: 10px;
  font-size: 0.85em;
}
    
#navigation p {
  font-size: 1.0em;
}
    
ul.navlist {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

ul.navlist li {
  margin: 0;
}

ul.navlist a {
  display: block;
  padding: 5px 0px;
  border-bottom: 1px solid #CCC;
}

ol.numerical {
  list-style-type: decimal;
  padding-left: 15px;
}

ol.numerical li {
  padding: 5px 0px;
  border-bottom: 1px solid #CCC;
  margin: 0;
}

#navigation a:link, #navlist a:visited {
  color:#CC6633;
  text-decoration: none;
}

#navigation a:hover {
  background: #000000 url(arrow.gif) 96% 50% no-repeat;
  background-color: #F5F5F5;
  color:#CC6633;
}

#navigation h2 {
  font-size: 1.1em;
}

#navigation p {
  border-top: none;
}

#navigation img {
  width: 194px;
  border: 1px solid #ccc;
  padding: 3px;
}


div.vcard {
  margin: 10px 0;	
}

div.org {

}

div.adr {
	
}

div.adr span {
  display: block;
}

div.tel span {
  padding: 15px 0;
}

div.adr a:link {
  border-bottom: 0 !important;
  margin: 0;
  padding: 0 !important;
}

span.url {
  padding-bottom: 15px;
}

p {
  font: normal 70.0%/1.75em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
  margin-bottom: 15px;
  clear: both;
}

#content {
  width: 460px;
  float: left;
  margin: 0 20px 20px 20px;
}

#content p {
  clear: none;
  font-size: 0.9em;
}

#content img {
  float: right;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0px 0 10px 10px;
}

#content img.wide {
  float: none;
  width: 454px;
  margin: 0px 0 10px;
}

.content p {
  padding: 10px;
  border: 1px solid #ccc;
}

#content ul.bedList {
}

ul.bedList li {
  width: 100%;
}

ul.bedList li ul {
}

ul.bedList li li {
  width: 32px;
  margin-right: 5px;
}

ul.bedList li li:nth-child(10), ul.bedList li li:nth-child(19) {
  margin-left: 120px;
}

ul.bedList li li.push {
  margin-left: 120px;
  display: inline;
}

ul.bedList li li img {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#content ul.bedList li img {
  width: 32px;
}

#content li strong {
  width: 120px;
  float: left;
}

#content li {
  float: left;
}

li.rooms {
  float: left;
  width: 100%;
}

ul.actions {
  float: left;
  width: 100%;
  margin: 15px 0;
}

ul.actions li {
  display: inline;
  padding-right: 3px;
  margin-right: 3px;
  border-right: 1px solid #ccc;
  padding-bottom: 0;
  line-height: 1em;
}

ul.actions li.last {
  border: none;
  margin: 0;
}

#content ul.gallery {
  float: left;
  width: 100%;
  margin-top: 20px;
}

#content ul.gallery li span {
  float: left;
}

#content img.gallery {
  width: 100px;
  float: left;
  margin: 10px 0 5px 0;
}

ul.gallery li {
  margin-right: 9px;
  padding-bottom: 20px;
  position: relative;
}

ul.gallery li ul.gallery-actions {
  float: left;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 3px;
}

ul.gallery-actions li {
  display: inline;
  padding-right: 3px;
  margin-right: 3px;
  border-right: 1px solid #ccc;
  padding-bottom: 0;
  line-height: 1em;
}

ul.gallery-actions li.last {
  border: none;
  margin: 0;
}

#content h2{
  margin-top: 13px;
  margin-bottom: 13px;
}

#content h3 {
  clear: both;
  margin-top: 12px;
  margin-bottom: 12px;
}

#content .add_content_form th {
  width: 100px;
  text-align: right;
  display: table;
}

#content .add_content_form td {
  padding-left: 15px;
}

.skip {
  float: right;
  padding: 5px 5px 5px 5px;
}

ul#hotels {
  float: left;
}

ul#hotels h2 {
  margin-top: 0;
  position: relative;
}

ul#hotels h2 a.book-link {
  font-size: 70%;
  position: absolute;
  right: 0;
  padding-left: 20px;
  background: url(../img/book_add.gif) no-repeat;
}

ul#hotels > li {
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

ul#hotels li ul.info li {
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
}

ul.info li strong {
  width: 6em !important;
}

ul.info li span {
}

#sidebar {
  float: right;
  width: 200px;
  padding-top: 10px;
}

#sidebar img#reg {
  border: 1px solid #ccc;
  padding: 2px;
  width: 194px;
  margin: 0 0 15px 0;
}

#sidebar p {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 11px;
  margin-bottom: 11px;
}

#sidebar h2 {
  margin-top: 13px;
  margin-bottom: 13px;
}

#sidebar a.href {
  display: block;
  font-size: 0.7em;
}

.subfooter {
  clear: both;
  background-color:white;
  padding: 0px 5px 0px 5px;
}

#subfooter {
  margin-top: 20px;
  clear: both;
  background-color:white;
  //background-color:#575352;
  padding: 0px 5px 0px 5px;
}

#subfooter p {
  color:#89817f;
  padding: 5px;
  margin-top: 11px;
  margin-bottom: 11px;
}

#subfooter p a {
  color: #89817f;
  border-bottom: 1px dotted #89817f;
}

#subfooter p a:hover {
  color: #FFFFFF;
  background-color:#575352;
}

#footer {
  clear: both;
  background-color:#575352;
  padding: 0px 5px 0px 5px;
  font-size: 1.1em;
}

#footer p {
  color:#89817f;
  padding: 5px;
  margin-top: 11px;
  margin-bottom: 11px;
}

#footer p a {
  color: #89817f;
  border-bottom: 1px dotted #89817f;
}

#footer p a:hover {
  color: #FFFFFF;
  background-color:#575352;
}

span.feature {
  width: 20em;
  float: left;
}

img.feature {
}

span.register {
  position: relative;
  left: 32px;
  top: -56px;
  color: #CC6633;
  background-color:#fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  /* color: #ee8937; */
  font-size: 22px;
  border: 2px double #ccc;
}

/* -------------------------
    Consider to remove "!important from following block,
    and modify them in jquery.datePicker.css directly.
 */
.dp-applied {
  float:left;
}
.dp-popup {
  float: left;
  width: 440px;
  height: 210px !important;
  padding: 20px 10px !important;
  background: #F0E2DB !important;
  border: 1px solid #CC8866;
}
.dp-popup-inline {
  height:160px;
}
table.jCalendar {
  border:medium none;
}
.dp-calendar {
  float: left;
  padding: 0;
  display:inline;
  margin: 10px 2px 2px 7px;
  background: #995533;
  border-right: 2px solid #995533;
  border-left: 2px solid #995533;
  border-bottom: 2px solid #995533;
}
.dp-calendar h2 {
  background: #995533 !important;
  color: #fff;
  padding: 5px 0 !important;
	
}
.dp-calendar th {
  background: #CC6633 !important;
  border: 1px solid #995533;
  text-align: center;
}
.dp-popup a {
  font-weight: bold;
  color: #CC6633 !important;
}
.dp-popup a:hover {
  background: 0;
  color: #3d3d3d !important;
}
/*
CAUTION: Don't override following 3 styles of td in any way,
         else it'll broke the availability calendar!
*/
.day-arrive {
   background: #FF6666 url(/img/dpb-arv.gif) no-repeat left !important;
}
.day-depart {
   background: #FF6666 url(/img/dpb-dpt.gif) no-repeat right !important;
}
.day-change {
   background: #FF6666 url(/img/dpb-chg.gif) no-repeat center !important;
}

#lstState ul {list-style-type:none;}
#lstState li {height:22px;}
#lstState input {display:inline; margin:5px; width:auto !important;}
#lstState label {display:inline;}
#lstState form {float:none; font-size:9pt; margin:0px; }
.hidden-blk {display:none;}

#map {
  //position: relative;
  width: 461px;
  height: 336px;
  margin-top: 12px;
  //#border:1px solid #a66347;
}

.map-fields {
  margin-top: 352px;
}

.toptip-wrapper {
  border: thick dashed #ccc;
  margin-bottom: 30px;
}

.toptip {
  padding: 5px 10px;
}

.go {
  float: right;
}

#travelbed-of-the-week {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}



