/*  XmlAsp  BoxStyle    */
.liststyle {text-align:left;}
.liststyle .header-left {width:5px;background:#6699ee;}
.liststyle .header-center {height:25px;background:#f6f6f6;border-top:#dddddd 1px solid;border-bottom:#dddddd 1px solid;}
.liststyle .header-right {width:1px;background:#dddddd;}

.liststyle .body-left {width:1px;background:#dddddd;}
.liststyle .body-center {background:#ffffff;padding:3px;border-bottom:#e6e6e6 1px solid}
.liststyle .body-right {width:1px;background:#dddddd;}

.liststyle .footer-left{height:12px;border-top:#e6e6e6 1px solid;font-size:0px;width:90px;background: url(shadow.gif) no-repeat left top;}
.liststyle .footer-center{height:12px;font-size:0px;}
.liststyle .footer-right{height:12px;border-top:#e6e6e6 1px solid;font-size:0px;width:90px;background: url(shadow.gif) no-repeat right top;height:12px;border-top:#e6e6e6 1px solid;font-size:0px;}

.liststyle .title {color:#666666;font-weight:bold;padding-left:10px; float:left}
.liststyle .more { float:right}

/* List Style*/
.liststyle .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;
}
.liststyle .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;
}
.liststyle .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*/
.liststyle .list-datetime 
{
	padding-top: 5px;
	color:#999999;
	font-size:10px;
	float:right;
}
/* list link style*/
.liststyle .list-title A:link
{
	font-size: 11px;
	color: #3366cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.liststyle .list-title A:visited
{
	font-size: 11px;
	color: #3366cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.liststyle .list-title A:hover
{
	font-size: 11px;
	color: red;
	font-family: verdana,arial,sans-serif;
	text-decoration: underline;
}



/*ul  li styl*/

.liststyle .li-title A:link
{
	font-size: 11px;
	color: #3366cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.liststyle .li-title A:visited
{
	font-size: 11px;
	color: #3366cc;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
.liststyle .li-title A:hover
{
	font-size: 11px;
	color: red;
	font-family: verdana,arial,sans-serif;
	text-decoration: underline;
}
.liststyle ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.liststyle ul li{height: 25px;background-image: url(line_dot.gif);background-position: bottom;background-repeat: repeat-x;}
.liststyle ul li.item{	background-color: #ffffff;}
.liststyle ul li.alt{background-color: #FAFAFA;}
.liststyle 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;}
.liststyle ul li span.li-datetime{float: right;color:#999999;font-size:10px;}