/* Used in Templates 40 + 41 - Research & Publications + Resources */

/* ================ col 2 ============================================================================= */


#search_box {
	position: relative;
	clear: both;
	display: block;
	border:1px #b7b7b7 solid;
	background-color: #e9e9e9;
	padding: 2px 0 3px 5px
}

#search_box h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.1em;
}


#search_box input,
#search_box select,
#search_box select option {
	font-size: 10px;
	width: 160px;
	margin: 0;
	padding: 0;
}

#search_box input {
	width: 156px;
}



#search_box #btn_submit {
	display: inline;
	width: auto;
}


.formElementBlock {
	position: relative;
	width: 500px;
	clear: both;
	height: 1.6em;
	margin-top: 0.4em;
}


.formElementBlock .tag {
	position: relative;
	float: left;
	width: 100px;
	height: 1.6em;
	text-align: right;
	margin-right: 1em;
	font-weight: bold;
	color: #666666;
}

.formElementBlock .tag label {
	vertical-align: bottom;
	line-height: 1.6em;
	font-size: 0.9em;
}

.formElementBlock .field {
	position: relative;
	float: left;
	width: 300px;
	height: 1.6em;
}

.formElementBlock .field * {
	vertical-align: top;
}


/* ================ search results table ============================================================================= */

#col2wide {

}

#search_results {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 2px white solid;
}

#search_results table {
	position: relative;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#search_results table thead,
#search_results table tbody {
	margin: 0;
	padding: 0;
	border: none;
}


#search_results table tr {
	width: 561px;
	font-size: 1em;
}

#search_results table thead tr {
	border: 2px #666666 solid;
	background-color: #666666;
}

#search_results table thead tr th {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	color: white;
	padding-left:0.5em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#search_results table thead tr th * {
	vertical-align: middle;
	line-height: 1.2em;
}

#search_results table thead tr th.col_title {
	width: 280px;
}

#search_results table thead tr th.col_date {
	width: 120px;
}

#search_results table thead tr th.col_title_chosen {
	width: 280px;
	background-color: #000000;
}

#search_results table thead tr th.col_date_chosen {
	width: 120px;
	background-color: #000000;
}

#search_results table thead tr th.col_size {
	width: 80px;
}

#search_results table thead tr th.col_type {
	width: 77px;
}



#search_results table thead tr th a,
#search_results table thead tr th a:hover,
#search_results table thead tr th a:active {
	color: white !important;
}


#search_results table tbody tr {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

#search_results table tbody tr td {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	padding-left:0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}

#search_results table tbody tr td p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 0.5em;
	color: #666666;
}

#search_results table tbody tr td h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 0.5em;
}

#search_results table tbody tr td.searchrow_details,
#search_results table tbody tr td.searchrow_details_chosen {
	padding-left: 24px;
}

#search_results table tbody tr td.searchrow_details_chosen {
	background-color: #f6f6f6;
}

#search_results table tbody tr p.author {
	font-weight: bold;
}

#search_results table tbody tr td.searchrow_date,
#search_results table tbody tr td.searchrow_date_chosen {
	padding-left: 24px;
}

#search_results table tbody tr td.searchrow_date_chosen {
	background-color: #f6f6f6;
}

#search_results table tbody tr td.searchrow_size {
	font-weight: bold;
}

#search_results table tbody tr td.searchrow_type {
	font-weight: bold;
}

#search_pagination {
	font-size: 0.6em;
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 1em;
	color: #666666;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#search_pagination div {
	display: inline;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	margin: 0 2px;
}

#search_pagination div.chosen_page {
	background-color: #e9e9e9;
}

#search_pagination div a,
#search_pagination div a:link,
#search_pagination div a:visited,
#search_pagination div a:hover,
#search_pagination div a:active {
	color: black;
}


