﻿.taskbar {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-color: #FBF7EE; /* + dkbn */
	height: 25px;
	width: 100%;
	
}

.taskbarElm{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
	border: solid 1px #AC956B;
	padding: 0px 6px 0px 0px;
	z-index: 1000;
}

.taskbar .tab {
	text-align: left;
	vertical-align: top;
	color: Black;
	height: 16px;
	position: relative;
	float: right;
	border-left: solid 1px #B39465;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
}

.taskbar .closeAllTab {
	float: right;
	text-align: left;
	vertical-align:top;
	border-left: solid 1px #B39465;
	cursor: hand;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
}

.chatInfoOnline {
	background-color: Green;
}

.chatInfoOffline {
	background-color: Red;
}
.chatInfoAway {
	background-color: Gray;
}

.window {
	position: fixed; /*left: 300px;*/
	z-index: 10000;
}

.window .framecontent 
{
}

.window .frameleft, .window .frameright {
	width: 1px;
	background-color: #AC956B; /*filter: 				alpha(opacity=5); 	  -moz-opacity: 		0.10; 	  opacity: 			0.10;*/
}

.window .frametop, .window .framebottom {
	height: 1px;
	background-color: #AC956B; /*filter: 				alpha(opacity=5); 	  -moz-opacity: 		0.05; 	  opacity: 			0.05;*/
}

.window .framecontent {
}

.cursorHand {

	cursor: pointer;
}


.window .top 
{
	background-color: #FBF7EE; /* + dkbn */

	/*border-bottom: 2px solid #dfd0b6;	  */ /*padding-left: 6px;*/ /*background-image: 	url(/r3/gfx/box/header_34px.png); 	  background-repeat:   repeat-x;	 */
	padding-left: 4px;
	font-weight: bold;
}

.window .content {
	background-color: #F9F5EA;
}

.window .console {
	overflow: auto;
}

.window .console .watchMore{
	text-align:center;
	padding-top: 5px;
}

.window .statusBar {
	background-color: #F3EBD6;
	padding: 0px 3px;
	height: 16px;
}

.window .statusBar .chatStatusLabel {
	background-color: #F9F5EA;
	font-size: 10px;
	width: 100%;
}

.window .chatInfo {
	border-bottom: solid 1px #AC956B;
	margin-bottom: 5px;
	padding: 1px 2px;
}

.window .message {
	width: 225px;
	margin-bottom: 5px;
	padding: 0px 5px;
	text-align: left;
}
.window .message .messageUsername {
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
}
.window .message .systemName {
	text-align: center;
}
.window .message .messageTimestamp {
	text-align: right;
	font-size: 11px;
}
.window .message .messageContent {
	color: Black;
	font-size: 11px;
	padding-left: 5px;
	text-align: left;
}

.window textarea {
	background-color: White;
	color: Black;
}

.window .chatWebcamOptions{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}


.closeButton {
	width: 15px;
	height: 15px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/chat/window_close.png);
}

[xmlns] .closeButton {
	background-image: url('/images/chat/window_close.png');
}

.contentBoxHeaderBackgroundAltNotTransparent {
background-image:url(/images/chat/header_24px.gif);
background-repeat:repeat-x;
height:23px;
padding-top:2px;
}

.userOnlineIcon
{
text-decoration: none;	
}
