

body {
    background-image : url(/images/header-fill.gif);
    background-repeat : repeat-x;
    background-color : #000000;
    color : #BFFFFF;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 0.8em;
    min-width: 980px;
    margin-top : 0px;
  }


form fieldset {
    background-color : #009999;
  }


form legend {
    font-weight: bold;
    font-variant: small-caps;
    color: #Bfffff;
    background-color: #006B6B;
    padding: 2px 6px;
    margin-bottom: 8px;
  }


form label {
    padding-left: 22px;
    display: inline;
    float: none;
  }


form label.search {
    display : inline;
    float : none;
    font-weight : bold;
    margin-right : 0px;
    margin-top : .2em;
    padding-left : 10px;
    padding-bottom : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
/*     width : 80px; */
  }


form label.flX {
    display : inline;
    float : none;
    font-weight : normal;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 100px;
  }


form label.fl {
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form label.flBlank {
    background-image: url(/css/blank.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form label.flComplete {
    background-image: url(/css/complete.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form label.flCaution {
    background-image: url(/css/caution.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    color: #FF0000;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form label.flRequired {
    background-image: url(/css/required.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form input.formInputText {
    font-size: .8em;
    color: #666666;
    background-color: #ffeeee;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 15px;
  }


form input.formInputText:hover {
    background-color: #ccffff;
    border: solid 1px #ff6666;
    color: #000000;
  }


form input.formInputText:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


form select.formSelect {
    font-size: .8em;
    color: #666666;
    background-color: #ffeeee;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 20em;
  }

form select.search {
    font-size: .7em;
    color: #666666;
    background-color: #ffeeee;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 2px;
    margin-bottom: 5px;
    cursor: pointer;
/*     width: 10em; */
  }


form select.formSelect:hover {
    background-color: #ccffff;
    border: solid 1px #ff6666;
    color: #000000;
  }


form select.formSelect:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


a:link, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #B36900;
    background-color: #FFE5BF;
    padding-right: .3em;
    padding-left: .3em;
  }


a:hover, a.current:link, a.current:visited {
    font-weight: bold;
    color: #B36900;
    text-decoration: none;
    background-color: #FFCB80;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }


ul {
    list-style: disc outside;
  }


.ulMainNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulMainNav li {
    display: inline;
    float: left;
    list-style-type: none;
  }


.ulMainNav a:link, .ulMainNav a:visited, .ulMainNav a:active {
    font-size: 12px;
    display: block;
    width: 150px;
    text-align: center;
    font-weight: normal;
    background-color: #FFE5BF;
    color: #B36900;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 2px;
  }


.ulMainNav a:hover, .ulMainNav a.current:link, .ulMainNav a.current:visited {
    font-size: 12px;
    font-weight: bold;
    color: #B36900;
    background-color: #FFCB80;
  }


.ulAdminNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulAdminNav li {
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline;
    float: left;
    list-style-type: none;
  }


.ulAdminNav a:link, .ulAdminNav a:visited, .ulAdminNav a:active {
    font-size: 12px;
    display: block;
    width: 100px;
    text-align: center;
    font-weight: bold;
    background-color: #009999;
    color: #FFE5BF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 2px;
  }


.ulAdminNav a:hover, .ulAdminNav a.current:link, .ulAdminNav a.current:visited {
    font-size: 12px;
    font-weight: bold;
    color: #B36900;
    background-color: #FFCB80;
  }

.ulBigNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulBigNav li {
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline;
    float: left;
    list-style-type: none;
  }

.ulBigNav a:link, .ulBigNav a:visited, .ulBigNav a:active {
    font-size: 12px;
    display: block;
    width: 200px;
    text-align: center;
    font-weight: bold;
    background-color: #009999;
    color: #FFE5BF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 2px;
  }


.ulBigNav a:hover, .ulBigNav a.current:link, .ulBigNav a.current:visited {
    font-size: 12px;
    font-weight: bold;
    color: #B36900;
    background-color: #FFCB80;
  }


h1 {
    clear: both;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
  }


h2 {
    background-color : #BFFFFF;
    color : #009999;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding: 3px;
  }


h3 {
    background-color : #00AAAA;
    color : #BFFFFF;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding: 3px;
  }


h4 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    border-top: solid 1px #00AAAA;
  }


.floatImgLeft {
    clear: both;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }


.floatImgRight {
    clear: both;
    float: right;
    padding: 3px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
  }


p.error {
    background-color : #ff0000;
    font-weight: bold;
    color : #ffffff;
    font-size: 1.2em;
    padding: 3px;
  }


p.debug {
    background-color : #0000C0;
    font-weight: bold;
    color : #FFFF00;
    font-size: 1.2em;
    padding: 3px;
  }


table.form {
    font-size: 0.75em;
    background-color : #FFFFC0;
  }


.sold {
    color: #FF0000;
    text-decoration: line-through;
  }


.hot {
    background-color: #CC0000;
    color: #FFFFFF;
    padding: 3px;
  }


.highlight {
    font-weight: bold;
    color: #FFFFFF;
  }


p.property {
    text-decoration: none;
    color: #B36900;
    background-color: #FFE5BF;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3px;
  }


p.clear {
    clear: both;
  }


hr.clear {
    clear: both;
    padding-top: 5px;
  }

