html, body {
    background-color: #b7b7b7;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
img {
    border-style: none;
}
td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  color: #000000;
}
th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #000000;
  /*background-color: #b7b7b7;*/
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.aoWhiteRow {
  background-color: #ffffff;
}
.aoWhiteRow a:link {
  color: #FF9900;
}
.aoWhiteRow a:visited {
  color: #FF9900;
}
.aoWhiteRow a:hover {
  color: #FF9900;
}
.aoLightRow {
  background-color: #e1e1e1;
}
.aoLightRow a:link {
  color: #FF9900;
}
.aoLightRow a:visited {
  color: #FF9900;
}
.aoLightRow a:hover {
  color: #FF9900;
}
.aoDarkRow {
  background-color: #b7b7b7;
}
.aoDarkRow a:link {
  color: #FFFFFF;
}
.aoDarkRow a:visited {
  color: #FFFFFF;
}
.aoDarkRow a:hover {
  color: #FFFFFF;
}
.aoErrorText {
  color: #b22222;
}
.aoSearchTextfield {
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-small;
}
a.aoDarkLink {
  color: #FF9900;
}
a.aoLightLink {
  color: #FFFFFF;
}
.aoPopup {
  background-color: #e1e1e1;
  border: 2px solid;
  border-color: black;
}
.error {
  color: red;
}
.aoPopupLightRow {
  background-color: #fff9ad;
}
.aoPopupDarkRow {
  background-color: #f5efa6;
}
.aoPopupAnchor {
  position:relative;
  display:inline;
}
.aoPopupAnchorImg {
  border:0px;
  vertical-align:middle;
  cursor:pointer;
}
.aoPopupMain {
  position:absolute;
  bottom:30px;
  left:30px;
  visibility: hidden;
  white-space:normal;
  /*white-space:nowrap;*/
  /* Only add when needed because z-index can confuse IE 6: z-index:1*/
}
.aoPopupTable {
  border:0px;
}
.aoPopupTL {
  width:12px;
  height:12px;
  padding:0px;
  vertical-align:bottom;
  text-align:right;
}
.aoPopupTL img {
  vertical-align: bottom;
  display:block;
}
.aoPopupTop {
  height:12px;
  padding:0px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.aoPopupTR {
  width:12px;
  height:12px;
  padding:0px;
  vertical-align:bottom;
  text-align:left;
}
.aoPopupTR img {
  vertical-align: bottom;
  display:block;
}
.aoPopupLeft {
  width:12px;
  padding:0px;
  background-position:right;
  background-repeat:repeat-y;
}
.aoPopupClose {
  border:0px;
  vertical-align:middle;
  cursor:pointer;
}
.aoPopupRight {
  width:12px;
  padding:0px;
  background-position:left;
  background-repeat:repeat-y;
}
.aoPopupBL {
  width:12px;
  height:12px;
  padding:0px;
  vertical-align:top;
  text-align:right;
}
.aoPopupBL img {
  vertical-align: top;
  display:block;
}
.aoPopupBottom {
  height:12px;
  padding:0px;
  background-position:top;
  background-repeat:repeat-x;
}
.aoPopupBR {
  width:12px;
  height:12px;
  padding:0px;
  vertical-align:top;
  text-align:left;
}
.aoPopupBR img {
  vertical-align: top;
  display:block;
}
