.chatbox {
	position: fixed;
	width: 225px;
	display:none;

}

.chatboxhead {
	background-color: #708FB3;
	padding:5px 7px;  
	color: #ffffff;

	border-right:1px solid #708FB3;
	border-left:1px solid #708FB3;
}

.chatboxblink {
	background-color: #C7400B;
	border-right:1px solid #C7400B;
	border-left:1px solid #C7400B;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:100px;
	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;
	text-align:left !important;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
/*	border-bottom:1px solid #cccccc; */
}

.chatboxtextarea {
	width: 206px;
	height:36px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #708FB3;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
	background:transparent url(../images/online.png) no-repeat scroll left center;
	padding-left:20px;
	font-weight:bold;
	padding-left:20px;
}


#ChatTitleBox {
background:transparent url(../images/tl.gif) no-repeat scroll 0 0;
color:#000000 !important;
height:20px;
line-height:20px !important;
margin-right:10px !important;
padding:0 0 0 10px !important;
text-align:left !important;
width:auto;

}
#ChatBoxTl {
background:transparent url(../images/tr.gif) no-repeat scroll right top;
height:20px;
margin:0 !important;
padding:0 !important;
width:100%;

}
#ChatWrapper {
}

#ChatUsers {

margin:0;
padding:0;

}
#ChatUsers li {
/* background:transparent url(../images/online.png) no-repeat scroll 5% center !important;  */
list-style:none;
text-decoration:none;
padding:3px 0 3px 25px !important;
border-bottom:1px solid #E0ECFF;
margin:0px !important;


}

#ChatUsers li a {
color:#000000 !important;
text-decoration:none;
white-space:pre-wrap;
}

#ChatBoxMid {
background:#FFFFFF none repeat scroll 0 0 !important;
border-bottom:2px solid #E0ECFF;
border-left:2px solid #E0ECFF;
border-right:2px solid #E0ECFF;
margin:0 !important;
padding:0 !important;
width:auto !important;

}

.boxmin {
background: url(../images/close.png) no-repeat 50% 50%;
height:16px;
width:16px;
}

.boxclose {
background: url(../images/close.png) no-repeat 110% 50%;
height:16px;
width:16px;

}

.boxmin:hover, .boxclose:hover {
background-color:#BED0E6;
}

#chat_status {
background:#E0ECFF;
cursor:pointer;
width:100%;
height:20px;

}
#status_ico {
width:9px;
height:16px;
margin-left:12px;
float:left;
}

#chat_user_status {
float:right;
width:80%;
background:url(../images/arrow.png) no-repeat scroll 90% center;
white-space:pre-wrap;
}
#chat_status_box a {
display:block;
cursor:pointer;
margin-left:20px;
padding-left:25px;
}
#chat_status_box {
border-left:2px solid #E0ECFF;
border-right:2px solid #E0ECFF;
display:none;
}
#ajaxchat_Available, .ajaxchat_Available {
background:transparent url(../images/online.png) no-repeat scroll 5% center !important;

}

#ajaxchat_Busy, .ajaxchat_Busy {
background:transparent url(../images/busy.png) no-repeat scroll 5% center !important;

}

#ajaxchat_Invisible, .ajaxchat_Invisible {
background:transparent url(../images/invisible.png) no-repeat scroll 5% center !important;


}

#ajaxchat_Idle, .ajaxchat_Idle {

background:transparent url(../images/idle.png) no-repeat scroll 5% center !important;
}
