/* ----- OVERALL BASE ----- */
body { font-family: arial narrow, arial, sans-serif; }
a img { border: none; }
a:link { color: #8080FF; }
a:visited { color: #FF05FF; }
a:hover { text-decoration: none; }

h2 {
  /*font-family: georgia, times new roman, times, serif;*/
  font-size: xx-large;
  margin-left: 0.5em;
}

h4, address, table
{
  margin: 0 1em;
}

caption
{
  display: none;
}


/* ----- MAIN CONTENT ----- */
.content {
  border: 3px solid #000;
  padding: 0.5em;
  position: absolute;
  left: 16em;
  margin: 0em 1em 0em 0em;
  /*margin: 0em 0.5em 0em 16em;*/
  text-align: justify;
  background: #FFF;
}

.content h1 {
  /*font-family: sans-serif;*/
  font-size: small;
  color: #FFFFFF;
  background-color: #FF0093;
  margin: -0.25em;
  text-align: right;
  padding: 0.3em 0.8em 0.3em 4em;
}

.content h1 img {
  width: 197px;
  height: 47px;
}

.content p, .content h3
{
  margin: 1em;
}

.content p, .nav li
{
  font-size: 17px;
}

/* ----- NAVIGATION BAR ----- */
.nav {
  border-top-color: #FFFFFF;
  width: 14.5em; /*204px;*/
  color: #000;
  background: #FFF;
  margin: 0em;
  overflow: hidden;
  /*font-family: georgia, times new roman, times, serif;*/
  /*position: absolute;
  top: 0.5em;*/
}

.nav .logobox {
  margin-top: 0;
  text-align: center;
}

.nav .logobox img {
  /*
  width: 100%;
  height: 100%;
  */
}

.nav .navmore {
  background: #FF0093;
  border: 3px solid #000;
  margin-bottom: 1em;
}

.nav .navmore ul {
  border: 3px solid #FFF;
  padding: 0.3em 0;
  margin: 0;
}

.nav li {
  list-style-type: none;
  color: #FFFFFF;
  padding: 0.2em 0 0.2em 0.5em;
  cursor: default;
}

.nav a {
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF;
}

.nav li a {
  background: url(images/bullet.png) no-repeat center left;
  padding-left: 2em;
  display: block;
}

.nav li a:visited {
  color: #FFF;
  background-image: url(images/bullet2.png);
}

.nav li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  background-image: url(images/bullet3.png);
}

.nav li a:active {
  text-decoration: underline;
}

.nav ul ul li {
  padding-left: 0.8em;
}

.nav .separatednav {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 3px solid #FFF;
}

.logo {
  width: 200px;
  height: 85px;
}

.nav li.current
{
  font-weight: bold;
  padding-left: 2.5em;
  background: url(images/bullet4.png) no-repeat 0.5em center;
}


/* ----- DATA LIST TABLES ----- */
.tableList {
  /*background-color: #F3F3F3;*/
  border: 3px solid #FEE;
}

.tableList caption {
  font-style: italic;
  font-size: small;
}

.tableList th {
  text-align: left;
  color: #FFF;
  background-color: #FF0093;
  padding: 0.1em 0.5em;
}

.tableList td {
  padding: 0.1em 0.5em;
  vertical-align: top;
}

.imagecol {
  width: 100px;
}

.oddRow {
  background-color: #FFF;
}

.evenRow {
  background-color: #FEE;
}


/* ----- FORM LAYOUT ----- */
.fixwidth, .fixform label {
  width: 14em;
  float: left;
}

.emailform input[type=text], .emailform textarea, .page_add_property input[type=text], .page_edit_property input[type=text] { width: 20em; }
.missingField { border: 1px solid #FF0000; } /* Highlight erroneous fields */

.emailform label, .searchform label { font-weight: bold; }


/* ----- MISCELLANEOUS ELEMENTS ----- */
.miniNote { font-size: xx-small; } /* Advisory info on forms */

.footer {
  font-size: x-small;
  text-align: center;
  clear: both;
  color: #FFF;
  background: #FF0093;
  margin: 2em -3px -1em -3px;
  padding: 0.5em;
  /*float: right;*/
  /*width: 99%;*/
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
  color: #FFF;
}

.house_image {
  background-repeat: no-repeat;
  /*padding-right: 1em;*/
  width: 512px;
  height: 384px;

  text-align: center;
  color: #FF0093;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 72pt;
}

.roomString { font-style: italic; margin-top: 0em; }

.page_edit_images form p { margin-top: 0em; }

.imagesBar {
  float: right;
  padding-left: 1em;
}

.imagesBar p {
  margin-top: 0em;
  font-style: italic;
  font-size: small;
}

.page_stats th {
  text-align: left;
}

.poundLabel
{
  width: 1em;
  float: left;
}

.detail_info th
{
  background: #FEE;
  padding: 0 0.2em;
}

.detail_info td
{
  padding-left: 0.5em;
}


.status-bar
{
  display: block;
  text-align: center;
  color: #FF0093;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 72pt;
  width: 512px;
  /*margin-top: -300px;*/
  position: relative;
  margin-top: -1em;
  top: 1em;

}


/* ----- PRINTOUT CHANGES ----- */
@media print{
  .noprint, .nav, .footer {
    display: none;
  }

  .content {
    border: none;
    position: static;
  }

  .content h1 {
    text-align: left;
    padding: 0em;
    margin: 0em;
  }
}
