#paging {
	margin-top:10px;
	padding: 0;
	padding-bottom: 17px;
	overflow: hidden;
	width: 100%;
	font-size: 0.9em;
}
#paging li {
	float:left;
	list-style-type:none;
	margin:0 3px;	
}
#paging a {
	display:block;
	float:left;
	border:1px solid #D6D6D6;
	padding:2px 6px;
	color:#666;
	text-decoration: none;
}
#paging a:hover {
	border:1px solid #37536B;
	text-decoration:none;
	color:#FFF;
	background:#7F9DB9;
}
#paging li.current {
	margin:0 1px;
	border:0;
	padding:3px 7px;
	color:#0071B0;
	font-weight:bold;
}
#selectPage {
    width:96px;
    color:#666;
    border:1px solid #D6D6D6;
}
#selectPage_text {
    padding:2px 6px;
    cursor: pointer;
}
#selectPage_action {
    padding:2px 6px;
    background:#F0F0F0;
    color: black;
}
#selectPage span {
    width:35px;
    height:15px;
    text-align:left;
}
#selectPage input {
    width: 25px;
    height: 15px;
    margin: 0;
    padding: 0;
    font-size: 0.95em;
}
#selectIPP {
    position: relative;
    top: 0;
    width: 97px;
    border:1px solid #D6D6D6;
    color:#666;
}
#selectIPP_text {
    padding:2px 6px;
}
#selectIPP_action {
    padding:2px 6px;
    background:#F0F0F0;
    color: black;
}
#selectIPP span {
    position:absolute;  
    top:2px;
    left:67px;
    width:35px;
    height:15px;
    text-align:left;
}
#selectIPP select {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 15px;
    margin: 0;
    padding: 0;
    font-size: 0.95em;
}