.container {
	position: relative;
}

.pgContainer {
	/*border:1px solid #DADADA;*/
	min-height:500px; 
    height:auto !important; 
    height:500px;
	line-height: 30px;
}

.pgToolbar {
	height:24px;
	line-height:24px;
	margin: 10px 0 0 0;
	/*border:1px solid #DADADA;*/
	/*background: url(../../images/page/bg.gif);*/
	/*margin:-1px 0 -1px 0;*/
	overflow: hidden;
	clear: both;
}

.pgToolbar div {
	float:left;
	font-size:12px;
}

.pgPanel {
	float:left;
	padding:0 10px 0 30px;
}

.pgBtn {
	width: 20px;
	height: 22px;
	display: block;
	cursor: pointer;
	margin:1px;
}

.pgPress {
	margin:2px 0 0 2px;
}

.pgPrev {
	background: url(../../images/page/prev.gif) no-repeat center;
}

.pgPrevDisabled {
	background: url(../../images/page/prev_disabled.gif) no-repeat center;
	cursor:auto;
}

.pgNext {
	background: url(../../images/page/next.gif) no-repeat center;
}

.pgNextDisabled{
	background: url(../../images/page/next_disabled.gif) no-repeat center;
	cursor:auto;
}

.pgFirst {
	background: url(../../images/page/first.gif) no-repeat center;
}

.pgFirstDisabled {
	background: url(../../images/page/first_disabled.gif) no-repeat center;
	cursor:auto;
}

.pgLast {
	background: url(../../images/page/last.gif) no-repeat center;
}

.pgLastDisabled {
	background: url(../../images/page/last_disabled.gif) no-repeat center;
	cursor:auto;
}

.pgRefresh {
	background: url(../../images/page/nowait.gif) no-repeat center;
}

.pgLoad {
	background: url(../../images/page/loading.gif) no-repeat center;
}

.pgCurrentPage {
	width:24px;
	height:16px;
	line-height:16px;
	text-align:center;
	border:1px solid #CCCCCC;
}

.pgSearchInfo {
	margin-left:20px;
}

.mask {
	width: 100%;
	height: 100%;
	background: url(../../images/page/loading.gif) no-repeat center;
	background-color: #FFFFFF;
	position: absolute;
	z-ndex: 999;
	top:0;
	left:0;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:.70;
}

.cleanFloat {
	clear:both;
	display:none;
}

.separator {
	width:2px;
	height:24px;
	margin:0 5px 0 5px;
	background: url(../../images/page/separator.gif) no-repeat center;
}
