@CHARSET "UTF-8";
.grid-column-button {
	height: 30px;
	width: 99%;
	vertical-align: bottom;
	padding: 0px;
	background: url(images/bg.png);
	cursor: pointer;
}
/**
		 * 	表格单表头标题行的背景样式
		 */
.grid-head-tr {
	background: url(images/headthbg.png) repeat left bottom;
	background-image: -moz-linear-gradient(top, #f2f2f2, #f2f2f2);
	/* Firefox */
	background-image: -webkit-linear-gradient(top, #f2f2f2, #f2f2f2);
	/* Saf4+, Chrome */
	background-image: -o-linear-gradient(top, #f2f2f2, #f2f2f2);
	/* Opera11.10+ */
	background-image: -ms-linear-gradient(top, #f2f2f2, #f2f2f2);
	cursor: default;
}

/**
		 * 	标题th的样式
		 */
.grid-thead-th {
	border-right: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	border-top: 1px #e6e6e6 solid;
	white-space: nowrap;
}

#ajaxgridTbl_TopLeft {
	border-left: 1px #e6e6e6 solid;
}

#ajaxgridTbl_Left {
	border-left: 1px #e6e6e6 solid;
}

/**定义单元格td样式*/
.grid-td-border {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 0px;
	border-top: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	empty-cells: show;
	padding-left: 3px;
	padding-right: 3px;
}
/***
*可编辑列标识样式
*/
.grid-editor-flag {
	border-top: 0px solid #2db7f5;
}
#ajaxgrid td{
	text-align: center;
}

#ajaxgrid2 td{
	text-align: center;
}

#ajaxgrid3 td{
	text-align: center;
}

#ajaxgrid4 td{
	text-align: center;
}

.grid-condiv{
	text-align: center;
}
