BODY {
  background-color: #000000
}

TABLE.board {
  border: 1px #333333 solid;
  font-size: 13px;
}
TABLE.messages {
  border: 1px #333333 solid;
}
TABLE.messages TD.color1 {
  background-color: 333333;
  color: #CCCCCC;
  border: 1px #444444 solid;
  font-size: 13px;
}
#memberNotes {
  overflow: auto;
  height: 400px;
  width: 300px;
  border: 2px #000000 solid;
}

TABLE.messages TD.color2 {
  background-color: 444444;
  color: #CCCCCC;
  border: 1px #333333 solid;
  font-size: 13px;
}

TABLE.messages TD.color1 A:HOVER {
  color: 444444;
}
TABLE.messages TD.color2 A:HOVER {
  color: 333333;
}

TABLE.messages TD.color1 INPUT {
  background-color: 333333;
  color: #CCCCCC;
  border: 2px #444444 solid;
  font-size: 13px;
}

TABLE.messages TD.color2 INPUT {
  background-color: 444444;
  color: #CCCCCC;
  border: 2px #333333 solid;
  font-size: 10pt;
}

TABLE.messages TD.color1 TEXTAREA{
  background-color: 333333;
  color: #CCCCCC;
  border: 2px #444444 solid;
  font-size: 10pt;
}

TABLE.messages TD.color2 TEXTAREA{
  background-color: 444444;
  color: #CCCCCC;
  border: 2px #333333 solid;
  font-size: 10pt;
}
TABLE.messages TD.color1 SELECT {
  background-color: 333333;
  color: #CCCCCC;
  border: 2px #444444 solid;
  font-size: 10pt;
}

TABLE.messages TD.color2 SELECT {
  background-color: 444444;
  color: #CCCCCC;
  border: 2px #333333 solid;
  font-size: 10pt;
}
TD A.new {
  color: #E2DEDE; 
  font-weight: normal;
}
TD A.viewed {
  color: gray;
  font-weight: normal;
}

TD A:hover {
  color: #CCCCCC;
}

TABLE.thread {
  border: 1px #333333 solid;
}
TABLE.thread TD.name {
  background-color: #333333;
  border: 1px #333333 solid;
  font-size: 13px;
}

TABLE.thread TD.msg {
  background-color: #555555;
  color: #CCCCCC;
  border: 1px #333333 solid;
  font-size: 13px;
}

TABLE.thread TD.msg A, A:ACTIVE, A:VISITED {
  color: #CCCCCC; 
  font-weight: normal;
}
TABLE.thread TD.msg A:HOVER {
  color: gray;
}

H2 { 
  font-size: 16pt;
  color: CCCCCC;
}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
border: 1px solid #000;
background-color: #444444;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:12px;
z-index:100;
background-color: #444444;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
}
.medalX {
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-weight: bold;
  color: #CCC;
  height: 24px;
}
.medalX2 {
  background-image: url('images/medalX.png');
  background-repeat:repeat-x;
}