/*
* webroot/css/web_library_search.css
*/

/*
* Dropdowns
*/

.dropdown {
	height: 19px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #E1DECF;
	border: 1px solid #999999;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Lucida Grande', Arial, sans-serif;
	line-height: 20px;
}

.dropdown:hover {
	text-decoration: underline;
}

.dropdown_selections {
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #E1DECF;
	border: 1px solid #999999;
	line-height: 18px;
	width: 125px;
	position: absolute;
	z-index: 9002;
	display: none;
}

.dropdown_selection:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Lucida Grande', Arial, sans-serif;
}

/*
* Search Bar
*/

.search_bar_search {
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
}

.search_bar_wrapper {
	float: right;
  font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 1em;
	line-height: 20px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px 7px 5px;
	outline: 0;
	-webkit-appearance: none;
	margin: 0 0 5px 5px;
	height: 28px;
	vertical-align: top;
}

.search_bar_wrapper a {
	text-decoration: none;
}

.search_bar_text {
  font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 1em;
	line-height: 18px;
}


.search_bar_search_input {
	position: relative;
	float: right;
	height: 28px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 5px;
	vertical-align: top;
	width: 750px;
	z-index: 1001;
}

.search_bar_search_input_fullwidth {
	width: 500px;
}

.search_bar_search_input input {
	width: 100%;
	outline: 0;
	-webkit-appearance: none;
	padding: 0;
	border: 0;
  font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 1em;
}

.search_bar_search_button {
	float: right;
	height: 28px;
	width: 28px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 5px;
	cursor: pointer;
}

#search_bar_reset_button {
	color: #000000;
}

#search_bar_reset_button:hover {
	text-decoration: underline;
}

.search_bar_filter {
	height: 28px;
	width: 200px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#search_bar_filter_width {
	display: none;
}

.search_bar_form_isolation {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#search_bar_favorites {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.search_bar_links {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}

.search_bar_links:hover {
	text-decoration: underline;
}

/*
* WebLibrary Book dropdowns
*/

.book_tab_dropdown_selections {
	text-align: left;
	padding: 0 0 0 0;
	margin: 30px 0 0 0;
	background-color: #E1DECF;
	border: 1px solid #999999;
	line-height: 18px;
	width: 300px;
	position: absolute;
	z-index: 99999;
	display: none;
}

.book_tab_dropdown_selections_wide {
	width: 600px;
}

.book_tab_dropdown_selection {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Lucida Grande', Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	width: 299px;
	text-align: left;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #e1decf;
	height: 17px;
}

.book_tab_dropdown_selection_empty {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Lucida Grande', Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	width: 299px;
	text-align: left;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #e1decf;
	height: 17px;
}

.book_tab_dropdown_selection:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Lucida Grande', Arial, sans-serif;
}

.book_tab_oval {
	width: 24px;
	height: 17px;
	background: #ef3e42;
	border-radius: 66.66666%;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

.book_index_dropdown_title {
	text-align: left;
	padding: 2px 5px 2px 5px;
	margin: 30px 0 0 5px;
	background-color: #E1DECF;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #000000;
	line-height: 18px;
	width: 440px;
	position: absolute;
	z-index: 99999;
	display: none;
	height: 18px;
	font-weight: bold;
	font-size: 1em;
}

.book_index_dropdown_selections {
	text-align: left;
	padding: 0 0 0 0;
	margin: 55px 0 0 5px;
	background-color: #E1DECF;
	border: 1px solid #999999;
	border-top: 0;
	line-height: 28px;
	width: 450px;
	position: absolute;
	z-index: 99999;
	display: none;
	height: 546px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.book_index_dropdown_selection {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Lucida Grande', Arial, sans-serif;
	width: 445px;
	text-align: left;
	display: table-row;
}

.book_index_dropdown_selection:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Lucida Grande', Arial, sans-serif;
}

.book_index_dropdown_index_entry {
	padding: 2px 5px 2px 5px;
	width: 375px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: table-cell;
}

.book_index_dropdown_page_label {
	padding: 2px 0 2px 5px;
	width: 36px;
	display: table-cell;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.book_index_letter_selected {
	font-weight: bold;
	text-decoration: underline;
}

/*
* WebLibrary Search dropdowns
*/

#web_library_search_filter {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #E1DECF;
	line-height: 18px;
	padding: 2px 0 2px 0;
	border: 1px solid #999999;
	width: 200px;
}

.web_library_search_filter_inset {
	width: 160px;
	padding: 0 5px 0 5px;
}

.web_library_search_filter_title {
	font-weight: bold;
	font-size: 1em;
}

#weblibrary_search_dropdown_background {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
}

.weblibrary_search_dropdown {
	text-align: left;
	padding: 0 0 0 0;
	margin: 0px 0 0 0px;
	background-color: #ffffff;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	line-height: 18px;
	width: 100%;
	position: absolute;
	z-index: 99999;
	display: none;
}

.weblibrary_search_dropdown_section_title {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Lucida Grande', Arial, sans-serif;
	width: 100%;
	text-align: left;
	margin: 2px 5px 2px 5px;
	padding: 0;
}

.weblibrary_search_dropdown_link {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Lucida Grande', Arial, sans-serif;
	cursor: pointer;
	width: 95%;
	text-align: left;
	margin: 2px 5px 2px 5px;
	padding: 0;
}

.weblibrary_search_dropdown_link_hover {
	color: #666666;
	cursor: pointer;
	background-color: #eeeeee;
	font-style: underline;
}
