﻿body {
}

/*表单界面格式*/
.form-title{
      font-size: 16px;
      font-weight: bold;
      padding: 5px 0;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
}

.dv-form-container{
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
}

.dv-form-row
{
    width:100%;
    clear:both;
}

.dv-form-item{
     margin-bottom: 5px;
     float:left;
}

.dv-form-item label{
     display: inline-block;
     text-align: right;
     width: 100px;
}
.dv-form-item span {
     color: GrayText;
}

.td-form-lable{

}
.td-form-control{

}
.td-form-comment{

}

/*数据维护界面表格CSS*/
.info-table {
    width: 100%;
    border: none;
    margin-top:5px;
    margin-bottom:5px
}

.info-table td {
    height: 30px;
    padding-left: 5px;
    padding-right:5px;
    border-bottom: dashed 1px #ccc;
    /*border-left:dashed 1px #ccc;*/
    font-size: 15px;
}

.info-table .td-lable {
    text-align: right;
    width: 100px;
    color:GrayText;
}

.info-title {
    background-color: #F4F4F4;
}

.info-table-label{
    color:GrayText;
    font-size:12px;
}

/*网格表格CSS*/

table.gridtable {
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: dashed;
    border-color: #ccc;
    text-align: center;
}

table.gridtable td {
    border-width: 1px;
    padding: 5px;
    border-style: dashed;
    border-color: #ccc;
    text-align: center;
}

table.reporttable
{  
    border-collapse: collapse;  
    margin: 0 auto;  
    text-align: center;  
    width:100%;
}  
table.reporttable td, table.reporttable th  
{  
    border: 1px solid #cad9ea;  
    color: #666;  
    height: 30px;  
}  
table.reporttable thead th  
{  
    background-color: #F4F4F4;    
}  
table.reporttable tr:nth-child(odd)  
{  
    background: #fff;  
}  
table.reporttable tr:nth-child(even)  
{  
    background: #F5FAFA;  
} 

/*上传文件小窗体CSS*/
.ctner {
    padding: 13px 10px;
    border: 1px solid #c1bcbc;
    border-radius: 6px;
    margin: 3px;
}

/*去掉超级链接的默认格式的css*/
.action-a {
color: #3c3c3c;
text-decoration:none;
}

.action-a:hover{
     color: #ff6000;
}

.action-btns{ padding:5px 5px 0px 5px;}

.info-a{
    color:inherit;
}

.info-a:hover{
     color: #ff6000;
}

.table-list-worker{
    border:dotted #8080C0; border-width:1px 1px 0px 1px;width:100%;
}

.table-list-worker td{/*border:dotted #8080C0; border-width:0px 1px 1px 0px;*/}