/* CSS Document */
.listview{
	color:#777;
}

.listview a{
	text-decoration:none;
}

.listview a:hover{
	text-decoration:underline;
}

.listview th{
	padding:0 5 0 5;
	background:#eee;
	color:#999;
	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;
}

.listview_arrow{
	display:block;
	width:20px;
	height:16px;
	padding:1px;
	border:0px;;
	vertical-align:baseline;
	text-align:center;
}

a.listview_arrow:hover{
	padding:0px;
	background:#FFF9CA;
	border:1px solid #f57b14;
}