body{
  margin: 0px;
  background:  #000000 url('/web_images/misc/falling_dicebw.jpg') repeat-y center;
  color: #C0C0C0;
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  padding: 0px;
}
#copyright{
  border-top: 1px solid #404040;
  background: #000000;
  padding: 10px;
  color: #C0C0C0;
  width: 760px;
  left: 50%;
  font-size: 6pt;
  margin-left: -390px;
  position: relative;
  margin-top: 30px;
}
*html #copyright{
  width: 780px;
}
#copyright A{
  color: #FF9E2B;
  font-weight: normal;
  text-decoration: underline;
  font-size: 6pt;
}
#ad1{
  position: relative;
  width: 120px;
  left: 50%;
  margin-left: -515px;
  float:left;
  overflow: hidden;
}
#ad2{
  position: relative;
  width: 120px;
  left: 50%;
  margin-left: 0px;
  float:left;
  overflow: hidden;
}
#main_page{
  position: relative;
  width: 780px;
  left: 50%;
  margin-left: -390px;
  padding-top:5px;
  z-index: 0;
}
h2{
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
  color: #87B97C;
}
.col1{
  color: #DADADA;
}
.small_label{
  font-size: 10pt;
}
A{
  color: #FF9E2B;
}
A:hover{
  color: #CC0000;
}
.input_hp{
  background: #303030;
  color: #FF9E2B;
  font-weight: bold;
}
.big{
  font-size: 14pt;
}
.data{
  padding: 1px;
  font-weight: 10pt;
}
.bold{
  font-weight: bold;
}
#errors{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12pt;
  background: #FF0000;
  padding: 10px;
  width: 752px;
  border: 4px double #FFFFFF;
  z-index: 10;
}
#errors A{
  color: yellow;
}
#errors A:hover{
  color: cyan;
}
*html #errors{
  width: 780px;
}

.chatlight{
  background-color: #F0FFF0;
}
.chatdark{
  background-color: #E0E0E0;
}
.chattourney{
  color: purple;
}

.scorecell{
  font-family: arial;
  font-size: 10pt;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#dices{
  background-color: white;
}