/*解决gridview超链列不能设样式问题*/
A { FONT-SIZE: 12px; COLOR: #545454; TEXT-DECORATION: none }
A:hover { FONT-SIZE: 12px; COLOR: #767676; TEXT-DECORATION: none }
	
.gridview1_table{

color:#505254;
font-size:12px;
border:#d8dce5 1px solid;
border-collapse:collapse;
table-layout:fixed;
width:100%;
}
.gridview1_header{
height:38px;
line-height:38px;
/*background-color:#E2E2E2;*/
background-image: url("homeimagesleveltwo_table_head_bg.gif");
text-align:center;
font-weight:bold;
FONT-SIZE: 13px; 
border-bottom: 1px solid #d8dce5; 


}

.gridview1_RowStyle{
height:35px;
background-color:#FFFFFF;

}
/*交替行*/
.gridview1_AlternatingRowStyle{
height:35px;
background-color:#f3f9f3;
}

.gridview_PagerRow{

font-size:13px;
height:40px;
line-height:40px;
background-color:#eff3f8;
border-bottom: #d8dce5 1px solid;
border-left: #d8dce5 1px solid;
border-right: #d8dce5 1px solid;

}

.gridview_RowTD{
border-bottom: #EDEDED 1px solid;

}

/*第一列空格*/
.gridview_FirstField
{
    border-bottom: #EDEDED 1px solid;
    padding-left:10px;
}



/*新增扁平化样式*/
 .input_table 
	 {
	     	color:#393939;
	        font-size:13px;
			font-family:微软雅黑; 
	        text-decoration: none;
	 }
	 .input_table  tr
	 {
	        height:45px;
	 }
     .input_table input[type="text"]
     {
	     width:200px ;
	     color:#858585;
         height:26px;
		 line-height:26px;
         border:1px solid #d5d5d5;
		 vertical-align:middle;
     }
	   .input_table textarea
     {
	     width:200px ;
	     color:#858585;
         height:60px;
         border:1px solid #d5d5d5;
     }
	 .input_table input[type="password"]
     {
	     width:200px ;
	     color:#858585;
         height:30px;
		 line-height:30px;
         border:1px solid #d5d5d5;
     }
	 .input_table input[type="file"]
     {
	     width:200px ;
	     color:#858585;
         height:30px;
		 line-height:30px;
         border:1px solid #d5d5d5;
     }

	  
	   .input_table input[type="submit"]
	  {
	      width:100px;
          background-color:#428bca;
		  height:30px;
		  font-family:微软雅黑; 
		  font-size:13px; 
		  color:#FFFFFF;
		  line-height:30px;
		  border:0px none ;
		  vertical-align:middle;
	  }
	 .input_table input[type="submit"]:hover
	  {
          background-color:#3071a9;
	  }
	  .input_table input[type="button"]
	  {
	      width:100px;
          background-color:#428bca;
		  height:30px;
		  font-family:微软雅黑; 
		  font-size:13px; 
		  color:#FFFFFF;
		  line-height:30px;
		  border:0px none ;
		  vertical-align:middle;
	  }
	 .input_table input[type="button"]:hover
	  {
          background-color:#3071a9;
	  }
	  
	  
	  
	 .input_table select
     {
	     width:200px ;
	     color:#858585;
         height:30px;
		 line-height:30px;
         border:1px solid #d5d5d5;
     }