#status
{
  background: #000000;
  height: 30px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  font-size: 10px;
  font-family: "myriad pro", "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #a7a7a7;
  border-top: 1px solid #333333;
}

#status_left
{
  position: absolute;
  left: 10px;
  top: 0px;
}

#status_text
{
  position: absolute;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  width: 455px;
  left: 0px;
  top: 0px;
  height: 20px;
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
}

#status_arrow
{
  position: absolute;
  border-right: 1px solid #333333;
  width: 30px;
  left: 471px;
  top: 0px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

#status_right
{
  position: absolute;
  right: 10px;
  top: 10px;
}

#status_popup
{
  display: none;
  position: absolute;
  left: 10px;
  top: -200px;
  height: 188px;
  background-color: #000000;
  width: 490px;
  border: 1px solid #333333;
  opacity: 0.85;
  -moz-opacity: 0.85;
  KhtmlOpacity: 0.85;
  filter: alpha(opacity=85);
  padding: 5px;
  overflow: hidden;
}

#status_table
{
  width: 100%;
}

#status_table td
{
  font-family: "myriad pro", "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #a7a7a7;
  font-size: 10px;
}

