a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #0000FF;
  text-decoration: none;
}
a:active {
  color: #0000FF;
  text-decoration: none;
}
body,td,th {
  font-family : tahoma, verdana, arial, helvetica;
  font-size : 11px;
  color: #000000;
}
body {
  background-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.alt1 {
  background-color: #f3f3f3;
}

.alt2 {
  background-color: #ffffff;
}
.redrow {
  background-color: #0066FF;
  color: #FFFFFF;
}
.available {
  color: #000000;
  background-color: #00FF00;
  text-transform: none;
  font-weight: bold;
  padding: 1px 3px;
}
.salepending {
  color: #FFFFFF;
  background-color: #FF6600;
  text-transform: none;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}
.sold {
  color: #000000;
  background-color: #FF0000;
  text-transform: none;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}
.sortbox {
  background-color: #f3f3f3;
}
.sortbox2 {
  background-color: #f3f3f3;
  border-bottom: 1px solid #000000;
  padding: 5px 5px 5px 5px;
}
table.sortbox td {
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
table.errors td {
  background-color: #FF0000;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}
table.success td {
  background-color: #00FF00;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #00FF00;
  border-bottom: 1px solid #00FF00;
}
table.mainborder {
  background-color: #DFDFDF;
}
table.inner {
  background-color: #FFFFFF;
}
form { display: inline; }
textarea {
  font-family: tahoma, verdana, arial, helvetica;
  font-size: 11px;
}
select {
  font-family: tahoma, verdana, arial, helvetica;
  font-size: 11px;
}
input.width {
  width: 200px;
  font-family: tahoma, verdana, arial, helvetica;
  font-size: 11px;
}
select.width {
  width: 204px !important; /* ie and ff both render select box widths wrong? */
  width: 206px;
  font-family: tahoma, verdana, arial, helvetica;
  font-size: 11px;
}
textarea.width {
  width: 330px;
  height: 100px;
  font-family: tahoma, verdana, arial, helvetica;
  font-size: 11px;
}
textarea.width2 {
  width: 660px;
  height: 100px;
  font-family: tahoma, verdana, arial, helvetica;
  font-size: 11px;
}
.tabmenu {
  padding: 0px 5px 0px 5px;
}
