
body {
	font-size: 12px;
	border:0;
  word-break:break-all;
  overflow:hidden;
  margin:0 auto;
  background:#ffffff url(cloud.jpg) center center;
}
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
table,td,p,div,textarea {
	font: 12px Tahoma,Geneva;
  word-break:break-all;
}
ul,p,form,blockquote{
  margin: 0;
  padding: 0;
}
ul{list-style:none}
input{
  border:1px solid #8898b1;
  height:20px;
  background-color:#FFFFFF;
  color:#000000;
  vertical-align:middle;
  font: 11px Tahoma, Verdana;
}
input,textarea{
	border-style: solid;
	border-width: 1px;
	border-color: #82A0A0;
	font-size:12px;
}
input{
  height:24px;
  line-height:24px;
  overflow:hidden;
}
input.txt{
  height:22px;
  padding:0 5px;
}
input.num{
  width:50px;
}

/*主要标签样式结束*/


/*子窗体背景*/
.childbody{
  background:#afd2ef;
}
.onezLine{
  position:absolute;
  width:100%;
  height:1px;
  bottom:0;
}
/*------------------------------------------------------
主窗体开始*/
.OnezBox{
  position:absolute;
  left:0;
  top:-999999px;
  z-index:6200103;
}
.OnezBox .tl{/*左上角*/
  height:31px;
  overflow:hidden;
  background:url(TL.gif) no-repeat left top;
}
.OnezBox .tr{/*右上角*/
  margin-left:10px;
  background:url(TR.gif) no-repeat right top;
}
.OnezBox .tc{/*顶部标题栏背景*/
  margin-right:10px;
  height:31px;
  cursor:move;
  background:url(TC.gif) repeat-x left top;
}
.OnezBox .caption{/*顶部标题栏字体*/
  float:left;
  color:#ffffff;
  font-size:12px;
  font-weight:Bold;
  overflow:hidden;
  height:31px;
  line-height:31px;
}
.OnezBox .titleBtns{/*顶部标题栏按钮区*/
  float:right;
}
.OnezBox a.min{/*最小化按钮正常*/
  width:25px;
  height:20px;
  display:inline-block;
  background:url(min_normal.gif) no-repeat left top;
}
.OnezBox a.min:hover{/*最小化按钮鼠标移过*/
  display:inline-block;
  background:url(min_hover.gif) no-repeat left top;
}
.OnezBox a.max{/*最大化按钮正常*/
  width:26px;
  height:20px;
  display:inline-block;
  background:url(max_normal.gif) no-repeat left top;
}
.OnezBox a.max:hover{/*最大化按钮鼠标移过*/
  display:inline-block;
  background:url(max_hover.gif) no-repeat left top;
}
.OnezBox a.close{/*关闭按钮正常*/
  width:42px;
  height:20px;
  display:inline-block;
  background:url(close_hover.gif) no-repeat left top;
}
.OnezBox a.close:hover{/*关闭按钮鼠标移过*/
  display:inline-block;
  background:url(close_hover.gif) no-repeat left top;
}
.OnezBox .cl{/*左边框*/
  background:url(CL.gif) repeat-y left top;
}
.OnezBox .cr{/*右边框*/
  margin-left:2px;
  background:url(CR.gif) repeat-y right top;
}
.OnezBox .cc{/*正中*/
  margin-right:2px;
  background:#afd2ef url(CT.gif) repeat-x left top;
}
.OnezBox .bl{/*左下角*/
  clear:both;
  height:6px;
  overflow:hidden;
  background:url(BL.gif) no-repeat left top;
}
.OnezBox .br{/*右下角*/
  margin-left:10px;
  background:url(BR.gif) no-repeat right top;
}
.OnezBox .bc{/*下边框*/
  margin-right:10px;
  height:6px;
  background:#afd2ef url(BC.gif) repeat-x 0 0;
}
/*主窗体结束
--------------------------------------------------*/

/*首页顶部链接样式开始*/
.toplink a{
  color:#ffffff;
  font-weight:bold;
  font-size:14px;
  line-height:20px;
}
.toplink a:hover{
  color:#ffea00;
}
/*首页顶部链接样式结束*/

.borderframe{/*所有窗口的顶层标签*/
  width:100%;
  height:100%;
  border:0;
  background-color:#e4f4ff;
}

/*顶部工具栏开始*/
.toolbarbk{/*背景*/
  text-align:left;
  height:40px;
  margin:0;padding:0 5px;
  background:url(listTop.gif) repeat-x;
}
.toolbarbk a{/*链接(默认)*/
  display:inline-block;
  width:39px;
  height:39px;
  margin:0 3px;
}
.toolbarbk a:hover{/*链接(鼠标移过)*/
  background:url(menuHover.gif) no-repeat;
}
.toolbarbk img{/*图标*/
  width:24px;
  height:24px;
  border:0;
  margin:6px;
}
/*顶部工具栏结束*/

.mainTable{/*顶部工具栏以下的主窗口*/
  position:relative;
  padding:0 3px;
  width:100%;
  height:40px;
  border:0;
  background:url(CT.gif) repeat-x left top;
}
.topAD{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:40px;
  overflow:hidden;
  text-align:right;
}
#boxLeft{/*主窗口左侧区域*/
  position:absolute;
  z-index:6200103;
  left:3px;
  top:3px;
}
#boxRight{/*主窗口右侧区域*/
  position:absolute;
  z-index:6200103;
  right:3px;
  top:3px;
  width:219px;
}
#HotKey{/*消息快捷键*/
  position:absolute;
  z-index:6200103000;
  left:3px;
  bottom:10px;
  cursor:pointer;
}

.clear{clear:both}/*清除浮动*/

/*聊天主区域开始*/
#dtl{/*左上角*/
  height:20px;
  overflow:hidden;
  background:url(DTL.gif) no-repeat left top;
}
#dtr{/*右上角*/
  margin-left:5px;
  background:url(DTR.gif) no-repeat right top;
}
#dtc{/*顶部中间*/
  margin-right:5px;
  height:20px;
  background:url(DTC.gif) repeat-x left top;
}
#dbl{/*左边框*/
  position:relative;
  top:-2px;
  height:5px;
  overflow:hidden;
  background:url(DBL.gif) no-repeat left top;
}
#dbr{/*右边框*/
  margin-left:5px;
  height:5px;
  background:url(DBR.gif) no-repeat right top;
}
#dbc{/*正中区域*/
  margin-right:5px;
  height:5px;
  background:url(DBC.gif) repeat-x left top;
}
.showbox,#showbox{/*内容显示区域*/
  border-left:1px solid #5fa7dc;
  border-right:1px solid #5fa7dc;
	margin-top:-3px;
  background:#ffffff;
  height:260px;
}
.showbox div,#showbox div{
  margin:3px;
  line-height:20px;
}
.showbox p,#showbox p{
  line-height:20px;
}
.showbox a,#showbox a{
  color:#0000cc;
  text-decoration:none;
  border-bottom:0;
}
.showbox a:hover,#showbox a:hover{
  color:#0000cc;
  text-decoration:none;
  border-bottom:1px solid #0000cc;
}
.im_to{/*“我”的名字和时间*/
  color:#008040;
  height:20px;
  line-height:20px;
}
.im_from{/*对方的名字和时间*/
  color:#0000ff;
  height:20px;
  line-height:20px;
}
.im_content{/*消息内容*/
  color:#000000;
  padding-left:10px;
}
.im_list{
  height:24px;
  padding-left:10px;
  overflow:hidden;
}
.im_info{/*系统提示*/
  color:#7982c1;
  line-height:20px;
  padding-left:2px;
}
.im_file{/*发送文件*/
  height:20px;
  line-height:20px;
  padding-left:20px;
  background:url(file.gif) no-repeat 0 0;
}
.url{/*消息内的链接*/
  color:#0000ff;
  cursor:pointer;
  text-decoration:underline;
}
.view{/*查看帖子(新窗口)*/
  padding:10px;
}
#inputbox{/*输入框*/
	scrollbar-face-color: #F6F6f6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #F0F2DB;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #FCFDF9;
	scrollbar-darkshadow-color: #cccccc; 
  height:75px;
  border:0;
  border-left:1px solid #5fa7dc;
  border-right:1px solid #5fa7dc;
  background:#ffffff;
  overflow:hidden;
  overflow-y:auto;
  position:relative;
  top:-1px
}
#toolbox{
  padding:0px 0 0 5px;
  height:24px;
  border-left:1px solid #5fa7dc;
  border-right:1px solid #5fa7dc;
  background:url(toolbarBk.gif) repeat-x;
}
#toolbox a{
  display:inline-block;
  width:30px;
  height:20px;
  line-height:20px;
  margin:0 -2px;
  text-align:center;
}
#toolbox img{
  border:0;
  margin-top:2px;
}
#toolbox a:hover{
  background:url(toolbarHover.gif) no-repeat;
}
#toolbox span{
  display:inline-block;
  width:2px;
  height:20px;
  background:url(toolbarSpliter.gif) no-repeat;
}
#font{
  position:absolute;
  z-index:6200103;
  left:1px;
  top:0px;
  height:32px;
  background:url(fontBg.gif) repeat-x;
}
#btnbox{/*下面按钮区域*/
  height:41px!important;
  height:35px;
  text-align:right;
}
#btnbox div{/*聊天按钮*/
  float:right;
  height:21px;
  margin-left:5px;
  margin-right:0px;
}
#alertBox{/*聊天内容区域顶部文字提示*/
  color:#1b1d74;
  padding-left:18px;
  height:22px;
  line-height:22px;
  overflow:hidden;
  margin-left:5px;
  background:url(ico_alert.gif) no-repeat 0 3px;
}
#alertBox span{
  display:none;
}
/*聊天主区域结束*/


/*右侧信息区域开始*/
#boxLeft .t,#boxRight .t{/*顶部边框*/
  width:218px;
  height:2px;
  overflow:hidden;
  background:url(infoBorder.gif) no-repeat;
}
#boxLeft .b,#boxRight .b{/*底部边框*/
  width:218px;
  height:2px;
  overflow:hidden;
  background:url(infoBorder.gif) no-repeat 0 -2px;
}
.infobtn{/*标题栏按钮*/
  border-left:1px solid #8ab0de;
  border-right:1px solid #8ab0de;
  background:#ffffff;
  padding:0 1px;
}
.infobtn a{/*标题栏链接样式(默认)*/
  display:block;
  height:20px;
  line-height:20px;
  cursor:default;
  overflow:hidden;
  text-decoration:none;
  color:#000000;
  padding-left:5px;
  background:url(infobtn.gif) no-repeat 0 -40px;
}
.infobtn a:hover{/*标题栏链接样式(鼠标移过)*/
  background:url(infobtn.gif) no-repeat;
}
.infobtn a.sel:hover{/*标题栏链接样式(选中后鼠标移过)*/
  background:url(infobtn.gif) no-repeat 0 -20px;
}
.lineA{/*两个区域间的分隔线*/
  height:4px;
  overflow:hidden;
}
ul.infobox{/*内容显示区(如公告、用户列表，UL标签)*/
  margin:0;padding:0;
}
.infobox{/*同上*/
  border-left:1px solid #8ab0de;
  border-right:1px solid #8ab0de;
  background:#ffffff;
  padding:0 1px;
  height:166px;
  overflow:auto;
}

#loader{
  position:absolute;
  left:0;
  top:0px;
  width:100%;
  height:100%;
  z-index:6200103999;
  background:#fff url(ico-loading.gif) no-repeat center center;
}
#loader.loaded{
  background:#afd2ef;
}

.msginfo{
  padding:10px;
}
.msginfo span{
  display:inline-block;
  margin:0 10px;
  color:gray;
}
span.msg_name img{
  width:16px;
  height:16px;
}
.msgcontent{
  margin:10px;
}
textarea.disabled{
  background:#666666 url(disabled.gif) no-repeat center center;
}
.btn01{
  position:absolute;
}
.btn01 a{
  display:inline-block;
  margin:0 3px;
}
.btn01 span{
  display:inline-block;
}
.btn01 em{
  margin:0 2px;
  display:inline-block;
  width:20px;
  height:20px;
  text-align:center;
}
.btn01 em.ico16{
  margin:1px;
}

.btn01 a:hover,.btn01 a.select{
  background:url(btn01.png) no-repeat 0 0;
}
.btn01 a:hover span,.btn01 a.select span{
  background:url(btn01.png) no-repeat right -20px;
}
.buttonBox{
  height:28px;
  position:absolute;
  z-index:6200103000;
  left:0;
  bottom:0;
  text-align:right;
  width:100%;
}
.buttonBox a{
  margin:2px 2px;
}
.scroll{
	scrollbar-face-color: #F6F6f6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #F0F2DB;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #FCFDF9;
	scrollbar-darkshadow-color: #cccccc; 
	overflow:hidden;
	overflow-y:auto;
	line-height:20px;
}
a.button{
  display:inline-block;
  height:26px;
  line-height:26px;
  text-align:center;
  color:#000;
  text-decoration:none;
  background:url(btnBg.png) no-repeat 0 0px;
}
a.button span{
  height:26px;
  display:inline-block;
  padding:0 10px;
  cursor:default;
  background:url(btnBg.png) no-repeat right -26px;
}
a.button:hover,a.button.select{
  height:26px;
  line-height:26px;
  text-align:center;
  background:url(btnBg.png) no-repeat 0 -52px;
}
a.button:hover span,a.button.select span{
  background:url(btnBg.png) no-repeat right -78px;
}
a.button.down{
  height:26px;
  line-height:26px;
  text-align:center;
  background:url(btnBg.png) no-repeat 0 -104px;
}
a.button.down span{
  background:url(btnBg.png) no-repeat right -130px;
}
span.text{
  display:inline-block;
  height:22px;
  line-height:22px;
  text-align:left;
  background:url(textBg.png) no-repeat 0 0px;
}
span.text span{
  display:inline-block;
  background:url(textBg.png) no-repeat right -22px;
}
span.text.hover{
  background:url(textBg.png) no-repeat 0 -44px;
}
span.text.hover span{
  background:url(textBg.png) no-repeat right -66px;
}
span.text input{
  height:20px;
  line-height:20px;
  padding:0 3px;
  margin:2px;
  border:0;
  text-align:left;
  color:#000;
}
#cloud{
  position:absolute;
  z-index:0;
  width:580px;
  height:250px;
  left:0;
  top:100px;
  background:url(cloud1.png) no-repeat 0 0px;
  
}
#minwins li{
  width:39px;
  height:39px;
  margin:3px;
}
#minwins li img{
  border:0;
  position:relative;
  left:3px;
  top:3px;
}
#minwins a{/*链接(默认)*/
  display:inline-block;
  width:39px;
  height:39px;
  margin:0 3px;
}
#minwins a:hover{/*链接(鼠标移过)*/
  background:url(menuHover.gif) no-repeat;
}