@CHARSET "UTF-8";

#header{
	
}
/*功能按钮*/
.udButton{background-image:url(images/func.png);_background-image:url(images/func_ie6.png);}
#jumper .udButton{background-image:url(images/rengong.png);}
.containerItemst{color:#000;}
.leftFunc a,.rightFunc a{background-image: url(images/icons.png);_background-image: url(images/icons_ie6.png);}
.side{ border-style: solid;  background: #f2f2f2;}
.bottom{ border-style: solid; border-width: 1px 0px 0px 0px; border-color: #eee; background-color: #fff;}
.s_content{display:none; background: #EEEEEE url(images/icons.png) 10px -284px no-repeat; border:1px solid #D2D2D2; }

/* 工具条，输入框，发送按钮，关闭按钮*/
#toolsbar li#fontSize{background:url(images/font.png) no-repeat;background-size:22px;margin-top: 5px;}
#toolsbar li.close{background:url(images/close.png) no-repeat;background-size:22px;margin-top: 5px;}
#toolsbar li#evaluation{background:url(images/pingfen.png) no-repeat;margin-top: 5px;}
#toolsbar li{background:url(images/toolsbar.png) no-repeat;}
#shortcutkey{ background: url(images/icons.png) 4px -22px no-repeat;}
#shortKeyMenu li{ background: #fff;}
.shortKeyChoose{ background: url(images/icons.png) 4px -316px no-repeat;}
#shortKeyMenu a{ color: #666666;background: #fff;}
#shortKeyMenu a:hover{ color:#fff; background-color: #EA2F2F;}
.footerBox{color:#999999;}
.footerBox a{color:#3f78b6;}
#fontSize ul{ background: #fff;}
#fontSize ul.selectOp{border: 1px solid #ccc;}
#selectOp li{border-bottom:1px solid #ccc;width:42px!important;background: none!important;margin:0!important;}
.font_size_value{background:#fff; border: 1px solid #B0B1B2;}
#enter{background-color:#EA2F2F; color:#fff; }
#exitChat{
	background:#fff;
	border:1px solid #CCCCCC;
}

/*历史框气泡*/
/*气泡主体内容*/
/**
.lim_operator .lim_bubble{background:#ffdddd;}
.lim_visitor .lim_bubble{background:#eee;}
**/
.lim_operator .lim_content {background:#ffdddd;}
.lim_visitor .lim_content{background:#fff;}
/*气泡角*/
.lim_radius{ background-image: url(images/bubble.png);_background-image: url(images/icons_ie6.png); background-repeat: no-repeat;}
.lim_systemTip .lim_radius{ background-position:10px 10px;}
.lim_operator .lim_radius{ background-position:0 0px;}
.lim_visitor .lim_radius{ background-position:0 -22px;}
.lim_operator .lim_name,.lim_operator .lim_dot,.lim_operator .lim_time{color:#666;}
.lim_visitor .lim_name,.lim_visitor .lim_dot,.lim_visitor .lim_time{color:#666;}

.clearfloat{ clear:both; height:0; font-size: 1px; line-height: 0;}
.activitytab{background-color:#fff;border-bottom: 1px solid #eee;top:200px;}
.activitytab span.leftBut{border-right: 7px solid #FC3849; border-left: none;}
.activitytab span.rightBut{border-left: 7px solid #FC3849; border-right: none;}
.activitytab span.leftBut:hover{border-right: 7px solid #FC3849;}
.activitytab span.rightBut:hover{border-left: 7px solid #FC3849;}
.activitytab ul li.active{ border-bottom: 2px solid #FC3849;background-color: #FFFFFF;}
.interval{float:left;display:block;width:2px;height:63px;}
.left_buts{border-top:1px solid #8B8B8B;}
.left_buts span{ width:66px;color:#6189AE; margin-top:10px; }
.left_buts span.select{ }
.left_buts span.righta_d{float: right;}
#newslist {position: absolute;top: 50px;left: 0;bottom:0;}
/*弹出框*/
.pop{border:1px solid #fff; background: #fff;}
.surveyForm .survey_close_but{background: url("images/close.png") no-repeat;}
.surveyForm .survey_close_but:hover{background: url("images/close_hover.png") no-repeat;}
.surveyForm .textArea_box label{color:#000;}
.button{border:none;height:28px !important; width:94px !important; font-family:"Microsoft YaHei","宋体","MS Gothic","Times New Roman","PMingLiU";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cancel{ background: #fff !important; color:#333333;border:1px solid #ccc;width:94px;height:28px;}
.submit{ background: #ea2f2f !important; color:#fff;width:94px;height:28px;}

/*下面是滚动条的样式*/
.myScrollbarV>div {
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#EFEBE0), to(#DAD8D2));
	background: -moz-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: -ms-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: -o-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: linear-gradient(top, #EFEBE0, #DAD8D2);
	border:1px solid #A4A4A4;
	box-shadow:inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.myScrollbarH>div {
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#EFEBE0), to(#DAD8D2));
	background: -moz-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: -ms-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: -o-linear-gradient(top, #EFEBE0, #DAD8D2);
	background: linear-gradient(top, #EFEBE0, #DAD8D2);
	border:1px solid #A4A4A4;
	box-shadow:inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.lim_operator .lim_name, .lim_operator .lim_dot, .lim_operator .lim_time {
color: #444444;
}