/*
Copyright (c) Prof. Goran Blažević
Author (a) Prof. Goran Blažević
This script can be used for commercial purposes only. 
For any commercial purposes, please contact the author at goranblz@yahoo.de
*/
#top
{
	z-index:500;
}
#talk_container {
	bottom:0;
	right:190px;
	width:218px;
	background-color:#EEE;
	height:auto;
	max-height: 315px;
	overflow-x: hidden;
	overflow-y: auto;
	position:fixed;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	z-index:300;
}
#onlinemamb
{
	width:225px;
	position:relative;
	margin-bottom:31px;
	right:3px;	
	z-index:300;
}
#talk_container #onlinemamb ul
{
	list-style-type: none;	
	margin:10px;
	margin-top:6px;
	margin-bottom:6px;
	padding:0;
}
#talk_container #onlinemamb ul li
{
	height:25px;
	display:block;
	margin-left:0px;
	padding-left:25px;
	background-position: 0px 7px;
	margin-bottom:2px;
	overflow:hidden;
	list-style-type: none;
	position: relative;
}
#talk_container #onlinemamb ul li a
{
	color:#333;
	text-decoration:none;
	display:block;
	padding:3px;
	padding-bottom:2px;
	font-weight:bold;
	word-wrap:break-word;
}
#talk_container #onlinemamb ul li a span {position: absolute;left:0px;top:0px;width: 23px;height: 23px;}
#talk_container #onlinemamb ul li a span img {width:23px;height:23px;}
#talk_container #onlinemamb ul li a:hover
{
	color: #063;
	background:#CCC;
}
#talk_choose
{
	position:fixed;
	height:21px;
	bottom:0px;
	right:190px;
	padding:0px;	
	padding-top:3px;
	color:#fff;
	font-weight:bold;
	font-size: 11px;
	background-color:#09C;
	width:218px;
	text-align:center;
	text-transform:uppercase;
	z-index:400;
}
#talk_choose form
{
	padding:0;
	margin:0;
}
#talk_choose select
{
	margin-bottom:0px;
	margin-right:2px;
	margin-top:3px;
	position:relative;
}
#talk_choose #checkmamb
{
	top:3px;
	position:relative;
}
.winfnc {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
	margin-right:389px;
	margin-bottom:25px;
	z-index:200;
}
.winfnchead {
	background-color: #3D4E5B;
	padding:7px;
	color: #fff;
	font-weight: bold;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
}
.winfncblink {
	background-color: #176689;
}
.winfnccontent {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}
.winfncinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.winfnctextarea {
	width: 207px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}
.winfnctextareaselected {
	border: 2px solid #C9D7E5;
	margin:0;
}
.winfncmessage {
	margin-left:1em;
}
.winfncinfo {
	margin-left:-1em;
	color:#666666;
}
.winfncmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}
.winfncoptions {
	float: right;
}
.winfncoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family: Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
.winfnctitle {
	float: left;
}