﻿@charset "utf-8";
/* 弹窗提示 */
.bgloginbox{
	display:none;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    background-color: #333;
    filter:alpha(opacity=40);
    background-color:rgba(0,0,0,0.4);
    z-index:99;
    text-align: left;
}
.bgloginbox .loginbox{
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -400px;
    width: 810px;
    height: 400px;
    background: #FFF;
    border-radius: 5px;
    padding:20px 30px;
    font-size: 22px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bgloginbox .loginbox .openclose{
    height: 30px;
}
.bgloginbox .loginbox span{
    float: right;
    cursor: pointer;
}
.bgloginbox .loginbox p{
    line-height: 34px;
    color: #333;
    font-weight: bold;
    margin:0;
}
.bgloginbox .loginbox p.tips{
    margin-bottom: 10px;
}
.bgloginbox .loginbox .loginbar{
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #bdbdbd;
    margin:60px auto 0 auto;
    cursor: pointer;
    display:block;
    color:#333;
    text-decoration:none;
}
/* 信件列表页 ----------------------------------------------------- */
.petitionListPage .mHd h3 {
    float: left;
}
.petitionListPage .mHd .searchtitle {
    float: left;
    padding-left: 20px;
}
.petitionListPage .mBd .page li {
    float: left;
}
.petitionListPage .path .fontcolor {
    color: red;
}
/* 侧栏信件统计 */
#sideStatistics {
	margin-top:20px;
    margin-bottom: 0
}
#sideStatistics .hd {
    padding-bottom: 0;
}
#sideStatistics .hd {
    border-top:3px solid #379AFF;
    height:40px;
    line-height:40px;
    overflow:hidden;
    background:#f5f5f5;
}
#sideStatistics .hd h3 {
    font-size: 16px;
    background:#0167CC;
    color: #fff;
    padding:0 25px;
    float:left;
}
#sideStatistics .hd h3 a {
    color: #fff;
}
#sideStatistics .hd h3 a:hover {
    text-decoration: none;
}
.sideStatisticsTable {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    margin-top: -1px;
}
.sideStatisticsTable th,
.sideStatisticsTable td {
    border: 1px solid #ECECEC;
    text-align: center;
    width: 20%;
    padding: 4px 5px;
}
.sideStatisticsTable th {
    background: #EFF4F7
}
.sideStatisticsTable .dept {
    width: auto;
}
.sideStatisticsTable tbody tr:nth-child(2n) td {
    background: #f8f8f8
}

/* 搜索+写信 */
.petionSearch {
    overflow: hidden;
    margin-bottom: 10px;
}
.petionSearch .searchBox {
    float: left;
    *display: inline;
    height: 60px;
    width: 545px;
}
.petionSearch .searchBox .hd {
    height: 36px;
    line-height: 36px;
    padding: 12px 0 12px 59px;
    float: left;
    *display: inline;
    font-size: 16px;
    color: #0087cb;
    background: url(../img/Petition-icons.png) 19px -148px no-repeat;
}
.petionSearch .searchBox .bd {
    height: 36px;
    width: 395px;
    float: right;
    *display: inline;
    padding: 12px 0px 0px 0px;
}
.petionSearch .searchBox .department {
    width: 95px;
    height: 36px;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 0px 5px 15px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    float: left;
    -moz-border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px; 
    border-radius: 3px 0 0 3px;
}
.petionSearch .searchBox .keyword {
    width: 200px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 0px 5px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    float: left;
    *display: inline;
}
.petionSearch .searchBox .searchsubmit {
    width: 64px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3d84dc;
    border: none;
    float: left;
    *display: inline;
    -moz-border-radius:0 3px 3px 0;
    -webkit-border-radius:0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.petionSearch .searchBox .searchsubmit:hover {
    background: #bf5b00;
}
.petionSearch .write,.petionSearch .query {
    float: left;
    *display: inline;
    height: 37px;
    line-height: 37px;
    padding-top: 12px;
}
.petionSearch .write a,.petionSearch .query a {
    display: block;
    width: 104px;
      background:#e85340;
 background: -webkit-linear-gradient(left, #e95541 , #d42d2d); 
  background: -o-linear-gradient(right, #e95541 , #d42d2d); 
  background: -moz-linear-gradient(right, #e95541 , #d42d2d); 
  background: linear-gradient(to right, #e95541 , #d42d2d); 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
    height: 37px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.petionSearch .query a{ background: -webkit-linear-gradient(left, #f2a73d , #d68b20); 
  background: -o-linear-gradient(right, #f2a73d , #d68b20); 
  background: -moz-linear-gradient(right, #f2a73d , #d68b20); 
  background: linear-gradient(to right, #f2a73d , #d68b20); 
margin-left: 20px;}
/* 信访须知 */
#notice {
    background: url(../img/bgLetter.jpg) 50% 0px no-repeat;
    min-height: 500px;
    padding: 90px 180px 80px 190px;
}
#notice h3 {
    font-size: 32px;
    color: #1476d1;
    text-align: center;
    line-height: 52px;
    margin-bottom: 40px;
}
#notice .info {
    font-size: 14px;
    line-height: 28px;
    height: 345px;
    overflow-y: auto;
}
#notice .info p {
    padding: 6px 40px 0 0;
}
#notice .center {
    overflow: hidden;
    height: 40px;
    text-align: center;
    padding-top: 50px;
}
#notice .yesBtn {
 background: url(../img/yesBtn.png) no-repeat;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    width: 184px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
}
#notice .noBtn {
     background: url(../img/noBtn.png) no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 95px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff
}
/* 写信内容 */
.onlineplForm .hd {
 height: 44px;
line-height: 44px;
overflow: hidden;
border-bottom: 1px solid #d4d4d4;
background: #f9f9f9;
padding-left: 20px;
}
.onlineplForm .hd h3 {
  float: left;
padding: 0 20px;
font-size: 18px;
background: url(../img/depart_icon1.png) no-repeat left center;
color: #1476d1;
}
.onlineplForm .hd .tips {
    float: left;
    *display: inline;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #eb3c3c;
    font-size: 14px;
}
.onlineplForm .bd {
    padding: 30px 0px
}
.onlineplForm .bottombt {
    overflow: hidden;
    height: 40px;
    text-align: center;
}
.onlineplForm .bottombt .inputbutton {
      background: url(../img/yesBtn.png) no-repeat;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    width: 184px;
    height: 42px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    display: inline-block;
}
.onlineplForm .bottombt .restButton {
    background: url(../img/noBtn.png) no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 95px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff
}
.PetitionLetterTable {
    width: 100%
}
.PetitionLetterTable td {
    line-height: 24px;
    padding: 8px 5px;
    vertical-align: middle;
    color: #666;
}
.PetitionLetterTable td .field-validation-error {
    color: #ff0000;
}
.PetitionLetterTable td.tdlab {
    width: 130px;
    text-align: right;
}
.PetitionLetterTable td input[type="text"] {
    width: 855px;
    border: #ccc solid 1px;
    color: #36C;
    height: 24px;
    overflow: hidden;
    padding: 5px 0px 5px 5px;
}
.PetitionLetterTable td label.radio {
    float: left;
    *display: inline;
    margin-right: 15px;
}
.PetitionLetterTable td label.radio input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.PetitionLetterTable td #Contacts,
.PetitionLetterTable td #ContactInformation,
.PetitionLetterTable td #ExtendContentObject_Profession {
    width: 230px;
}
.PetitionLetterTable td textarea[name=Content] {
    width: 686px;
}
.PetitionLetterTable td select {
    height: 24px;
    line-height: 24px;
}
.PetitionLetterTable .codeinp {
    float: none;
    overflow: hidden;
}
.PetitionLetterTable td .codeinp input {
    width: 120px;
    margin-right: 10px;
}
.PetitionLetterTable td .codeinp img {
    height: 28px;
    width: auto;
}
/*时间选择 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*时间选择左右箭头定义*/
.dropdown-menu {
    max-height: 315px;
    overflow-y: auto;
}
.dropdown-menu .menu-search {
    display: inline-block;
    width: 75%;
    margin-left: 5px;
}



#formBox{margin: 28px 40px;}