.default_container {
	position: relative;
}

.default_pgContainer {
	min-height:100px;
	_height:100px;
}

.default_pgToolbar {
	height:30px;
	valign:middle;
	font-size:12px;
	border:1px solid #DADADA;
	background: url(bg.gif);
	margin:10px 0 -1px 0;
}

.default_pgToolbar td {
	font-size:12px;
	padding:0 1px 0 1px;
}

.default_pgPanel {
	float:left;
	padding:0 10px 0 10px;
}

.default_pgBtn {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	margin:1px;
}

.default_pgPress {
	margin:2px 0 0 2px;
}

.default_pgPrev {
	background: url(./prev.gif) no-repeat center;
}

.default_pgPrevDisabled {
	background: url(prev_disabled.gif) no-repeat center;
	cursor:auto;
}

.default_pgNext {
	background: url(next.gif) no-repeat center;
}

.default_pgNextDisabled{
	background: url(./next_disabled.gif) no-repeat center;
	cursor:auto;
}

.default_pgFirst {
	background: url(./first.gif) no-repeat center;
}

.default_pgFirstDisabled {
	background: url(first_disabled.gif) no-repeat center;
	cursor:auto;
}

.default_pgLast {
	background: url(last.gif) no-repeat center;
}

.default_pgLastDisabled {
	background: url(./last_disabled.gif) no-repeat center;
	cursor:auto;
}

.default_pgRefresh {
	background: url(nowait.gif) no-repeat center;
}

.default_pgLoad {
	background: url(loading.gif) no-repeat center;
}

.default_pgCurrentPage {
	width:30px;
	height:16px;
	line-height:16px;
	text-align:center;
	border:1px solid #CCCCCC;
	background:url(text_bg.gif) repeat-x;
}

.default_pgSearchInfo {
	padding-left:20px;
}

.default_mask {
	width: 100%;
	height: 100%;
	background: url(loading.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:.70;
}

.default_separator {
	width:2px;
	height:20px;
	background: url(separator.gif) no-repeat center;
}



 /*分页start*/

 .zhypage {
	padding: 50px 0 70px;
	text-align: center;
	color: #333333;
	line-height: 32px;
  }
  
  .zhypage a {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	color: #333333;
	margin: 0 2px;
	border: 1px solid #dddddd;
	font-size: 16px;
	border-radius: 2px;
  }
  
  .zhypage a.index,
  .zhypage a.end {
	width: 48px;
  }
  
  .zhypage a.next {
	width: 65px;
  }
  
  .zhypage a.cur {
	background: #005bac;
	color: #ffffff;
  }
  
  .zhypage font {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	font-size: 0;
  }
  
  .zhypage font span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	float: left;
  }
  
  .zhypage font span {
	line-height: 27px;
	margin-right: 3px;
  }
  
  .zhypage input {
	margin: 0 2px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dddddd;
	width: 44px;
	float: left;
	margin-top: -2px;
	border-radius: 2px;
	box-sizing: border-box;
  }
  
  .zhypage #go {
	text-align: center;
	border: 1px solid #dddddd;
	width: 44px;
	height: 32px;
	background: #005bac;
	cursor: pointer;
	color: #fff;
	margin-left: 10px;
	line-height: 32px;
	border-radius: 2px;
	margin-top: -2px;
  }
  
  .zhypage #go {
	outline: none;
  }
  
  .zhypage #go:focus {
	outline: 0;
  }
  
  /* 分页end */
