html, body {
    width: 100%;
    height: 100%;
}

body {
    background: url(graphics/bg.jpg) repeat-x top #131005;
    font-family: arial;
    margin: 0;
}

.dashBottom {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}

.dashRight {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #999999;
}

textarea {
    white-space: pre-wrap;
}

a {
    color: #ffffff;
}

    a:visited {
        color: #ffffff;
    }


    a:active, a:hover {
        color: #FFFF66;
    }

    a.footer:link,
    a.footer:visited,
    a.footer:active {
        color: #000000;
    }


div.footerText {
    color: #000000;
}



#overlay {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#popupImage {
    position: fixed;
}


/*
@media print {
  body {
  color: #000000;
  background-color: #FFFFFF !important;
  background-image: none !important;
  }
  img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
  
}
*/
