.container
{
	width: 100%;
}

.pgContainer
{
	min-height: 100px;
	_height: 100px;
}

.pgToolbar
{
	width:100%;
	display:table;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
.pgToolbar td
{
	padding:0px 0px;
	font-size: 12px;
	text-align: center;
}
.pgPanel
{
	width: 100%;
}
.addTD
{
	width:230px;
	text-align:left;
}
.pgBtn
{
	width: 20px;
	height: 22px;
	cursor: pointer;
	margin: 9px 1px 0px 1px;
}
.pgPress
{
	margin: 10px 0 0 2px;
}
.pgPrev
{
	background: url(../images/prev.gif) no-repeat center;
}

.pgPrevDisabled
{
	background: url(../images/prev_disabled.gif) no-repeat center;
	cursor: auto;
}

.pgNext
{
	background: url(../images/next.gif) no-repeat center;
}

.pgNextDisabled
{
	background: url(../images/next_disabled.gif) no-repeat center;
	cursor: auto;
}

.pgFirst
{
	background: url(../images/first.gif) no-repeat center;
}

.pgFirstDisabled
{
	background: url(../images/first_disabled.gif) no-repeat center;
	cursor: auto;
}

.pgLast
{
	background: url(../images/last.gif) no-repeat center;
}

.pgLastDisabled
{
	background: url(../images/last_disabled.gif) no-repeat center;
	cursor: auto;
}

.pgRefresh
{
	background: url(../images/nowait.gif) no-repeat center;
}

.pgLoad
{
	background: url(../images/loading.gif) no-repeat center;
}

.pgCurrentPage
{
	width: 24px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.pgSearchInfo
{
	margin-left: 5px;
}

.mask
{
	width: 100%;
	height: 100%;
	background: url(../images/bigloading.gif) no-repeat center;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.separator
{
	width: 2px;
	height: 24px;
	margin: 8px 5px 0 5px;
	background: url(../images/separator.gif) no-repeat center;
}
.norecord
{
	text-align: center;
	line-height: 50px;
	height: 50px;
	border: 1px solid #DADADA;
	font-size: 12px;
	width: 99%;
}

