﻿/* messageBoard form page */
.easysite-board-title{
    height: 48px;
    line-height: 48px;
    background-color: #ebb155;
    padding-left: 54px;
    position: relative;
}
.easysite-board-title i{
    background: url("../../images/message-icon.png") no-repeat;
    _background: url("../../images/messageicon-ie.png") no-repeat;
}
.easysite-board-page-icon{
    background-position: 0 0;
    width: 23px;
    height: 21px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.easysite-board-title h2{
    color: #fff;
    font-size: 16px!important;
    font-weight: normal;
}
.easysite-board-page-title{
    margin: 0 30px;
    padding: 28px 0 7px;
    border-bottom: 1px dashed #a0a0a0;
}
.easysite-board-page-title p{
    color: #a0a0a0;
    font-size: 12px;
    margin: 0;
}
.easysite-board-page-title p em{
    color: #f01f0b;
    vertical-align: bottom;
    display: inline-block;
    height: 11px;
}
/* messageBoard list page */
i.easysite-board-list-icon{
    background-position: 0 -24px;
    width: 19px;
    height: 17px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.easysite-board-list{
    background-color: #dcdcdc;
}
.easysite-list-search{
    background-color: #fff;
    padding: 14px 20px;
    margin-bottom: 2px;
}
.easysite-list-search .easysite-search-theme,
.easysite-list-search .easysite-search-btn{
    float: left;
}
.easysite-list-search .easysite-search-theme{
    margin-top: 0px;
    margin-right: 12px;
}
.easysite-list-search .easysite-search-theme input{
    height: 20px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #c9c9c9;
    width: 150px;
}
.easysite-list-search .easysite-search-btn label{
    padding: 0 25px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #64b24f;
    color: #64b24f;
    cursor: pointer;
}
.easysite-list-search .easysite-search-btn input{
    background-color: #fff;
    color: #707070;
    border: 0;
    cursor: pointer;
    outline: 0;
    height: 27px;
}
.easysite-list-search .easysite-search-btn label:hover{
    background-color: #64b24f;
    color: #fff;
}
.easysite-list-search .easysite-search-btn label:hover input{
    background-color: #64b24f;
    color: #fff;
}

/* messageBoard detail page */
.easysite-board-detail{
    background-color: #eeeeee;
    color: #707070;
}
.easysite-detail-tile{
    background-color: #fff;
}
.easysite-detail-tile h3{
    color: #000;
    font-size: 16px;
    text-align: center;
    padding: 7px 10px;
}
.easysite-detail-tile p{
    text-align: right;
    font-size: 12px;
    padding: 5px 0;
}
.easysite-detail-tile p span{
    padding-right: 30px;
}
.easysite-detail-section{
    margin-top: 2px;
    background-color: #fff;
    padding: 8px 0 8px 112px;
}
.easysite-detail-section .easysite-detail-key{
    float: left;
    margin-left: -112px;
    width: 91px;
    /* height: 24px;*/
    line-height: 24px;
    text-align: right;
    color: #000;
}
.easysite-detail-info{
    float: left;
    line-height: 24px;
    padding-left: 20px;
    border-left: 1px solid #eeeeee;
    margin: 0;
}
.easysite-detail-info p{
    margin: 0;
}
.easysite-detail-reply-list-container {
  width: 99%;
  padding: 0;
}
.easysite-detail-reply-list {
  padding-left: 20px;
}
.easysite-detail-reply-list h3 {
  overflow: hidden;
  padding: 10px 10px 5px 0;
}
.easysite-detail-reply-list h3 a {
  float: right;
  padding: 1px 10px;
  font-weight: 400;
  color: #fff;
  background: #f96;
}
.easysite-detail-reply-list h3 a:hover {
  color: #fff;
  background: #ec834f;
}
.easysite-detail-reply-list p {
  padding-left: 5px;
}
ul.easysite-detail-reply-list .easysite-evaluation-info-item{
  padding: 5px 0 10px 24px;
  border: 1px solid #eee;
}
.easysite-evaluation-info-item h3{
  font-weight: 400;
  line-height: 30px;
}
.easysite-evaluation-info-item .easysite-evaluation-info-raty,.easysite-evaluation-info-item .easysite-evaluation-info-time{
  float: right;
  margin-left: 10px;
}
.easysite-info-con{
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}
.easysite-info-con p{
    line-height: 28px;
    padding-right: 20px;
    margin: 0;
    margin-top: -3px;
}
