body {
  background-position: top center;
  font-family: 'Lucida Grande', Helvetica, 'Times New Roman', Times, serif;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

a {
  color: blue;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a.footer {
  color: #FFF; }
  a.footer:hover {
    color: #FFC326;
    text-decoration: none; }

a.breadcrumb:hover {
  color: #FFC326;
  text-decoration: none; }

img {
  border: none; }

hr {
  border-color: #AAAAAA;
  margin: 1px 0;
  padding: 0; }

.bold {
  font-size: 14px;
  font-weight: bold; }

.quiet {
  color: #666; }

.notice {
  font-size: 14px;
  font-weight: bold;
  color: green; }

.alert {
  font-size: 14px;
  font-weight: bold;
  color: red; }

span.hint {
  font-size: 0.9em;
  font-style: italic;
  color: #666;
  display: block;
  margin-bottom: -16px; }

em.hint {
  background: transparent url(/images/hint_bg.gif) no-repeat;
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: -4px 0 0 8px;
  padding-left: 12px; }

#account-box {
  margin: 40px auto;
  background-color: #F5F5F5;
  border: 1px solid #484848;
  padding: 20px;
  width: 300px;
  font-size: 1.2em; }
  #account-box h2 {
    vertical-align: baseline;
    color: #484848;
    margin: 0;
    padding: 0;
    line-height: 1em; }
  #account-box form {
    margin-top: 8px; }
  #account-box p {
    margin: 12px 0; }
  #account-box #errorExplanation, #account-box .errorExplanation {
    width: 280px; }

#card-help {
  display: none;
  background: white;
  border: solid 1px #CCC;
  padding: 10px; }


.fieldWithErrors {
  padding: 2px;
  background-color: #f00;
  display: table; }

#errorExplanation {
  width: 400px;
  border: 2px solid #f00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #f00;
  color: #fff; }

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px; }

#errorExplanation ul li {
  font-size: 12px;
  list-style: square; }

.error {
  font-size: 14px;
  font-weight: bold;
  color: #f00; }

.room_error {
  padding: 12px 0px 0px 30px;
  font-size: 12px;
  font-weight: normal;
  color: #f00; }


body {
  background: #cdcdcd;
  text-align: center; }
  body #wrap {
    margin: 0 auto;
    text-align: left;
    width: 800px; }
  body #content {
    background: #fff;
    width: 720px;
    min-height: 350px;
    padding: 15px 40px 40px 40px; }
  body #footer {
    border-top: solid 1px #aaa;
    clear: both;
    text-align: center;
    padding: 10px 0px 0px 0px;
    font-size: 10px;
    width: 800px; }
  body #header_title {
    font-size: 26px;
    font-weight: bold;
    padding: 15px 0px 6px 39px;
    background: white; }
  body #border_box {
    border: #999 solid 1px;
    width: 300px;
    padding: 5px 10px 10px 20px;
    margin: 20px 0px 20px 0px; }
  body .list_item {
    padding: 2px 0px 0px 15px; }
  body .small {
    font-size: 10px; }
  body #breadcrumbs {
    font-size: 11px;
    font-weight: bold;
    background-color: #ddd;
    padding: 5px 5px 5px 10px; }
  body .breadcrumb_active {
    color: green; }
  body .breadcrumb_divider {
    padding: 0px 15px 0px 15px; }
  body .gray_bg {
    background-color: #ddd;
    border-top: solid 15px white;
    padding: 5px 5px 5px 10px; }
  body #price_box {
    margin0: auto;
    padding: 7px 3px 10px 3px;
    margin-top: 20px;
    width: 400px; }
  body .adr {
    padding: 4px 0px 4px 0px;
    font-size: 16px;
    font-weight: bold; }
  body .other_rates {
    padding: 10px 15px 0px 0px; }
  body .room_icon {
    padding: 15px 10px 0px 0px; }
  body .room_listing {
    padding-top: 15px; }
  body .room_rate {
    padding: 15px 3px 10px 10px; }
  body h3 {
    font-size: 15px;
    font-weight: bold; }
  body .confirmation_row {
    padding: 0px 0px 15px 0px;
    border-top: dashed 1px gray; }


body input.date-pick {
  margin-right: 8px; }
body.search #breadcrumbs .search {
  color: green; }
body.availability #breadcrumbs .availability {
  color: green; }
body.reserve #breadcrumbs .reserve {
  color: green; }
body.confirm #breadcrumbs .confirm {
  color: green; }




table.jCalendar {
  padding: 10px 0 0 11px;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

a.dp-choose-date {
/*	float: left;*/
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

div.dp-popup {
	position: relative;
	background: transparent url(../images/calendar_background.png) no-repeat scroll 0 0;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding-top: 10px;
	padding-left: 8px;
	width: 195px;
	height: 200px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 8px;
	left: 16px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 8px;
	right: 14px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#slideshow {
  list-style: none;
  color: #fff; }

#slideshow span {
  display: none; }

#gallery-wrapper {
  width: 506px;
  background-color: #222; }
  #gallery-wrapper * {
    margin: 0;
    padding: 0; }
  #gallery-wrapper #fullsize {
    position: relative;
    width: 500px;
    height: 300px;
    padding: 2px;
    background: #000; }
  #gallery-wrapper #information {
    position: absolute;
    bottom: 0;
    width: 500px;
    height: 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    z-index: 198;
    opacity: .7;
    filter: alpha(opacity=70); }
    #gallery-wrapper #information h3 {
      padding: 4px 8px 3px;
      font-size: 14px; }
    #gallery-wrapper #information p {
      padding: 0 8px 8px; }
  #gallery-wrapper #image {
    width: 500px; }
    #gallery-wrapper #image img {
      position: absolute;
      z-index: 25;
      width: auto; }
  #gallery-wrapper .imgnav {
    position: absolute;
    width: 25%;
    height: 306px;
    cursor: pointer;
    z-index: 150; }
  #gallery-wrapper #imgprev {
    left: 0;
    background: url(/images/tiny_slideshow/left.gif) left center no-repeat; }
  #gallery-wrapper #imgnext {
    right: 0;
    background: url(/images/tiny_slideshow/right.gif) right center no-repeat; }
  #gallery-wrapper #imglink {
    position: absolute;
    height: 306px;
    width: 100%;
    z-index: 100;
    opacity: .4;
    filter: alpha(opacity=40); }
  #gallery-wrapper #thumbnails {
    overflow: auto !important;
    overflow: -moz-scrollbars-none !important;
    display: inline-block;
    padding-bottom: 15px;
    margin-top: 15px; }
    #gallery-wrapper #thumbnails {
      display: block; }
  #gallery-wrapper #slideleft {
    float: left;
    width: 20px;
    height: 81px;
    background: url(/images/tiny_slideshow/scroll-left.gif) center center no-repeat;
    background-color: #222; }
  #gallery-wrapper:hover {
    background-color: #333; }
  #gallery-wrapper #slideright {
    float: right;
    width: 20px;
    height: 81px;
    background: #222 url(/images/tiny_slideshow/scroll-right.gif) center center no-repeat; }
  #gallery-wrapper:hover {
    background-color: #333; }
  #gallery-wrapper #slidearea {
    float: left;
    position: relative;
    width: 456px;
    margin-left: 5px;
    height: 81px;
    overflow: hidden; }
  #gallery-wrapper #slider {
    position: absolute;
    left: 0;
    height: 81px; }
    #gallery-wrapper #slider img {
      cursor: pointer;
      border: 1px solid #666;
      padding: 2px; }
