/* listView control - details view */

table.listView {
	width:99%;	
	border-collapse: collapse;
	vertical-align: middle;
	border: 1px solid #000;
}

th.listView {
	font-family: "Verdana", verdana, arial, helvetica, sans-serif;
	font: bold 11px;
	color: #fff;
	text-align: left;
	padding: 8px;
	height:25px;
	background : #6b6b6b url(../images/menubar_span.jpg) bottom repeat-x;
}


td.listView a:link, td.listView a:visited, td.listView a:active  {
	text-decoration: none;
}

td.listView a:hover{
	text-decoration: underline;
}

td.listView  {
	white-space: normal; /* override the nowrap on td */
	padding: 8px;
	border: 0px;
	border-bottom: 1px solid #959595;
}

tr.listViewHover {
	background: #FFE8D0;
	color: black;
	padding-right: 5px;
	padding-left: 5px;
}
tr.listViewSelected {
	background: silver;
}

table.listView table.search_ranking {
	width:auto;
	height: 2px;
	padding:0px;
	background: #FF9933;
	border: 1px solid #FF9933;
}

#content table.search_ranking {
	border: none;
}
#content table.search_ranking td {
	border: 1px solid black;
	width: auto;
	height: 20px;
	font-size:3px;
	padding: 0px;
	
}
table.listView .search_title {
	font-size: 14px;
}
table.listView span.search_description {
}