/* skin.css - all skin styles associated with the site

copyright 2007 Future Medium Pty Ltd

@author matt watts

*/

/* detail skins */

ul.propertyInfo li.street {
  color: #a8cadf;
  background: #516885;
}

#detail ul.amenities li {
  color: #a8cadf;
}

ul.viewLinks li a.view {
  color: #a8cadf;
}

.agentInfo h1 {
  color: #a8cadf;
}

#propertyForm h2 {
  color: #a8cadf;
}

#propertyForm label {
  color: #a8cadf;
}

#detail .contentArea .colLeft h1 {
  color: #a8cadf;
}

#detail .contentArea .colLeft h2 {
  color: #a8cadf;
}

#detail .contentArea .colLeft span.highlighted {
  color: #a8cadf;
}

#detail .contentArea .colLeft a {
  color: #a8cadf;
}

.contentArea table.spec td.label {
  color: #a8cadf;
}

/* generic skins */

.pageHeading.sell {
  background: #4a90b0;
}

.pageHeading.rentals {
  background: #a57f6a;
}

.pageHeading.buy {
  background: #357cc9;
}

#generic ul.sideNavigation li span.buy a,
#generic ul.sideNavigation li span.sell a,
#generic ul.sideNavigation li span.rentals a {
  color: #fff;
}

#generic ul.sideNavigation li span.rentals a.heavy {
  color: #dba98d;
  font-weight: bold;
}

#generic ul.sideNavigation li span.buy a.current,
#generic ul.sideNavigation li span.sell a.current,
#generic ul.sideNavigation li ul.subnav li span.buy a.current,
#generic ul.sideNavigation li ul.subnav li span.sell a.current,
#generic ul.sideNavigation li span.buy a:hover,
#generic ul.sideNavigation li span.sell a:hover,
#generic ul.sideNavigation li ul.subnav li span.buy a:hover,
#generic ul.sideNavigation li ul.subnav li span.sell a:hover {
  color: #a8cadf;
}

#generic ul.sideNavigation li span.rentals a.current,
#generic ul.sideNavigation li ul.subnav li span.rentals a.current,
#generic ul.sideNavigation li span.rentals a:hover,
#generic ul.sideNavigation li ul.subnav li span.rentals a:hover {
  color: #dba98d;
}

#generic ul.sideNavigation li ul.subnav li span.buy a:hover,
#generic ul.sideNavigation li ul.subnav li span.buy a.current {
  background: #495e78 url("../images/icon_submenu_arrow_buy.gif") no-repeat 10px 10px;
  color: #a8cadf;
}

#generic ul.sideNavigation li ul.subnav li span.rentals a:hover,
#generic ul.sideNavigation li ul.subnav li span.rentals a.current {
  background: #495e78 url("../images/icon_submenu_arrow_rentals.gif") no-repeat 10px 10px;
  color: #dba98d;
}

#generic .contentArea.buy h1,
#generic .contentArea.sell h1 {
  color: #a8cadf;
}

#generic .contentArea.rentals h1 {
  color: #dba98d;
}

#generic .contentArea h2 {
  color: #a8cadf;
  background: none;
}


#generic .contentArea span.highlighted {
  color: #a8cadf;
}

#generic .contentArea a {
  color: #a8cadf;
}


ol.form li label {
  color: #a8cadf;
}

ol.form li h2.rentals {
  color: #a8cadf;
} 

/*sort order skins*/

#sortPrice.sale {
  background: url("../images/button_sort_price_buy.gif") no-repeat 0 0px;
}

#sortPrice.sale.currentUp {
  background: url("../images/button_sort_price_buy.gif") no-repeat 0 -22px;
}

#sortPrice.sale.currentDown {
  background: url("../images/button_sort_price_buy.gif") no-repeat 0 -44px;
}

#sortPrice.lease {
  background: url("../images/button_sort_price_rent.gif") no-repeat 0 0px;
}

#sortPrice.lease.currentUp {
  background: url("../images/button_sort_price_rent.gif") no-repeat 0 -22px;
}

#sortPrice.lease.currentDown {
  background: url("../images/button_sort_price_rent.gif") no-repeat 0 -44px;
}

#sortBedrooms.sale {
  background: url("../images/button_sort_bed_buy.gif") no-repeat 0 0px;
}

#sortBedrooms.sale.currentUp {
  background: url("../images/button_sort_bed_buy.gif") no-repeat 0 -22px;
}

#sortBedrooms.sale.currentDown {
  background: url("../images/button_sort_bed_buy.gif") no-repeat 0 -44px;
}

#sortBedrooms.lease {
  background: url("../images/button_sort_bed_rent.gif") no-repeat 0 0px;
}

#sortBedrooms.lease.currentUp {
  background: url("../images/button_sort_bed_rent.gif") no-repeat 0 -22px;
}

#sortBedrooms.lease.currentDown {
  background: url("../images/button_sort_bed_rent.gif") no-repeat 0 -44px;
}
