BODY {
  background : black;
  background-image: url("../gfx/watermark.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  font-family : Arial, Verdana;
  font-size : 12px;
  margin: 0;
  color: gray;
  }

FORM {
    display: inline;
}


A {
  color : #d9d8c0;
  text-decoration : none;
  }
  
A:Visited {
  color : #d9d8c0;
  text-decoration : none;
  }
  
A:Hover {
  color : #ca902c;
  text-decoration : underline;
  }

A.Dark {
    color: #454545;
}

A.Dark:Visited {
    color: #454545;
}

A.Dark:Hover {
  color : #ca902c;
  text-decoration : underline;
  }

.gameBorder {
border: 1px #d9d8c0 solid;
background-color:#FFFFEE;
}

.gameBorderBG {
background-color: #FFFFFF;
border-bottom: 1px #000099 solid;
}

.Main {
    margin: 50 8 8 8;
}

.LoginTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.HeaderTable {
  background : #444444;
  border : solid 1px #555555;
  
  color : #FFFFFF;
  font-family : Arial, Verdana;
  }

.HeaderTitle {
  font-weight : bold;
  font-size : 20px;
  }
  
.HeaderFont {
  font-size : 14px;
  }
  
.MenuTable {
  background : #C0C0C0;
  border : solid 1px #555555;
  
  font-family : Arial, Verdana;
  font-size : 12px;
  font-weight : bold;
  }
  
.MenuHeader {
  font-weight : bold;
  color : #000000;
  }

.ContentTable {
  background : #6aa36e;
  border : solid 1px #555555;
  
  color : #000000;
  font-family : Arial, Verdana;
  font-size : 12px;
  }
  
.ContentBodyTable {
  background : #d9d8c0;
  border : solid 1px #999999;
  
  color : #000000;
  font-family : Arial, Verdana;
  font-size : 12px;
  }
  
.ContentHeader {
  font-weight : bold;
  font-size : 14px;
  }
  
.ContentFooter {
  font-weight : bold;
  font-size : 11px;
  }
  
.SmallFont {
  font-size : 10px;
  }
  
.BaseFont {
  font-size : 12px;
  }
  
.TextInput {
  color : #000000;
  background-color : #F0F0F0;
  font-size : 12px;
  font-family : Arial, Verdana;
  border : solid 1px #999999;
  }
  
.TextareaInput {
  color : #000000;
  background-color : #F0F0F0;
  border : solid 1px #999999;
  }
  
.FileInput {
  color : #000000;
  background-color : #F0F0F0;
  font-size : 12px;
  font-family : Arial, Verdana;
  border : solid 1px #999999;
  }
  
.SubmitInput {
  color : #FFFFFF;
  background-color : #444444;
  font-size : 12px;
  border : solid 1px #000000;
  }

.SubmitInputSelected {
  color : #000000;
  background-color : #FFFDDD;
  font-size : 12px;
  border : solid 1px #000000;
  }
  
.SelectInput {
  color : #000000;
  background-color : #F0F0F0;
  font-size : 12px;
  font-family : Arial, Verdana;
  border : none;
  
  border-top-width : 1px; 
  border-right-width : 1px; 
  border-bottom-width : 1px; 
  border-left-width : 1px;  
  }
  
.ContentError {
  background : #663300;
  color : #FFFFFF;
  }
  
.ContentTableHeader {
  background : #444444;
  font-weight: bold;
  color : #FFFFFF;
  }
  
A.ContentTableHeader {
  color : #FFFFFF;
  text-decoration: none;
  }
  
A:Visited.ContentTableHeader {
  color : #FFFFFF;
  text-decoration: none;
  }
  
A:Hover.ContentTableHeader {
  color : #BBBBBB;
  text-decoration: none;
  }
  
.ContentResult1 {
  background : #dbe8d8;
  color : #000000;
  }
  
.ContentResult2 {
  background : #ececec;
  color : #000000;
  }

.Highlight {
  background : #ffffff;
  color : #000000;
  }


.Username {
  color : #000000;
  background-color : #F0F0F0;
  background-image: url(http://apache.dtcc.edu/php/gfx/user_green.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-size : 12px;
  font-family : Arial, Verdana;
  border : solid 1px #999999;
  width: 150px;
}

.Password {
  color : #000000;
  background-color : #F0F0F0;
  background-image: url(http://apache.dtcc.edu/php/gfx/key.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-size : 12px;
  font-family : Arial, Verdana;
  border : solid 1px #999999;
  width: 120px;
}

