/* CSS Document */
.listview{
	color:#777777;
}

.listview a{
	text-decoration:none;
}

.listview a:hover{
	text-decoration:underline;
}

.listview th{
	padding:0px 5px 0px 5px;
	background:#eeeeee;
	color:#999999;
	font-size:10pt;
	border-top:1px solid #E1E0DE;
	border-bottom:1px solid #E1E0DE;
}

.listview td{
	font-size:9pt;
	border-bottom:1px solid #E1E0DE;
	padding-left:2px;
	padding-right:2px;
}

.listview-column{
	background:#f6f6f6;
}

.listview th a,.listview th label{
	color:#999999;
}
