@charset "utf-8";
/* CSS Document */
/*Author:Alan*/
/*整个grid的外衣*/
.grid_wrap table {
	width: 100%;
	border-collapse: collapse;
}

.render {
	position: relative;
}

.grid_wrap {
	border: 1px solid #02A1EB;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	height: 100%;
}

/*grid的字段描述部分*/
.grid_head {
	background: url(./imgs/grid_head_bg.jpg);
	height: 24px;
}

.grid_head tr {
	height: 22px;
	line-height: 22px;
}

.grid_head td {
	text-align: center;
	background: url(./imgs/grid_head_border_r.jpg) no-repeat;
	background-position: right;
	border-bottom: 1px solid #02A1EB;
	font-weight: bold;
}

/*grid 的内容部分*/
.grid_content {
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.grid_content div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.grid_content table {
	overflow-x: hidden;
}

.grid_content_center {
	text-align: center;
}

.grid_content_normal {
	text-indent: 12px;
}

.grid_content .actionBt {
	color: blue;
	text-decoration: none;
	margin-right: 1em;
}

.grid_content a:hover {
	color: red;
	text-decoration: underline;
}

.grid_content_rows_hover {
	background: #E7F8FF;
}

.grid_content td {
	border-bottom: 1px dotted #CCC;
	height: 2.5em;
	line-height: 2.5em;
	white-space: nowrap;
}

.grid_actions {
	text-align: center;
}

/*grid的分页部分*/
.grid_foot {
	text-align: center;
	padding-top: 3px;
	position: absolute;
	border-top: 1px solid #02A1EB;
	bottom: 0;
	width: 100%;
	height: 28px;
	background: #FBFCDC;
}

.grid_foot .firstBt {
	border: 1px solid #036CB4;
	color: #036CB4;
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
}

.grid_foot .normalBt {
	border: 1px solid #036CB4;
	color: #036CB4;
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}

.disabledBt {
	border: 1px solid #DDD;
	color: #ccc;
	font-size: 12px;
	margin-right: 5px;
	height: 20px;
}

.grid_foot .hoverBt {
	color: #FFF;
	background: #036CB4;
	font-size: 12px;
	border: 1px solid #CCC;
	cursor: pointer;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}

.grid_foot .endBt,.preBt,.nextBt {
	border: 1px solid #036CB4;
	color: #036CB4;
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
}

.win_bg {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 450px;
	filter: alpha(opacity = 80); /*IE*/
	opacity: 0.8; /*Mozilla*/
	left: 0;
	top: 0;
}

.loading_flont {
	position: absolute;
	font-size: 12px;
	z-index: 101;
	top: 200px;
	border: 1px solid #02649C;
	background: #73CFF1;
	text-align: center;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

.loading_flont_table {
	
}

.loading-flont_table td {
	vertical-align: middle;
}

.loading_img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}