/**
 * List (sidebar) view styles/overrides
 */

#roar_controls {
	vertical-align: middle;
	overflow-y: auto;
	background-color: #9cb2ad;
	border-style: none;
	border-bottom: 1px dashed #000000;
	/*background-image: url(/images/headerbar/headerbar_crnr.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	font-family: Verdana, Helvetica, Arial sans-serif;
	font-size: 10px;
	/*padding: 3px;*/
	padding: 0 0 3px 0;
	margin: 0 .5em 0 0;
}

/**
 * List format
 */

.roar_profile_summary {/* container for the roar profile summary text */
	margin: 0;
	padding: .3em .1em .1em .1em;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
}

#grid_link {
	vertical-align: middle;
	background-color: #e0e8dc;
	padding: 3px;
}

#grid_link a {
	font-weight: bold;
}

/* class is applied to search results */
.roar_results_list {
	width: 100%;
	/*background-color: #ffffff;
	border: 1px solid #000000;*/
}

.more_search_title {
	margin: 1em 0 0 0;
	padding: .2em;
	font-size: 1.2em;
	color: #536651;
	background-color: #f4d393;
	background-image: url(/images/h2_bg_f4d393.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}

.roar_profile {/* a roar profile search result item */
	display: block;
	cursor: pointer;
	clear: left;
	margin-top: .75em;/* top clearance to previous rendered roar profile */
}

.roar_profile table.content {/* content of roar profile, containing photo/content/etc */
	border-style: none;
}

.roar_profile table.content td.photo {/* profile photo */
	vertical-align: top;/* keep the photo at the top of the photo container */
}

.roar_profile table.content td.description {/* profile description */
	width: 100%;
	vertical-align: top;
	font-size: .6em;
}

.roar_profile .roar_profile_more {/* more information which is initially hidden */
	display: none;
	padding: .5em .5em .5em 0;
	font-size: 1em;
	font-family: Verdana, Georgia, Helvetica, Sans-Serif;
}

.roar_profile .roar_profile_more .more_info,
.roar_profile_more_collaborator .more_info {
	margin-bottom: .5em;
	border-bottom: 1px dashed #000000;
}

.nav_arrow {
	vertical-align: middle;
}
