/*
 popup.js
*/
div.popup {
  max-width: 1000px;
  border: none;
  padding: 5 5 0 5;
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}

#cladding li {
  line-height: 1.5em;
}

#homepage_custom, #homepage_custom2 {
  font-weight: bold;
/*  display: block; */
  margin-bottom: 5px; 
  text-align: center;
}

#homepage_custom a, #homepage_custom2 a {
  color: #b4b6b4;
  text-decoration: none;
/*  border: 2px solid #b4b6b4;*/
/*  padding: 2px; */
  vertical-align: 4px;
  font-size: 11px;
}

#homepage_custom a:hover, #homepage_custom2 a:hover {
  color: #5F6062;
/*  border: 2px solid #5F6062;*/
}

