/* This is the mandatory style sheet required by ALL Locatorbase webpages */
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: white;
}

td {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  color: black;
  font-weight: normal;
  font-style: normal;
}

textarea {
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10pt;
  color: black;
}

input {
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10pt;
  color: black;
}

select {
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10pt;
  color: black;
}

.errorClass {
  font-family: Tahoma;
  font-weight: bold;
  font-style: normal;
  font-size: 10pt;
  color: red;
  text-decoration: none;
}

.msgClass {
  font-family: Tahoma;
  font-weight: bold;
  font-style: normal;
  font-size: 10pt;
  color: green;
  text-decoration: none;
}

.invalidInput {
  font-family: Tahoma;
  font-weight: normal;
  font-style: normal;
  font-size: 10pt;
  color: red;
  text-decoration: none;
}

.bgColorLightGrey {
  background-color: #E0E0E0;
}

div.popup {
  max-width: 700px;
  border: 2px solid #4B4B4B;
  padding: 5px;
  background-color: #FBF9F9;
  color: black;
  font-family: Arial;
  font-size: 10pt;
  /* 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;
}

.inputbox {
  font-size: 10pt;
  font-family: 'Courier New';
  color: black;
}