/**
 *    This file is part of "PCPIN Chat 6".
 *
 *    "PCPIN Chat 6" is free software; you can redistribute it and/or modify
 *    it under the terms of the GNU General Public License as published by
 *    the Free Software Foundation; either version 3 of the License, or
 *    (at your option) any later version.
 *
 *    "PCPIN Chat 6" is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *    GNU General Public License for more details.
 *
 *    You should have received a copy of the GNU General Public License
 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

html, body, pre {

  margin: 0px;
  padding: 0px;
  background-image: url(/pic/CFSOFNeu.jpg);
  color: #FFF68F;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: auto;
}

form {
  padding: 0px;
  margin: 0px;
}

textarea {
  overflow: auto;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  background-image: url(/pic/CFSOFNeu.jpg);
  border: solid 1px #ffd700;
}

button {
  color: #ffd700;
  text-align: center;
  border: solid 1px #00FFFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
  background-color: #000000;
  vertical-align: middle;
  height: 22px;
  font-size: 13px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
}

label {
  cursor: pointer;
}

input {
color: #FFF68F;
  vertical-align: middle;
  height: 21px;
  font-size: 13px;
  padding: 0px;
  padding-top: 1px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  background-color: #000000;
  border: solid 1px #ffffff; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}

button:hover {
  background-image: url/pic/CFSOFNeu.jpg);
}

img {
  border: 0px;
}

a {
  color: #00FFFF;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #00FFFF;
}

/* Selection DIV element */
.div_selection_scrollable {
  background-image: url(/pic/CFSOFNeu.jpg);
  color: #FFF68F;
  padding: 3px;
  border: solid 1px #00FFFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
  overflow: auto;
  width: 98%;
  height: 230px;
}

/* Links in selection DIV element */
.div_selection_scrollable_link {
  text-decoration: none;
  color: #FFF68F;
}

/* Active element in DIV element */
.div_selection_scrollable_active {
  background-image: url(/pic/CFSOFNeu.jpg);
}

/* Inactive element in DIV element */
.div_selection_scrollable_inactive {
  background-image: url(/pic/CFSOFNeu.jpg);
  }


/* Messages area in Chat room */
/* DO NOT change "margin" or "padding" properties of this class, use "chatroom_messages_contents" class instead */
/* Please note, that text and background colors must be configured in Admin Panel only */
#chatroom_messages {
  position: absolute;
  overflow: auto;
  border: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 0px;
  margin: 0px;
}
#chatroom_messages_contents {
  padding-left: 3px;
  padding-right: 1px;
  padding-top: 2px;
  padding-bottom: 3px;
}
/* Links in Messages area */
#chatroom_messages a {
  color: #FFF68F;
  font-weight: bold;
  text-decoration: none;
}
#chatroom_messages a:hover {
  color: #FFF68F;
}

/* Userlist area in Chat room */
/* DO NOT change "margin" or "padding" properties of this class, use "chatroom_userlist_contents" class instead */
#chatroom_userlist {
  position: absolute;
  overflow: auto;
  border: 0px;
  padding: 0px;
  margin: 0px;

}
#chatroom_userlist_contents {
  font-size: 18px;
  width: 95%;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  border: solid 0px #;
  background-color: #;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
  position: center;
}
/* User records in userlist area */
#chatroom_userlist_list {
  font-size: 19px;
  padding: 1px;
  padding-right: 7px;
  text-align: left;
  font-weight: normal;
  margin: 5px;
  border: solid 0px #;
  background-color: #; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}
#chatroom_userlist_list a {
   font-weight: normal;
}

/* Toolbar area in Chat room */
/* DO NOT change "margin" or "padding" properties of this class, use "chatroom_controls_contents" class instead */
#chatroom_controls {
  position: absolute;
  overflow: hidden;
  border: 0px;
  padding: 0px;
  margin: 0px; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}
#chatroom_controls_contents {
  padding: 3px;
}

/* Top banner area */
#chatroom_top_banner {
  position: absolute;
  overflow: hidden;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* Bottom banner area */
#chatroom_bottom_banner {
  position: absolute;
  overflow: hidden;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* Color selection box */
#color_selection_box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 292px;
  height: 196px;
  background-image: url(/pic/CFSOFNeu.jpg);
  border: solid 1px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}

/* Smilie box */
#smilie_selection_box {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #EEDD82;
  background-image: url(/pic/CFSOFNeu.jpg);
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

/* Alert box */
#alertbox {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #00008b; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
#alertbox .text {
  background-image: url(/pic/CFSOFNeu.jpg);
  margin: 0px;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  border: solid 0px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}

/* Confirm box */
#confirmbox {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
#confirmbox .text {
  background-image: url(/pic/CFSOFNeu.jpg);
  margin: 0px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border: solid 1px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}

/* Prompt box */
#promptbox {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 0px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
#promptbox .text {
  background-color: #ffffff;
  margin: 0px;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

/* Password field box */
#password_field_box {
  color: #FFF68F;
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
  background-image: url(/pic/CFSOFNeu.jpg);
  padding: 3px;
  text-align: center;
}

/* Online status selection box */
#online_status_selection_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  background-image: url(/pic/CFSOFNeu.jpg);
  border: solid 1px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}

/* Exit options selection box */
#exit_selection_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  background-image: url(/pic/CFSOFNeu.jpg);
  border: solid 1px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}

/* Help box */
#help_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  background-image: url(/pic/CFSOFNeu.jpg);
  border: solid 1px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}

/* Context menu table */
.context_menu_table {
  border: solid 1px #EEDD82;
  background-image: url(/pic/CFSOFNeu.jpg);
  padding: 0px;
}

/* Context menu table header */
.context_menu_table_header {
  background-image: url(/pic/CFSOFNeu.jpg);
  color: #FFF68F;
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
  margin: 0px;
}

/* Context menu table row */
.context_menu_table_row {
  background-image: url(/pic/CFSOFNeu.jpg);
  color: #FFF68F;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

/* Context menu table highlighted row */
.context_menu_table_hrow {
  background-image: url(/pic/CFSOFNeu.jpg);
}

/* Context menu table disabled row */
.context_menu_table_disabled_row {
  background-image: url(/pic/CFSOFNeu.jpg);
  color: #FFF68F;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  cursor: default;
}

/* Context menu table "separator" row */
.context_menu_table_separator_row {
  background-image: url(/pic/CFSOFNeu.jpg);
  margin: 0px;
  padding: 0px;
  cursor: default;
  height: 1px;
}

/* Nickname colorizer preview */
#nickname_preview {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

/* User options context menu */
#user_options_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
}

.tbl {
  background-image: url(/pic/CFSOFNeu.jpg);
  border: solid 1px #EEDD82;
}
/* Table main header */
.tbl_header_main {
  color: #FFF68F;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 0px;
  padding: 3px;
  vertical-align: middle;
  background-image: url(/pic/CFSOFNeu.jpg);
  border: solid 0px #EEDD82; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  boder-radius: 10px;
}
.tbl_header_main_link {
  color: #FFF68F;
}
/* Table sub header */
.tbl_header_sub {
  background-image: url(/pic/CFSOFNeu.jpg);
  color: #FFF68F;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 0px;
  padding: 3px;
  vertical-align: middle;
}
.tbl_header_sub_link {
  color: #FFF68F;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
/* Table row */
.tbl_row {
  background-image: url(/pic/CFSOFNeu.jpg);
  color: #FFF68F;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  margin: 0px;
  padding: 3px;
  vertical-align: middle;
  border: solid 1px #EEDD82; 
  }

.tbl_row_link {
  color: #FFF68F;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

/* Status:Error text message */
.statustext_error {
  color: #FFF68F;
}

/* Status:Success text message */
.statustext_success {
  color: #FFF68F;
}

#progressBar {
  position: absolute;
  background-color:#;
  border: solid 1px #;
  font-size: 13px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 10000;
}

/* Page numbers area */
#page_numbers {
  font-weight: normal;
  font-size: 12px;
  width: 100%;
  text-align: right;
  padding: 2px;
}
#page_numbers a {
  text-decoration: underline;
  font-weight: normal;
}

/* Banner popup */
#banner_popup {
  position: absolute;
  overflow: hidden;
  border: solid 1px #EEDD82;
  background-image: url(/pic/CFSOFNeu.jpg);
  padding: 2px;
  margin: 0px;
  text-align: right;
}
#banner_popup_frame {
  position: absolute;
  overflow: hidden;
  border: solid 1px #EEDD82;
  background-image: url(/pic/CFSOFNeu.jpg);
  padding: 0px;
  margin: 0px;
  text-align: right;
  top: 22px;
  left: 8px;
}


/* Chat summary area at the login page */
#chat_summary {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: absolute;
}


/* Avatar image "onmouseover" thumb */
.avatar_image_hover_thumb {
  position: absolute;
  border: solid 1px #EEDD82;
  cursor: pointer;
}