.yui-pg-container {
	display:block;
	margin:0;
	white-space:nowrap;
	text-align:center;
}
.yui-pg-first, .yui-pg-previous, .yui-pg-next, .yui-pg-last, .yui-pg-current, .yui-pg-pages, .yui-pg-page {
	display:inline-block;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	zoom:1;
}
.yui-pg-pages {
	padding:0;
	width:auto;
	text-align:center;
	top:-5px;
	*top:0px;
	position:relative;
}
.yui-pg-current {
	padding:3px 0;
	
}
a.yui-pg-first:link, a.yui-pg-first:visited, a.yui-pg-first:active, a.yui-pg-first:hover, a.yui-pg-previous:link, a.yui-pg-previous:visited, a.yui-pg-previous:active, a.yui-pg-previous:hover, a.yui-pg-next:link, a.yui-pg-next:visited, a.yui-pg-next:active, a.yui-pg-next:hover, a.yui-pg-last:link, a.yui-pg-last:visited, a.yui-pg-last:active, a.yui-pg-last:hover, a.yui-pg-page:link, a.yui-pg-page:visited, a.yui-pg-page:active, a.yui-pg-page:hover {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	outline:0;
}
a.yui-pg-first:hover, a.yui-pg-previous:hover, a.yui-pg-next:hover, a.yui-pg-last:hover, a.yui-pg-page:hover {
	text-decoration:underline;
}
span.yui-pg-first, span.yui-pg-previous, span.yui-pg-next, span.yui-pg-last {
	color:#FFF;
	
}
.yui-pg-page {
	background-color:#FFF;
	padding:0px 6px;
	text-decoration:none;
	color:#FFF;
	background: url(/images/buttons/nav-bg.png) no-repeat;
}
.yui-pg-current-page {
	background-color:#FFF;
	font-weight:bold;
	padding:0px 6px;
	background: url(/images/buttons/nav-bg-active.png) no-repeat;
}
.yui-pg-page {
	margin-left:2px;
	margin-right:2px;
}
.yui-pg-previous {
	background:transparent url(/images/buttons/cal_left.gif) no-repeat scroll right center;
	height:16px;
	width:19px;
	padding-left:0;
	margin-top:3px
}
.yui-pg-next {
	background:transparent url(/images/buttons/cal_right.gif) no-repeat scroll left center;
	height:16px;
	width:19px;
	padding-right:0;
}
span.yui-pg-previous {
	background:transparent url(/images/buttons/cal_left.gif) no-repeat scroll right center;
	opacity:.30;
	*filter:alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	height:16px;
	width:19px;
	padding-left:0;
}
span.yui-pg-next {
	background:transparent url(/images/buttons/cal_right.gif) no-repeat scroll left center;
	opacity:.30;
	*filter:alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	height:16px;
	width:19px;
	padding-right:0;
}

.yui-pg-first{
	display:none;
	height:21px;
	width:25px;
	margin-right:3px;
}
.yui-pg-last {
	display:none;
	height:21px;
	width:25px;
	margin-left:3px;
}
span.yui-pg-first {
	display:none;
	opacity:.30;
	*filter:alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	height:21px;
	width:25px;
	margin-right:3px;
}
span.yui-pg-last {
	display:none;
	opacity:.30;
	*filter:alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	height:21px;
	width:25px;
	margin-left:3px;
}


.yui-pg-current, .yui-pg-rpp-options {
	margin-left:1em;
	margin-right:1em;
}

