﻿body
{
margin: 0px;
width: auto;
background-color:#ECE9D8;
font-size: 12px; 
}

 .txtbox                        /*txtbox样式*/
 { height:18px; 
 font-size:12px ;
 }
 
 .label , .labelred             /*label标签样式*/
 {
     font-size:12px;
 }
 
  .labelred                      /*label红色*/
{
    color: #FF0000;
}

   .button                        /*按钮样式*/
{
}
                                 /*滑动左栏样式*/
.lt0 {
	BORDER-RIGHT: #f1f1f1 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #f1f1f1 1px solid; PADDING-LEFT: 6px; BACKGROUND: #f1f1f1; PADDING-BOTTOM: 0px; BORDER-LEFT: #f1f1f1 1px solid; CURSOR: hand; PADDING-TOP: 0px; BORDER-BOTTOM: #f1f1f1 1px solid
}

.lt1 {
	BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 6px; BACKGROUND: #ccc; PADDING-BOTTOM: 0px; BORDER-LEFT: #999 1px solid; CURSOR: hand; PADDING-TOP: 0px; BORDER-BOTTOM: #999 1px solid
}

.foot                              /*页脚*/
{

}
a.foot{text-decoration:none}
a.foot:link
{color:#000000}
a.foot:visited
{color:#000000}
a.foot:hover
{color:#000000}
a.foot:active
{color:#000000}



/*后台样式开始*/

 /*首页样式*/

#default_center          /*首页中部*/
{
    	height: 600px;
    background-image: url(' ../Images/bg_default.jpg' );
    background-repeat: repeat-x;
    	text-align: center;
}

#default_bottom
{
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}
#default_biaoti
{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    padding: 100px 40px 40px 40px;
}
 #default_center_denglu     /*首页登录总体样式*/
 {
    height: 200px;
	width: 300px;
	border: 2px solid #999999;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #FFFFFF;}
	
 #default_center_denglu1     /*登录框标题*/
{
    font-size: 14px;
    font-weight: bold;
    background-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 4px;
}
	    
 #default_center_denglu2        /*中部登录框样式*/
{
    margin-top: 10px;
    margin-bottom: 10px;
}
                                /*下部登录框内公告样式*/
#default_center_denglu3
	{
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 2px;
	}
 
 .form_default                  /*首页主体样式*/
{
    background-color: #FFFFFF;
}

.neirongformbox
{
    margin: 20px auto auto auto;
    width: 99%;
}

 .lanmubiaoti                   /*标题样式*/
{
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 13px;
}

.zhengwen                       /*栏目正文内容*/

{
    text-align: center;
    line-height: 200%;
}

 .gridviewrow                   /*数据表样式*/
{
    text-align: center;
    color: #000000;
    font-size: 12px;
}

.gzchaxun                      /*工资查询框样式*/
{
    padding: 3px;
    border: 1px solid #003399;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.lstable                     /*正文表格样式*/
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
 padding: 4px;
}
                            /*左侧单元格样式*/
.tbleft   
{
 text-align: right;
 width :180px;
 height :30px;
}
                           /*右侧单元格样式*/
.tbright
{
 text-align :left ;
}

                           /*一列单元格样式*/
.tbcenter 
{
    height: 30px;
    text-align :center ;
}