
body
{
  color: #ffffff;
  margin: 0px;
  font-family: 'bitstream vera sans', verdana, arial, sans-serif;
  font-size: 9pt;
  background-color: #000000;
}

div.body
{
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0px;
  top: 0px;
  height: 82%;
}

div.top
{
  position: absolute;
  top: 0px;
  left: -400px;
  right: 400px;
  width: 800px;
  height: 70px;
  background-image: url('images/title3.png');
  text-align: center;
  font-size: x-large;
  text-align: left;
  text-indent: 630px;
  z-index: 3;
}

div.menu
{
  position: absolute;
  top: 70px;
  left: -400px;
  right: -230px;
  width: 170px;
  bottom: 0px;
  height: 100%;
  overflow: hidden;
  background-color: #464646;
  z-index: 2;

}

div.main
{
  position: absolute;
  top: 70px;
  left: -230px;
  right: 230px;
  width: 460px;
  bottom: 0px;
  height: 100%;
  overflow: auto;
  background-color: #565656;
  z-index: 4;
}

div.sidebar
{
  position: absolute;
  top: 70px;
  left: 230px;
  right: 400px;
  width: 170px;
  bottom: 0px;
  height: 100%;
  overflow: auto;
  background-color: #464646;
  z-index: 1;
}

div.login
{
  position: absolute;
  top: 100px;
  left: -215px;
  right: 215px;
  width: 430px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #565656;
  z-index: 4;
}

div.footer
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 2px;
  font-size: 9px;
  font-weight: bold;
  color: #565656;
}

div.footer a
{
  color: #666666;
}

div.menu-item
{
  width: 350px;
  padding-left: 10px;
  text-align: left;
  z-index: auto;
}
div.menu-item:hover
{
  background-color: #666666;
}
a.menu-item { color: #FFFFFF; text-decoration: none; }

div.menu-item-selected
{
  width: 350px;
  padding-left: 10px;
  text-align: left;
  background-color: #565656;
  z-index: auto;
}
div.menu-item-selected:hover
{
  background-color: #666666;
}
a.menu-item-selected { color: #FFFFFF; text-decoration: none; }

div.main-title
{
  color: #ffa516;
  font-size: large;
  text-align: center;
  margin-bottom: 8px;
  z-index: auto;
}

div.main-text
{
  text-align: left;
  z-index: auto;
}

div.menu-indent
{
  position: relative;
  width: 350px;
  left: 10px;
  z-index: auto;
}

div.padding
{
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding-bottom: 20px;
  z-index: auto;
}

div.padding a
{
  color: #ffffff;
}

label
{
  float: left;
  cursor: pointer;
  width: 100px;
  text-align: right;
  padding-right: 5px;
}

input[type=submit]
{
  width: 100px;
}

input,textarea,select
{
  margin-bottom: 5px;
  padding-left: 3px;
  width: 300px;
  border: 1px solid #ffffff;
  background-color: #565656;
  color: #ffffff;

  font-family: 'bitstream vera sans', verdana, arial, sans-serif;
  font-size: 9pt;
}

textarea
{
  height: 200px;
}

div.debug
{
  position: fixed;
  left: 3px;
  top: 0px;
}

