html, body { height: 100%; }
body,input,td,ol,ul,p { font-family: Arial, Verdana, Helvetica; font-size: 12px; font-weight: normal; }
.panelleft { background-color: #727063; border-left-style: solid; border-left-width: 3px; border-left-color: #1F1A17; }
.panelright { background-color: #727063; border-right-style: solid; border-right-width: 3px; border-right-color: #1F1A17; }
.paneltop { background-color: #727063; border-top-style: solid; border-top-width: 3px; border-top-color: #1F1A17; }
.panelbottom { background-color: #727063; border-bottom-style: solid; border-bottom-width: 3px; border-bottom-color: #1F1A17; }
.panelcenter { background-color: #727063; color: #FFFFFF; }
.panelcontent { color: #FFFFFF; font-weight: bold; }
.verylarge { font-size: 18px; }
.large { font-size: 14px; }
.small { font-size: 10px; }
.msgerror { color: #FFFFFF; font-size: 12px; }
a,a:visited { color: #333333; text-decoration: underline; font-weight: bold; }
.button { color: #FFFFFF; background-color: #83C326; border-style: none; width: 80px; text-align: center; font-weight: bold; cursor: pointer; }
.copyright { color: #333333; font-size: 10px; font-weight: normal; }
.copyright a { color: #333333; font-size: 10px; text-decoration: none; font-weight: normal; }
.copyright a:hover { text-decoration: underline; }

.lightbox {
    display: none;
    position: absolute;
    margin-left: -310px; left: 50%; width: 590px;
    top: 20%;
    height: 510px;
    padding: 16px;
    border: 4px solid #222222;
    background-color: #727063;
    z-index:1002;
    overflow: auto;
    color: #FFFFFF;
}
.lightboxbg{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
.lightboxclose {
  position: absolute;
  top: 10px;
  right: 10px;
}

.screenshot {
    display: none;
    position: absolute;
    margin-left: -310px; left: 50%; width: 590px;
    top: 20%;
    height: 510px;
    padding: 16px;
    border: 4px solid #222222;
    background-color: #727063;
    z-index:1002;
    overflow: auto;
    color: #FFFFFF;
}

