﻿body { 
  margin: 0px;
  padding: 0px;
}

.grey {
  text-align: center;
  display: none;
  bottom: 0; left: 0;
  top: 0; right: 0; 
  position: fixed;
  max-height: 100%;
  background: url(gfx/Background/grey.png);
}

.crossgrey {
  position: absolute;
  cursor: pointer;
  background: transparent url(gfx/background/crossgrey.png);
  top: 0; bottom: 0;
  left: 0; right: 0;
}

.hidden {
  display: none;
}

.loading {
  margin: 100px 0px;
  text-align: center;
}

.loading span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 11pt;
}

a img { border: 0; }	

.document {
  border: solid white 10px;
  overflow-y: scroll;
  max-height: 80%;
  height: expression(document.documentElement.clientHeight*0.8);
  width: 830px;
  background: white;
  margin: 30px auto;
  text-align: left;
  padding: 10px;
}

.scroll_checkboxes {
    height: 100px;
    padding : 5px;
    overflow: auto;
    border: 1px solid #ccc;
    width: 400px;
    float:right;
    margin: 0px 100px 10px 100px;
}

