@CHARSET "UTF-8";

.grid_nodata {
	height:200px;
	border:solid 1px #efefef;
	text-align: center;
	font-size: 20px;
	color:maroon;
	padding: 40px 20px 0px 20px;
}

.tabin {
	height: 500px;
	overflow:hidden;
	overflow-y: auto;
	text-align: center;
}

.grid_div {
	background-color: white;
	border:solid 1px #9D9FAF;
	border-top: none;
	height:350px;
	overflow: visible;
}
.grid_pager {
	border-top:solid 1px #9D9FAF;
	margin-top:1px;
	padding:2px;

}

.grid_head a {
	text-decoration: none;
	color:white;
}

.grid_head a:hover {
	text-decoration: underline;
	color:#ececec;
}

.col_asc {
	background-image: url(img/ico/sort_up1.gif);
	background-position: 98% center;
	background-repeat: no-repeat;
	padding-right: 14px;
}

.col_desc {
	background-image: url(img/ico/sort_down1.gif);
	background-position: 98% center;
	background-repeat: no-repeat;
	padding-right: 14px;
}

.tb{
	/*border-top:solid 1px #efefef;*/
}
