.white_container {
	position: relative;
}

.white_pgContainer {
	min-height:100px;
	_height:100px;
}

.white_pgToolbar {
	height:22px;
	border:1px solid #DADADA;
	background: url(imagesbg.gif);
	margin:10px 0 -1px 0;
}

.white_pgToolbar td {
	font-size:12px;
	padding:0 1px 0 1px;
}

.white_pgPanel {
	float:left;
	padding:0 10px 0 10px;
}

.white_pgBtn {
	width: 20px;
	height: 18px;
	display: block;
	cursor: pointer;
	margin:1px;
}

.white_pgPress {
	margin:2px 0 0 2px;
}

.white_pgPerPage {
	height:18px;
	font-size:11px;
}

.white_pgPrev {
	background: url(imagesprev.gif) no-repeat center;
}

.white_pgPrevDisabled {
	background: url(imagesprev_disabled.gif) no-repeat center;
	cursor:auto;
}

.white_pgNext {
	background: url(imagesnext.gif) no-repeat center;
}

.white_pgNextDisabled{
	background: url(imagesnext_disabled.gif) no-repeat center;
	cursor:auto;
}

.white_pgFirst {
	background: url(imagesfirst.gif) no-repeat center;
}

.white_pgFirstDisabled {
	background: url(imagesfirst_disabled.gif) no-repeat center;
	cursor:auto;
}

.white_pgLast {
	background: url(imageslast.gif) no-repeat center;
}

.white_pgLastDisabled {
	background: url(imageslast_disabled.gif) no-repeat center;
	cursor:auto;
}

.white_pgRefresh {
	background: url(imagesnowait.gif) no-repeat center;
}

.white_pgLoad {
	background: url(imagesloading.gif) no-repeat center;
}

.white_pgCurrentPage {
	width:20px;
	height:14px;
	line-height:14px;
	text-align:center;
	border:1px solid #CCCCCC;
	background:url(imagestext_bg.gif) repeat-x;
}

.white_mask {
	width: 100%;
	height: 100%;
	background: url(imagesloading.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;
}

.white_separator {
	width:2px;
	height:14px;
	background: url(imagesseparator.gif) no-repeat center;
}