﻿html
{
  overflow: hidden;
}

body
{
  background-color: #5c87b2;
  font-size: .75em;
  font-family: Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #696969;
}

div#Logo
{
  position: fixed;
  display: block;
  width: 200px;
  height: 65px;
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: visible;
  z-index: 1;
}

div#Status
{
  position: fixed;
  display: block;
  height: 40px;
  left: 200px;
  right: 0;
  top: 0;
  min-width: 790px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  overflow: hidden;
  visibility: visible;
  font-size: 22px;
  font-weight: bold;
  color: black;
  font-family: Arial;
  text-align: left;
  z-index: 1;
}

div#Menu
{
  position: fixed;
  display: block;
  height: 40px;
  right: 0;
  left: 200px;
  top: 40px;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  color: black;
  font-family: Arial;
  text-align: left;
  overflow: hidden;
  visibility: visible;
  z-index: 1;
}

div#Navigation
{
  position: fixed;
  display: block;
  width: 200px;
  left: 0;
  top: 80px;
  bottom: 90px;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-align: left;
  visibility: visible;
  overflow: auto;
  z-index: 1;
}

div#User
{
  position: fixed;
  display: block;
  width: 200px;
  height: 80px;
  left: 0;
  bottom: 0;
  margin: 0;
  font-family: Arial;
  text-align: center;
  visibility: visible;
  overflow: visible;
  z-index: 1;
}

div#Content
{
  position: fixed;
  display: block;
  left: 200px;
  top: 85px;
  right: 0;
  bottom: 0;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  visibility: visible;
  overflow: auto;
  background-color: #fff;
  z-index: 1;
}

div#Update
{
  display: none;
  
  position: fixed;
  
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
   
  vertical-align: middle;
  text-align: center;
  
  overflow: auto;
  border: none;
  
  padding: 0px;
  margin: 0px;
  
  filter: alpha(opacity=50);
  opacity: 0.5;
  
  background-color: #E8E8E8;
  z-index: 100;
}
