/*
Hier werden Textfarbe am Chatstart und Systemtextfarbe angegeben.
Die Parameter werden mit PHO ausgelesen, deshalb bitte die Syntaxis beachten!
---------------------
Textfarbe:FFCC00
Systemfarbe:FFCC00
---------------------
Bearbeitet von webradiotechnik ( Kruemel & Mogli )
*/

/* for index.php - Login */
#body{
	text-align:center; 
	font-family:Verdana;
	background-image:url('https://hit-radio-fm.de/themes/hrfm/images/large/bg.jpg');
	background-repeat:repeat-x;
         color:#fff;
         background-color:#000;
		 background-size: cover;
	}
#box{
	border: 1px solid transparent; width: 200px; font-size: 14px; margin: 0px auto; 
	
	}
#ueberschrift{
	/*border-bottom: 1px solid #2C299B;;
	background-image:url('roombg.gif');
	background-repeat:repeat-x;*/

	}
#inhalt{
	padding: 3px; font-size: 18px; background-color: rgba(0, 0, 0, 0.50);border-radius: 25%;
	}
#copyright{
	font-size: 9px;
	}
#webradiotechnik{
	font-size: 13px;
    color: white;
    padding-right: 10px;
	}
#login{
	display:inline;
	}
/* for chat.php*/
table{
font-size: 12px;
}

#body_id{
	height: 100%;
	margin: 0px auto;
	background-repeat:repeat-x;
	background-color:#B2FFFF;
}

#body_id2{
	height: 100%;
	margin: 0px auto;
	background-image:url('chat.jpg');
	background-repeat:repeat-x;
	background-color:#000;
	background-size: cover;
}

#rahmen_um_alles{
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.50);
}
#kopf{
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	padding: 2px;
	 margin-bottom:2px;
	 color: #FFFFFF;
}

#kopf a:link {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
#kopf a:visited {font-family:Arial,serif;	font-size:10pt;	color:#ffffff; text-decoration:underline;}
#kopf a:active {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
#kopf a:hover {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:none;}

#onlinelist{
	padding: 5px;
    color:#fff;
    background-color: transparent;
	border: 1px solid transparent;
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	width: 250px;
	height: 450px;
	padding-bottom: 16px;
	overflow: auto;
}

* html #splitpane {
	margin-left: -2px;
}
#splitpane{
	background-image:url('../../img/splitpane.png');
	background-repeat:no-repeat;
 	background-position:center;
	font-size: 18px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	color:white;
	width: 8px;
	margin: 1px;
	height: 450px;
	overflow: auto;
	cursor:e-resize;
}

#chatinhalt{
    background-color: transparent;
    font-size: 16px;
    font-family: sans-serif;
    font-style: normal;
    color: white;
    position:relative;
    overflow: auto;
    padding: 5px;
    padding-bottom: 16px;
}

.mess_back{
    background: rgba(0, 0, 0, 0.5);
/*  border: 1px solid #ffffff; */
    border-radius: 10px;
    padding: 2px 8px 2px 5px;
    margin-bottom: 3px;
    display: inline-block;
    box-shadow: 3px 4px 9px rgba(255, 255, 255, 0.5);
}
#form{
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	clear: both;
	background-color: transparent;
	border: 1px solid transparent;
	margin-top: 10px;
	padding: 3px;
    height: 46px;
}
#form_left{
	position:relative;
         float: left;
}
#form_right{
	padding: 6px;
	position:relative;
	float: left;
}

#privat_messages{
 position: absolute;
 top: 100px;
 left: 100px;
 background-color: #0000cc;
 border: 1px solid black;
 padding: 5px;
}

.rooms{
 color: #8c8c8c;
 background-repeat:repeat-x;
 border: 1px solid transparent;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer;
}

.rooms_not_allowed{
 color: #777777;
 background-repeat:repeat-x;
 border: 1px solid #2C299B;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer;
}

#message{
 background-repeat:repeat-x;
 border: 1px solid #fff;
 background-color: transparent;
 font-size: 20px;
}

.privat_ausg_an{
 background-color: rgba(0, 0, 0, 0.5);
 border: 1px solid #ff7777;
 border-radius:10px;
 box-shadow: 3px 4px 9px rgba(253, 0, 0, 0.5);
}
.privat_ausg_von{
 background-color: rgba(0, 0, 0, 0.5);
 border: 1px solid #77ff77;
 border-radius:10px;
 box-shadow: 3px 4px 9px rgba(119, 255, 119, 0.50);
}

#close_privat{
	cursor:pointer;
 background-repeat:repeat-x;
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	border: 1px solid black;
	padding-left:4px;
	padding-right:4px;
}
#privat_anzeige{
	padding-bottom: 3px;
	height: 18px;
	color: white;
}
#privat_modus{
	font-size: 10px;
}
.privat_mesages_window{
	height: 165px;
	background-color: #000;
    padding:3px;
	overflow: auto;
}
.privat_win_button{
	cursor:pointer;
	font-weight:bold;
	background-repeat:repeat-x;
 border: 1px solid #2C299B;
	width: 190px;
	margin-top: 3px;
	text-align: center;
}
.colorpick{
     font-size: 10px;
     cursor:pointer;
     border: 1px solid black;
     width: 100%;
}
.dialog{
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
}

.img_button{
	cursor:pointer;
}

.private_message_field{
 background-repeat:repeat-x;
 border: 1px solid #fff;
 width:300px;
	margin-top: 2px;
	background-color: #000
}

a:link {font-family:Arial,serif; font-size:10pt; color:#FFFFFF; text-decoration:underline;}
a:visited {font-family:Arial,serif;	font-size:10pt;	color:#FFFFFF; text-decoration:underline;}
a:active {font-family:Arial,serif; font-size:10pt; color:#FFFFFF; text-decoration:underline;}
a:hover {font-family:Arial,serif; font-size:10pt; color:#FE0000; text-decoration:none;}

/*------------ for history -----------------------*/
.kopf{ background-repeat:repeat-x; }
.gerade{ background-color:#000; }
.ungerade{ background-color:#7b7979; }
.privat_von{ background-color:#000; }
.privat_nach{ background-color:#7b7979; }

/*------------ for adminbereich -----------------------*/
#adminbereich_body{
background-color:#000;
color:#fff;
font-size: 12px;
font-family: sans-serif;
}
#adminbereich_body a:link {font-family:Arial,serif; font-size:10pt; color:#FFFFFF; text-decoration:underline;}
#adminbereich_body a:visited {font-family:Arial,serif;	font-size:10pt;	color:#FFFFFF; text-decoration:underline;}
#adminbereich_body a:active {font-family:Arial,serif; font-size:10pt; color:#FFFFFF; text-decoration:underline;}
#adminbereich_body a:hover {font-family:Arial,serif; font-size:10pt; color:#FE0000; text-decoration:none;}



/*---------------------------- for Window -------------------------*/
.overlay_etchat_webradiotechnik {
	background-color: #f6f6ff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.etchat_webradiotechnik_nw {
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
  width:10px;
  height:18px;
 background-repeat:repeat-x;
 background-color: #000
}

.etchat_webradiotechnik_n {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
 background-repeat:repeat-x;
 background-color: #000
}

.etchat_webradiotechnik_ne {
 border-right: 1px solid #fff;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
  width:10px;
  height:18px;
 background-repeat:repeat-x;
 background-color: #000

}

.etchat_webradiotechnik_w {
 border-left: 1px solid #fff;
 width:10px;
  background-color: #000;
}

.etchat_webradiotechnik_e {
  border-right: 1px solid #fff;
  width:10px;
  background-color: #000;
}

.etchat_webradiotechnik_sw {
 border-left: 1px solid #fff;
 border-bottom: 1px solid #fff;
  width:10px;
  height:3px;
  background-color: #000;
}

.etchat_webradiotechnik_s  {
border-bottom: 1px solid #fff;
background-color: #000;
}

.etchat_webradiotechnik_se, .etchat_webradiotechnik_sizer {
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
  width:10px;
  height:3px;
  background-color: #000;
}

.etchat_webradiotechnik_sizer {
	cursor:se-resize;
}

.etchat_webradiotechnik_close {
	width: 23px;
	height: 23px;
	background: transparent url(button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.etchat_webradiotechnik_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.etchat_webradiotechnik_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.etchat_webradiotechnik_title {
	float:left;
	height:14px;
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#fff;
}

.etchat_webradiotechnik_content {
	overflow:auto;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#000;
}