﻿*{
	margin:0; padding:0;
	font-size:12px;
}
html,body,form
{
    height:100%;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
a{
	text-decoration:none;
	color:#000;
}
div#div_list
{
    width:100%;
    height:100%;
    overflow:hidden;
}
div#centent_body
{
    width:100%;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
}
div.d_grid
{
    height:86%;
    width:99%;
    margin:0 auto; 
	overflow:auto;
    position: absolute;
}
.x-grid3
{
	border-collapse:collapse;
	/*width:100%;*/
	border:1px solid #EDEDED;
	table-layout:auto;
}
.x-grid3 td{
	border-right:1px solid #bfd8f6;
	border-bottom:1px solid #bfd8f6;
	border:1px solid #bfd8f6;
	border-top:0px none;
	height:23px;
	padding: 0px 2px;
}
.ftable_header,
.x-grid3-hd-row{
	height:23px;
	border-left:1px solid #A6C2D7;
	width:100%;
	word-break:break-all;
	word-warp:nowarp;
	border-bottom:none;
	 /*position:relative;
    left:expression(0-document.getElementById('d_grid').scrollLeft);
   top:expression(document.getElementById('d_grid').scrollTop);*/
    position: relative; 
    top: expression(this.offsetParent.scrollTop); 
    z-index: 10;
}
.x-grid3-hd-row td,
.x-grid3-hd-no td
{
	/*border:1px solid #000;*/
	background:url('../images/list/bgkj_03.gif');
	border-bottom:none;
	white-space:nowrap;
    font-weight:bold;
}
.x-grid3-hd-row td a
{
	text-decoration:none;
}
.x-grid3-hd-row td.x-grid3-first-cell
{
	position: relative; 
    left: expression(this.parentElement.offsetParent.scrollLeft);
}
.x-grid3-hd-row td{
	text-align:center;
}
.x-grid3 td.x-grid3-cell-checker{
	text-align:center;
}
.x-grid3-cell-first
{
	width:35px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position-x: right;
	background-position-y: center;
	background-color:#fff;/* transparent;*/
	text-align:right;
	background-image: url("../Images/default/grid/grid3-special-col-bg.gif");
    position: relative;
    left: expression(this.parentElement.offsetParent.parentElement.scrollLeft);
	border-right:0px solid #bfd8f6;
	border-bottom:1px solid #bfd8f6;
}
.x-grid3 tr td table tr td{
	border:none;
}
.t_head{ display:none;}
.aspNetpager
{
    width: 100%;
    height: 25px;
    position: absolute; 
    bottom: 0px; 
    border-top:1px solid #A6C2D7;
    vertical-align: bottom;
    background-image:url(../images/default/toolbar/bg.gif);
    BORDER-BOTTOM-COLOR: #a9bfd3; background-color:#d0def0;	
}
#AspNetPager1
{
	margin-left:5px;
	line-height:22px;
}
.pageSize
{
	width: 40px; 
	text-align: right;
	border:1px #9fa3bc solid;
	padding-right:2px;
}
/****DataGrid*********/
#myDataGrid td
{
	padding-left: 5px;
	padding-right: 5px;
}

/*选中的*/
.datagrid-checked
{
	background-color: #dfe8f6;
}
/*不可选择的项*/
.datagrid-unchecked
{
	/*background-color: #DEEBFC;*/
}