body {
  background: #edf0ff;//#CCCCCC;
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-family: Verdana, Sans-Serif;
  cursor: crosshair;
}
table, tr, td {
  border: 0px;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
}
div#page {
  position: absolute;
  border:0px solid #000000;
  left: 50%;
  margin-left:-400px;
  height: 100%;
}

div#header {
  position: absolute;
  background: url(header.jpg);
  top: 0px;
  left: 0px;
  width: 800px;
  height: 250px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
div#header ul{
  position: absolute;
  bottom: 0px;
  left: 5px;
  margin: 0px;
  padding: 0px;  
}
div#header li{
  display: block;
  float: left;
  border: 1px solid #000000;
  border-bottom: 0px;
  margin-left: 5px;
  background: #c4d7e6;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  font-weight: bold;
}
div#header li:hover{
  background: #edf0ff;
  cursor: pointer;
}
div#content {
  position: absolute;
  top: 251px;
  bottom: 14px;
  left: 0px;
  width: 800px;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
}

#content div.view {
  position: absolute;
  background: #c4d7e6;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  top: 0px;
  left: 0px;
  bottom: 85px;
  width: 800px;
  margin:0;
  padding:0;
  overflow: auto;
  font-size: 11px;
  text-align: left;
}
#loader {
  background: url(ajax-loader.gif) center no-repeat;
  position: absolute;
  display:none;
  top: 0px;
  left: 0px;
  bottom: 85px;
  width: 800px;
  margin:0;
  padding:0;  
  z-index: 100px;
}
#logger {
  position: absolute;
  display:none;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 59px;
  margin:0;
  padding:0;
  margin-left: -50px;
  margin-top: -100px;  
  z-index: 100px;
  border:1px solid #000000;
  background: #edf0ff;//#CCCCCC;
  text-align: right;
  font-size: 12px;
}
#logger input {
  width: 120px;
  border: 1px solid #444444;
  margin:0;
  padding:0;
  height: 16px;
  margin-right: 1px;
}
#logger .submit:hover {
  background: #AAAAAA;
}
#logger .submit {
  margin-top: 1px;
  height: 20px;
  width : 100%;
}
#content div.view i {
  color: #555555;
  font-style: normal;
  font-weight: bold;
}
#content div.view b {
  color: #111111;
  font-style: normal;
  font-weight: bold;
}
#content div.message {
  position: absolute;
  border-top: 1px solid #888888;
//  background: #CCCCCC;
  bottom: 0px;
  left: 0px;
  width: 802px;
  height: 84px;
  padding:0px;
  margin:0px;
  z-index: 3;
}
#content div.message textarea {
  width: 796px;
  padding: 2px;
  height: 60px;
  border: 0px;
  margin: 0px;
  font-size: 12px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#content div.message div.left {
  position: absolute;
  text-align: left;
  padding-left: 0px;
  left: 0px;
  height: 20px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#content div.message div.left div.text{
  font-weight: bold;
  font-size: 12px;
  float: left;
}
#content div.message div.right {
  position: absolute;
  text-align: right;
  padding: 0px;
  right: 0px;
  height: 20px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#content div.message input {
  width: 200px;
  border: 0px #AAAAAA solid;
  border-left: 1px #AAAAAA solid;
  padding: 0px;
  margin: 0px;
  height: 16px;
  float: left;
  margin-left: 0px;
  padding: 2px;
}
#content div.message input.submit {
  width: 120px;
  border: 1px #AAAAAA solid;
  padding: 0px;
  margin: 0px;
  height: 20px;
//  background: #CCCCCC;
}
#content div.message input.submit:hover {
  width: 120px;
  border: 1px #777777 solid;
  padding: 0px;
  margin: 0px;
  height: 20px;
  background: #AAAAAA;
}

div#footer {
  position: absolute;
//  background: #CCCCCC;
  bottom: 0px;
  left: 0px;
  width: 800px;
  height: 20px;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  border-top: 0px solid #000000;
  padding-top: 4px;
  padding-bottom: 0px;
  font-size: 11px;
  vertical-align: bottom;
  color: 555555;
}
