HTML {
  overflow-y: scroll;
}

BODY {
  background-image: url(/theme/images/wallpaper.jpg);
  background-color: #333333;
  color: #cccccc;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;

  margin: 20px;
}

DIV#main {
  width: 719px;
  margin: auto auto;
}

DIV#top {
  background-image: url(/theme/images/layout-top.png);
  background-repeat: no-repeat;

  width: 659px;
  height: 17px;
  
  padding: 16px 30px 20px 30px;
}

DIV#title {
  color: #eeeeee;
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 125%;
  /* font-weight: bold; */
  
  text-align: center;
  
  margin: auto auto;
}

DIV#title .dark {
  color: #999999;
}

IMG#titleImage {
  width: 659px;
  height: 173px;
  
  margin: 2px 0px 0px 0px;
}

DIV#middle {
  background-image: url(/theme/images/layout-middle.png);
  background-repeat: repeat-y;
  
  padding: 0px 30px;

  width: 659px;
  min-height: 100%;

}

DIV#content {
  width: 659px;
  color: #444444;
}

BLOCKQUOTE {
  color: #666666;
}

PRE {
  font-size: 120%;
}

HR {
  border: none;
  margin: 12px 0px 0px 0px;
}

DIV#bottom {
  background-image: url(images/layout-bottom.png);
  background-repeat: no-repeat;
  
  width: 659px;
  height: 17px;
  
  padding: 22px 30px 14px 30px;
}

DIV#footer {
  color: #000000;
  
  font-size: 90%;
  
  text-align: center;

  margin: auto auto;
}

DIV#footer A {
  color: #000000;
}

H1 {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: normal;
  
  color: #333333;
  
  margin: 10px 0px 0px 0px;
  clear: both;
}

H2 {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: normal;
  
  color: #333333;

  margin: 10px 0px;
}

H3 {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 125%;
  font-weight: normal;

  color: #333333;

  margin: 0px 0px;
}

H6 {
  font-size: 90%;
  font-weight: normal;
  
  color: #999999;
  
  margin: 0px 0px;
}

P, DIV.para {
  color: #444444;
  line-height: 150%;
  text-align: justify;
  margin: 10px 0px 15px 0px;
}

A {
  color: #0066ff;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

DIV#title A {
  color: #eeeeee;
  text-decoration: none;
}

H1 A {
  color: #333333;
}

H6 A {
  color: #777777;
}

IMG {
  border: 0px;
}

DIV.image {
  background-color: #eeeeee;

  text-align: center;
  font-size: 90%;
  font-style: italic;

  padding-bottom: 10px;
}

DIV.image IMG {
  border: 1px solid #666666;
  margin: 10px;
}

FORM {
  margin: 10px 0px 0px 0px;
}

INPUT[type=text], INPUT[type=password], TEXTAREA {
  font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
  font-size: 100%;

  width: 100%;
  margin-bottom: 10px;
}

.disabled {
  color: #999999;
}

.enabled {
  color: #000000;
}

.prevLink {
  float: left;
  margin-top: 10px;

  font-size: 90%;
  color: #999999;
}

.nextLink {
  float: right;
  margin-top: 10px;

  font-size: 90%;
  color: #999999;
}

.prevLink A, .nextLink A {
  color: #999999;
}

.username {
  position: absolute;
  width: 659px;
  
  background-image: url('images/glass.png');

  padding: 6px 0px 5px 0px;
  color: #999999;
  font-size: 80%;
  text-align: center;
}
