body {
  color: #222222;
  font-family: sans-serif;
  font-size: 13px;
  
  border: none;
  
  margin: 0px;
  padding: 0px;
  
  height: 100%;
  width: 100%;
}

a {
  color: #3366CC;
}

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

img {
  border: none;
}

form {
  display: inline;
}

.h1 {
  font-size: 18px;
  font-weight: bold;
}

.h2 {
  font-size: 17px;
  font-weight: bold;
}

.h3 {
  font-size: 16px;
  font-weight: bold;
}

.h4 {
  font-size: 15px;
  font-weight: bold;
}

.h5 {
  font-size: 14px;
  font-weight: bold;
}

.h6 {
  font-size: 13px;
  font-weight: bold;
}

.small {
  font-size: 11px;
}

#head {
  background-color: #123456;
  border-color: #999999;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  
  position: absolute;
  top: 0px;
  left: 0px;
  
  height: 40px;
  width: 100%;
}

#head a {
  color: #EEEEEE;
  text-decoration: none;
}

#head a:hover {
  color: #FF0000;
  text-decoration: none;
}

#head .left {
  color: #EEEEEE;
  float: left;
  padding-top: 12px; 
  padding-left: 8px;
}

#head .right {
  color: #EEEEEE;
  float: right;
  padding-top: 12px;
  padding-right: 8px;
}

#body {
  position: absolute;
  top: 41px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  
  width: 100%;
}

#sidebar {
  background-color: #EEEEEE;
  border-color: #999999;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  
  overflow: hidden;
  
  width: 200px;
}

#sidebar .title {
  border-bottom: 1px solid #999999;
  padding: 6px 6px 0px 6px;
}

#sidebar .content {
  padding: 6px;
}

#content {
  padding: 0px;
  
  position: absolute;
  top: 0px;
  left: 0px;
  right: 201px;
  bottom: 0px;
  
  overflow: auto;
}

table.dialog {
  
}

