/* aoweb-struts: Do not edit */
img {
    border-style: none;
}
/*th {
  background-color: #e0e0e0;
}*/
.aoWhiteRow {
  background-color: #ffffff;
}
.aoLightRow {
  background-color: #f8f8f8;
}
.aoDarkRow {
  background-color: #e0e0e0;
}
.aoDarkLink {
}
.aoLightLink {
}
.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;
}
