
/* 페이징 */

.WEBPONENT-PAGING-WRAPPER {
	width : 100%;
	text-align: center;
	margin-top: 20px;
	position: relative;
}

.WEBPONENT-PAGING-WRAPPER input {	
	width: 24px; 
	height: 24px; 
	line-height: 24px; 
	background-color: #fff; 
	border: 1px solid #cecfd1; 
	cursor: pointer;
	text-indent: 9999px;
	overflow: hidden;
}
.WEBPONENT-PAGING-WRAPPER input[class*="DISABLED"],
.WEBPONENT-PAGING-WRAPPER input[disabled],
.WEBPONENT-PAGING-WRAPPER input:disabled {
	cursor: default; 
	background-color: #f6f6f6; 
	border-color: #cecece;
}
.WEBPONENT-PAGING-LEFT {
	margin-right: 10px;
	margin-left: 5px; 
	background:url("/WEB-APP/webponent/grid/img/spr_grid.png") 7px 6px no-repeat;
}

.WEBPONENT-PAGING-START {
	margin-left: 0;
	background:url("/WEB-APP/webponent/grid/img/spr_grid.png") -26px 6px no-repeat;
}

.WEBPONENT-PAGING-RIGHT {
	margin-left: 10px;
	background:url("/WEB-APP/webponent/grid/img/spr_grid.png") -64px 6px no-repeat;
}

.WEBPONENT-PAGING-END {
	margin-left: 5px; 
	background:url("/WEB-APP/webponent/grid/img/spr_grid.png") -98px 6px no-repeat;
}

.WEBPONENT-PAGING-LEFT-DISABLED {
	background:url("/WEB-APP/webponent/grid/img/spr_grid.png") 7px -29px no-repeat;
}

.WEBPONENT-PAGING-START-DISABLED {
	background:url("/WEB-APP/webponent/grid/img/spr_grid.png") -26px -29px no-repeat;
}

.WEBPONENT-PAGING-RIGHT-DISABLED {
	background:url("/WEB-APP/webponent/grid/img/spr_grid.png") -64px -29px no-repeat;
}

.WEBPONENT-PAGING-END-DISABLED {
	background:url("/WEB-APP/webponent/grid/img/spr_grid.png") -98px -29px no-repeat;
}

.WEBPONENT-PAGING-A {
	display: inline-block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
}		

.WEBPONENT-PAGING-A-SELECTED {
	color: #1f80d2;
    background: none;
    border: 0;
}

.WEBPONENT-PAGING-WRAPPER span {
	color: #333333;
}

.WEBPONENT-PAGING-TOTAL-COUNT-TEXT {
	position: absolute;
	bottom: 4px;
	right: 10px;
}