﻿/*// consolidated paging styles //*/

/* paging control css from UXB1 */
.pages div {padding:2px 0 0 0;}

.pages ul {list-style:none; padding:0; display:inline; margin:0 5px 0 5px;}
.pages ul li {display:inline; margin:0 5px 0 5px;}

.pages {text-align:right; float:right; padding:10; margin:3px 0 0 0; border:0px green solid;}
.comments .pages {
	text-align:right; 
    float:right;  
    margin:-30px 10px 0 0;
}

/* new 'page X of X' paging */
.content .displaying {
	float:left; 
	margin:0 28px 0 0;  
	display:inline; 
}
.content .text-input {
	background-color:#000; 
	border:1px solid #fff; 
	width:17px; 
	text-align:center; 
	padding:2px 0; 
}
.go {width:auto; height:auto;} /* width:29px; height:20px; */

/* new '1 2 3 4 ...' paging */
.content .paginator li {
	/*float:left; */ 
	padding:0 0 0 8px; 
}

.comments .paginator {float:right !important; margin:22px 147px 0 0 !important; display:inline;}
.comments .paginator .previous {
	float:left; 
	width:7px; 
	height:9px; 
	text-indent:-9999px; 
	overflow:hidden; 
	margin:5px 0 0; 
	background:url(/assets/images/arrow-ico5.gif) no-repeat; 
}
.comments .paginator .next {
	float:left; 
	width:7px; 
	height:9px; 
	text-indent:-9999px; 
	overflow:hidden; 
	margin:5px 0 0 10px; 
	background:url(/assets/images/arrow-ico6.gif) no-repeat; 
}
.comments .paginator span {
	float:left; 
	margin:0 0 0 10px; 
	display:inline; 
}
.comments .paginator .text-input2 {
	float:left; 
	border:1px solid #fff; 
	background-color:#000; 
	width:17px; 
	padding:2px 0; 
	text-align:center; 
	margin:0 0 0 10px; 
	display:inline; 
}
