/* 
*	Chatfenster 
*/
.whiteboard {
	position: static;
	top: 0;
	left: 0;
	background: white;
	z-index: 4;
	width: 1024px;
	height: 768px;	
}


/*
* jQ UI Hacks ...
*/
.chatbox .ui-dialog {
	background: url("../img/teaser.gif") repeat-x scroll left top #141414 !important;
	border: none;
	padding:0;
	overflow: visible;
}

.chatbox .ui-icon-closethick {
	background: transparent url("img/message_close_btn.png");
	width: 18px;
	height: 18px;	
}

.chatbox .ui-state-hover {
	background: transparent;
	border: none;
	padding: 1px !important;	
}

.chatbox .ui-dialog > .top {
	position: absolute;
	top: -12px;
	left: -10px;
	height: 12px;
	width: 400px;
	background: url('img/box_top.png') no-repeat center left;	
}

.chatbox .ui-dialog > .bottom {
	position: absolute;
	bottom: -12px;
	left: -10px;
	height: 12px;
	width: 400px;
	background: url('img/box_bottom.png') no-repeat center left;	
}

.chatbox .ui-dialog > .right {
	position: absolute;
	top: 0;
	right: -12px;
	height: 280px;
	width: 12px;
	background: url('img/box_right.png') no-repeat center left;	
}

.chatbox .ui-dialog > .left {
	position: absolute;
	top: 0;
	left: -12px;
	height: 280px;
	width: 12px;
	background: url('img/box_left.png') no-repeat center left;	
}


.chatbox .ui-dialog .ui-dialog-titlebar {
	color: #fff;
	border: 0;
	border-bottom: 3px solid black;
	height: 20px;
	margin: 0 10px;
	position:relative;
	background: none;
	padding: 10px 0 4px;
	text-transform: uppercase;
}

.chatbox .ui-corner-all {
	-moz-border-radius: 0;
}

.chatbox .ui-widget-content {
	color: #fff;
	background: #141414;
}

.chatbox .ui-widget-content {
	background-color: #141414;
}

div.chatbox {
}

div.chatbox div.chatlog {
	width: 348px;
	background-color: #141414;
	overflow: hidden;
	height: 180px;
	min-height: 180px;
	margin: 0 auto;
}

div.chatlog div.message {
	float: left;
	margin-left: 100px;	
	width: 200px;
	padding: 5px 15px;
	min-height: 60px;
	background: #2c2c2c url('img/message_right.png') right top repeat-y;
	position: relative;
	margin-bottom: 10px;
}

div.chatlog div.message div.left {
	position: absolute;
	height: 100%;
	width: 20px;	
	top: 13px;
	left: -20px;
	background: url('img/message_left.png') top left no-repeat;
}

div.chatlog div.message div.right {
	position: absolute;
	height: 5px;
	width: 6px;	
	top: 0px;
	right: 0px;
	background: url('img/message_top_right.png') top right no-repeat;
}


div.chatlog div.message div.bottom {
	position: absolute;
	height: 4px;
	width: 231px;	
	bottom: -4px;
	left: 0;
	background: url('img/message_bottom.png');
}

div.chatlog div.own {
	background-color: #555555;	
}

div.chatlog div.own div.left {
	background: url('img/message_own_left.png') top left no-repeat;
}

div.chatlog div.avatar {
	position: absolute;
	left: -100px;
	top: 0;	
}

div.chatlog div.avatar img{
	display: block;
}

div.chatlog div.avatar span{
	text-transform: uppercase;	
}

div.chatbox div.chatline {
	height: 30px;
	width: 310px;
	padding-left: 38px; 
	background: #fff url('img/chat_box_bubble.png') no-repeat;
	margin: 15px auto 0; 
}

div.chatbox input {
	width: 305px;
	border: 0;
	margin-top: 6px
}

/*
* Buddyliste
*/
div.buddylist {
	z-index: 100;
	position: absolute;
	display: none;
	/*top: 40px;*/
	/*left: 700px;*/	
	width: 165px;
	/*min-height: 150px;*/
	background-color: #5e5e5e;
}

div.buddylist div.top {
	background: url(img/chat_buddies_top.png) no-repeat;
	width: 176px;
	height: 16px;
	position: absolute;
	top: -16px;
	left: -5px;
}

div.buddylist div.bottom {
	background: url(img/chat_buddies_bottom.png) no-repeat;
	width: 176px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: -5px;	
}

div.buddylist div.left {
	background: url(img/chat_buddies_left.png) repeat-y;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5px;	
}

div.buddylist div.right {
	background: url(img/chat_buddies_right.png) repeat-y;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -6px;		
}

div.buddylist li {
	height: 40px;
	color: #fff;
}

div.buddylist li.empty {
	height: 25px;
	font-family:"arial black";
	font-size:11px;
	margin-left:10px;	
}
div.buddylist li.empty:hover {
	background:none;
	cursor:default;
}

div.buddylist li:hover {
	background-color: #4b4b4b;
	cursor: pointer;
}

div.buddylist li {
	height: 35px;
	padding-top: 5px;
	padding-left: 11px;
}

div.buddylist li img {
	float: left;
	display: block;
}

div.buddylist div.username {
	font-family: "Arial Black";
	font-size:0.8em;
	text-transform: uppercase;
	width: 115px;
	float: right !important;
}

div.buddylist div.username:hover {
	text-decoration: underline;	
}

#all {
	top: 29px;
	left: -40px;	
}

#buddies {
	top: 29px;
	left: -30px;
} 

div.tschaet {
	font-size: 9px;
	width: 105px;
	float: right !important;
	background: url(../img/arrow_white.png) center left no-repeat;
	padding-left: 10px;
	margin-top: 2px;
}
