/* General Layouts ******************************/

.column {
  float: left;
  margin-right: 12px;
}

.layout-base {
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 10px;
  width: 100%;
  overflow: hidden;
}

.layout-left {
  clear: both;
  float: left;
  width: 571px;
  padding: 8px;
  margin-bottom: 12px;
  background-image: url(../img/layout-boxes/layout-left-top.gif);
  background-repeat: no-repeat;
  position: relative;
}

.layout-left .layout-base {
  width: 587px;
  background-image: url(../img/layout-boxes/layout-left-bottom.gif);
}

.layout-left.layout-narrow {
  width: 531px;
  background-image: url(../img/layout-boxes/layout-narrow-top.gif);
}

.layout-left.layout-narrow .layout-base {
  background-image: url(../img/layout-boxes/layout-narrow-bottom.gif);
}

.layout-right {
  clear: both;
  float: left;
  width: 222px;
  padding: 8px;
  margin-bottom: 12px;
  background-image: url(../img/layout-boxes/layout-right-top.gif);
  background-repeat: no-repeat;
  position: relative;
}

.layout-right .layout-base {
  width: 238px;
  background-image: url(../img/layout-boxes/layout-right-bottom.gif);
}

.layout-right.layout-wide {
  width: 262px;
  background-image: url(../img/layout-boxes/layout-wide-top.gif);
}

.layout-right.layout-wide .layout-base {
  width: 278px;
  background-image: url(../img/layout-boxes/layout-wide-bottom.gif);
}

.layout-full {
  float: left;
  width: 821px;
  padding: 8px;
  margin-bottom: 12px;
  background-image: url(../img/layout-boxes/layout-full-top.gif);
  background-repeat: no-repeat;
  position: relative;
}

.layout-full .layout-base {
  width: 837px;
  background-image: url(../img/layout-boxes/layout-full-bottom.gif);
}

.corner {
  position: absolute;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.corner-a {
  top: 0px;
  left: 0px;
  background-image: url(../img/layout-boxes/corner-a.png);
}

.corner-b {
  top: 0px;
  right: 0px;
  background-image: url(../img/layout-boxes/corner-b.png);
}

.layout-left .corner-b {
  right: 0px !important;
  right: -1px;
}

/* Text Styles **********************************/

h1 {
  color: #000000;
  font-size: 154%;
  font-family: Georgia;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 100%;
}

h2 {
  color: #000000;
  font-size: 154%;
  font-family: Georgia;
  font-weight: normal;
  margin: 0px;
  padding: 4px 0px 6px 0px;
  line-height: 100%;
}

h4 {
  color: #45BCFF;
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 2px 0px;
}

p {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
  padding: 12px 0px 10px 0px;
  line-height: 125%;
}

.text-padding {
  padding: 10px 10px 0px 14px;
}

/* General Page Styles **************************/

h3.bubble {
  background-repeat: no-repeat;
  height: 55px;
  margin: 1px 4px 0px 0px;
  padding: 0px 0px 0px 10px;
  color: #FFFFFF;
  font-size: 138%;
  font-family: Georgia;
  font-weight: normal;
  line-height: 100%;
}

h3.bubble span {
  float: left;
  padding: 10px 0px 0px 0px;
  height: 45px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
}

.bubble-pink {
  background-image: url(../img/bubble-pink-left.gif);
}

.bubble-pink span {
  background-image: url(../img/bubble-pink-right.gif);
}

.bubble-red {
  background-image: url(../img/bubble-red-left.gif);
}

.bubble-red span {
  background-image: url(../img/bubble-red-right.gif);
}

/* (Right) Featured Kennels */

h2.kennel {
  margin-left: 3px;
  padding: 7px 0px 6px 0px;
}

div.kennel {
  background-image: url(../img/border-dashed.gif);
  background-repeat: repeat-x;
  padding: 6px 0px 0px 6px;
  margin: 0px 4px 0px 3px;
  clear: both;
  line-height: 120%;
}

.kennel img {
  float: left;
  margin: 0px 8px 0px 0px;
}

.kennel img.framed {
  padding: 6px;
  margin: 0px 8px 0px 0px;
  background-image: url(../img/content/featured-thumb.gif);
  background-repeat: no-repeat;
}

.kennel p {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
}

.kennel .icons {
  clear: both;
  height: 40px;
}

.kennel .icons img {
  margin: 3px 0px 0px 4px;
  padding: 0px;
  background-image: none;
}

.kennel .icons .button {
  float: left;
  background-image: url(../img/content/button-view.gif);
  background-repeat: no-repeat;
  width: 93px;
  height: 27px;
  padding: 9px 0px 0px 0px;
  text-align: center;
  margin: 0px 0px 0px 7px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 85%;
  font-family: Arial;
  text-transform: lowercase;
}

a.register {
  background-image: url(../img/border-dashed.gif);
  background-repeat: repeat-x;
  text-align: right;
  color: #000000;
  font-size: 86%;
  text-decoration: none;
  width: 214px;
  float: left;
  padding-top: 5px;
  margin-left: 3px;
}

a.register:hover {
  text-decoration: underline;
}

/* Homepage Welcome Panel */

.welcome {
  height: 242px;
  position: relative;
  padding-bottom: 8px;
}

.heading {
  float: left;
  position: relative;
  padding-bottom: 8px;
}

.welcome img,
.heading img {
  display: block;
  float: left;
}

.welcome .overlay,
.heading .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 273px;
  height: 209px;
  background-image: url(../img/content/home-welcome-overlay.png);
  background-repeat: no-repeat;
  margin: 28px 0px 0px 9px;
  padding: 17px 20px 0px 19px;
}

.welcome .overlay h3,
.heading .overlay h3 {
  color: #000000;
  font-size: 154%;
  font-family: Georgia;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 100%;
}

.welcome .overlay p {
  margin: 0px;
  padding: 2px 0px 13px 1px;
  font-size:115%;
}

.panel-left {
  float: left;
  width: 282px;
  border-right: solid 1px #C9E9FB;
  margin-bottom: -8px;
}

.panel-right {
  float: left;
  width: 280px;
  padding-left: 8px;
}

.panel-right .bubble {
  margin-right: -3px;
}

/* Homepage "Are you a Kennel Owner?" Panel */

.panel-left {
  background-image: url(../img/content/home-panel-left-bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

ul.ticks {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}

.ticks li {
  background-image: url(../img/bullet-tick.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding: 0px 0px 4px 22px;
  margin: 0px;
}

a {
  color: #45BCFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.panel-left p {
  padding: 5px 30px 0px 9px;
}

.panel-left ul.ticks {
  padding: 10px 30px 0px 14px;
}

.panel-left a.button {
  float: left;
  display: block;
  background-image: url(../img/button-purple-171.png);
  background-repeat: no-repeat;
  width: 185px;
  height: 46px;
  margin: 7px 0px 0px 0px;
  padding-bottom: 18px;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 108%;
  font-family: Arial;
  text-transform: lowercase;
}

.panel-left a.button span {
  margin: 15px 0px 0px 0px;
  text-align: center;
  display: block;
  color: #FFFFFF;
}

/* Homepage "Search Kennels & Catteries" Panel */

.search {
  margin: 0px;
  padding: 0px;
}

table.search td,
table.search th {
  padding: 1px 0px 8px 10px;
  text-align: left;
  height: 24px;
  font-weight: normal;
}

table.search th {
  width: 76px;
}

table.search th.highlight {
  color: #FF0000;
}

table.search input,
table.search select {
  border: solid 1px #969696;
  background-color: #FFFFFF;
  font-size: 11px;
  font-family: "Trebuchet MS", Arial;
  float: left;
}

table.search input {
  padding: 3px 4px 3px 4px;
  width: 152px;
}

table.search select {
  padding: 3px 0px 1px 3px;
  width: 162px;
}

table.search img.icon {
  margin: 3px 0px 0px 4px;
}

div.search-base {
  float: left;
  background-image: url(../img/content/table-search-base.gif);
  background-repeat: no-repeat;
  width: 279px;
  height: 45px;
  color: #FFFFFF;
}

div#kennel-avail-species {
	margin-top: 6px;
	margin-bottom: 6px; 
	width: 530px;
	background-image: url(../img/content/kennel-avail-species-bg.gif);
}


div.search-base span {
  float: left;
  padding: 13px 28px 0px 10px;
}

.search-base label {
  float: left;
  background-repeat: no-repeat;
  display: block;
  width: 41px;
  height: 26px;
  margin: 9px 4px 0px 0px;
  padding: 0px 7px 0px 0px;
  text-align: right;
}

.search-base label input.petCheckbox {
  float: right;
  margin: 7px 0px 0px 0px;
  padding: 0px;
  display: block;
  height: 13px;
  width: 13px;
}

.search-base input {
  float: left;
  margin-top: 7px;
  margin-left: 1px;
}

.search-base #label-dogs {
  background-image: url(../img/content/table-search-dog.gif);
}

.search-base #label-cats {
  background-image: url(../img/content/table-search-cat.gif);
}

/* (Right) "Search Again" Panel */

.layout-right table.search input {
  width: 120px;
}

.layout-right table.search select {
  width: 130px;
}

.layout-right h3.bubble {
  margin-top: -2px;
  width: 202px;
  font-size: 128%;
}

.layout-right h3.bubble span {
  padding-right: 7px;
}

.layout-right table.search th {
  width: 78px;
  padding-left: 4px;
}

.layout-right table.search td {
  padding-left: 5px;
}

.layout-right .search-base label {
  margin-top: 0px;
  margin-right: 14px;
}

.layout-right table.search .search-base input {
  width: auto;
  background-color: transparent;
  display: block;
  height: 13px;
  width: 13px;
  border: 0px;
}

.layout-right table.search .lastrow {
  padding: 0px 0px 0px 74px;
}

.layout-right table.search .lastrow input {
  width: auto;
  border: 0px;
  padding: 0px;
}

.layout-right .search-base #label-dogs {
  background-image: url(../img/content/table-search-dog-alt.gif);
}

.layout-right .search-base #label-cats {
  background-image: url(../img/content/table-search-cat-alt.gif);
}

/* Search Results Listing */

.heading.results .overlay {
  float: left;
  width: 371px;
  height: 96px;
  background-image: url(../img/content/results-heading-overlay.png);
  padding-top: 12px;
}

.heading.results .overlay h3 {
  padding-top: 22px;
  float: left;
  width: 153px;
}

.heading.results .overlay p {
  float: left;
  width: 200px;
  border-left: solid 1px #C9E9FB;
  padding: 8px 0px 9px 17px;
}

.heading.results .overlay p span {
  color: #FF0000;
}

.heading .page-controls {
  position: absolute;
  text-align: right;
  color: #FFFFFF;
  top: 26px;
  right: 13px;
  width: 150px;
  text-align: right;
}

.heading .page-controls p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.heading .page-controls a, .result-base a {
  color: #FFFFFF;
  text-decoration: none;
}

.heading .page-controls a.selected, .result-base a.selected {
  color: #CECECE;
}
.heading .page-controls span.current, .result-base span.current {
  color: #CECECE;
}

.heading .page-controls img {
  vertical-align: bottom;
  margin: 0px 0px 0px 2px;
  float: none;
  display: inline;
}

.heading .page-controls a span {
  margin: 0px 0px 0px 0px;
  padding: 0px 1px 0px 1px;
}

.result-row {
  float: left;
  clear: both;
  width: 571px;
  background-image: url(../img/content/result-row-top.gif);
  background-repeat: no-repeat;
  background-position: top;
  margin: 3px 0px 5px 0px;
  padding: 10px 0px 0px 0px;
}

.result-row .baseline {
  background-image: url(../img/content/result-row-bottom.gif);
  background-repeat: no-repeat;
  background-position: left 6px;
  height: 12px;
  overflow: hidden;
  clear: both;
}

.result-row img {
  float: left;
  margin: 0px 8px 0px 0px;
}

.result-row img.framed {
  padding: 6px;
  margin: 0px 13px 0px 10px;
  background-image: url(../img/content/result-thumb.gif);
  background-repeat: no-repeat;
}

.result-row h2 {
  font-size: 123%;
  font-family: "Trebuchet MS", Georgia, sans-serif;
  color: #45BCFF;
  padding: 2px 0px 2px 0px;
  margin: 0px;
}

.result-row h3 {
  font-size: 108%;
  font-weight: normal;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

.result-row p {
  padding: 3px 0px 0px 0px;
  margin: 0px;
  font-size: 92%;
}

.result-row .information {
  float: left;
  width: 300px;
  padding: 0px 22px 0px 0px;
}

.result-row .specification {
  float: left;
  width: 135px;
  height: 113px;
  padding: 0px 0px 0px 0px;
  border-left: solid 1px #C9E9FB;
  font-size: 90%;
}

.result-row .specification p {
  clear: both;
  padding: 2px 0px 0px 14px;
  margin: 0px;
  font-size: 100%;
  line-height: 170%;
}

.result-row .specification p img {
  float: left;
}

.result-row .specification p span {
  float: left;
  padding-top: 3px;
}

.result-row .specification .button {
  padding: 0px 0px 0px 2px;
}

.result-row .specification .button a {
  float: left;
  background-image: url(../img/content/button-view-wide.gif);
  background-repeat: no-repeat;
  width: 121px;
  height: 26px;
  padding: 8px 0px 0px 0px;
  text-align: center;
  margin: 6px 0px 0px 7px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 92%;
  font-family: Arial;
  text-transform: lowercase;
}

.result-base {
  float: left;
  background-image: url(../img/content/result-base.gif);
  background-repeat: no-repeat;
  width: 571px;
  height: 27px;
  color: #FFFFFF;
  margin: 3px 0px 0px 0px;
  padding-top: 8px;
  text-align: right;
}

.result-base p {
  color: #FFFFFF;
  display: inline;
  padding: 0px 11px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.result-base p a {
  color: #FFFFFF;
  text-decoration: none;
}

.result-base p a:hover {
  text-decoration: none;
}

.result-base p a.selected {
  color: #CECECE;
}

.result-base p a img {
  vertical-align: bottom;
  padding-left: 2px;
}

.result-base p a span {
  padding: 0px 2px 0px 2px;
}

.result-clear {
  clear: both;
  height: 0px !important;
  height: 1px;
  overflow: hidden;
}

/* Right col Register Box */

.register-kennel {
  background-image: url(../img/content/register-panel-right-bg.jpg);
  background-repeat: no-repeat;
  background-position: 111px bottom;
  margin-right: -8px;
  margin-bottom: -8px;
  padding: 0px 12px 0px 3px;
}

.register-kennel p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.register-kennel ul.ticks {
  margin: 0px 0px 0px 0px;
  padding: 12px 0px 4px 10px;
  line-height: 120%;
  float: left;
  width: 130px;
}

.register-kennel ul.ticks li {
  padding-bottom: 6px;
  display: block;
}

.register-kennel .button {
  clear: both;
  padding: 0px 0px 12px 68px;
}

.register-kennel .button a {
  display: block;
  background-image: url(../img/button-purple-129.png);
  background-repeat: no-repeat;
  width: 141px;
  height: 26px;
  padding: 9px 0px 0px 0px;
  text-align: center;
  margin: 6px 0px 0px 7px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 86%;
  font-family: Arial;
  text-transform: lowercase;
  cursor: pointer;
}

/* Kennel Detail */

.heading.detail {
  padding-bottom: 0px;
}

.heading.detail .overlay {
  float: left;
  width: 602px;
  height: 204px;
  background-image: url(../img/content/detail-heading-overlay.gif);
  padding-top: 13px;
  padding-left: 12px;
  z-index: 10;
}

.heading.detail .overlay .thumb {
  float: left;
  position: relative;
  padding-right: 13px;
}

.heading.detail .overlay .thumb img {
  border: solid 1px #FFFFFF;
  display: block;
}

.heading.detail .overlay .thumb .enlarge {
  position: absolute;
  left: 1px;
  bottom: 0px;
  border: 0px;
}

.heading.detail .overlay h1 {
  font-size: 169%;
  color: #00A3FF;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.heading.detail .overlay h2 {
  font-size: 154%;
  font-family: Georgia, sans-serif;
  color: #000000;
  padding: 1px 0px 3px 0px;
  margin: 0px;
}

.heading.detail .overlay p {
  padding: 12px 15px 0px 0px;
  margin: 0px;
}

.heading .booking {
  float: left;
  width: 180px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFFFFF;
  padding: 16px 0px 0px 0px;
  z-index: 20;
}

.heading .booking h4 {
  margin: 0px;
  padding: 0px 0px 5px 4px;
  line-height: 120%;
  color: #FFFFFF;
  font-weight: normal;
}

.heading .booking p {
  margin: 0px;
  padding: 4px 0px 0px 4px;
  clear: both;
}

.heading .booking p img {
  float: left;
  margin-right: 8px;
}

.heading .booking p span {
  float: left;
  margin-top: 2px;
}

.heading .booking p.bookdates {
  float: left;
  background-image: url(../img/content/button-book-dates.gif);
  background-repeat: no-repeat;
  font-size: 110%;
  font-family: Arial;
  width: 167px;
  padding: 0px 0px 0px 0px;
  margin: 11px 0px 0px 0px;
  height: 65px;
}

.bookdates a {
  color: #FFFFFF;
  float: left;
  text-align: center;
  width: 100%;
  padding: 13px 0px 10px 0px;
  text-decoration: none;
  text-transform: lowercase;
}

.quickbook {
  background-image: url(../img/content/make-enquiry-quick.png);
  background-repeat: no-repeat;
  font-size: 110%;
  font-family: Arial;
  width: 167px;
  margin: 41px 0px 0px 0px;
  height: 64px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  border: 0;
  cursor: pointer;
  display: block;
  text-indent: -9000px;
}

.heading .booking p.bookdates a:hover {
  text-decoration: none;
}

.heading .booking p.dates-error {
  float: left;
  padding-top: 7px;
  margin-top: 16px;
  height: 53px;
  width: 166px;
  background-image: url(../img/content/dates-error-bg.gif);
  background-repeat: repeat-x;
}

.heading .booking p.booking-spec {
  float: left;
  padding-top: 10px;
  padding-left: 12px;
  margin-top: 12px;
  height: 49px;
  width: 157px;
  font-size: 110%;
  font-family: Arial;
  background-image: url(../img/content/booking-spec-bg.gif);
  background-repeat: repeat-x;
}

.heading .booking  p.linkage a {
  color: #FFFFFF;
  text-transform: lowercase;
}

.heading .booking p.booking-spec span {
  clear: both;
}

.heading .booking p.availability,
.heading .booking p.print {
  float: left;
  background-image: url(../img/content/button-view-availability.gif);
  background-repeat: no-repeat;
  font-size: 110%;
  font-family: Arial;
  width: 167px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 42px;
  text-decoration: none;
}

.heading .booking p.print {
  background-image: url(../img/content/button-print.gif);
  width: 176px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  height: 47px;
}

.heading .booking p.availability a:hover,
.heading .booking p.print a:hover {
  text-decoration: none;
}

.availability a,
.print a {
  color: #FFFFFF;
  float: left;
  text-align: left;
  width: 120px;
  padding: 13px 0px 10px 45px;
  text-decoration: none;
  text-transform: lowercase;
}

.print a {
  padding: 14px 0px 10px 43px;
  text-transform: none;
}

.heading.detail p.image-controls {
  margin: 0px 0px 0px 0px;
  padding: 0px 11px 0px 21px;
  text-transform: lowercase;
  width: 789px;
  position: absolute;
  bottom: 9px;
  left: 0px;
  color: #FFFFFF;
}

.heading.detail p.image-controls a {
  color: #FFFFFF;
}

.heading.detail p.image-controls .left {
  float: left;
}

.heading.detail p.image-controls .right {
  float: right;
  text-align: right;
}

.heading.detail p.image-controls .left a {
  margin-right: 4px;
}

.heading.detail p.image-controls .left a.selected {
  color: #C1C1C1;
}

.kennel-detail {
  padding: 9px;
  color: #787878;
}

.kennel-detail h1 {
  font-size: 130%;
  padding: 0px 0px 3px 0px;
  margin: 0px;
}

.kennel-detail p {
  padding: 12px 0px 4px 0px;
  margin: 0px;
}

.layout-right.layout-wide .bubble span,
.layout-right.layout-wide .bubble {
  width: 242px;
}

.layout-right.layout-wide ul {
  padding: 0px 0px 0px 11px;
}

.layout-right.layout-wide ul li {
  padding-bottom: 8px;
}

.layout-right.layout-wide .restrictions {
  padding: 0px 14px 0px 10px;
  font-size: 90%;
  color: #787878;
}

.layout-right.layout-wide .restrictions h4 {
  color: #000000;
  padding: 0px 0px 4px 0px;
  margin: 0px;
  font-size: 110%;
}

.layout-right.layout-wide .restrictions p {
  padding: 8px 0px 4px 0px;
  margin: 0px;
}

.availability-timeline {
  background-image: url(../img/content/availability-timeline.gif);
  width: 534px;
  height: 95px;
  margin-left: -2px;
  margin-right: -1px;
}

.availability-timeline .maincol {
  float: left;
  width: 136px;
}

.availability-timeline .maincol h2 {
  color: #FFFFFF;
  font-size: 154%;
  font-weight: normal;
  margin: 0px;
  padding: 13px 0px 0px 15px;
}

.availability-timeline .maincol p {
  margin: 0px;
  padding: 3px 0px 0px 16px;
}

.availability-timeline .years {
  float: left;
  width: 48px;
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  padding: 0px 0px 7px 17px;
  margin: 9px 0px 0px 0px;
  font-size: 123%;
}

.availability-timeline .years a {
  float: left;
  clear: both;
  color: #FFFFFF;
  margin-top: 6px;
}

.availability-timeline .years a.selected {
  color: #000000;
}
.availability-timeline .months a.selected {
  color: #000000;
}

.availability-timeline .months {
  float: left;
  width: 310px;
  padding: 13px 0px 0px 5px;
}

.availability-timeline .months a {
  float: left;
  color: #FFFFFF;
  padding: 4px 14px 4px 15px;
  width: 20px;
}

#calendar-master {
	position: relative;
	padding-left: 34px;
	height: 320px;
	vertical-align: top;
}

.calendar {
  width: 483px;
  margin: 0px -20px 3px 0px;
}
#calendar-hold {
	
}

.calendar-left {
  width: 34px;
  position: absolute;
  left: 0;
  text-align: left;
  padding-top: 104px;
}

.calendar-right {
  width: 34px;
  position: absolute;
  right: 0;
  text-align: right;
  padding-top: 104px;
}

.calendar th {
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  padding: 0px 0px 3px 0px;
}

.calendar th span {
  width: 49px;
  float: left;
  text-align: center;
}

.calendar td {
  width: 43px;
  padding: 5px 20px 13px 6px;
  margin: 0px 0px 0px 0px;
  font-family: Arial;
  font-size: 108%;
  font-weight: bold;
  color: #FFFFFF;
  background-repeat: no-repeat;
}

.calendar td.othermonth-mixed,
.calendar td.othermonth-cats,
.calendar td.othermonth-dogs,
.calendar td.othermonth-full {
  color: #6D6D6D;
  font-size: 92%;
  font-weight: normal;
}

.calendar td.othermonth-mixed {
  background-image: url(../img/content/calendar-redwhite.gif);
}
.calendar td.othermonth-cats {
  background-image: url(../img/content/calendar-pinkwhite.gif);
}
.calendar td.othermonth-dogs {
  background-image: url(../img/content/calendar-bluewhite.gif);
}
.calendar td.othermonth-full {
  background-image: url(../img/content/calendar-greywhite.gif);
  color: #CCCCCC;
}
.calendar td.mixed {
  background-image: url(../img/content/calendar-red.gif);
}
.calendar td.cats {
  background-image: url(../img/content/calendar-pink.gif);
}
.calendar td.dogs {
  background-image: url(../img/content/calendar-blue.gif);
}
.calendar td.full {
  background-image: url(../img/content/calendar-grey.gif);
}

.calendar-key {
  clear: both;
  background-image: url(../img/content/calendar-base-key.gif);
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 0px 12px;
  font-size: 85%;
  color: #FFFFFF;
  height: 25px;
}

.calendar-key span {
  float: left;
  margin: 1px 32px 0px 0px;
}

.calendar-key div {
  float: left;
  width: 13px;
  height: 13px;
  margin: 1px 5px 0px 0px;
  vertical-align: middle;
  border: solid 1px #FFFFFF;
  overflow: hidden;
}

.calendar-key .mixed {
  background-color: #1cae00;
}
.calendar-key .cats {
  background-color: #C121FF;
}
.calendar-key .dogs {
  background-color: #11A9FF;
}
.calendar-key .full {
  background-color: #E3E3E3;
}

.calendar-error {
  clear: both;
  background-image: url(../img/content/calendar-base-error.gif);
  background-repeat: no-repeat;
  margin: 7px 0px 1px 0px;
  padding: 7px 12px 0px 0px;
  font-size: 110%;
  color: #FFFFFF;
  height: 26px;
  text-align: right;
}

.calendar-error img {
  vertical-align: top;
  margin: 2px 0px 0px 6px;
}

.calendar-search {
  clear: both;
  background-image: url(../img/content/calendar-base-search.gif);
  background-repeat: no-repeat;
  margin: 7px 0px 0px 0px;
  padding: 4px 0px 1px 10px;
  font-size: 100%;
  color: #FFFFFF;
  height: 48px;
}

/*
.calendar-search form {
  padding: 5px 0px 0px 0px;
  margin: 0px;
}
*/

.calendar-search input.date {
  width: 70px;
  vertical-align: middle;
  padding: 2px 4px 2px 4px;
  margin: 1px 6px 2px 0px;
  border: solid 1px #969696;
  background-color: #FFFFFF;
  font-size: 13px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.calendar-search .book-kennel {
  padding-top: 12px;
  margin: 0px 8px 0px 0px;
  border: 0px;
  background-image: url(../img/content/calendar-book.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 151px;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Arial;
  text-transform: lowercase;
  display: block;
  float: right;
}

.calendar-search input.book-kennel.disabled {
  background-image: url(../img/content/calendar-book-disabled.gif);
  color: #ABABAB;
}

.calendar-search img {
  margin: 0px 6px 1px 0px;
  vertical-align: middle;
}

/* Kennel Booking */

.progress {
  list-style: none;
  margin: 0px;
  padding: 2px 0px 0px 0px;
  text-align: right;
  float: right;
}

.progress li {
  display: inline;
  padding: 0px 8px 0px 8px;
}

.progress li a {
  color: #ADADAD;
}

.progress li a.selected {
  display: inline;
  color: #00A3FF;
}

h1.booking {
  padding: 12px 0px 0px 10px;
  font-size: 170%;
}

p.booking {
  margin: 0px;
  padding: 9px 0px 0px 10px;
}

p.booking img.icon {
  vertical-align: middle;
  margin: 0px 4px 4px 1px;
}

.booking-column {
  float: left;
  margin-top: 7px;
}

.booking-column.col-left {
  padding-right: 19px;
}

.booking-column.col-right {
  padding-left: 18px;
  border-left: solid 1px #CBCBCB;
}

.booking-column.slim-left {
  padding: 0px 14px 0px 0px;
  margin-top: 3px;
}

.booking-column.slim-right {
  padding: 0px 0px 0px 13px;
  border-left: solid 1px #CBCBCB;
  margin-top: 3px;
}

.booking-column h3,
.col-triple h3 {
  position: relative;
  font-size: 140%;
  line-height: 140%;
  font-family: Georgia, Arial;
  font-weight: normal;
  padding: 3px 0px 5px 0px;
  margin: 8px 0px 0px 0px;
  width: 391px;
  background-image: url(../img/content/booking-border.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}

.booking-column h3 a.edit,
.col-triple h3 a.edit {
  position: absolute;
  right: 6px;
  bottom: 3px;
  background-image: url(../img/content/icon-edit.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  padding: 0px 0px 0px 13px;
  margin: 0px 0px 0px 0px;
  display: block;
  font-size: 65%;
  color: #000000;
  text-transform: lowercase;
  font-family: "Trebuchet MS", Arial;
}

.booking-column.slim-left h3 {
  width: 526px;
}

.booking-column.slim-right h3 {
  width: 266px;
}

.booking-column h3.disabled {
  color: #CACACA;
}

.booking-column h3 img,
.col-triple h3 img {
  vertical-align: bottom;
  margin: -1px 9px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.booking-block {
  background-image: url(../img/content/booking-block-bg.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 391px;
  padding: 12px 0px 16px 0px;
  margin: 0px 0px 3px 0px;
}

.booking-block.tailed {
  background-image: url(../img/content/booking-block-bg-tailed.gif);
  padding-bottom: 30px;
  margin: 0px 0px 10px 0px;
}

.booking-block.disabled {
  color: #C6C6C6;
}

.booking-block.details-left {
  background-image: url(../img/content/booking-block-details-left-bg.gif);
  width: 526px;
}

.booking-block.details-right {
  background-image: url(../img/content/booking-block-details-right-bg.gif);
  width: 266px;
}

.booking-block table {
  width: 100%;
  font-size: 110%;
  padding: 0px 0px 0px 0px;
}

.booking-block table th {
  font-weight: normal;
  width: 103px;
  text-align: left;
  padding: 9px 5px 5px 12px;
  vertical-align: top;
}

.booking-block.details-left table th,
.booking-block.details-right table th {
  width: 75px;
}

.booking-block table.confirm th {
  padding: 9px 11px 10px 12px;
}

.booking-block table.confirm td {
  padding: 6px 6px 6px 6px;
}

.booking-block table.tight th {
  padding: 8px 11px 4px 12px;
}

.booking-block table.tight td {
  padding: 6px 6px 4px 6px;
}

.booking-block table td {
  padding: 5px 5px 5px 5px;
}

.booking-block table th.mandatory {
  color: #FF0000;
}

.booking-block table th span {
  font-size: 86%;
}

.nopadding { padding: 0 !important; }
.nopadding td { padding: 0 !important; }

.booking-yourdetails-table th, .booking-yourdetails-table td {
	font-size: 90%;
	padding: 5px 5px 5px 5px !important;
}

.booking-block table .icon {
  vertical-align: bottom;
  margin-bottom: 8px;
}

.booking-block table input {
  background-color: #FFFFFF;
  border: solid 1px #CBCBCB;
  padding: 5px;
  width: 233px;
}

.booking-block table input.small {
  width: 114px;
}

.booking-block table input.tiny {
  width: 84px;
  margin-right: 6px;
}

.booking-block table select {
  background-color: #FFFFFF;
  border: solid 1px #CBCBCB;
  padding: 3px 3px 3px 1px;
  width: 245px;
}

.booking-block table select.date {
  width: 75px;
  margin-right: 8px;
}

.booking-block table textarea {
  background-color: #FFFFFF;
  border: solid 1px #CBCBCB;
  padding: 5px;
  height: 76px;
  width: 233px;
}

.booking-block table input.checkbox {
  width: auto;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

.booking-block.details-left table input,
.booking-block.details-right table input {
  width: 143px;
}

.booking-block.details-left table input.small,
.booking-block.details-right table input.small {
  width: 74px;
}

.booking-block.details-left table select,
.booking-block.details-right table select {
  width: auto;
}

.booking-block.details-left table textarea,
.booking-block.details-right table textarea {
  width: 143px;
}

.booking-base {
  float: left;
  width: 100%;
  height: 55px;
  clear: both;
  background-image: url(../img/content/booking-base.gif);
  background-repeat: no-repeat;
  margin: 9px 0px 0px 0px;
  padding: 0px;
  color: #FFFFFF;
}

.booking-base p {
  font-size: 140%;
  font-family: Arial, sans-serif;
  padding: 15px 0px 0px 12px;
  margin: 0px;
  float: left;
}

.booking-base a.button {
  background-image: url(../img/content/button-booking.gif);
  background-repeat: no-repeat;
  float: right;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  width: 173px;
  font-size: 110%;
  font-family: Arial, sans-serif;
  padding: 16px 0px 17px 0px;
  margin: 3px 4px 0px 0px;
}

.booking-base span.total {
  color: #CECECE;
  padding-left: 19px;
}

.booking-base span.edit {
  color: #FFFFE1;
  text-transform: lowercase;
  font-size: 80%;
  font-family: "Trebuchet MS", Arial, sans-serif;
  padding: 0px 0px 0px 37px;
}

.booking-base span.edit a {
  color: #FFFFE1;
}

.booking-details-block {
  width: 526px;
}

p.base {
  float: left;
  clear: both;
  width: 814px;
  margin: 0px 0px 0px 0px;
  padding: 7px 6px 0px 0px;
  text-align: right;
}

p.base img {
  vertical-align: bottom;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}

.col-triple {
  float: left;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 10px 0px 0px 0px;
  min-height: 226px;
  height: auto !important;
  height: 226px;
}

.column-a {
  width: 260px;
  padding-right: 21px;
  background-image: url(../img/content/column-a-bg.gif);
}

.column-b {
  width: 270px;
  padding-right: 21px;
  background-image: url(../img/content/column-b-bg.gif);
}

.column-c {
  width: 248px;
  background-image: url(../img/content/column-c-bg.gif);
}

.col-triple h3 {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 14px;
}

.col-triple p {
  padding: 6px 10px 6px 12px;
  font-size: 110%;
}

.booking-terms-base {
  float: left;
  clear: both;
  background-image: url(../img/content/booking-terms-base.gif);
  background-repeat: no-repeat;
  width: 820px;
  height: 45px;
  margin: 8px 0px 0px 0px;
  padding: 0px;
  font-size: 110%;
  color: #FFFFFF;
}

.booking-terms-base p {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 14px 0px 0px 13px;
  color: #FFFFFF;
}

.booking-terms-base span {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 13px 14px 0px 0px;
}

.booking-terms-base label {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  text-decoration: underline;
  cursor: pointer;
  color: #FFFFFF
}

.booking-terms-base input {
  margin: 0px 0px 2px 7px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  vertical-align: bottom;
}

.booking-base a.button.place-order {
  background-image: url(../img/content/button-order.gif);
  width: 168px;
  padding-right: 25px;
}

.booking-success {
  padding: 9px 0px 22px 10px;
}

.booking-success h1 {
  font-size: 170%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 9px 0px;
}

.booking-success p {
  margin: 0px 0px 0px 0px;
  padding: 0px 100px 15px 20px;
  background-repeat: no-repeat;
}

.booking-success p.blueicon {
  background-image: url(../img/content/icon-information.gif);
}

.booking-success p.redicon {
  background-image: url(../img/content/icon-information-red.gif);
}

.booking-success p span {
  color: #FF0000;
}

table.costs {
  clear: both;
  padding: 0px 0px 0px 8px;
  margin: 4px 0px 0px 0px;
}

table.costs .deposit {
  font-size: 110%;
}

table.costs .total {
  color: #D5D4D4;
}

/* Kennel Registration */

.kennel-register {
  padding: 8px 0px 10px 10px;
}

.kennel-register h1 {
  color: #C01CFF;
  font-size: 170%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.kennel-register p {
  font-size: 120%;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 15px 0px;
}

.heading.kregister {
  padding-bottom: 0px;
}

.heading.kregister .overlay {
  background-image: url(../img/content/kregister-heading-overlay.gif);
  background-position: center bottom;
  width: 784px;
  height: 216px;
  padding: 8px 0px 0px 0px;
  margin: 0px;
  width: 100%;
}

.heading.kregister .arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 96px;
  cursor: pointer;
}

.heading.kregister .arrow.jFlowPrev {
  left: 6px;
}

.heading.kregister .arrow.jFlowNext {
  background-image: url(../img/content/kregister-arrow-right.gif);
  right: 7px;
}

#register-carrousel {
  position: absolute;
  margin: 0px 0px 0px 45px;
  padding: 8px 0px 0px 7px;
}

#register-carrousel .gallery-picker {
  display: none;
}

.heading.kregister .overlay h2 {
  color: #000000;
  font-size: 155%;
  padding: 25px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.heading.kregister .overlay p {
  color: #787878;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.heading.kregister .overlay .panel-image {
  float: right;
}

.heading.kregister p.buttons {
  text-align: right;
}

.heading.kregister .overlay .button {
  float: right;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
  text-transform: lowercase;
  font-family: Arial, sans-serif;
  margin: 0px 2px 0px 0px;
}

.heading.kregister .overlay .button:hover {
  text-decoration: none;
}

.heading.kregister .overlay .trysearch {
  background-image: url(../img/content/button-trysearch.gif);
  padding: 10px 0px 11px 0px;
  width: 130px;
  margin-top: 3px;
}

.heading.kregister .overlay .registerbelow {
  background-image: url(../img/content/button-registerbelow.gif);
  padding: 14px 0px 13px 20px;
  font-size: 110%;
  width: 135px;
}

#register-picker {
  position: absolute;
  bottom: -20px;
  left: 35px;
}

#register-picker a {
  cursor: pointer;
  color: #FFFFFF;
  margin-right: 15px;
}

#register-picker a.jFlowSelected {
  color: #CCCCCC;
}

.booking-block .labels label {
  float: left;
  background-repeat: no-repeat;
  display: block;
  width: 41px;
  height: 26px;
  margin: 0px 4px 0px 0px;
  padding: 0px 7px 0px 0px;
  text-align: right;
}

.booking-block .labels label input.checkbox {
  float: right;
  margin: 7px 0px 0px 0px;
  padding: 0px;
  display: block;
  height: 13px;
  width: 13px;
}

.booking-block .labels input {
  float: left;
  margin-top: 7px;
  margin-left: 1px;
}

.booking-block .labels #label-dogs {
  background-image: url(../img/content/table-search-dog-alt.gif);
}

.booking-block .labels #label-cats {
  background-image: url(../img/content/table-search-cat-alt.gif);
}

#char-count {
  text-align: right;
  font-size: 80%;
  margin: 0px;
  padding: 2px 18px 2px 0px;
}

/* RM - Kennel Admin Div Styles ****************************/

/* layout boxes */

#bottomButtons {
float:right;
height:120px;
width:182px;
padding:12px 0 0 0;
}

#declineBottom {
clear:both;
background-image:url(../img/content/decline-back.gif);
background-repeat:no-repeat;
width:820px;
height:192px;
}

#subTitles {
float:right;
width:400px;
text-align:left;
}

.bookDetail {
padding:9px 0 9px 0;
font-size:1.1em;
background-image:url(../img/content/booking-border.gif);
background-position:bottom;
background-repeat:repeat-x;
}
.bookDetailRight {
padding:9px 0 9px 0;
font-size:1.1em;
float:right;
}

.textField {
height:130px;
}

.booking-column.col-right .textField {
padding:0 0 0 20px;
}

.borderBottom.textField {
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
}

#kennelName {
background-image:url(../img/content/booking-border.gif);
background-position:bottom;
background-repeat:repeat-x;
padding:6px 0 0 0;
width:335px;
height:90px;
}

#bookingAccept {
width:250px;
float:right;
padding:5px 0 0 10px;
}


#rightColumn {
float:right;
width:400px;
}

#subMenu {
background-image:url(../img/content/lightg-back-long.gif);
background-repeat:no-repeat;
width:820px;
height:29px;
margin:5px 0 0 0;
}


#bottomColumn, .bottomColumn {
clear:both;
background-image:url(../img/content/booking-base-big.gif);
background-repeat:no-repeat;
width:819px;
height:62px;
}


/*
#bottomColumn.saveButton {
background-image:url(../img/content/button-booking.gif);
background-repeat:no-repeat;
width:173px;
height:49px;
float:right;
font-size:1.125em;
margin:7px 20px 0 20px;
}
*/


#saveChange {
float:right;
/* width:185px; */
padding:3px 10px 0 8px;
}

#rightColStyle .booking-block {
background-image:none;
width:420px;
}

#rightColStyle .booking-column.col-right {
padding:0 0 0 19px;
}

#animalType {
width:325px;
/* height:130px; */
padding:0 0 10px 10px;
}

.animalCells {
width:40px;
}

.sub {
width:400px;
}

#passwordBox {
clear:both;
background-image:url(../img/content/booking-border.gif);
background-position:top;
background-repeat:repeat-x;
padding:0 0 0 10px;
width:320px;
}

#errorBack {
background-color:#FF0000;
width:335px;
height:130px;
color:#ffffff;
}

#errorBar {
background-image:url(../img/content/error-bar-long.gif);
background-repeat:no-repeat;
width:820px;
height:34px;
margin:10px 0 0 0;
}

.errorText {
color:#000000;
}

#fullTextBox {
padding:24px 0 0 0;
}

.imageBox {
background-image:url(../img/content/booking-border.gif);
background-position:top;
background-repeat:repeat-x;
padding:0;
margin:0;
width:390px;
height:150px;
}


#headColumn {
background-image:url(../img/content/booking-base-big.gif);
width:820px;
height:62px;
}




.finalAcceptButton {
	width:171px !important;
	height:47px !important;
	background-image:url(../img/content/final-booking-accept.gif);
	background-repeat:no-repeat;
	border: 0;
	float: right;
	font-size:1.125em;
	margin:7px 6px 0 20px;
	color: #fff;
	padding: 0 0 4px 15px;
}
input.finalDeclineButton {
	width:171px !important;
	height:47px !important;
	background-image:url(../img/content/final-booking-decline.gif);
	background-repeat:no-repeat;
	border: 0;
	float: right;
	font-size:1.125em !important;
	color: #fff;
	margin:7px 6px 0 0px;
	padding: 0 0 4px 15px !important;
}

.acceptButton {
background-image:url(../img/content/button-booking.gif);
background-repeat:no-repeat;
width:173px;
height:49px;
float:right;
font-size:1.125em;
margin:7px 0 0 20px;
}

#bottomButtons .acceptButton {
background-image:url(../img/content/button-booking.gif);
background-repeat:no-repeat;
width:173px;
height:49px;
float:left;
font-size:1.125em;
margin:0;
}

.declineButton {
background-image:url(../img/content/decline-button.gif);
background-repeat:no-repeat;
width:180px;
height:49px;
float:right;
font-size:1.125em;
margin:10px 0 0 0;
}

#leftColumn {
float:left;
margin:10px 0 10px 10px;
padding:0 20px 0 0;
}

#leftColumnFull {
float:left;
margin:10px 0 10px 10px;
padding:0 25px 0 0;
width:790px;
}

#leftColumnAvail {
float:left;
margin:10px 0 0 0;
padding:0;
width:820px;
}

#leftColumnBook {
float:left;
height:auto;
margin:10px 0 0 0;
padding:0;
width:820px;
}

#leftColumn .textWidth {
width:300px;
margin:0;
padding:2px 0 6px 8px;
font-size:0.95em;
}



#rightColumn {
float:left;
margin:10px 0 10px 10px;
padding:0 35px 0 0;
}

#rightColumn .textWidth {
width:300px;
margin:0;
padding:2px 0 6px 8px;
font-size:0.95em;
}


.admin.booking-column.col-left {
padding:0;
float:left;
width:480px;
margin:0;
}

.detail-col-left .textBoxLine {
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;

padding:8px 0 0 10px;
width:440px;
}

.detail-col-left .textBox {
padding:0 0 0 10px;
}

.admin.booking-column.col-right {
border-left:1px solid #CBCBCB;
padding:2px 0 0 8px;
width:250px;
}

.image-col-right {
border-left:1px solid #CBCBCB;
padding:30px 0 0 8px;
margin:10px 0 0 0;
float:right;
height:370px;
width:400px;
}

.image-col-left {
padding-left:0;
float:left;
height:480px;
width:400px;
}

.detail-col-right {
border-left:1px solid #CBCBCB;
padding:3px 0 0 15px;
margin:8px 0 0 10px;
float:right;
width:330px;
}

.detail-col-left {
padding-left:0;
float:left;
height:auto;
width:430px;
margin:10px 0 0 0;
}

/* h tags styles *********************************************/

.image-leftTitle h2 {
width:300px;
padding-left:8px;
padding-top:8px;
margin-left:10px;
}

.imageBox h2 {
float:left;
font-size:1.2em;
width:200px;
height:20px;
padding:20px 0 0 10px;
}


#declineBottom h2 {
color:#FFFFFF;
padding:10px 0 0 10px;
}


.full-leftTitle h2 {
width:400px;
}

.pend-leftTitle h2 {
width:140px;
}

.leftTitle h2 {
font-size:1.5em;
padding:5px 0 8px 15px;s
}

#leftColumn h3{
font-weight:normal;
padding:0 0 0 5px;
}

#rightColStyle .booking-column h3 {
width:422px;
padding:1px 0 8px 0;
}

#rightColStyle h3 {
font-size:1.5em;
}

.image.booking-column.col-left .imageBox h2 {
padding:22px 0 8px 0;
margin:0;
font-size:1.3em;
font-weight:normal;
width:400px;
}

.image.booking-column.col-right .imageBox h2 {
padding:22px 0 8px 0;
margin:0;
font-size:1.3em;
font-weight:normal;
}

#leftColumn #animalType h3{
padding:8px 0 0 0;
margin:0 0 2px 5px;
}


#headTitles h1{
padding:5px 0 0 5px;
margin:0;
font-size:1.8em;
float:left;
color:#FFFFFF;
}

#headTitles h3 {
margin:0;
padding:0 0 0 5px;
font-size:1.5em;
color:#c9e9fb;
font-weight:normal;
}

#leftColumn h3{
padding:0;
margin:6px 0;
}

.detail-col-left h3{
font-weight:normal;
font-size:1.2em;
padding:0 0 0 15px;
background-image:none;
}

.titleLine h3{
padding:2px 0 2px 10px;
margin:0;
font-size:1.2em;
font-weight:normal;
float:left;
width:220px;
}

.titleLine h3.pendTitle {
padding:5px 0 2px 10px;
margin:0;
font-size:1.2em;
float:left;
width:210px;
font-weight:bold;
height:30px;
}

/* title styles ************************** */



#headTitles {
float:left;
width:400px;
height:20px;
}

#headTitles {
float:left;
width:400px;
height:20px;
}

.image-leftTitle {
width:400px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
padding:2px 0 6px 0;
}

.detail-leftTitle {
width:450px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
padding:2px 0 6px 0;
}

.wide.leftTitle{
width:460px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
padding:6px 0 6px 0;
margin:0 0 0 10px;
}

.titleLine{
width:810px;
height:35px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
padding:0;
margin:0;
}

.sub.titleLine {
width:810px;
height:30px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
padding:6px 0;
margin:0;
}

.full-leftTitle{
width:780px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
padding:6px 0 6px 0;
}

.pend-leftTitle{
width:810px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
padding:2px 0 2px 2px;
}

.leftTitle {
width:330px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
padding:2px 0 6px 0;
margin:0;
}



/* img styles ********************************** */

.detail-leftTitle img {
float:left;
padding:0 10px 0 0;
}

.pend-leftTitle img {
float:left;
margin:0 5px 0 0;
}

.titleLine img{
float:left;
margin:4px 0 4px 5px;
padding:0;
}

.titleLine img.secondPic {
float:left;
padding:4px 0 4px 0;
margin:0;
}


.full-leftTitle img{
float:left;
padding:0 10px 0 0;
}

#headColumn img {
float:left;
padding:2px 0 0 0;
}

#bottomColumn img, .bottomColumn img {
float:left;
padding:2px 0 0 0;
}

.leftTitle img{
margin:0 6px;
float:left;
padding:0;
}

#errorBar img {
float:left;
padding:8px 0 0 15px;
}

#saveChange img {
float:left;
padding:2px 3px 0 0;
}

.imageBox img{


}
.frame {
	width: 95px;
	height: 95px;
	padding: 9px 8px 8px 9px;
	background: url(../img/frame.gif) no-repeat;
	float:left;
	margin-top: 15px;
	position: relative;
}
.tiny-frame {
	width: 75px;
	height: 75px;
	padding: 7px 6px 6px 6px;
	background: url(../img/tiny-frame.gif) no-repeat;
	float: left;
	margin: 0px 13px 0px 10px;
}


#awaitingApproval {
	position: absolute;
	width: 70px;
	height: 30px;
	bottom: 15px;
	left: 22px;
	text-align: center;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.2em;
}

#bookingAccept img{
float:left;
}

.image-leftTitle img {
float:left;
padding:2px 2px 0 5px;
}

/* p styles ****************************** */

#declineBottom p {
color:#FFFFFF;
font-size:1.1em;
padding:8px 0 0 10px;
float:left;
width:500px;
}

.pend-leftTitle p {
width:630px;
padding:8px 0 0 0;
margin:0 0 0 0;
float:right;
font-size:1.1em;
}

.full.leftTitle p {
width:320px;
margin:0;
padding:15px 0 0 0;
float:right;
}

#subTitles p{
margin:0;
padding:0;
width:320px;
}

.calanderTable p {
float:left;
width:20px;
font-size:1.4em;
padding:0 2px 2px 0;
}

#headColumn p {
margin:0;
padding:0;
}


#saveChange p {
margin:0;
padding:3px 8px 0 0;
}

#passwordBox p{
font-size:1.1em;
font-weight:normal;
padding:15px 0 3px 0;
margin:0;
}

#fullTextBox p{
padding:2px 0 0 0;
margin:0;
}

#errorBar p {
padding:8px 270px 0 0;
margin:0;
float:right;
color:#FFFFFF;
font-size:1.0em;
}

.imageBox p{
padding:4px 0 0 0;
margin:0;
width:270px;
float:right;
}

.detail-col-right p.textPad{
padding:7px 0 7px 25px;
width:300px;
}

.detail-col-right .textBox p {
padding:0;
margin:0;
font-size:0.85em;
width:445px;
}

.detail-col-right p{
padding:5px 0 0 2px;
margin:0;
font-size:0.85em;
width:290px;
}

.detail-col-left .textBoxLine p {
padding:2px 0 0 0;
margin:0;
font-size:0.85em;
width:425px;
}

.titleLine p{
padding:2px 0 2px 10px;
margin:0;
font-size:1.2em;
}
/* link styles ******************************************* */

#subMenu a {
color:#000000;
font-weight:normal;
text-decoration:none;
}

#subMenu a {
color:#000000;
font-weight:normal;
text-decoration:none;
}

#subMenu a:hover {
color:#FF0000;
}

.saveButton {
background-image:url(../img/content/button-save.gif);
background-repeat:no-repeat;
width:171px !important;
height:48px;
float:right;
font-size:1.125em;
margin:7px 8px 0 0px;
color:#FFFFFF;
border: 0;
text-indent: 25px;
padding-bottom: 5px;
}

/*
#bottomColumn .saveButton a {
background-image:url(../img/content/disk.gif);
background-repeat:no-repeat;
background-position:left;
color:#FFFFFF;
float:right;
margin:14px 30px 0 0;
text-align:right;
}
*/

#bottomColumn .acceptButton a, .bottomColumn .acceptButton a {
background-image:url(../img/content/accepted-icon-small.gif);
background-repeat:no-repeat;
background-position:left;
color:#FFFFFF;
float:right;
margin:14px 30px 0 0;
text-align:right;
width:125px;
}

#bottomColumn .declineButton a, .bottomColumn .declineButton a {
background-image:url(../img/content/declined-icon-small.gif);
background-repeat:no-repeat;
background-position:left;
color:#FFFFFF;
float:right;
margin:14px 30px 0 0;
text-align:right;
width:125px;
}

#bottomButtons .acceptButton a {
background-repeat:no-repeat;
background-position:left;
color:#FFFFFF;
float:right;
margin:14px 30px 0 0;
text-align:right;
width:125px;
}

#bottomButtons .declineButton a {
background-image:url(../img/content/declined-icon-small.gif);
background-repeat:no-repeat;
background-position:left;
color:#FFFFFF;
float:right;
padding:14px 40px 0 0;
text-align:right;
width:125px;
height:32px;
}

.titleLine .monthLinks a{
color:#000000;
}

.titleLine .monthLinks a.selected {
color: red;
}

.titleLine .monthLinks .greyText {
color:#acacac;
}

.titleLine .monthLinks a:hover {
color:#FF0000;
}

.full-leftTitle .yearMenu a {
color:#000000;
}

.full-leftTitle .yearMenu a.selected {
color: red;
}

.full-leftTitle .yearMenu a:hover {
color:#FF0000;
}

/* input styles ********************************* */

.calanderTable input {
float:right;
width:40px;
padding:10px 0 0 0;
}

#declineBottom textarea {
width:600px;
height:110px;
margin:5px 0 0 10px;
float:left;
}


#kennelName input{
width:320px;
height:20px;
}

#animalType .priceBox input{
width:55px;
}

#rightColStyle input {
width:240px;
float:right;
}

.textField input{
height:90px;
width:250px;
float:right;
}

.detail-col-right .rightTextBox {
margin:10px 0 10px 0;
}

.detail-col-right .rightTextBox input{
width:280px;
height:100px;
}

#fullTextBox input{
width:690px;
height:370px;
}

#passwordBox input{
clear:both;
width:250px;
height:20px;
}

.imageBox input{
padding:0;
margin:0 4px 0 2px;
}

.detail-col-left .textBoxLine input{
width:420px;
height:110px;
}

.detail-col-right form{
padding:0 0 20px 29px;
}

.detail-col-right input{
margin:0;
float:left;
}

.detail-col-left .textBox input {
width:420px;
height:200px;
}

#rightColStyle select {
width:252px;
float:right;
}

#features_select .checkbox label {
float:left;
width:280px;
}

#features_select .checkbox input {
float:left;
}

#features_select  .checkbox {
clear:both;
}
/* table styles **********************************************/

.detail-col-right table {
margin:10px 0 10px 10px;
}

.detail-col-right tr {
margin:0;
padding:0;
}

.detail-col-right td {
margin:0;
padding:0;
}

.bookDetail td{
padding:7px 40px 7px 10px ;
}

.bookDetail table {
padding:0 25px 0 0;
}

#animalType .dogTable {
float:left;
background:url(../img/content/dogtype-back.gif) no-repeat;
width:152px;
height:49px;
margin-bottom: 10px;
}

#animalType .catTable {
float:right;
background:url(../img/content/cattype-back.gif) no-repeat;
width:152px;
height:49px;
margin-bottom: 10px;
margin-right: 8px;
}

#rightColStyle .booking-block table th.mandatory {
color:#000000;
}

.calanderTable {
padding:10px 0 10px 20px;
}

.calanderTable td{
width:75px;
height:45px;
margin:0;
border:#1aadff thin solid;
padding:10px;
}

.calanderTable .centerText {
text-align:center;
color:#1aadff;
}

.calanderTable .centerText td{
border:none;
height:20px;
}

.calanderTable td.greyBox {
border:#e9e9e9 thin solid;
}

.bookingTableHead {
width:800px;
padding:5px 0 0 0;
}


.bookingTable {
border:0;
color:#FFFFFF;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
width:810px;
padding:2px 0 25px 0;
}

.bookingTable img {
padding:0 0 0 4px;
}

.grey.bookingTable {
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
border:0;
color:#000000;
width:810px;
margin:0;
padding:0 0 45px 0;
}


.short.grey.bookingTable {
border:0;
color:#000000;
height:100px;
width:810px;
margin:0;
padding:0;
background-image:none;
}


.bookingTable .tableHead td{
padding:5px 12px;
}


.bookingTable td{
padding:11px;
}

.bookingTable tr.lightBlue {
background-color:#4abeff;
}

.bookingTable tr.darkBlue {
background-color:#1AADFF;
}

.bookingTable tr.darkGrey {
background-color:#d3d3d3;
}

.bookingTable tr.lightGrey {
background-color:#ededed;
}

.bookingTable tr.tableSpacer {
background-color:#ffffff;
height:2px;
}

.bookingTable td.tableSpacer {
background-color:#ffffff;
height:2px;
background-image:url(../img/content/booking-border.gif);
background-position:left bottom;
background-repeat:repeat-x;
}

.bookingTable tr.tableHead {
background-color:#ffffff;
height:2px;
color:#4abeff;
}

.bookingTable .tableSpacer td{
padding:0;
margin:0;
}

/* list elements styles ***************************************/

.pendTitle {
width:810px;
height:50px;
}

.pendTitle ul {
padding:0;
margin:0;
display:inline;
}

.pendTitle li {
list-style-type:none;
display:inline;
}

#subMenu ul {
padding:5px 0 0 5px;
width:570px;
float:left;
margin:0;
}

#subMenu li {
list-style-type:none;
display:inline;
padding:0 8px;
}

#subMenu li a.selected {
	color: red;
}

.titleLine ul{
float:right;
padding:5px 0 0 0;
margin:0;
}

.titleLine li {
list-style-type:none;
display:inline;
padding:0 8px;
}


.sub.titleLine ul {
padding:5px 0 0 0;
margin:0;
float:left;
}

.sub.titleLine  li {
list-style-type:none;
display:inline;
padding:0 8px;
color:#1aadff;
}

.titleLine .monthLinks {
padding:4px 0 0 0;
margin:0;
float:right;
}

.titleLine .monthLinks li{
padding:0 6px;
margin:0;
}

.full-leftTitle ul {
float:right;
width:100px;
height:20px;
padding:0 0 0 20px;
margin:0;
}

.full-leftTitle li{
list-style-type:none;
display:inline;
padding:0 2px;
margin:0;
}

.full-leftTitle .yearMenu {
margin:10px 0 0 20px;
width:75px;
}

.bookDetail ul {
padding:2px 0 0 5px;
margin:0;
}


.bookDetail ul.addressList {
padding:5px 0 0 0;
margin:0;
}

.bookDetail li.addressList {
padding:0 0 0 12px;
margin:0;
}


.bookDetail li {
list-style-type:none;
padding:6px 8px;
}


/*  *******************************************/




.booking-base input.book-kennel {
  margin: 3px 8px 0px 0px;
  padding: 5px 0px 10px 0px;
  border: 0px;
  float: right;
  background-image: url(../img/content/button-continue.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 191px;
  height: 47px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Arial;
  vertical-align: middle;
  display: block;
}
.place-order {
	background-image: url(../img/content/button-place-order.gif) !important;
	padding-right: 20px !important;
}


input.login-button {
  margin: 12px 0px 0px 0px;
  padding: 8px 0px 10px 0px;
  border: 0px;
  float: right;
  background-image: url(../img/content/login-button.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Arial;
  vertical-align: middle;
}

.booking-base input.book-kennel.disabled {
  background-image: url(../img/content/calendar-book-disabled.gif);
  color: #ABABAB;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:20;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:155px;
	width:260px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:21;
	padding:12px;
	font-size:13px;
	vertical-align: top;
}
#popupContact h1{
	text-align:left;
	padding-bottom:10px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

.loginform {
	margin-bottom: 14px;
}
.loginform input.text {
	float: right; 
	border: 1px solid #969696; 
	margin-top: -3px; 
	padding: 5px;
}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
   
}
.ui-tabs-nav {
   
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
   
   
}
.ui-tabs-nav a {
   
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: red !important;
}
.ui-tabs-nav a span {

}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
   
}
.ui-tabs-loading em {
   
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#features_select {
	margin-bottom: 21px;
}
#features_select input {
	margin-left: 25px;
	margin-right: 8px;
	margin-top: 3px;
}

#saveChange div {
	padding-left: 24px;
}
#saveChange div.bad {
	background: url(../img/content/flag-icon-red.gif) no-repeat 0 50%;
}
#saveChange div.good {
	background: url(../img/content/flag-icon-green.gif) no-repeat 0 50%;
}

.detailsError {
	border-bottom: 2px solid red;
	padding-right: 20px;
	background: url(../img/content/flag-icon-red.gif) no-repeat 100% 50%;
}

.error-message {
	color: #000;
	margin-top: 4px;
	font-weight: bold;
	background: url(../img/error.png) no-repeat 0 50%;
	padding-left: 22px;
	font-size: .8em;
}


.termsBox {
	display: none;	
}

#privacy-policy {
	list-style-type: lower-roman;
	padding-left: 25px;
}
#privacy-policy li {
	margin-bottom: 10px;
}
#privacy-policy p {
	padding-top: 0;
}
#privacy-policy h4 {
	padding-bottom: 0;
}
#privacy-policy blockquote {
	margin-top: 0;
	margin-left: 20px;
}
#privacy-policy ul {
	list-style-type: disc;
	margin-bottom: 10px;
}
#privacy-policy ul li {
	margin-bottom: 0;
}
#privacy-policy ol {
	list-style-type: lower-roman;
}
#privacy-policy ol li {
	margin-bottom: 5px;
}

.lessh3margin { padding-right: 40px; }
.lessh3margin h3 { 
	margin: 4px 0 0px 0; 
}


dt { font-weight: bold; }
dd { margin-bottom: 18px; }
dd p { padding-top: 0; padding-bottom: 14px; }




