/*region 基础样式布局*/
input[type="text"], select {
    width: 197px;
    height: 20px;
    padding-left: 5px;}

select {
    width: 205px;}

input[type="text"].search-input {
    width: 120px;}

select.search-select {
    width: 127px;}

input.search-period {
    width: 40px;}

input.search-date {
    width: 80px;}

textarea {
    width: 300px;
    height: 100px;}

span.button {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #888888;
    border-radius: 3px;
    cursor: pointer;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 90%, #F3F3F3 100%) repeat;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EBEBEB 90%, #F3F3F3 100%) repeat;
    background: -o-linear-gradient(top, #FFFFFF 0%, #EBEBEB 90%, #F3F3F3 100%) repeat;
    background: -ms-linear-gradient(top, #FFFFFF 0%, #EBEBEB 90%, #F3F3F3 100%) repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F3F3F3, gradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F3F3F3, gradientType=0)";}

span.button:hover {
    background: -moz-linear-gradient(top, #EBEBEB, #F3F3F3);
    background: -webkit-linear-gradient(top, #EBEBEB, #F3F3F3) repeat;
    background: -o-linear-gradient(top, #EBEBEB, #F3F3F3) repeat;
    background: -ms-linear-gradient(top, #EBEBEB, #F3F3F3) repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBEBEB, endColorstr=#F3F3F3, gradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBEBEB, endColorstr=#F3F3F3, gradientType=0)";}

.dialog-error-message {
    width: 280px;
    height: 100px;
    min-height: 100px;
    height: auto !important;}

.dialog-error-title {
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;}

.dialog-error-content {
    padding-left: 20px;
    line-height: 20px;
    font-size: 12px;}

.red {
    color: red;}

#vtip {
    position: absolute;
    padding: 10px;
    left: 5px;
    font-size: 0.8em;
    background-color: white;
    border: 1px solid #a6c9e2;
    border-radius: 5px 5px;
    z-index: 9999;}

#vtip.error {
    color: red;}

#vtip .vtip_arrow {
    position: absolute;
    display: block;
    background: url(images/vtip_arrow.jpg) no-repeat transparent;
    width: 21px;
    height: 11px;
    top: -10px;
    left: 5px;}

/*endregion 基础样式布局*/

/*region 页面基础布局*/
.frame {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;}

.frame-banner {
    width: 100%;
    border-radius: 3px 3px;
    position: absolute;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    top: 0;}

.frame-banner a {
    text-decoration: none;}

.frame-logo {
    float: left;
    display: inline;}

.frame-content {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    bottom: 0;
    top: 44px;
    -webkit-overflow-scrolling: touch;}

/*endregion */

/*region 页面布局*/
.list-view {
    position: relative;
    zoom: 1;}

.list-view-operation-top, .list-view-operation-bottom {
    height: auto !important;
    border-width: 2px 0 0;
    border-style: solid;
    min-height: 36px;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding: 0px 200px 0px 10px;}

.list-view label {
    display: inline-block;
    height: 22px;
    line-height: 22px;}

.list-view .space {
    width: 10px;
    display: inline-block;}

.list-view-add {
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 36px;
    line-height: 36px;}

.list-view-search {}

.list-view-search .remark {
    margin-right: 10px;}

.list-view-table {
    width: 100%;
    border-style: solid;
    border-width: 2px 0 2px 0;}

.list-view-table caption {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    background-color: beige;}

.list-view-table tr {
    border-width: 1px 0 1px 0;}

.list-view-table tr.group:hover {
    background: none;}

.list-view-table th, .list-view-table td {
    text-align: left;
    padding-left: 10px;
    line-height: 24px;
    height: 24px;
    border-style: solid;}

.list-view-table th {
    border-width: 0 0 1px 1px;}

.list-view-table td {
    border-width: 0 0 1px 0;
    border-style: solid;}



.list-view-table .group td {
    border-width: 0 0 1px 0;
    border-style: solid;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;}

.list-view-table .checkbox {
    width: 20px;
    border-left: none;}

.list-view-table td a, .list-view-table td span {
    display: inline-block;
    margin-right: 10px;}

.list-view-table td a {
    color: #3276b1;
    cursor: pointer;
    text-decoration: none;}

.list-view-table td a:hover {
    text-decoration: underline;}

/*endregion 页面布局*/

/* region 表单样式布局*/
.form-list {
    border: 1px solid #6FABFF;
    width: 92%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #6FABFF;
    border-radius: 5px;
    position: relative;}

.form-list-title {
    position: absolute;
    display: inline-block;
    padding: 5px 8px;
    background-color: #FFFFFF;
    top: -16px;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #008EBC;}

.form-list-item {
    line-height: 24px;
    margin-bottom: 10px;}

.form-list-item-label {
    width: 135px;
    text-align: right;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;}

input.form-list-item-warn {
    border: 1px solid #ff0000 !important;}

label.form-list-item-warn {
    display: inline-block;
    margin-left: 20px;
    color: #ff0000;}

.form-list-item-tip {
    color: #AAAAAA;
    line-height: 18px;
    margin-left: 150px;
    margin-right: 75px;
    margin-top: 5px;}

.form-list-operation {
    border-top: 2px dotted #6FABFF;
    padding: 10px;
    display: none;}

.form-list-operation .button {
    margin: 0 10px;}

.form-operation {
    margin-top: 30px;
    border-top: 2px solid #008EBC;
    width: inherit;
    padding: 10px 0;}

.form-operation .button {
    margin: 0 10px;}

/*table样式的form*/
.table-header {
    width: 740px;
    font-size: 0;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    zoom: 1;}

.table-header span {
    font-size: 14px;
    float: left;
    text-align: center;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;}

.table-header span select {
    display: inline-block;
    margin: auto auto;
    border: 1px solid black;
    /**margin-top: 0;*/
    width: 90%;}

.table-header span input[type="text"] {
    font-size: 14px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    /**margin-top: 0;*/
    width: 100%;}

.tablebody {
    width: 740px;
    border: 3px solid black;
    margin: 0 auto;
    padding: 0;}

.tablebody li {
    font-size: 0;
    height: 43px;
    line-height: 43px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0px;
    border-bottom: 1px solid black;
    overflow: hidden;
    zoom: 1;}

.tablebody li.lastrow {
    border-bottom: 0px;}

.tablebody li span {
    font-size: 14px;
    float: left;
    text-align: center;
    display: inline-block;
    height: 100%;
    background: url(images/point.jpg) left top repeat-y;
    vertical-align: middle;
    overflow: hidden;}

.tablebody li span.firstcol {
    background: none;}

.tablebody li span select {
    display: inline-block;
    margin: auto auto;
    border: 1px solid black;
    width: 90%;}

.tablebody li span input[type="text"] {
    font-size: 14px;
    display: inline-block;
    margin: auto 0px;
    padding: 0;
    border: 0 none;
    width: 95%;
    text-align: center;}

.col1 {
    width: 20px;}

.col2 {
    width: 40px;}

.col3 {
    width: 60px;}

.col4 {
    width: 80px;}

.col5 {
    width: 100px;}

.col6 {
    width: 120px;}

.col7 {
    width: 140px;}

.col8 {
    width: 160px;}

.col9 {
    width: 180px;}

.col10 {
    width: 200px;}

.col11 {
    width: 220px;}

.col12 {
    width: 240px;}

.col13 {
    width: 260px;}

.col14 {
    width: 280px;}

.col15 {
    width: 300px;}

.col16 {
    width: 320px;}

.col17 {
    width: 340px;}

.col18 {
    width: 360px;}

.col19 {
    width: 380px;}

.col20 {
    width: 400px;}

.col21 {
    width: 420px;}

.col22 {
    width: 440px;}

.col23 {
    width: 460px;}

.col24 {
    width: 480px;}

.col25 {
    width: 500px;}

.col26 {
    width: 520px;}

.col27 {
    width: 540px;}

.col28 {
    width: 560px;}

.col29 {
    width: 580px;}

.col30 {
    width: 600px;}

.col31 {
    width: 620px;}

.col32 {
    width: 640px;}

.col33 {
    width: 660px;}

.col34 {
    width: 680px;}

.col35 {
    width: 700px;}

.col36 {
    width: 720px;}

.col37 {
    width: 740px;}

.col38 {
    width: 740px;}

/*endregion*/

/*region 分页样式*/
.pager {
    background-color: #EAEAEA;
    border-bottom: 1px solid #C8CFDA;
    height: 26px;
    line-height: 26px;
    padding: 5px;}

.pager .page_css {
    color: #003B5D;}

.pager .page_css .btn {
    background: url(images/page_btn.jpg) no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 29px;}

.pager .page_css .text {
    background: white;
    border: 1px solid #90B0C7;
    font-size: 9pt;
    height: 20px;
    line-height: 20px;
    width: 30px;
    padding-right: 5px;
    text-align: center;}

.pager .page_css span.page_left {
    float: right;
    padding-right: 5px;}

.pager .page_css span.page_right {
    background: url(images/page_text.jpg) no-repeat scroll 0 0 transparent;
    float: right;
    margin-top: 2px;
    padding: 0;}

.pager .page_css a {
    background: url(images/bg_23.jpg) repeat-x scroll 0 0 transparent;
    border: 1px solid #90B0C7;
    color: #003B5D;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-top: 2px;
    padding: 2px 8px;
    text-decoration: none;}

.pager .page_css a:hover {
    background: url(images/bg_23_1.jpg) repeat-x scroll 0 0 transparent;}

.pager .page_css span.current {
    background-color: #90B0C7;
    border: 1px solid #90B0C7;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-top: 2px;
    padding: 2px 8px;}

/*endregion */

/* region 标签页式布局样式*/
.count {
    margin-left: 10px;
    width: 99%;}

.count-header {
    border-bottom: 1px solid #999999;
    border-left: 0px solid #999999;
    float: left;
    height: 32px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
    _width: 99%;}

.count-header a {
    float: left;
    padding: 0 30px;
    height: 31px;
    border: 1px solid #999;
    border-left: none;
    margin: 0 0 -1px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: inline;}

.count-header a:hover {
    background: #ccc;}

.count-header a.active {
    background: #FFF;
    border-bottom: 1px solid #fff;}

.count-header a.active:hover {
    background: #FFF;
    border-bottom: 1px solid #fff;}

.count-content-group {
    border: 0px solid #999;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    _width: 99%;
    background: #fff;}

.count-content {
    padding: 20px;}

.count-content-select {
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    margin-left: 50px;
    font-size: 14px;}

.count-content-title {
    border-bottom: 1px dashed #dddddd;
    font-size: 18px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    color: #0099bb;}

.count-content-type {
    line-height: 20px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    width: 700px;
    margin-left: 20px;}

.count-content-type input {
    font-size: 14px;
    vertical-align: middle;}

.count-content-type label {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 50px;
    margin-left: 10px;}

.count-content-note {
    line-height: 20px;
    margin-left: 50px;
    font-size: 14px;
    width: 700px;
    margin-bottom: 15px;}

.count-content-name {
    height: 20px;
    line-height: 20px;
    margin-left: 50px;
    font-size: 14px;}

.count-content-name input {
    border: none;
    width: 600px;
    border-bottom: 1px dashed #cccccc;}

.count-content-table {
    margin-top: 20px;
    margin-left: 50px;
    width: 700px;
    border: 1px solid #333333;
    margin-bottom: 20px;}

.count-content-table th, .count-content-table td {
    border: 1px solid #333333;
    line-height: 30px;
    padding-left: 1%;}

.center.count-content-table th, .center.count-content-table td {
    text-align: center;}

.count-content-table input {
    width: 180px;}

.count-content-table select {
    width: 187px;}

.count-content-op {
    margin-top: 20px;
    border-top: 2px solid #0068ac;
    padding-top: 10px;}

.displayimage{
    margin-top: 8px;
    padding: 2px;
    border: 1px solid #cccccc;}

.tablessxx{
    border-collapse:collapse;
    width: 900px;
    text-align: center;
    margin-left: 40px;}
.tablessxx th{
    width: 87px;
    border: 1px solid #999;}
.tablessxx td{
    border: 1px solid #999;
    height: 30px;}
.tablessxx input{
    width: 50px;}

.listtable{
    width: 500px;
    border-left: 1px #C6C9CA solid;
    border-right: 1px #C6C9CA solid;
    float: left;
    margin-left: 20px;}
.listtable span{
    font-weight: bold;
    color: #000!important;}
.listtable dl{
    width: 50px;text-align: right;float: left;}
.listtable table td{}

.bhxx-dl{
    width: 195px;
    float: left;}
.bhxx-dd{
    width: 105px;
    float: left;}
.spansty{
        color: #999;
        margin-left: 5px;}
/* endregion 标签页式布局样式*/

