body {
    font-family: 'Microsoft Yahei',verdana;
    background-color:#EFF0EE
}
a {
    color: #112bf3;
}
.divLst tr {
    height: 25px;
    border-bottom:1px solid #FFFFFF;
}
 .divLst>tr:hover, .divLst>.chkLst:hover {
        cursor: pointer;
    }

/*返回顶部*/
.Comm-GoTtop {
	display: none;
	position: fixed;
	right: 10%;
	bottom: 100px;
	z-index: 999999;
	opacity: 0.6;
	border: 1px solid #a38a54;
	width: 38px;
	height: 38px;
	background: #eddec2;
	border-radius: 3px;
	cursor: pointer;
}
.Comm-GoTtop:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.Comm-GoTtop > .Comm-Arrow {
	position: absolute;
	left: 10px;
	top: -1px;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-bottom-color: #cc3333;
}
.Comm-GoTtop > .Comm-Stick {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 8px;
	height: 14px;
	display: block;
	background-color: #cc3333;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
/*返回顶部 end*/






/*主列表*/
.divSearch {
    height: 40px;
    line-height: 50px;
    padding: 10px;
    background-color:#efefef;
    border:1px solid #adaeb5;
}
.divPageContainer {
    text-align: center;
    position: relative;
}
.trTitle {
    font-size: 18px;
    font-weight: bold;
    background:url(../img/tbtitle.jpg);
}
.tbSno {
    width: 70px;
    padding-left: 5px;
}
.tbName {
    width: 100px;
}
.tbTitle {

}
.tbTime {
    width: 200px;
}

/*主列表*/
.LstTb {
    border-collapse:collapse;
}
.LstTb tr:hover {
    background-color: #dbd6d6;
}
.LstTb .aUnRead {
    color: #ff6a00;
}
.LstTb .NewIconCT {
    float: right;
    background: url("../img/new.gif") no-repeat;
    display: inline-block;
    width: 30px;
    height: 15px;
    position:relative;
    bottom:-4px;
    vertical-align: middle;
}

.UnReadedIconCT {
    float: right;
    background: url("../img/unseen.gif") no-repeat;
    display: inline-block;
    width: 30px;
    height: 15px;
    position:relative;
    bottom:-4px;
    vertical-align: middle;
}

.ReadedIconCT {
    float: right;
    background: url("../img/seen.gif") no-repeat;
    display: inline-block;
    width: 30px;
    height: 15px;
    position:relative;
    bottom:-4px;
    vertical-align: middle;
}
.LstTb .AttachCT {
    background: url("../img/attachment.png") no-repeat;
    display: inline-block;
    width: 17px;
    height: 16px;
    vertical-align: middle;
    float: right;
}
/*主列表end*/

/*主列表*/

.divTop1 {
            position: relative;
            height: 36px;
            border-bottom: 1px solid #e0e0e0;
            background-color: #1f6da4;
            color: #fff;
        }

.divTop {
    position: relative;
    height: 36px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    background-color: #fff;
}

    .divTop:hover {
        background: #f5f5f5;
    }

.divSno, .divTitle, .divTime, .divName {
    padding-top: 10px;
    padding-bottom: 10px;
}

.divSno {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
}

.divName {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 200px;
}

.divTitle {
    position: absolute;
    top: 0px;
    left: 300px;
}

.divTime {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
}


/*主列表end*/

/*内容页*/
.ShowCT .Title {
    display: inline-block;
    width: 70px;
}
    .ShowCT .Title > i {
        visibility: hidden;
    }
.ShowCT .Content {
    display: inline-block;
    vertical-align: top;
}
.InfoCT {
    padding: 15px;
    background-color: #f5f7fa;
    border-top: 1px solid #c5d2da;
    border-bottom: 1px solid #c5d2da;
}
    .InfoCT .Title {
        color: #999;
        margin:2px;
    }
.ContentCT .Content {
    display: block;
    min-height: 500px;
    padding: 10px 50px;
    word-break: break-all;
    word-wrap: break-word;
    background:#fff;
    /*font-size: 18px;*/
}
.TitleCT {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 2px;
}
.SenderCT, .TimeCT, .ReceiverCT, .AttachsCT {
    padding: 2px;
}
    .ReceiverCT .Content {
        /*display: block;
        text-indent: 5em;*/
    }
    .AttachsCT ul, .AttachsCT li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.divSearch>.easyui-datebox {
    width:100px;
}
.divSearch>.sender {
    width:100px;
}
.divSearch>.keyword {
    width:100px;
}
/*内容页end*/