/**
 *    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-color: #ffffff;
  color: #000;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: auto;

}
form {
  padding: 0px;
  margin: 0px;
}

textarea {
  overflow: hidden;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.go{background-color: transparent; border: 0px; cursor : hand; FONT-SIZE: 9px; WIDTH:23px; height:19px; FONT-FAMILY: Tahoma; font-weight : normal; padding:0px;}
button {
  text-align: center;
  border: solid 1px #7f9db9;
  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;
 
  background-repeat: repeat-x;
  background-position: center center;
}

label {
  cursor: pointer;
}

input {
  vertical-align: middle;
  height: 21px;
  font-size: 13px;
  padding: 0px;
  padding-top: 1px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

button:hover {
  background-color: #d0fcf7;
}

img {
  border: 0px;
}

a {
  color: #003060;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #119911;
}

/* Selection DIV element */
.div_selection_scrollable {
  background-color: #ffffff;
  color: #000000;
  padding: 3px;
  border: solid 1px #000000;
  overflow: auto;
  width: 98%;
  height: 230px;
}

/* Links in selection DIV element */
.div_selection_scrollable_link {
  text-decoration: none;
  color: #000000;
}

/* Active element in DIV element */
.div_selection_scrollable_active {
  background-color: #cccccc;
}

/* Inactive element in DIV element */
.div_selection_scrollable_inactive {
  background-color: #ffffff;
}


/* 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-x: hidden;
  overflow-y: scroll;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 0px;
  margin: 0px;
  z-index:500;
}

#top_left{
  position:absolute;
  top:90px;left:0px;
  width:360px;height:240px;
  z-index:303;
  background:url(pic/top_left.jpg);
  background-repeat:no-repeat;
}
#top_right{
  position:absolute;
  top:70px;right:220px;
  width:1500px;height:240px;
  z-index:302;
  background:url(pic/top_right.jpg);
  background-position: right 0;
  background-repeat:no-repeat;

}
#bottom_left{
  position:absolute;
  bottom:110px;left:0px;
  width:100%;height:1000px;
  z-index:300;	
  background:url(pic/bottom_left.jpg);
  background-position: bottom 0px;
  background-position: left   0px;
  background-repeat:no-repeat;
}
#bottom_right{
  position:absolute;
  bottom:110px;right:220px;
  width:360px;height:1000px;
  z-index:301;
  background:url(pic/bottom_right.jpg);
  background-position: bottom  0px;
  background-position: right   0px;
  background-repeat:no-repeat;
}
#header{
	position:relative;
	height:85px;
	width:100%;
	z-index:310;
	border:1px solid #000;
	background:#000;
    background:url(pic/header.jpg);	
  background-position: center center;
    background-repeat:no-repeat;
}
#my_room_name{
	position:absolute;
	right:10px;top:45px;
	z-index:400;
	width:190px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:14px;
}
#userlist_top{
	  position:absolute;
  top:0px;right:0px;
  width:220px;height:300px;	
  background:url(pic/userlist_top.jpg);
  background-position: top 0px;
  background-repeat:no-repeat;
  z-index:351;
}
#userlist_bottom{
  position:absolute;
  bottom:0px;right:0px;
  width:220px;height:1000px;	
  background:url(pic/userlist_bottom.jpg);
  background-position: bottom 0px;
  background-repeat:no-repeat;
  z-index:350;	
	
}
#messagebox_left{
  position:absolute;
  bottom:60px;left:0px;
  width:320px;height:182px;	
  background:url(pic/messagebox_left.jpg);
  background-position: bottom 0px;
  background-repeat:no-repeat;
  z-index:421;	 	
 }
#messagebox_right{
  position:absolute;
  bottom:0px;right:220px;
  width:1500px;height:242px;	
  background:url(pic/messagebox_right.jpg);
  background-position: bottom 0px;
  background-position: right   0px;
  background-repeat:no-repeat;
  z-index:420;	 		
 }  
#chatroom_messages_contents {
  position:relative;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index:450;
  background:transparent;
}
/* Links in Messages area */
#chatroom_messages a {
  color: #111199;
  font-weight: bold;
  text-decoration: none;
}
#chatroom_messages a:hover {
  color: #119911;
}

/* 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;
  border:0;
  overflow-y:scroll;
  overflow-x:hidden;
  background-color:transparent;
  color:#fff;
  padding: 0px;
  margin:0;
  background:transparent;
  z-index:400;
  
}
#chatroom_userlist_contents {
  font-size: 13px;
  width: 95%;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  color:#fff;
    background-color:transparent;
    z-index:420;
}
/* User records in userlist area */
#chatroom_userlist_list {
  font-size: 13px;
  padding: 0px;
  padding-right: 4px;
  text-align: left;
  font-weight: normal;
  margin: 5px;
  z-index:400;
  background:transparent;
}
#chatroom_userlist_list a {
  text-decoration: none;
  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: 1px solid #f00;
  background-color: #ffffff;
  z-index: 2;
  padding: 0px;
  margin: 0px;
  background:#000;
  background-repeat: repeat-y;
}
#chatroom_controls_contents {
  padding: 3px;
}

/* Top banner area */
#chatroom_top_banner {
  position: absolute;
  overflow: hidden;
  border: 0px;
  padding: 0px;
  margin: 0px;
  border:1px solid #000;
}

/* 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-color: #ffffff;
  z-index:500;
}

/* Smilie box */
#smilie_selection_box {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #999999;
  background-color: #f9f9ff;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index:500;
}

/* Alert box */
#alertbox {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #999999;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
#alertbox .text {
  background-color: #f9f9ff;
  margin: 0px;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

/* Confirm box */
#confirmbox {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #999999;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
#confirmbox .text {
  background-color: #f9f9ff;
  margin: 0px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

/* Prompt box */
#promptbox {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #999999;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
#promptbox .text {
  background-color: #f9f9ff;
  margin: 0px;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

/* Password field box */
#password_field_box {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #002d96;
  background-color: #ffffff;
  padding: 3px;
  text-align: center;
  z-index:500;
}

/* Online status selection box */
#online_status_selection_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  z-index:500;
}

/* Exit options selection box */
#exit_selection_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  z-index:500;
}

/* Help box */
#help_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  z-index:500;
}

/* Context menu table */
.context_menu_table {
  border: solid 1px #aca899;
  background-color: #ffffff;
  padding: 0px;
}

/* Context menu table header */
.context_menu_table_header {
  background-color: #002d96;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  margin: 0px;

}

/* Context menu table row */
.context_menu_table_row {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  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-color: #ffeec2;
}

/* Context menu table disabled row */
.context_menu_table_disabled_row {
  background-color: #ffffff;
  color: #afafaf;
  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-color: #aca899;
  margin: 0px;
  padding: 0px;
  cursor: default;
  height: 1px;
}

/* Nickname colorizer preview */
#nickname_preview {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  z-index:500;
}

/* User options context menu */
#user_options_box {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
    z-index:500;
}

.tbl {
  background-color: #ffffff;
  border: solid 1px #003366;
}
/* Table main header */
.tbl_header_main {
  background-image: url(./pic/table_main_header_1x25.gif);
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 0px;
  padding: 3px;
  vertical-align: middle;
  background-color: #003399;
}
.tbl_header_main_link {
  color: #ffffff;
}
/* Table sub header */
.tbl_header_sub {
  background-image: url(./pic/table_sub_header_1x25.gif);
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 0px;
  padding: 3px;
  vertical-align: middle;
  background-color: #cbeafe;
}
.tbl_header_sub_link {
  color: #002050;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
/* Table row */
.tbl_row {
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  margin: 0px;
  padding: 3px;
  vertical-align: middle;
  background-image: url(./pic/tbl_row_398x1.gif);
  background-repeat: repeat-x;
}

.tbl_row_link {
  color: #003060;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

/* Status:Error text message */
.statustext_error {
  color: #dd0000;
}

/* Status:Success text message */
.statustext_success {
  color: #008800;

}

#progressBar {
  position: absolute;
  background-color:#ffffff;
  border: solid 1px #002d96;
  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;
  z-index:500;
}
#page_numbers a {
  text-decoration: underline;
  font-weight: normal;
}

/* Banner popup */
#banner_popup {
  position: absolute;
  overflow: hidden;
  border: solid 1px #000000;
  background-color: #ffffde;
  padding: 2px;
  margin: 0px;
  text-align: right;
  z-index:500;
}
#banner_popup_frame {
  position: absolute;
  overflow: hidden;
  border: solid 1px #000000;
  background-color: #ffffde;
  padding: 0px;
  margin: 0px;
  text-align: right;
  top: 22px;
  left: 8px;
    z-index:500;
}


/* 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 #555555;
  cursor: pointer;
  display: block;
    z-index:500;
}
#login_bg{
background-image: url("./images/hintergrund.jpg");
width: 100%;
height: 100%;
}
input.uname{background-color: transparent; border: 0px; cursor : hand; FONT-SIZE: 9px; WIDTH:60px; height:14px; FONT-FAMILY: Tahoma; font-weight : normal;}
input.upass{background-color: transparent; border: 0px; cursor : hand; FONT-SIZE: 9px; WIDTH:60px; height:14px; FONT-FAMILY: Tahoma; font-weight : normal;}

