@charset "iso-8859-1";
/*
.pagerContainer{
	position:absolute;
	height:15px; 
	overflow:hidden;
}
.pagerContainer,.pagerContainer div{  position:absolute; height:15px; left:0px; }
.pi_hi , .pi_lo {
	width:15px;

	height:15px;
	float:left;
	margin-right:4px;
	text-align:center;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
	background-repeat: no-repeat;
	cursor:pointer;
}

.pagerLeftDots, .pagerRightDots {
	width:15px;
	height:15px;
	float:left;
	margin-right:4px;
	text-align:center;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
	cursor:default;

}

*/

.pagerItem , .lastPagerItem, .firstPagerItem, .activePagerItem {
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	line-height: 12px;
	font-weight:normal; /*	font-weight:bold; */
	font-family:Helvetica,Arial,sans-serif;
	width:27px; 
	height:14px;
	color:black;	/*	color:white;*/
	margin-right:1px; /*margin-right:1px; /*
/*	background-color:#6a2a92;*/
	text-decoration:none;
	background-image:url(v_line_lila.gif);
	background-position: right;
	background-repeat: no-repeat;
}	
.lastPagerItem, .firstPagerItem { /*background-color: #4e1b73;*/  }
.pagerItem:hover, .activePagerItem{
	font-weight:bold;
	color:#3CAC00;
    font-size:12px;
/*	
	background-color: #e6e6e4;
	color:black;
*/
}


.lastDisplayPagerItem{
	background-image: none;	
}