.chatbox {
	font-family: arial,sans-serif;
	font-size: 13px;
	position: fixed;
	/*width: 225px;*/
	display: none;
	bottom: 0px;
	z-index: 99;
	overflow: hidden;
}

.chatboxhead {
	background-color: #999999;
	padding: 3px 7px 0;
	color: #FFFFFF;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	z-index:1000;
	font-weight:bold;
	font-family:Verdana;
	height:20px;
	font-size:12px;
	cursor: pointer;
	overflow: hidden;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	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;
}

.chatboxcontent .error {
	color: #aa2222;
	font-style: italic;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxnotice {
	color: #aa2222;
	font-style: italic;
}

.chatboxtextarea {
	font-family: arial,sans-serif;
	font-size: 13px;
	width: 206px;
	height: 44px;
        overflow: hidden;
	/*width:100%;
	height:100%;*/
	padding: 3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	resize: none;
}

.chatboxtextareaselected {
	border: 2px solid #999999;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxhead .chatboxoptions {
	float: right;
	width: 20px;
	text-align: right;
}

.chatboxhead .chatboxoptions a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 189px; /* for IE6 */
}

.chatboxhead a.close {
	padding: 0 4px;
}

.chatboxhead a.close:hover {
	background-color: #bbb;
}

/* added on Dec-18-09 */

.chatbox_menu {
	background-color:#FFFFCC;
	border:1px solid #999999;
	padding:4px 7px 10px 7px;
	height:12px;
	font-family:Verdana;
	font-size:0.9em;
	cursor:pointer
}
.chatbox_menu  a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.chatbox_menu a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

.message a {
        color: black;
	font-weight:bold;
	text-decoration:none;
}
.message a:hover {
        color: black;
	font-weight:bold;
	text-decoration:underline;
}

#reenableChatButton {
	font-family: arial,sans-serif;
	background-color: #fff;
	font-weight: bold;
	font-size: 13px;
	position: fixed;
	bottom: 6px;
	right: 24px;
	padding: 5px 10px;
	border: 2px solid #999;
	cursor: pointer;
}
