/* --------------------[ Misc ]-------------------- */

fieldset {
   border: 1px solid #000;
   display: block;
   margin-bottom: 1em;
   margin-top: 1em;
   padding: 0.5em;
   width: 35em;
}

legend {
   color: rgb(0, 0, 0);
   cursor: default;
}

textarea {
   width: 99%;	/* right border can get cut off in IE if width = 100% */
}

.defaultbutton {
   font-weight: bold;
}
.deletebutton {
  margin-left: 4em;
}

.hiddenMessage {
   display: none;
   width: 40em;
}
.smalltext {
   font-family: Verdana, sans-serif;
   font-size: 80%;
   font-style: normal;
   font-weight: normal;
}

/* --------------------[ Errors ]-------------------- */

#divErrorMsg {
   background-image: url(../images/warning_sign.png);
   background-position: 95% 45%;
   background-repeat: no-repeat;
   border: 2px solid rgb(255, 0, 0);
   display: none;
   margin: 0 0 1em 0;
   padding: 1em;
   width: 75%;
}
#divErrorMsg p {
  width: 85%;
}
.errorIndicator {
   color: rgb(255, 0, 0);
   display: none;
}

/* --------------------[ Flash ]-------------------- */

#divFlash {
  background-color: #E0E8FF;
  border: 2px solid #00F;
  margin: 0 0 1em 0;
  padding: 1em;
  width: 75%;
}

/* --------------------[ Forms ]-------------------- */

#form {
    position: relative;
}

#form th {
    text-align: left;
}

.actions {
    /* Move the actions section off to the right. */
    position: absolute;
    left: 50em; /* width of fieldset + 5 em */
    top: 0;

    margin: 0;
    width: 15em;
}

.actions a {
    font-weight: bold;
}

.actions ul {
    margin: 0;
    margin-left: 1.5em;
    padding: 0;
    padding-bottom: .5em;
}

/* --------------------[ Images ]-------------------- */

h2 img.icon {
   position: relative;
   top: 4px;
}

img.icon {
   border: 0;
}

/* --------------------[ Parcel View Control ]-------------------- */

#parcelView_propertyInfo {
   background-color: #B4C8FF;
   width: 100%;
}

#parcelView_propertyInfo td, #parcelView_propertyInfo th {
   width: 16%;
}

#parcelView_propertyInfo td {
   color: #0D2F8B;
   font-size: 1.00em;
   padding: 0 5px 10px 5px;
   vertical-align: top;
}

#parcelView_propertyInfo tr.headingRow th {
   border-bottom: 0;
   padding: 10px 5px 0 5px;
}

#parcelView_propertyInfo.historic,
#parcelView_propertyInfo.historic tr.headingRow {
   background-color: #444;
   border-top: 1px solid #DDD;
   border-bottom: 1px solid #DDD;
}

#parcelView_propertyInfo.historic th {
   color: #DDD;
}

#parcelView_propertyInfo.historic td {
   color: #FFF;
}

#parcelView_historicParcel {
   background-color: #444;
   color: #FFF;
   font-weight: normal;
   margin: 0;
   padding: 10px;
   width: 16em;
}

/* --------------------[ Tables ]-------------------- */

table.shdata {
   background-color: #E8EEFF;
   border-collapse: collapse;
   border-top: 1px solid #0D2F8B;
   border-bottom: 1px solid #0D2F8B;
}
table.shdata td {
   line-height: 20px;
   padding: 0.25em 0.5em;
   vertical-align: top;
}
tr.altRow {
   background-color: #D0DDFF;
}
tr.headingRow {
   background-color: #B4C8FF;
   color: #FFF;
   text-align: left; 
}
tr.headingRow th {
   border-bottom: 1px solid #000;
   color: #4C7CFF;
   font-size: 0.70em;
   font-weight: normal;
   line-height: 16px;
   padding: 0.25em 0.5em;
   text-align: left;
   text-transform: uppercase;
   vertical-align: bottom;
}