.chatbox {
	position: fixed;
	z-index:205;
	/* position:expression("absolute"); */
	width: 225px;
	display:none;
}
.indicator {height:15px;width:15px !important;border:1px solid #666;display:block;float:left;margin:3px;}
.chatboxhead {
	/* background:transparent url(../img/25_pct_bl.png); */
	padding:0px 7px;
	color: #375c6d;
	font-size:11pt;
	line-height: 1.2em;
	border:1px solid #375c6d;
	/* border-left:1px solid #375c6d; */
}
.is_team{background:#A69D00;color:#FFF;}
.is_agent{background:#779E00;color:#FFF;}
.is_broker{background:#3C0470;color:#FFF;}
.is_staff{background:#3C0470;color:#FFF;}
.is_data{background:#3C0470;color:#FFF;}
.is_coordinator{background:#7A005C;color:#FFF;}
li.is_team a,li.is_agent a,li.is_broker a,li.is_staff a,li.is_data a,li.is_coordinator a {margin-left:15px;}
li.is_team{background:transparent url(../img/team_icon.png) 2px 6px no-repeat;padding-left:15px;}
li.is_agent{background:transparent url(../img/agent_icon.png) 2px 6px no-repeat;padding-left:15px;}
li.is_broker{background:transparent url(../img/office_icon.png) 2px 6px no-repeat;padding-left:15px;}
li.is_staff{background:transparent url(../img/office_icon.png) 2px 6px no-repeat;padding-left:15px;}
li.is_data{background:transparent url(../img/offict_icon.png) 2px 6px no-repeat;padding-left:15px;}
li.is_coordinator{background:transparent url(../img/contribute_icon.png) 2px 6px no-repeat;padding-left:15px;}
/*
Yellow- Team - #A69D00,
Green-AGENT - #779E00,
Pink-Contrib - #7A005C,
Purple- OFFICE - #3C0470

*/
.chatboxblink {
	background: #D3252A;
	color:#FFF;
}

.chatboxcontent {
	font-size: 10pt;
	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;
}

.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:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #D3252A;
	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 !important;
	color: #FFF;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
	font-weight:bold;
}