﻿.mainContent {background: url(images/bg_mainContent_msg.jpg) no-repeat;}
.msgCateHd {
    height: 130px;
}
.msgCateHd .path { float: none; }
.msgCateHd .cateName { float: none; font-size: 35px; height: 50px; line-height: 50px; padding: 20px 0 0 20px; font-family: "黑体"; color: #e50;}
.decbar {
    background: #EFF8FF;
    border: #BFDBF1 1px solid;
    margin-bottom: 12px;
    padding: 15px 20px;
    line-height: 22px;
    overflow: hidden;
    zoom: 1;
}
.decbar .dec {
    float: left;
    width: 1000px;
    color: #34669B;
}
.decbar .write { float: right; display: block; width: 171px; height: 37px; background: url(images/btn_write.png) no-repeat; text-indent: -9999px; }

/* 留言-子列表页 */
.btnWriteMsg{   *display:inline; float: right; width:80px; 
 height: 26px; 
 line-height: 26px; 
 margin-top: 4px; text-align:center; color:#fff;
    font-size:14px; background: #005D6C;
 border-radius: 2px; text-shadow: #000 1px 1px 1px;}
.btnWriteMsg:hover{ color: #FAD26D; text-decoration:none;   }

.msgTable{width:100%;   margin-bottom: 20px;border:none; }
.msgTable .tableTitle{ background: #F0F0F0;}
.msgTable .tableTitle td{padding: 15px 0;font-weight:bold;text-align:center;color: #666;border-bottom: 1px solid #ccc;}
.msgTable .tableCont td{padding: 15px 5px;border-bottom:1px dotted #d8d8d8;text-align:center;}
.msgTable .tableCont td.msgT{text-align:left;padding-left:15px; }
.msgTable .tableCont td.msgT a{background:url(images/share/shareB.gif) no-repeat 0 -725px; padding-left:14px;}
.msgTable .tableCont td .msg_ok{color:#f60;}
.msgTable .tableCont td .msg_wait{color:#999;}
.msgTable .tableCont:hover td{background:#f7f7f7; }
.msgTable .last td{border:none; }


/* 留言-内容页 */
.msgDetial{border: 1px solid #E8D59B;margin: 0 0 15px;}
.msgDetial .hd{overflow:hidden;font-weight:bold;background: #FEF7DB;padding: 10px 20px;height:30px;line-height:30px;border-bottom: 1px solid #E8D59B;}
.msgDetial .hd span{float:right; }
.msgDetial .bd{overflow:hidden;}
.msgDetial .img{float:left;width:22%; text-align:center; display:inline;min-height:120px; }
.msgDetial .img img{margin:20px 0 0 0; }
.msgDetial .cont{/* float:left; *//* width:72%; *//* display:inline; */padding: 20px;/* border-left: 1px solid #E8D59B; *//* min-height:120px; */line-height: 32px;}
.msgDetial .cont .msgMeta {text-align:right; color:#999; line-height: 26px; }
.msgDetial .cont .msgMeta a{color:#999;}
.msgDetial .msgContHere{padding: 20px;background: #F3F3F3;}
.msgDetial .adminRep{padding: 20px;margin:10px 0;background:#f6f6f6;border:1px dotted #e3e3e3;overflow:hidden;}
.msgDetial .adminRep strong{color:red;}
.msgDetial .adminRep .fr{}


/* 留言-签写页 */
.msgWrite{ margin:20px 0;  }
.inputxt{padding:2px 0 0 2px;height:20px;border:1px solid #d8d8d8;   }
.msgWrite td{padding:4px; }
.msgWrite td.tdbgleft{text-align:right; }
.msgWrite td input,.msgWrite select,.msgWrite img{vertical-align: middle;}
.msgWrite .manageBtn{text-align:left; padding-top:10px; }
.msgWrite .manageBtn input{ display:inline-block; *display:inline; zoom:1; width: 75px; height: 30px; line-height: 30px; font-size: 14px; font-weight: bold; text-align:center; 
    background: url(images/btnBack.png) no-repeat; color: #333; border: none; cursor:pointer;     }
.msgWrite .manageBtn .input_button { background-image: url(images/btnSubmit.png); color: #fff; }
