/* @override 
	http://nih.dev/stylesheets/search.css?1221832417
	http://nih.dev/stylesheets/search.css?1246299766
	http://nih.dev/stylesheets/search.css?1246301543
*/

#search-results {
  font-size: 0.9em;
  clear: both;
}

#search-results dl {
  padding: 0 1.5em 0 0;
  border-bottom: 1px solid #ddd;
}

#search-results dt {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0.7em 0 0.5em 0.5em;
}

#search-results dd {
  margin: 0 0 0.7em 1.5em;
}

#search-results dd.date {
  margin: 0 0 5px 15px;
  font-weight: bold;
  color: #666;
}

#search #tabs {
	float: left;
	margin: 1.5em 0 0.1em;
	padding: 0;
	width: 585px;
	border-bottom: 1px solid #e5c630;
	clear: both;
}

#search #tabs li {
  list-style: none;
  background: none;
  float: left;
  margin: 0 0.4em 0 0.5em;
  padding: 0;
  border: none;
}

#search #tabs li a {
  line-height: 1em;
  text-decoration: none;
  border: none;
  display: block;
  position: relative;
  top: 3px;
  padding-bottom: 0;
  background: url(/images/tab-off-left.gif) no-repeat left top;
  padding-left: 4px;
}

#search #tabs li a span {
  background: url(/images/tab-off-right.gif) no-repeat right top;
  display: block;
  padding: 6px 10px 3px 6px;
  font-size: 12px;
  font-weight: normal;
}

#search #tabs li a.selected {
  top: 1px;
  background-image: url(/images/tab-on-left.gif);	
}

#search #tabs li a.selected span {
  background-image: url(/images/tab-on-right.gif);	
  padding-top: 8px;
  padding-bottom: 4px;
}

#search form {
	margin: 1.5em 0 0 1em;
	padding-bottom: 3em;
}

#search form input {
  float: left;
}

#search form input.submit {
  position: relative;
  top: -1px;
  left: 4px;
}

#search .tab_pane {
	clear: both;
}

#search #search-results {
	padding-top: 0.1em;
}

#search-query-internal {
	border: 1px solid #9095ba;
	padding: 4px;
	width: 400px;
	font-size: 14px;
}