/*  XmlAsp  BoxStyle    */
.pagerstyle {width:100%;text-align:left;}
.pagerstyle .title { color:#009900; font-weight:bold; padding-left:10px; float:left;}
.pagerstyle .more { float:right;}
.pagerstyle .header-center { height:25px; border-top:4px solid #2B90F5; background:#F0F0F0 }
.pagerstyle .header-left { width:25px; background:url(arrow.gif) no-repeat;}
.pagerstyle .header-right { width:0px; }
.pagerstyle .body-center{ background: #FCFCFC; }
.pagerstyle .body-left { width:0px; background:#E1E0E0}
.pagerstyle .body-right{ width:0px; background:#E1E0E0}
.pagerstyle .footer-center{ display:none; height:0px; font-size:1px; background:#E1E0E0}
.pagerstyle .footer-left { display:none; width:18px;  }
.pagerstyle .footer-right{ display:none;  width:22px;  }


/* List Style*/
.pagerstyle .list-item
{
	background-image: url(line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 200%;
	display: block;
	text-align: left;
	float: left;
	color: #4A3C8C;
}
.pagerstyle .list-alt
{
	background-image: url(line_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 200%;
	display: block;
	text-align: left;
	float: left;
	color: #4A3C8C;
}
.pagerstyle .list-title 
{
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
	color: #acb6d2;
	float:left;
	background-image: url(arrow2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	height:35px;
}
/* list datetime style*/
.pagerstyle .list-datetime 
{
	padding-top: 5px;
	color:#999999;
	font-size:10px;
	float:right;
}
/* list link style*/
.pagerstyle .list-title A:link
{
	font-size: 11px;
	color: #3366cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.pagerstyle .list-title A:visited
{
	font-size: 11px;
	color: #3366cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.pagerstyle .list-title A:hover
{
	font-size: 11px;
	color: red;
	font-family: verdana,arial,sans-serif;
	text-decoration: underline;
}
/*list pager style*/
.pagerstyle .pager
{
	border-bottom:1px solid #cccccc;
	background-color:WhiteSmoke;
}
.pagerstyle .pager-current
{
	color:Red;
 	font-size:14px;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.pagerstyle .pager-item
{
	
}
/*first,preours,next,last*/
.pagerstyle .pager-nav
{
	font-family:webdings;
}
.pagerstyle .pager-info
{
 color:#0000cc;
}
.pagerstyle .pager A:visited, .pagerstyle .pager A:link
{
	font-size:14px;
	color: #3300cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
/*ul  li styl*/

.pagerstyle .li-title A:link
{
	font-size: 11px;
	color: #3366cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.pagerstyle .li-title A:visited
{
	font-size: 11px;
	color: #3366cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.pagerstyle .li-title A:hover
{
	font-size: 11px;
	color: red;
	font-family: verdana,arial,sans-serif;
	text-decoration: underline;
}
.pagerstyle ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.pagerstyle ul li{height: 25px;background-image: url(line_dot.gif);background-position: bottom;background-repeat: repeat-x;}
.pagerstyle ul li.item{	background-color: #ffffff;}
.pagerstyle ul li.alt{background-color: #FAFAFA;}
.pagerstyle ul li span.li-title{float: left;background-image: url(arrow2.gif);background-position: left center;background-repeat: no-repeat;padding-left: 15px;	font-size: 11px;font-family: verdana,arial,sans-serif;color: #acb6d2;}
.pagerstyle ul li span.li-datetime{float: right;color:#999999;font-size:10px;}