.ChatBody{
  background-color: #ffffff;
  color: #000000;
  font-size: 0.8em;
  font-weight: 400;
  margin: 5px;
  text-indent: 0;
}

.ChatTable{
  color: #000000;
  font-weight: 400;
}

.ChatTabTitle{
  background-color: #eeeeee;
  color: #000000;
  font-size: 10pt;
  font-weight: 800;
}

TR.ChatCell, TD.ChatCell, TH.ChatCell{
  font-family: Arial;
  color: #000000;
  font-size: 0.9em;
  font-weight: 400;
}

TH.ChatCell{
  font-weight: 800;
}

A.ChatLink{
  text-decoration: underline;
  color: #000000;
  font-weight: 600;
}

A.ChatLink:hover, A.ChatLink:active{
  color: #FF9900;
  text-decoration: none;
}

A.ChatReg{
  text-decoration: underline;
  color: #000080;
  font-weight: normal;
}

A.ChatReg:hover,A.ChatReg:active{
  color: #0000C0;
  text-decoration: none;
}

INPUT.ChatBox, SELECT.ChatBox, TEXTAREA.ChatBox{
  font-family: Arial;
  font-size:1em;
}

.ChatTitle{
  color: #CCCCFF;
  font-size: 10pt;
  font-weight: 800;
}

.ChatError{
  font-size: 10pt;
  font-weight: 800;
  color: #FF0000;
}

.ChatCopy{
  font-family: helvetica, arial, geneva, sans-serif;
  unicode-bidi: embed;
  color: #CCCCFF;
  font-size: 8pt;
}

A.ChatCopy, A.ChatCopy:active{
  font-family: helvetica, arial, geneva, sans-serif;
  color: #000000;
}

.ChatP1{
  font-size: <?php echo($medium); ?>pt;
  color: #330000;
}

.ChatP2{
  font-size: <?php echo($medium); ?>pt;
  color: #000000;
}

.ChatFlags{
  color: #000000;
  font-size: 10pt;
  font-weight: 400;
}

.chattabtitlenext{
  background-color: #dddddd;
  color: #000000;
  font-size: 0.8em;
  font-weight: 800;
  padding: 5px;
}