/*
  Numishare styling: http://code.google.com/p/numishare/
  Copyright 2010 Ethan Gruber
 */
/*
  ***************************************
  GLOBAL
  ***************************************
 */
a > img {
	border:none;
}
td {
	border:1px solid silver;
	padding:2px;
}
th {
	border: 1px solid silver;
	background-color:#DDDDDD;
	padding:2px;
	font-weight:bold;
}
input {
	font:12px arial, helvetica, sans-serif;
}
select {
	width:200px;
	margin-left:15px;
	margin-right:5px;
	font:12px arial, helvetica, sans-serif;
}
#facet ol, ul, dl {
	margin:0em;
}
ol li, ul li, dl li {
	list-style-type:none;
}
html {
	font:13px arial, helvetica, sans-serif;
	background:#44573a url(images/background.png) repeat-x;
	margin:0;
	padding:15px 0;
}
#bd {
	padding:5px;
	background-color:white;
}
#doc4 {
	border:1px solid gray;
}
.ui-widget-header {
	border-left:0;
	border-right:0;
}
/* Tabs */
.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
	border:0;
	background-color:white;
}
.success {
	width:50%;
	padding:10px;
	border:1px solid #3c803c;
	margin:0 auto;
	background-color:#47e547;
	color:#3c803c;
}
.warning {
	padding:25px;
	margin:10px;
	background-color:#ef8700;
	border:2px solid #b76e0e;
}
dt {
	width:100px;
	float:left;
}
.section{
	margin-bottom:50px;	
}
a:link {
        color:#44573a;
}
a:visited {
        color:#959595;
}
a:hover, a:active {
        color:#2b2b2b;
}
/*
  ***************************************
  HEADER
  ***************************************
 */
/*.banner {
	padding:5px;
	background-color:#ebebeb;
}*/
#hd .align-left {
	text-align:left;
}
#hd .align-right {
	text-align:right;
}
#hd .align-center {
	text-align:center;
}
.banner_text {
	margin:20px;
	font-size:24px;
	font-weight:bold;
	letter-spacing:4px;
}
.ui-menubar-link {
	color:black;
}
.ui-menubar-link:visited {
	color:black;
}
/*
  ***************************************
  FOOTER
  ***************************************
 */
#ft {
	padding:10px 0;
	text-align:center;
	background-color:#ebebeb;
}
/*
  ***************************************
  DISPLAY CONTENT
  ***************************************
 */
.hidden {
	display:none;
}
.thumbnail_container {
	margin-top:25px;
}
.display_thumb {
	width:80px;
	padding:2px;
	cursor:pointer;
}
.metadata_section {
	margin-bottom:20px;
}
.adminhist_div, .phystech, .bibref, .metadata_section ul {
	margin-left:20px;
	margin-bottom:10px;
}
.submenu {
	width:100%;
	vertical-align:bottom;
	display:table;
	text-align:right;
	margin-top:3px;
}
.icon {
	border-left:1px solid silver;
	float:right;
	vertical-align:text-bottom;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
}
.reference_image {
	margin-bottom:20px;
	text-align:center;
}
.reference_image img {
	max-width:400px;
}
.abstract {
	margin-bottom:20px;
}
.external_link {
	margin-left:10px;
}
.objects {
	display:table;
	width:100%;
	margin:20px 0;
}
.legend-icon {
	width:40px;
}
/*
  ***************************************
  SEARCH/COMPARE
  ***************************************
 */
/* Quick Search */
.quick_search {
	margin:5px 0;
	padding:5px 0;
	border-bottom:1px solid silver;
	border-top:1px solid silver;
}
.collection_search {
	margin:5px 0;
}
#cs_text {
	border:1px solid silver;
	margin-right:5%;
	padding:2px;
	width:200px;
}
#qs_text {
	width:60%;
	border:1px solid silver;
	margin-right:5%;
	padding:2px;
}
#qs_button {
	width:25%;
}
.result_link {
	font-size:120%;
}
.stacked_term {
	padding:2px;
	margin-bottom:5px;
}
.remove_filter {
	float:right;
}
.remove_segment {
	margin-left:2px;
}
.remove_segment:hover {
	text-decoration:underline;
}
label {
	margin-left:20px;
}
div.facet {
	width:100%;
	margin-bottom:10px;
	border:1px solid silver;
}
li.term {
	margin:2px 0;
	display:table;
	width:100%;
}
.fn {
	float:left;
	width:75%;
}
.ft {
	float:left;
	width:25%;
	text-align:right;
}
.fn span, .category_term, .clear_terms, .ft span {
	color:blue;
}
.fn span:hover, .category_term:hover, .clear_terms:hover {
	color:#B5121B;
	cursor:pointer;
}
.get_facets, .hide_facets {
	float:right;
	padding-right:5px;
}
.facet_list {
	text-align:left;
	font-weight:normal;
	background:none repeat scroll 0 0 #efefef;
	overflow:auto;
	z-index:2002;
}
.facet_list_expanded {
	width:500px;
	max-height:400px;
	z-index:2002;
	position:absolute;
}
.facet_list_expanded li.term {
	width:400px;
	padding-left:50px;
}
.category_level {
	margin-left:15px;
}
.expand_category {
	margin:1px;
}
.results {
	margin-left:240px;
	padding-left:10px;
}
#search_options {
	display:block;
	width:100%;
}
.result_doc>td {
	padding:15px 0 15px 0;
	margin-bottom:15px;
}
.result_image_left {
	width:260px;
	border:0;
}
.result_image_right {
	width:260px;
	border:0;
	text-align:right;
}
.result_metadata {
	width:450px;
	border:0;
}
.search_forms {
	display:table;
	width:100%;
	padding:5px;
}
.compare-form {
	height:100px;
}
#search1, #search2 {
	padding-top:20px;
	width:100%;
}
.compare_image {
	margin-bottom:20px;
	padding:10px;
	border-bottom:1px dashed #696969;
}
.option_container {
	width:200px;
}
.compare-form select, .compare-form input[type="text"],.search-form select, .search-form input[type="text"] {
	margin-left:0px;
	margin-right:10px;
	font-size:14px;
	border:1px solid silver;
	padding:2px;
}
.category_list, .search_text {
	width:175px;
}
.sortForm_categories, .sortForm_order {
	width:175px;
	margin-left:0px;
	margin-right:10px;
	border:1px solid silver;
	padding:2px;
}
.search_text {
	width:200px;
	margin-left:15px;
	margin-right:5px;
}
.from_date,.to_date {
	width:30px;
	margin-left:0px;
	margin-right:5px;
}
.from_era,.to_era {
	width:55px;
	margin-right:5px;
	margin-left:0px;
}
.year_range {
	margin-left:15px;
	margin-right:5px;
	width:101px;
}
.weight_range {
	margin-left:15px;
	margin-right:5px;
	width:125px;
}
.weight_int {
	width:30px;
	margin-left:0px;
	margin-right:5px;
}
.dimensions_range {
	margin-left:15px;
	margin-right:5px;
	width:139px;
}
.dimensions_int {
	width:30px;
	margin-left:0px;
	margin-right:5px;
}
#removeBtn_1 {
	display:none;
}
#searchItemTemplate {
	display:none;
}
.searchItemTemplate {
	padding-top:5px;
	padding-bottom:5px;
}
#AsearchItemTemplate {
	display:none;
}
#BsearchItemTemplate {
	display:none;
}
.compare_options {
	font-size:10px;
	margin-bottom:10px;
	text-align:center;
}
.sort_link {
	text-decoration:underline;
	color: #23235f;
	cursor:pointer;
}
.sort_link:hover {
	color:#656565;
}
.increase-facets {
	float:right;
}
.sort_facet, .close_facets, .page-facets, .increase-facets {
	cursor:pointer;
	text-decoration:underline;
	color: blue;
}
.sort_facet {
	float:left;
}
.sort_facet:hover, .close_facets:hover, .page-facets:hover, .increase-facets:hover {
	color:#B5121B;
}
.submit_div {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
}
#imagesavailable {
	margin-left:10px;
}
.category-multiselect-checkboxes {
	overflow-y:scroll;
	position:relative;
}
button.ui-multiselect {
	margin-bottom:10px;
}
.data_options img {
	padding:2px;
}
#map_results {
	font-size:11px;
	margin-left:20px;
}
.thumbImage, .flickrthumb {
	margin:5px;
}
.thumbImage>img {
	max-width:120px;
}
/*
  ***************************************
  MAPS
  ***************************************
 */
#basicMap {
	width:100%;
	height:400px;
	margin:0;
}
#resultMap {
	width:600px;
	height:400px;
}
#clear_all {
	font-size:80%;
	margin-left:25px;
}
.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}
.departments {
	margin:10px 0px;
}
.departments>input {
	vertical-align:bottom;
}
/*
  .olLayerGoogleCopyright {
  top:-1000px;
  }
 */
#add_filter {
	font-weight:bold;
	font-size:120%;
	text-transform:capitalize;
}
#add_filter:first-letter {
	font-size:140%;
}
.g_doc {
	width:30%;
	float:left;
	height:325px;
}
/* gallery image container */
.gi_c {
	margin:5px 0;
	text-align:center;
}
/* gallery image */
.gi {
	padding:0px 5px;
	max-width:120px;
}
.filter_facet {
	width:12%;
	float:left;
	padding:2px;
	margin:2px 2px;
	z-index:0;
	background-color:#D9D4C8;
	border:1px solid #C2B9A9;
	cursor:pointer;
}
.filter_facet_selected {
	width:12%;
	float:left;
	padding:2px;
	margin:2px 2px;
	z-index:0;
	background-color:#C2B9A9;
	border:1px solid #C2B9A9;
	cursor:pointer;
}
.filter_facet:hover {
	color:gray;
}
.filter_heading {
	width:100%;
}
.filter_terms {
	position:absolute;
	z-index:2002;
	width:200px;
	padding:3px;
}
/*
  ***************************************
  PAGINATION
  ***************************************
 */
.paging_div {
	width:100%;
	display:table;
	padding-top:10px;
	padding-bottom:10px;
}
.pagingBtn, .pagingSep {
	padding:2px;
	text-decoration:none;
}
.pagingBtn {
	font-weight:bold;
}
.pagingBtn:hover {
	background-color:#DDDDDD;
	text-decoration:underline;
}
/*
  ****************************************
  FEATURES/LINKED DATA SECTION
  ***************************************
 */
#numishare-widget {
	text-align:center;
	margin-bottom:40px;
}
#numishare-widget img {
	padding:10px;
}
/* Used for date (century/decade) facet*/
.date-div{
	margin-top:-10px;	
}
.century-multiselect-checkboxes{
	display:table;
	width:100%;	
}
.decades-list{
	margin:0 0 0 25px;	
}
.close {
	float:right;
	text-decoration:underline;
	padding-right:10px;
}
.close:hover {
	font-weight:bold;
	cursor:pointer;
}

/*background*/
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute;
/* hack for internet explorer 6 */
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:2001;
/*
  background-color:black;
  opacity:0.6;
 */
}
/*
  ***************************************
  jQuery UI Menubar @VERSION
  ***************************************
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://jquery.org/license
 */
.ui-menubar {
	list-style: none;
	margin: 0;
	padding-left: 0;
	border-left:0px;
	border-right:0px;
}
.ui-menubar-item {
	float: left;
}
.ui-menubar .ui-button {
	float: left;
	font-weight: normal;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	margin: 0;
	outline: none;
}
.ui-menubar .ui-menubar-link {
	border-right: 1px dashed transparent;
	border-left: 1px dashed transparent;
}
.ui-menubar .ui-menu {
	width: 200px;
	position: absolute;
	z-index: 9999;
}

