﻿body
{
    background-color: #fff;
    color: #333;
    background: transparent;
    font: 12px/1.5 Arial, sans-serif;
    width:100%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, a, img, th, td, form, fieldset, iframe, object, pre, code, legend, blockquote
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

form{ padding-left:140px;}

a
{
    text-decoration:none;    
}

ul{list-style:none;}
input[type="text"]{width:150px;border: 1px solid #BBB; height:18px;}
/*input[type="text"],input[type="password"]{width:150px;border: 1px solid #BBB; height:18px;} */
select{width:153px; height:22px;}

table
{
    width: 100%;
    border-spacing:0;
    border-collapse: collapse;
    text-align: center;
    color: #333333;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
 td, th
{
    border: 1px solid #CCCCCC;
    line-height: 28px;
}

th
{
    background-color: #D8D8D8;
    font-weight:normal;
}


html
{
    height:100%;
}
.tab-title{
    line-height: 28px; display:block;  clear:both;font-weight:bold;}
    
/*模板内class*/
.hiddenContent
{
    display:none;
}


/*header 部分*/
.header-bar
{
    position:fixed;
    top:0;
    width: 100%;
    min-width: 960px;
    height: 36px;
    background-position: 0 0;
    background-repeat: repeat-x;
    overflow: visible;
    font-family: 微软雅黑;
    background-color: #333333;
    z-index:10;
}

.header-bar a
{
    color:White;
}

.header-left
{
    float: left;
    height: inherit;
    line-height: 36px;
    text-indent: 20px;
    font-size: 18px;
    font-weight:bold;
    font-family: Microsoft YaHei;
    color: White;
    width: 600px;
}
.header-right
{
    float: right;
    height: inherit;
    line-height: 36px;
    padding-right: 20px;
    color: White;
    cursor:default;
}

.main
{    
    width: 100%;
    min-width:1000px;
    min-height:600px;
    clear:both;
}

/*menu-left 部分*/
.menu-left
{
    position:fixed;
    left:0;
    top:36px;
    float:left;
    min-width:100px;
    
    min-height:300px;
    background-color: #33CCFF;
    clear:both;
    z-index:9;
}

.menu-left-zoom
{
    z-index:0;
    position: fixed;
    bottom:0px;
    float:left;
    min-height:730px;
    min-width:100px;
    background-color: #33CCFF;
     height:100%;
}

.menu-left ul
{
    list-style-type: none;
    position: absolute;
    top: 20px;
    text-indent: 20px;
    width:100%;
}

.menu-left a
{
    display:block; 
    color:White;
    height:36px;
    line-height:36px;
    font-size:14px;
    cursor:pointer;    
}
.menu-left li:hover,a:hover
{
    text-decoration:underline;
}

 .menu-left-visited 
{
    display:block; 
    height:36px;
    width:100%;
    line-height:36px;
    background-color:White;
}
.menu-left-visited a
{
    color:Black;    
}




/*title 部分*/
.title-top
{    
    margin-top:60px;
    margin-left:0;
    height:28px;
}

.title
{
    float:left;
    width: 500px;
    height:28px;
    font-size:18px;
    color:Black;
    overflow:hidden;
}

.table-title
{
    padding: 0;
    width: 100%;
    line-height: 28px;
    background-color: #D8D8D8;
    text-align:center;
}  

.button-area
{
    float:right;    
    margin-right:1%;
    margin-bottom:22px;
    width:98%;
    padding-top:20px;
    height:26px;
}

.button
{
    width:72px;
    height:28px;
    background-color:#D8D8D8;
    border:1px solid #CCCCCC;
    font: 12px/1.5 Arial, Microsoft YaHei;
    cursor:pointer;
}

.button-result
{    
    color:Red;
    display:none;
    margin-top:18px;
}

/*搜索框*/

.top-search
{
    float: left;
    border: 0;  
    min-width:650px; 
    text-align:left;
    display:table;
}
.top-search td, .top-search Table
{
    border: 0;
    text-align:left;
}


/*content-center  部分*/
.Content-Center
{
    float:left;
    margin-left:0;
    width:90%;
    margin-top:20px;
    min-width:900px; 
 }
 
.Content-Left
{
    margin-top:20px;
    float:left;
    margin-left:0;
    width:75%;
    min-width:650px; 
 }

.Content-Right
{    
    position: fixed;
    top:108px;
    right:20px;
    width:18%;

    min-width:220px;
    padding-left:19px;
    border-left: 1px dotted Gray;
 }

.editTable
{
    margin-left: auto;
    margin-right: auto;
}
.editTable th{ background-color: White; width:55px;border-right:none;border-left:none; }
.editTable td{ border-right:none;border-left:none;}

.editBtn
{
    margin-top:20px;
    width: 100%;    
    text-align: center;    
    margin-bottom:20px;
}
.editResult
{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;   
    
    width:100px;
    text-align: center;
    
    color:Red;     
    
}
/*选中行颜色*/
.trActive
{
    background-color: #33CCFF;
    color: White;
}
 .tab tbody tr
{
    cursor:pointer;
}
 .tab tbody tr:hover
{
    background-color: #F3F3F3;
    color: Black;
}


/*多数据布局*/
.Data
{
    float:left;
    margin-left:0;
    margin-top:20px;
    width:100%;
    min-width:650px;    
}

.DataLeft
{
    float: left;
    padding-right: 15px;
    border-right: 1px dotted Gray;
    width: 100px;
}
.DataRight
{    
    margin-left: 140px;
    margin-right:20px;
}

 .tab
{
    margin:20px auto 20px auto;
    width: 100%;
    border: 0;
    text-align: center;
    border: 1px solid #CCCCCC;
}

.tab tbody tr:hover
{
    background-color: White;
    color: Black;
}
.tab th
{
    font-weight: normal;
    background-color: #D8D8D8;
    height: 30px;
    border: 0;
}
.tab td
{
    height: 30px;
    border: 0;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

.tabClick{}
.tabClick td
{
    cursor:pointer;
}

 .tabClick tbody tr:hover
{
    background-color:#F3F3F3;
    color: Black;
}

/*右侧编辑区*/
.editTab
{
    width: 94%;
    float: right;
}

.editTab td
{
    height: 30px;
}