﻿body 
{
  font-size:small;
  width:770px; 
  margin :0 0 0 0;
}
 /*------------------------------|
|  名称：    页面链接            |
|  适用范围：本站所有页面        |
|--------------------------------*/
A:link
{
    color: black;
    text-decoration: none;
}
A:visited
{
    color: threeddarkshadow;
    text-decoration: none;
}
A:active
{
    color: black;
    text-decoration: none;
}
A:hover
{
    color: #ff3300;
    text-decoration: underline;
}
.MainPage
{
    margin:0 0 0 0;
    z-index:1;
    }
#lefhotnav
{
    width: 40%;
	float: left;
	line-height: 10px;
	
    }   
 #lefhotnav ul 
 {
     padding: 0 0 0 0 ;
     width: 100%;

    } 
#lefhotnav li
{
     padding :2px 0 0 0;
     width:50%; 
     display:block; 
     float:left;
    }
/*------------------------------|
|  名称：    管理右部页面       |
|  适用范围：本站所有页面       |
|-------------------------------*/
 .Ftable
  {
   margin-top:0px;
   margin-left: auto;
   margin-right: auto; 
   padding:10px 0 0 0;
   background-color:#efefef;
   width:770px; 
    }
/*------------------------------|
|  名称：    管理右部数据       |
|  适用范围：本站所有页面       |
|-------------------------------*/  
.Dtable
{
   padding:0 0 0 10px;
    background-color: #ffffff;
    width: 770px;   
}
/*------------------------------|
|  名称：    角色管理数据宽度   |
|  适用范围：本站所有页面       |
|-------------------------------*/  
.RoleControl
{
  
    width: 70%;   
}
 .Pagetitle
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-weight: bolder;
    font-size: 13pt;
    color: black;
    font-family: Arial, 宋体;
    padding-top:10px;
    padding-bottom :10px;
    background-color:#ffffff;
}
td 
{
    font-family : tahoma,  fantasy; 
    font-size : 12px;
    line-height : normal;
    background-color:#fff;
  } 
th
{
    height: 24px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    border-bottom: 0;

} 
th a 
{
    color : #fff; 
    text-decoration : none; 
 } 
th a:hover 
{color : #fff;
 text-decoration : underline;
 }
.tableborder
  {
    width : 100%; border:1px none inherit; background-color : #6595d6;
    text-align: center;
    }     
.td_40percent
 {
   width:40%;
    text-align: left;
    }
 .td_60percent
 {
   width:60%;
     text-align: left;
    }
 .td_20percent
 {
   width:20%;
    text-align: left;
    }
 .td_80percent
 {
   width:80%;
     text-align: left;
    }
 /*------------------------------|
|  名称：    用户列表样式        |
|  适用范围：本站所有页面        |
|--------------------------------*/
 .UserlistStyle
{
    width: 100%;
    text-align: center;
    padding:10px 0px;
    border:1px solid #b5b5b5;
    background:#fff;
     border-bottom:none;
     
}
 .UserlistStyle th,.UserlistStyle td
 {
    
    margin:0;
    padding:8px 2px  ;
    text-align :center;
    border-bottom:1px solid #b5b5b5;
    height:1px;
     }
 
 /*------------------------------|
|  名称：    管理导航样式        |
|  适用范围：本站所有页面        |
|--------------------------------*/
 .Adminnavstyle
 {
     background-color:#efefef;
    }
.Adminnavboder
{ 
    background-color:#efefef;
    width:20px;
   
}
 /*------------------------------|
|  名称：    分页部分样式        |
|  适用范围：本站所有页面        |
|--------------------------------*/
.Splitpagestyle
{
    font-family : tahoma,  fantasy; 
    font-size : 12px;
    line-height : normal;
    background-color:#fff;
    text-align:right;
    margin:0px 80px 0px 0px; 
}
 .SubjectStyle
{
    width: 100%;
    text-align: center;
    padding:10px 0px;
    border:1px solid #b5b5b5;
    background:#fff;
     border-bottom:none;
     
}
.SubjectStyle th,.SubjectStyle td
 {
    width:auto; 
    margin:0;
    padding:8px 2px  ;
    text-align :center;
    border-bottom:1px solid #b5b5b5;
    height:1px;
}
.CommnTable
{
   width : 100%; border:1px none inherit; background-color : #6595d6;
    text-align: center;
    }   
 /*------------------------------|
|  名称：    分屏部分样式        |
|  适用范围：左右布局二分屏      |
|--------------------------------*/   
 .leftdiv
 {
     margin:0;
     padding:0 10,0 10;
      float:left;
      width:20%;
    }
  .rightdiv
{
    margin: 0 0 0 0;
    float: right;
    width: 60%;
   
}
 .td_15percent
{
    width: 15%;
    text-align: center;
    height: 25px;
    border-top: #b5b5b5 1px solid;
    border-left: #b5b5b5 1px solid;
 
}
.td_35percent
 {
   width:35%;
   text-align: left;  
    border-top: #b5b5b5 1px solid;
    border-left: #b5b5b5 1px solid;
    border-right: #b5b5b5 1px solid;
  
  }
.colspantd
{
    height: 25px;
    border-top: #b5b5b5 1px solid;
}