body,html {height: 100%; margin: 0px; padding: 0px; text-align: center; background-color: black; font-family: Arial, Helvetica, sans-serif;}
p {margin: 0px; padding: 0px}
a:hover {color: rgb(239,59,44)}

#wrapper {
  background: url(pxwxbg.png) left top repeat-x;
  padding-top: 40px;
  padding-bottom: 50px;
}

#docall {
  background-color: white;
  width: 1050px;
  height: 800px;
  margin: 0px auto;
  text-align: left;
  position: relative;
}

div.link:hover {text-decoration: underline}
div.navitem:hover {text-decoration: underline}

.navlab {
  font: 9px Arial, Helvetica, sans-serif;
  color: #333333;
}

.navlab1 {
  font: 13px Arial, Helvetica, sans-serif;
  color: #333333;
}

.navlab2 {
  font: 15px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(33,113,181);
  letter-spacing: 1px;
}

.navlab3 {
  font: 17px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(33,113,181);
  letter-spacing: 1px;
}

.zoomlab {
  font: 13px Arial, Helvetica, sans-serif;
  color: rgb(60,60,60);
  letter-spacing: 1px;
}

.alink {
  font: 13px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(33,113,181);
  text-decoration: underline;
  cursor: pointer;
}

.stext {
  font: 13px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.img {
  border-color: rgb(33,113,181);
}
  
.tbl {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: black;
} 
.cell {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: black;
  line-height: 22px;
  width: 23px;
}

.hidden {
  display: none;
}

.mcell {
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
  cursor: default;
  text-align: center;
  letter-spacing: 1px;
}

.mcell1 {
  font: 13px Arial, Helvetica, sans-serif;
  font-weight: bold;
  cursor: default;
  text-align: center;
  letter-spacing: 1px;
}

.lcell {
  font: 9px Arial, Helvetica, sans-serif;
  color: #333333;
  width: 24px;
  height: 25px;
  text-align: center;
}

.logininput {
  border-color: rgb(100,150,210);
  border: 1px solid rgb(100,150,210);
  font: 12px Arial, Helvetica, sans-serif;
  background-color: rgb(255,255,255);
}

.textinput {
  border: 1px solid rgb(100,100,100);
  font: 13px Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-indent: 3px;
}

.button {
  font: 13px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(33,113,181);
}

.alert {
  display: none;
  position: absolute;
  top: 260px;
  left: 350px;
  width: 390px;
  background-color: white;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(33,113,181);
  padding: 15px 0px 15px 0px;
  z-index: 99;
}

#shadowbox {
  display: none;
  position: absolute;
  top: 270px;
  left: 333px;
  width: 390px;
  height: 102px;
  background-color: black;
  z-index: 98;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
}

.navbox {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: white;
  text-align: center;
  padding-top: 3px;
  position: relative;
  z-index: 100;
}

.navbox IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: mask();
  width: 202px;
  height: 117px;
}

.navitem {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-align: center;
  padding-top: 5px;
  background-color: rgb(100,150,210);
  height: 25px;
}

.thumb {
  border-style: solid;
  border-color: rgb(200,200,200);
  border-width: 2px;
  cursor: pointer;
}


