﻿/* 留言-子列表页 */
#msgList{}
#msgList .currentNodeName .more{float:right;background:url(images/qa_sub.png) no-repeat 0px 0px;width:92px;height:24px;text-align:center; color:#f4ffe8;font-weight:normal;font-size:12px;    }
#msgList .currentNodeName .more:hover{color:#fff;}

.msgMenu{overflow:hidden; }
.msgMenu ul{overflow:hidden;height:28px; }
.msgMenu ul li{float:left;height:28px;line-height:28px;padding:0 15px; margin-right:5px;display:inline;   }
.msgMenu ul li a{font-size:12px;}
.msgMenu ul li.on{background:#dcf1fa; font-weight:bold;border-bottom:none;border-top:2px solid #ADD5ED;  }

.write { text-align: right; padding: 10px 20px; }
.write a { display: inline-block; width: 80px; height: 21px; line-height: 21px; text-align: center; color: #fff; background: url(../images/msgAddBtn.png) no-repeat; }
.write a:hover { color: #ff0; }
.msgWrap { clear: both; padding: 0 20px; }
.msgTable { width:100%; border:none; }
.msgTable .tableTitle{ background:#dcf1fa;}
.msgTable .tableTitle td{padding:5px; font-weight:bold;text-align:center; color:#0C64AB;border-bottom:1px solid #ADD5ED;  }
.msgTable .tableCont{}
.msgTable .tableCont td{padding:6px 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/list.png) no-repeat 0px 9px; padding-left: 15px;display:inline-block;}
.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 #ADD5ED;padding:1px; margin-bottom:15px; margin: 10px; }
.msgDetial .hd{font-weight:bold;background:#dcf1fa url(images/qa_ico01.gif) no-repeat 7px 8px;padding:0 10px 0 30px;height:30px;line-height:30px;border-bottom:1px solid #ADD5ED;      }
.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:15px 10px 15px 20px;  border-left:1px solid #ADD5ED; min-height:120px;  }
.msgDetial .cont .fr{text-align:right; color:#999;}
.msgDetial .cont .fr a{color:#999;}
.msgDetial .msgContHere{padding:10px 0; }
.msgDetial .adminRep{padding:10px;margin:10px 0;background:#f6f6f6;border:1px dotted #e3e3e3; overflow:hidden;width:95%;    }
.msgDetial .adminRep strong{color:red;}
.msgDetial .adminRep .fr{}


/* 留言-签写页 */
.msgWrite{width:90%; }
.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; }

