
.chat_userlist
{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.chat_userlist_nameline
{
  width: 100%;
  font-family: "Verdana";
  font-size: 12px;

  padding-bottom: 5px;
}

.chat_userlist_userdataline
{
  width: 100%;
  padding-bottom: 10px;
  display: none;
}

.chat_female_href
{
  color: #FF0080;
  text-decoration: none;
}

.chat_male_href
{
  color: #004080;
  text-decoration: none;
}

.chat_area
{
  border-top: #004080 1px solid;
  border-bottom: #004080 1px solid;
  border-left: #004080 1px solid;
  border-right: #004080 1px solid;

  background-color: #F9F9F9;
  font-family: "Verdana";
  font-size: 12px;
  color: #000000;
}

.chat_textinput
{
  width: 542px;
}

.chat_sendtextbtn
{
  width: 90px;
  font-family: "Verdana";
  font-size: 12px;
}

.chat_messlist_line
{
  font-family: "Verdana";
  font-size: 12px;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.chat_messlist_4meline
{
  font-family: "Verdana";
  font-size: 12px;
  background-color: #E4EEFC;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.chat_messlist_userlink
{
  color: #004080;
  text-decoration: underline;
}

.chat_messlist_time
{
  color: #999999;
}

/* Окно настроек цвета */

.blackback
{
  display: none;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;

  filter: alpha(Opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
}

.chat_colorsetting_window
{
  position: absolute;
  display: none;

  z-index: 100;

  left: 100px;
  top: 100px;
  width: 500px;
  height: 200px;

  background-color: #F9F9F9;
  border-top: #A2A2A2 10px solid;
  border-bottom: #A2A2A2 10px solid;
  border-left: #A2A2A2 10px solid;
  border-right: #A2A2A2 10px solid;

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.chat_colorsetting_window_titletext
{
  font-family: "Trebuchet MS";
  font-size: 17px;
  color: #054582;
}

.chat_colorsetting_window_curcolorcell
{
  width: 5px;
  border-top: #000000 5px solid;
  border-bottom: #000000 5px solid;
  border-left: #000000 5px solid;
  border-right: #000000 5px solid;
}

.chat_colorsetting_window_colorcell_href
{
  margin-right: 10px;
  margin-bottom: 10px;
}

.chat_colorsetting_window_buttonlist
{
  text-align: center;
  padding-top: 10px;
}
