/* listView control - details view */

table.listView {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	font: 11px/1.2 Verdana, sans-serif;
	vertical-align: middle;
	border: 1px solid #959595;
}

th.listView {
	color: #ffffff;
	background-color: #383838;
	background-image: url(images/list_header_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #383838;
	text-align: left;
	font-weight: normal;
	padding: 3px 8px 3px 8px;
}


td.listView a:link, td.listView a:visited, td.listView a:active  {
	color: black;
	text-decoration: none;
}

td.listView a:hover{
	text-decoration: underline;
}

td.listView  {
	padding: 2px 8px 2px 8px;
	border: none;
	border-bottom: 1px solid #959595;
}

tr.listViewHover {
	background: #FFE8D0;
	border: 1px solid #FF9933;
	color: black;
	padding-right: 5px;
	padding-left: 5px;
}
tr.listViewSelected {
	background: silver;
}

table.listView table.search_ranking {
	background: green;
	border: 1px solid #000;
}
table.listView a.search_title {
	font-weight: bold;
	font-size: 110%;
}
table.listView span.search_description {
}
