﻿

                                                /*CSS_GridView以及TAB样式使用须知【务必仔细阅读】*/

          /*注意！注意！各位注意了！CSS文件里面加载的图片路径有可能会出现错误，显示不出来，如果出现上述状况请认真检查下图片路径是否正确！谢谢配合*/


body { margin :0px; padding :0px;}

 .GridView {font-family: Arial,宋体; font-size: 12px;}
 a {color: blue;text-align: center;text-decoration: none;}
 a:hover {color: blue;text-align: center;text-decoration: underline;}
 /*行样式*/
  .GridViewRow { background:#dbefff; color:#000; line-height:15px;}
 /*表头样式*/
  .GridViewHeader {line-height:17px;color:#fff;background:url(../../Image/gridviewdbg.png) repeat-x; background-color : #2070ae;}
  .GridViewHeader a {color:#fff;text-decoration:none;}
  .GridViewHeader a:hover {color:#fff;text-decoration:underline;}
   
 /*脚模版样式*/
  
  .GridViewFoot { background:#5D7B9D; font-weight :bolder; color:White;}
  	
 /*分页样式*/
  	
  .GridViewPage { color:#fff; background:#2979b8;line-height:15px; font-size:12px;}
  .GridViewPage a {color:#fff;font-size:12px;}
  .GridViewPage a:hover {color:#fff;font-size:12px;}
  
  
  /*选择项*/
  .GridViewSelect
  {
  	  background:#E2DED6;
  	  color:#333333;
  	  line-height:15px;
  }
  
 /*编辑项样式*/
  
   .GridViewEdit
  {
  	background:#dfdfdf;
  	color:#368914;
  	line-height:15px;
  	font-size:12px;
  }

  
 /*交替项样式*/
  
  .GridViewAlter
  {
  	background:#fff;
  	font-size:12px;
  	color:#000;
	line-height:15px;
  }
  
 /*空模版项样式 0066CC #2271b0 */
 .GridViewEmpty
{
    background:#2070ae;
    color: #fff;
    text-align: center;
    line-height:15px;
}



/***********************************************备用 ：GridView表格线样式  #E0E0E0 *********************************************************/
.table_border { border-collapse: collapse; border: none;}
.table_border td {border: solid 1px gray ; }
.table_border th {border: solid 1px gray ; }


/***********************************************TabContainer样式*********************************************************/

 /*整体按钮底样式*/
.ajax_tab_menu .ajax__tab_header{font-family:宋体;height:26px;font-size:12px;}

/*资料区  可加边框： border:1px solid gray;  */   
.ajax_tab_menu .ajax__tab_body {font-family:宋体;font-size:12px;padding:3px;border:1px solid gray; }

 /*预设样式*/
.ajax_tab_menu .ajax__tab_tab{background:url("../Image/Off.png") repeat-x;height:25px;line-height:25px; border:1px solid gray; text-align:center;margin-right:4px;margin:0; padding-left:10px; padding-right:10px;background-color :#D0D0D0;border-top-left-radius:3px;border-top-right-radius:3px;}

 /*鼠标经过样式*/
.ajax_tab_menu .ajax__tab_hover .ajax__tab_tab{ background-color :White ; height:25px;color:black ;line-height:25px;text-align:center; padding-left:10px; padding-right:10px;}

 /*当前使用中样式*/
.ajax_tab_menu .ajax__tab_active .ajax__tab_tab{background:url("../../Image/TabMenuSel.png") repeat-x; height:25px; line-height:25px;text-align:center;color: #700000; padding-left:10px; padding-right:10px;}

/*tabpading=0,所以内部在放一个DIV容器，此DIV不显示边框，但要设置与TAB容器之间的 margin  */
.tab_tab_DIV { margin :4px; padding :0px; border :none;}

/***********************************************TextBox样式*********************************************************/
.txtbox { height :22px; border :solid 1px gray; text-align :center; font-size :12px;border-radius: 3px;}
.txtbox_MulitLines {border:none; text-align:left ; font-size :12px; padding:0px; width :100%}
.Button { background-color:#F5F5F5; border :solid 1px gray;border-radius: 3px; }
.chkbox {height:18px;line-height:18px; vertical-align:middle; border:dotted 1px red; padding-left :0px; padding-top :5px; padding-bottom :5px;padding-right:5px; text-align:left; }
