#carrier_chat {
	border:1px solid #e3ebf8;
	height: 450px;
	padding:5px;
}
.rchatf{
	float:right;
	width:200px;
	height: 430px;
}

.TCTabs_common_div {
	margin : 3px 3px 3px 3px;
	height: auto;
	overflow: auto;
	width: auto;
}
			
.TCTabs_top_div {
	height: 30px;
	border-bottom: 1px solid #e3ebf8;
}

.TCTabs_bottom_div {
	height: 410px;
	overflow: auto;
	clear: left;
	border-left	 : 1px solid #e3ebf8;
	border-bottom: 1px solid #e3ebf8;
	border-right : 1px solid #e3ebf8;
}

.TCTabs_tabs_div {
	width: auto;
	line-height: 21px;
	float: left;
	text-align: center;
	vertical-align: absmiddle;
	/*background-color: #e3ebf8;*/
	white-space: nowrap;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	min-width: 100px;
}
	
.TCTabs_tabs_div a{
	color: #1576b8;
	text-decoration: none;
}
			
.TCTabs_tabs_div a:hover{
	color : #9dc9e7;
	text-decoration : none;
}
			
.TCTabs_tabs_div_active {
	width: auto;
	line-height: 21px;
	border-left: 1px solid #e3ebf8;
	border-top: 1px solid #e3ebf8;
	border-right: 1px solid #e3ebf8;
	float: left;
	text-align: center;
	/*background-color: #3288c3;*/
	white-space: nowrap;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	min-width: 100px;
	vertical-align: absmiddle;
}
			
.TCTabs_tabs_div_active a{
	color : black;
	text-decoration : none;
}
			
.TCTabs_tabs_div_active a:hover{
	color : #9dc9e7;
	text-decoration : none;
}
			
.TCTabs_work_div{
	display: none;
}
			
.TCTabs_work_div_active {
	display : block;
	overflow: auto;
	height: auto;
	min-height: 400px;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
}

.TCTabs_ext_button {
	margin-left:10px;
}


.Chat_messages_div{
	/*background-color: White;*/
	height: 330px;
	overflow: auto;
	padding:4px;
}

.Chat_messages_input_div{
	height: 30px;
	background-color: #dee9f6;
}

.Chat_message_text{
	width: 80%;
	margin: 5px;
}

.Chat_message_button{
	margin: 5px;
}

.ChatTabs_self_message{
	vertical-align: top;
	text-align: left;
}

.ChatTabs_opposite_message{
	vertical-align: top;
	text-align: left;
}
.ChatTabs_self_head{
	color:#3288c3;
	font-weight:bold;
	margin-top:10px;
}
.ChatTabs_opposite_head{
	color:#000033;
	font-weight:bold;
	margin-top:10px;
}

#video_pic {
	width	: 160px;
	margin	: 10px;
	padding : 5px;
	border	: 1px solid #e3ebf8;
}

#previewchat{
	position:absolute;
	width: 65px;
	padding: 5px;
	background-color: white;
	border	: 1px solid #e3ebf8;
}

#previewchatimg{
	width: 65px;
	border: 0px;
}

#chat_div{
	height:430px;
	margin-right:205px;
}

#users_on_site_div_out{
	height: 125px;
	border:1px solid #e3ebf8;
	padding:2px;
	overflow-y:auto;
}

#users_calls_div_out{
	height: 125px;
	border:1px solid #e3ebf8;
}