﻿/*=RESULTS
-----------*/
.results {
	background: url(../images/results_bg.png) 0 0 no-repeat;
	padding: 5px 5px 0;
}
.results h1 {
	background-position: 0 0;
	background-repeat: no-repeat;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 2em;
	height: 38px;
	margin-bottom: 17px;
	padding: 22px 0 0 15px;
}
/*=results head
----------------*/
.results .resultsHead {
	margin-bottom: 7px;
	padding: 0 10px;
}
.resultsHead .printList {
	float: right;
	font-size: 1.1em;
	margin: 0;
	padding: 2px 0 1px;
}
.printList a {
	background: url(../images/print.gif) 100% 0 no-repeat;
	padding: 2px 25px 1px 0;
}
.resultsFound { color: #666; }
.resultsFound strong { color: #333; }
/*=no results
--------------*/
.noResults {
	color: #95304e;
	font-size: 1.4em;
	margin: 35px 5px;
	text-align: center;
}
.noResults strong {
	display: block;
	font-size: 1.14em;
	font-weight: bold;
}
/*=results table
-----------------*/
.results .resultsTable {
	margin: 0 0 2px;
	width: 702px;
}
.resultsTable th {
	background-color: #414d99;
	color: #fff;
	font-weight: bold;
	padding: 6px 0 4px 10px;
	text-align: left;
}
.resultsTable th.title { width: 610px; }
.resultsTable th.status { width: 72px; }
.resultsTable th a {
	color: #fff;
	text-decoration: none;
}

.resultsTable th.title a, 
.resultsTable th.status a {
    text-decoration: underline;
}

.resultsTable th.title a:hover, 
.resultsTable th.status a:hover {
    text-decoration: none;
}

.resultsTable th a.ascending, .resultsTable th a.descending {
	background-position: 100% 7px;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.resultsTable th a.ascending { background-image: url(../images/sort_ascending.gif); }
.resultsTable th a.descending { background-image: url(../images/sort_descending.gif); }
.resultsTable th a:hover { text-decoration: underline; }
.resultsTable td {
	color: #666;
	font-size: 0.92em;
	padding: 9px 5px 7px 10px;
	vertical-align: top;
}
.resultsTable td.trialTitle {
	color: #333;
	font-size: 1em;
}
.resultsTable tr.odd td { background-color: #ebebeb; }
.resultsTable td a {
	color: #333;
	text-decoration: none;
}
.resultsTable td a:hover { text-decoration: underline; }

.resultsTable a.expando {
	float: left;
	width: 21px;
}
.resultsTable a.titleData {
	float: left;
	width: 570px;
}
.collapseImg { display: none; }
.expanded .collapseImg { display: inline; }
.expanded .expandImg { display: none; }
.summary td { padding: 0; }
.summary .summaryInfo {
	border-top: 1px dashed #999;
	margin: 0 5px 0 31px;
	padding: 9px 15px 7px 0;
}


/*=PAGING
----------*/
.pagingWrap {
	border-top: 1px solid #e0e0e0;
	color: #666;
	font-size: 1.1em;
	margin: 0 0 25px;
	padding: 8px 10px 0;
	position: relative;
	text-align: right;
}
.pagingWrap .PagingResults {
	float: left;
	text-align: left;
}
#segment { cursor: pointer; }
.pagingWrap .resultsAmount {
	background: url(../images/results_amt_bg.gif) 100% 5px no-repeat;
	color: #414d99;
	padding-right: 9px;
}
.pagingWrap .totalSearches {
	color: #000;
	font-weight: bold;
}

#showPerPage {
	background: #fff;
	border: 1px solid #000;
	display: none;
	left: 85px;
	margin-top: -3px;
	padding: 2px;
	position: absolute;
	width: 100px;
	text-align: left;
}
.fr #showPerPage { left: 60px; }
#showPerPage .unlinked {
    color: #666;
    text-decoration: none;
}
