@media print {
  #pageHeader { display: none; }
  #pageFooter { display: none; }
  #rightColumn  { display: none; }
  #leftColumn  { display: none; }
  #mainImage  { display: none; }
}


body {
  margin: 0px;
  background: #ddd url(/assets/b/o/body_bg.jpg) repeat-x 0px 0px;
}
body, td, p {
  font: 13px 'Helvetica Neue', Arial;
  color: #777;
}
a {
  color: #c00;
}
a.nav {
  text-decoration: none;
}
a.nav:hover {
  text-decoration: underline;
}
p {
  font-size: 10pt;
  line-height: 1.3;
  color: #888;
  margin: 0 0 7px 0;
}
h1, h2 {
  font-family: "Myriad Pro","Myriad","Myriad Web","Lucida Grande","Tahoma","Helvetica","Arial",sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0px 10px 0px;
  color: #c60c33;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  color: #666;
}
.inyourface, span.redText {
  color: #c00;
}
a img {
  border: none;
}


/* Stop Press */
div.stopPressFooter {
  background-color: #aaa;
  padding: 15px;
  margin-top: 10px;
}
div.stopPressFooter a {
  color: #fff;
}


/* Forms */
button.small {
  background: url(/assets/p/r/property_search_button.png) no-repeat;
  color: #fff;
  border: none;
  width: 91px;
  height: 23px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  padding: 0px 2px 3px 0px;
  font-weight: normal;
  font-size: 11px;
}
label {
  display:block;
  margin-top: 8px;
}
label.checkbox {
  display:inline;
  margin-top: 0px;
}


/* Page container */
#pageContainer {
  background: #fff;
  position:relative;
  width: 800px;
  margin: 0 auto 0;
  padding: 10px;
}


/* Page header */
#pageHeader {
  margin: 0px 0px 10px 0px;
  font-size: 11px;
}
#banner {
  height: 60px;
 }
#bannerLogo {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 150px;
  height: 60px;
  overflow: hidden;
}
#banner ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#banner li {
  float: left;
  display: inline;
  padding: 0px 2px 0px 2px;
  border-right: 1px solid #aaa;
}
#banner li.last {
  border-right: none;
  padding-right: 0px;
}
#banner a {
  text-decoration: none;
  padding: 0px 2px 0px 2px;
}
#banner a:hover {
  background: #666;
  color: #fff;
}
#banner div.content a:hover {
  background: #fff;
  color: #fff;
}
#adminTools {
  position: absolute;
  right: 360px;
  width: 350px;
  height: 20px;
  text-align: right;
  color: #aaa;
}
#adminTools a {
  color: #aaa;
}
#adminTools ul {
  float:right;
}
#membershipTools {
  position: absolute;
  right: 222px;
  width: 150px;
  height: 20px;
  text-align: right;
  color: #aaa;
}
#membershipTools a {
  color: #c00;
}
#membershipTools a:hover {
  background-color: #c00;
  color: #fff;
}
#membershipTools ul {
  float:right;
}
#bannerLinks {
  float: right;
  height: 20px;
  text-align: right;
  margin: 0px 0px 25px 0px;
  color: #aaa;
}
#bannerLink ul {
  float:right;
}
#bannerLinks a {
  color: #aaa;
}
#bannerMenu {
  position: absolute;
  right: 10px;
  top: 60px;
  width: 810px;
  height: 20px;
  text-align: right;
}
#bannerMenu ul {
  float:right;
}
#bannerMenu li {
  float: left;
  border-color: #666;
}
#bannerMenu a {
  color: #666;
}


/* Nav menu */
#navMenu {
  margin: 0px 0px 10px 0px;
}
#navMenu h2 {
  margin:0px;
  padding: 0px;
  font-size: 11pt;
  font-weight: normal;
  color: #fff;
  line-height: 27px;
  padding: 0px 0px 0px 10px;
  background: url(/assets/p/a/panel_top.png) repeat-x;
}
#navMenu ul {
  margin: 0px;
  padding: 10px;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
}
#navMenu li {
  border: 1px solid #fff; /* IE6 hack */
}

#navMenu li.page a {
  color: #666;
  text-decoration: none;
  line-height: 16px;
  display: block;
  font-size: 10pt;
  padding-left: 20px;
}
#navMenu li.page a:hover {
  text-decoration: underline;
}

#navMenu li.parent a {
  color: #000;
  text-decoration: none;
  line-height: 20px;
  font-size: 11pt;
  display: block;
  padding-left: 0px;
}
#navMenu li.parent a:hover {
  text-decoration: underline;
}
#navMenu li.selected a {
  color: #f00;
}
#navMenu li.unpublished a {
  color: #4a4;
}
#navMenu li.highlighted a {
  color: #000;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #C4E13B;
  line-height: 20px;
}


/* Left column */
#leftColumn img {
  display: block;
}


/* Right column */
#rightColumn {
  float: right;
  width: 200px;
}
#rightColumn img {
  display: block;
}


/* Main content */
#mainImage img {
  display: block;
}


/* Page footer */
#pageFooter {
  text-align: center;
  margin: 10px 0px 0px 0px;
  clear: both;
}


/* Data grids */
div.dataGrid th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  font-size: 12px;
}
div.dataGrid th.plotNumberHeading {
  padding-right: 10px;
}
div.dataGrid th.priceHeading {
  text-align: right;
}
div.dataGrid tr {
  cursor: pointer;
}
div.dataGrid td {
  color: #bbb;
}
div.dataGrid tr.available td {
  color: #444;
}
div.dataGrid td {
  padding: 5px 0px 0px 0px;
}
div.dataGrid td.plotNumberColumn {
  xtext-align: center;
  xwidth: 10px;
  padding-left: 10px
}
div.dataGrid td.priceColumn {
  text-align: right;
}


/* Development pages */
h1.developmentName {
  margin-bottom: 2px;
}
h2.developmentAddress {
  font-size: 12px;
  color: #ccc;
  margin: 0px 0px 15px 0px;
}


/* Availability list */
div.availabilityList table {
  width: 98%;
}


/* Plot summary */
div.plotSummary table {
  width: 98%;
}
div.dataGrid td.parkingColumn,
div.dataGrid td.garageColumn,
div.dataGrid th.parkingHeading,
div.dataGrid th.garageHeading {
  text-align: center;
}
div.plotSummary {
  margin-bottom: 15px;
}


/* Photo gallery */
div.imageGallery {
  height: 1px;
}
div.imageGallery div.image {
  width: 92px;
  height: 92px;
  margin: 0px 6px 5px 0px;
}


/* News */
div.newsViewerContainer {
  line-height: 1.4;
}
div.newsViewer h1.headline {
  margin: 0px;
  color: #222;
  font-size: 16px;
}
div.newsViewer div.date {
  font-weight: bold;
  font-style: italic;
}
div.newsViewer div.content {
  margin-bottom: 10px;
  text-align: justify;
}
ul.headlines {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
li.headline {
  margin: 0px 0px 15px 0px;
}
li.headline a {
  color: #555;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
li.headline a:hover {
  text-decoration: underline;
}


/* Paginator */
.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #666;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #444;
  font-weight: bold;
  background-color: #666;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}


/* Html editor template styles */
div.boxedContent {
height:1%;
}
div.boxedContent h2 {
  margin:0px;
  font-size: 11pt;
  font-weight: normal;
  color: #fff;
  line-height: 27px;
  height: 27px;
  padding: 0px 0px 0px 10px;
  background: url(/assets/p/a/panel_top.png) repeat-x;
}
div.boxedContent h2.bxGrey {
  background: url(/assets/b/o/box_top_grey.jpg) repeat-x;
}
div.boxedContentBody {
  border: 1px solid #ccc;
  padding: 10px;
  background: url(/assets/g/a/gadget_bg_grey.jpg) top left no-repeat;
}

/* Search panel */
div.propertySearch {
  margin-bottom: 10px;
}
div.propertySearch h2 {
  margin:0px;
  padding: 0px;
  font-size: 11pt;
  font-weight: normal;
  color: #fff;
  line-height: 27px;
  padding: 0px 0px 0px 10px;
  background: url(/assets/p/a/panel_top.png) repeat-x;
}
div.propertySearch form {
  margin: 0px;
  border: 1px solid #ccc;
  padding: 5px 15px 15px 15px;
  background: #d1d1d1 url(/assets/p/r/property_search_background.png) no-repeat bottom right;
}
div.propertySearch input, 
div.propertySearch select {
  width: 162px;
  display: block;
  margin-bottom: 2px;
}
div.propertySearch select {
  width: 167px;
}
div.propertySearch h3 {
  margin: 15px 0px 0px 0px;
  color: #000;
  font-size: 12px;
}
div.propertySearch label {
  display: block;
  font-size: 11px;
  margin: 10px 0px 2px 0px;
}
div.propertySearch button {
  margin-top: 20px;
  background: url(/assets/p/r/property_search_button.png) no-repeat;
  color: #fff;
  border: none;
  width: 91px;
  height: 23px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  padding: 0px 2px 3px 0px;
  font-weight: normal;
  font-size: 11px;
}


/* Search results */
div.propertySearchResults table {
	width: 98%; /* Hack for IE6 float drop problem */
}


/* Google Maps */
div.googleMapContainer {
  margin-bottom: 15px;
}
div.googleMap {
  width: 585px;
  height: 300px;
}
div.googleMapToolTip {
  background-color: #ddd;
  border: 2px solid #888;
  padding: 2px 4px 2px 4px;
  font-size: 12px;
  color: #888;
}


/* Virtual Earth */
div.veMapContainer {
  margin-bottom: 15px;
}
div.veMap {
  position: relative;
  width: 585px;
  height: 300px;
}
div.veMapTooltip {
  background-color: #ddd;
  border: 2px solid #888;
  padding: 2px 4px 2px 4px;
  font-size: 12px;
  color: #666;
  position: relative;
  z-index: 99;
}
div.customInfoBox-shadow,
div.customInfoBox-beak,
div.customInfoBox-beak,
div.customInfoBox-progressAnimation,
div.customInfoBox-with-leftBeak {
  border: none;
  background: none;
}
div.customInfoBox-body {
  padding: 0px;
  margin-left: 10px;
  margin-top: -8px;
  border: none;
  background: none;
}
div.customInfoBox-actions,
div.customInfoBox-paddingHack,
div.firstChild p,
div.firstChild br {
  display: none;
}


/* Part exchange */
div.partExProperty {
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
div.partExProperty span.status {
  font-weight: bold;
  color: #cc0033;
}


/* errors */
div.errorExplanation {
  border: 2px solid #ccc;
  padding: 7px;
  padding-bottom: 10px;
  margin: 20px 0px 20px 0px;
  background-color: #efefef;
}
div.errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  margin: -7px;
  background-color: #ccc;
  color: #fff;
}
div.errorExplanation p {
  margin: 5px 0px 5px 0px;
  padding: 5px;
}
div.errorExplanation ul {
  margin: 15px 0px 0px 0px;
}
div.errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin: 0px;
  padding: 0px;
}


/* right-hand map stuff */
div.floater {
  display: block;
  position: absolute;
  top: 7px;
  left: 20px;
  width: 200px;
  padding: 5px;
  margin: 10px; 
  z-index: 100;
  background: #eee;
  border: 1px solid #666;
  opacity: 0.95;
  color: #666;
}
div.floater p {
  margin: 5px;
  line-height: 1.2;
}
#lhRhsTooltip {
  top: 120px;
  left: 450px;
  z-index: 1;
  position: absolute;
}
#shRhsTooltip {
  top: 100px;
  left: 470px;
  z-index: 1;
  position: absolute;
}
#gwhRhsTooltip {
  top: 120px;
  left: 430px;
  z-index: 1;
  position: absolute;
}
#mhRhsTooltip {
  top: 150px;
  left: 400px;
  z-index: 1;
  position: absolute;
}
#lhLandTooltip {
  top: 250px;
  left: 225px;
}
#shLandTooltip {
  top: 300px;
  left: 470px;
}
#mhLandTooltip {
  top: 270px;
  left: 100px;
}
#lhCarTooltip {
  top: 370px;
  left: 225px;
}
#shCarTooltip {
  top: 420px;
  left: 470px;
}
#mhCarTooltip {
  top: 390px;
  left: 100px;
}