/*index*/
.ileft{
    padding-top:6px;
    width:888px;
    float:left;
}
.iright{
    padding-top:6px;
    width:300px;
    float:right;
    overflow:hidden;
}
.over{
    overflow:hidden;
}
/*calendar*/
.calendar{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.calendar .title{
    height:40px;
    line-height:40px;
    padding-left:16px;
    border:1px solid #e4e4e4;
    border-bottom:none;
}
.calendar .title b{
    float:left;
	color:#A0260F;
	font-size: 16px;
}
.calendar .title select{
    width:85px;
    height:28px;
    float:right;
    border:1px solid #c5c5c5;
    margin:6px 12px 0 0;
    background:#ffffff;
}
.calendar table{
    width:100%;
    text-align:center;
    border-left:1px solid #e4e4e4;
}
.calendar table th{
    background:#FFE4DF;
    height:31px;
    line-height:31px;
    color:#999;
}
.calendar table td{
    height:38px;
    line-height:38px;
    border-bottom:1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
    border-top:1px solid #fff;
    border-left:1px solid #e4e4e4;
    background: #ffffff;
}
.calendar table td.on{
    background:#ffffff url(../img/calendar.png) no-repeat;
}
.calendar table td.today{
    border:1px solid #CD8072;
    background-color:#CD8072;
	color:#fff;
}
.calendar table td.weekend{
/*  background:#f5fffa; */
/*  color:#a7a7a7; */
}
.calendar table td.disabled{
    background:#F8F8F8;
    color:#999;
    border:1px solid #e4e4e4;
    border-left:1px solid #e4e4e4;
}
.calendar table td:hover{
    background-color:#fffcce;
    border:1px solid #ffce38;
}
.commonDownload{
    width:293px;
    border:1px solid #e4e4e4;
    height:240px;
    margin-top:10px;
    overflow:hidden;
}
.contactus{
    width:293px;
    border:1px solid #e4e4e4;
    height:188px;
    margin-top:9px;
    overflow:hidden;
}
/*commonDownload*/
/*friend*/
.friend{
    width:293px;
    border:1px solid #e4e4e4;
    height:170px;
    margin-top:8px;
    overflow:hidden;
}
.friend .select{
    height:44px;
}
.friend .select select{
    height:33px;
    line-height:33px;
    width:239px;
    border:1px solid #cbcbcb;
}
/*email*/
.email{
    width:100%;
    border:1px solid #e4e4e4;
    height:77px;
    padding-top:18px;
    margin-top:6px;
    font-size:14px;
    overflow:hidden;
    background:#f9f9f9 url(../img/email.png) 22px 25px no-repeat;
}
.email div{
    margin-left:128px;
    height:30px;
    line-height:30px;
}
/*list*/
.lleft{
    margin-top:6px;
    width:260px;
    height:721px;
    float:left;
    margin-bottom:6px;
     border:1px solid #e4e4e4; 
     background:url(../img/list-bg.png) bottom no-repeat;
}
.lright{
    margin-top:6px;
    width:930px;
    float:right;
    overflow:hidden;
    min-height:721px;
    margin-bottom:50px;
}
.cright{
    width:850px;
    min-height:641px;
    padding:50px 0px 30px 30px;
}
/*left*/
.lleft dl dt{
    height:56px;
    line-height:56px;
    text-align:center;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    background:#781908;
}
.lleft dl dd{
    height:58px;
    line-height:58px;
    text-align:center;
    font-size:14px;
    background:#f9f9f9;
    border:1px solid #e4e4e4;
}
.lleft dl dd.on{
    height:58px;
    line-height:58px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
.lleft dl dd.on a{
    color:#1763b1;
    background:url(../img/bullet-list-left.png) no-repeat left center;
}
.lleft dl dd a:hover{
    color:#1763b1;
}

/*right*/
.llist{
    width:100%;
    min-height: 638px;
}
.llist.about{
    min-height: 0px;
    padding:0px 35px 0px 0px;
}
.llist dt{
    height:53px;
    line-height:53px;
    padding-left:35px;
    font-size:17px;
    font-weight:bold;
    background:#f0f0f0 url(../img/bullet-title_heighter.png) no-repeat 18px center;
    border-bottom:1px solid #efefef;
    margin-bottom:21px;
}
.llist dt span{
    margin-right:20px;
    font-size:13px;
    color:#7d7d7d;
}
.llist dt span a{
    color:#7d7d7d;
    font-weight: normal;
}
.llist dt span a:hover{
    color:#1763b1;
}
.llist dd{
    padding-left:38px;
    padding-right:18px;
    line-height:47px;
    border-bottom:1px dashed #d2d2d2;
    position:relative;
    background:url(../img/bullet-list-right.png) 15px center no-repeat;
}
.llist dd .date{
    color:#8d8d8d;
    float:right;
}

