@charset "utf-8";
/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: auto 0px;
  background-image:url(../images/bg.gif);
  background-repeat:repeat-x;
}

#container {
  width:990px;
  margin:0 auto;
}

.footer {
  background-image:url(../images/background_bottom_section.gif);
  background-repeat:no-repeat;
  background-position:center;
  font-size:10px;
  color:#FFFFFF;
  text-align:center;
}

#double {
  height: 25px;
  text-align: center;
  width:140px;
  z-index:3; 
  font-size: 11pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding-top:5px;
  border: 1px outset gray;
  background-color: rgb(119,136,153);
}

#bottum a {
  color:rgb(255,255,255);
  text-decoration:none
}

#bottum a:hover {
  color:#000;
  text-decoration:none;
}

a {
  color: black;
  text-decoration: none;
  font-size: 10px;
}

a:hover {
  text-decoration: underline;
  color: #0000FF;
}

#content a:link {
  color: #000;
  text-decoration: none;
  font-size: 10px;
}

#content a:visited {
  color:#9933FF;
  text-decoration: none;
  font-size: 10px;
}

#content a:active {
  color:#9933FF;
  text-decoration: none;
  font-size: 10px;
} 

#content a:hover {
  color:#FF0000;
  text-decoration: underline;
  font-size: 10px;
}

.yellowrow {
  background-color: #e5e6e6;
  font-size:small;
}

.fontrow {
  font-size:small;
  background-color:#eff3f3;
}

.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: lightgray;
  z-index:1001;
  -moz-opacity: 0.6;
  opacity:.60;
  filter: alpha(opacity=60);
}

.white_content {
  display: none;
  position: absolute;
  top: 15%;
  left: 30%;
  width: 40%;
  height: 60%;
  padding: 16px;
  border: 8px solid #e5e6e6;
  background-color: white;
  z-index:1002;
  overflow: auto;
}

.closebox {
  position: absolute;
  top: 90%;
  left: 85%;
}
