body {
  background-color: #ffffff;
  background-image: url(images/double10bg.gif);
  background-attachment: fixed;
  color: #404040;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
}

a:link {
  color: #404040;
  text-decoration: none;
}

a:visited {
  color: #404040;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

ul, li, p, td {
  color: #404040;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#mainwindow {
  background-color: #cccccc;
  border-style: double;
  width: 700px; height: 350px;
}

#containerleft {
  float: left;
  margin-left: 3px;
  margin-top: 5px;
  width: 243px; height: 243px;
  background-color: #eff9f9;
}

#containermiddle {
  float: left;
  margin-left: 5px;
  margin-top: 11px;
  height: 230px;
  background-color: #efefef;
}

#containerright {
  float: right;
  margin-right: 3px;
  margin-top: 5px;
  width: 421px;
  background-color: #eff9f9;
}

#imagecontainermain {
  float: right;
  margin-right: 3px;
  margin-top: 5px;
  width: 421px; height: 149px;
  background-color: #efefef;
  text-align: center;
}

.imagecontainer {
  float: left;
  margin-left: 3px;
  margin-right: 4px;
  margin-top: 7px;
  width: 76px; height: 50px;
  background-color: #eff9f9;
  text-align: center;
}

.topline {
  width: 100%;
  border-top: 1px solid #404040;
  border-left: 1px solid #404040;
  font-size: 5px;
}

.bottomline {
  width: 100%;
  border-bottom: 1px solid #404040;
  border-right: 1px solid #404040;
  font-size: 5px;
}

.margin {
  margin-left: 5px;
  margin-right: 5px;
  text-align: justify;
}

.topheader {
  color: #ffffff;
  background-color: #404040;
  width: 100%;
  text-indent: 5px;
}

.header {
  margin-top: 6px;
  color: #ffffff;
  background-color: #404040;
  width: 100%;
  text-indent: 5px;
}

.content {
  margin-top: 3px;
}

.portfolio {
  margin-top: 1px;
  margin-left: 1px;
  width: 60px; height: 45px;
  border: 1px solid #ff0000;
}

.ledsign {
  margin-top: 14px;
  width: 100%;
  border: 2px solid #000000;
  border-top: 5px solid #000000;
}

.hidden {
  color: #eff9f9;
  font-size: 1px;
}

.hidden2 {
  color: #efefef;
  font-size: 1px;
}

span.red {
  color: #ff0000;
}

img.link {
  border: none;
}

.tooltiptitle {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
}

.tooltipcontent {
  color: #ffffff;
  font-size: 8pt;
}

#ToolTip {
  position:absolute;
  width: 100px;
  top: 0px; left: 0px;
  z-index:4;
  visibility:hidden;
}
