#divNotes  {
  margin-left: 1em;
  margin-right: 1em;
}
#divNotes td {
  vertical-align: top;
}

.note {
  background-color: #FEFF8F;
  border: 2px solid #FFEB8F;
  color: #000;
  margin-bottom: 10px;
  margin-right: 1em;
  padding: 0.25em;
  width: 20em;
}
.note a {
  font-size: 11px;
  padding-left: 0.5em;
}
.note p {
  margin: 0;
}
.note .title {
  background-color: #FFEB8F;
  color: #000;
  display: block;
  margin: -0.25em -0.25em 0 -0.25em;
  padding: 0.25em;
}

.orderLink {
  font-size: 2em;
}

div.column {
  float: left;
  padding-right: 2em;
  width: auto;
}
div.spacer {
  clear: left;
}

#divFlash { float: left; }
#divProperty { clear: left; }

#divJumpForm {
  background-color: #E0E8FF;
  border: 1px solid #000;
  float: right;
  margin-top: 0.5em;
  clear: both;
  padding: 10px;
  width: 35em;
  z-index: 10;
}
#lblJumpError {
  color: #F00;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.25em;
}

#divNoProperty {
  width: 30em;
}
#divOwnerInfo {
  position: relative;
  top: 0;
  float: right;
  width: 28%;
  padding: 0;
  margin: 0 0 0 1em;
  border: 1px solid #000;
}
#divOwnerInfo h3 {
  color: #4C7CFF;
  background-color: #B4C8FF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding-left: 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
#divOwnerInfo h3 a {
    position: absolute;
    right: 5px;
    top: 2px;
}
#divOwnerInfo li {
  margin-bottom: 1em;
}
#divCards {
  clear: both;
  margin: 2em 0 2em 0;
}
#divNavigation {
  float: right;
}
#lnkCloseOwnerInfo {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
#lnkCloseOwnerInfo img {
  border: 0;
}
#tblImages {
  width: 50%;
}

/* --------------------[ Module Container and Tabs ]-------------------- */

#module_container {
  padding: 10px;
  
  /* Same color as border of shdata tables */
  border: 1px solid #0D2F8B;
  
  /* Same as background color of active tab */
  background-color: #F8FAFF;
  
  /* Add some space so it doesn't bump up against bottom edge. */
  margin-bottom: 70px;
  
  /* Set position to relative so child elements can be absolutely
     positioned inside it. */
  position: relative;
  
  /* Move down by height + border of <li>s + a little more for some
     extra space below the notes. */
  top: 50px;
}

.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5px;
  
  /* Move up by height + border of <li>s */
  top: -32px;
}

.tabs li {
  display: block;
  float: left;
  height: 30px;
  margin-right: 5px;
  
  /* Same as background-color of shdata table heading rows */
  background-color: #B4C8FF;
  
  /* Same color as border of shdata tables */
  border: 1px solid #0D2F8B;
}

.tabs li.active {
  /* Same as background-color of shdata tables */
  background-color: #F8FAFF;
  
  /* Hide the bottom border to make the tab flow into container */
  border-bottom: 1px solid #F8FAFF;            
}

.tabs li a {
  display: block;
  float: left;
  padding: 5px;
  
  /* Height of <li> minus top and bottom padding */
  height: 20px;
}
