﻿* {
    margin: 0;
    padding: 0;
}

body{
    font-size: 12px;
    font-family: "微软雅黑"
}

ul, li {
    list-style: none;
}
._Attr{
    padding:15px;
    height:70px;
}
._AttrTitle{
    background-color:#f2f2f2;
    height:25px;
    line-height:25px;
    font-weight:bold;
    width:100%;
    border:1px solid #ccc;
    color:#3e76b1;
}
._AttrTitle li{
    margin-left:8px;
}
._AttrData{
    padding:10px;
}
._AttrData li{
    float:left;
    width:50%;
    height:25px;
}
._AttrDataColum{

}
._AttrDataValue {

}
._AttrDataValue input{

}
._AddItem{
    clear:both;
    height:25px;
    padding-right:15px;
}
._AddItemBtn{
    float:right;
    width:70px;
    height:24px;
    background-color:#8bc429;
    text-align:center;
    line-height:24px;
    border:1px solid #ccc;
}
._AddItemBtn a{
    text-decoration:none;
    color:white;
}
._BtnItem{
    width:150px;
    margin:0 auto;
    clear:both;
    height:35px;
}
._BtnItem ul{

}
._BtnItem input{
    width:60px;
    height:20px;
}
._BtnItem ul.BtnSubmit{
    float:left;
}
._BtnItem ul.BtnReset{
    float:right;
}
._BtnItem ul.BtnSubmit input{
    border:1px solid #0064b5;
    background-color:#49a3ff;
    color:white;
}

._BtnItem ul.BtnReset input{
    border:1px solid #8f8f8f;
    background-color:#f5f5f5;
    color:#767676;
}

._DataItem{
    margin:15px;
    margin-top:5px;
    border:1px solid #ccc;
    height:260px;
    overflow:scroll;
    overflow-x:hidden;
}
._DataItem ._AttrTitle{
    border:0;
}
._DataItem table{
    width:100%;
}
._DataItem .column{
    background-color:#f2f2f2;
    height:25px;
    line-height:25px;
    font-weight:bold;
    color:#3e76b1;
}
._DataItem td{
    padding-left:10px;
}
.row{
    
}
.row a{
    color:#3e76b1;
}
._DataItem .row td{
    height:25px;
    line-height:25px;
    border-bottom:1px solid #eeeeee;
}
._DataItem input{
    width:550px;
}
._DataItem ul{
    width:100%;
    clear:both;
}
.TextItem{
    margin-top:10px;
    padding-left:10px;
}
._TextContent{
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
    margin-top:10px;
    height:215px;
}
.TextContentTitle{
    padding-left:15px;
    padding-right:15px;
    margin-top:10px;
}
._TextContentArea{
    width:100%;
    height:160px;
}
._LinkItem{
    padding-left:25px;
    padding-top:25px;
    height:200px;
}
._LinkItem label{
    margin-left:3px;
}
._LinkItem input{

}
._LinkItem ul{
    clear:both;
    height:40px;
}
._LinkItem li{
    float:left;
}
._AttrName{
    float:left;
}
._AttrReturn{
    float:right;
}
._AttrReturn img{
    float:right;
    margin-top:4px;
    margin-right:5px;
    margin-left:5px;
}
._AttrReturn a{
    color:#3e76b1;
    text-decoration:none;
}
._AttrMsg{
    padding-left:10px;
    padding-top:10px;
    padding-bottom:15px;
}
._AttrMsg li{
    float:left;
}
.tabs{

}
.tabs-container{
    clear:both;
    height:350px;
}
#tabs-btn {
    clear: both;
    width:100%;
    height:25px;
    line-height:25px;
    background-color:#e4e5e4;
}
.tabsBtn{
    cursor:pointer;
}
    #tabs-btn ul {
        float: left;
        padding:0 13px;
        height:25px;
        border-bottom:1px solid #ccc;
    }
    #tabs-btn ul.tabs-active{
        background-color:#fff;
        border:1px solid #ccc;
        border-bottom:0;
        border-top:0;
        padding:0 12px;
        color:#3e76b1;
        font-weight:bold;
    }