@charset "utf-8";
/* CSS Document for changing OCLC styling on the hosted server */


/*-------------- main styles ----- */

p {
margin: 0 0 0.75em 0;
line-height: 1.5em;
}
ul {
line-height: 1.5em;
padding: 0;
}
ol {
line-height: 1.5em;
padding: 0;
}
li {
margin-bottom: 0.5em;
}
dt {
font-weight: bold;
}
dd {
line-height: 1.5em;
margin-bottom: 1em;
}



/* -----------------------  TOP NAV BAR ------------------------------ */
/* -----------------------   OCLC TOP NAV BAR ------------------------------ */
#nav_top {
background-color: #9292ac; 
border-style: none;
}
#nav_top_left>ul.nav li a {
    font-family: verdana, arial, helvetica, sans-serif;
    background-color:#9292ac;
    border-style: none;
}
#nav_top_right {
	float: right;
	padding: 0px;
	margin-top: -5px;
	z-index: 20;
}
.nav_li_right_1 {
    color:#444;
    background-color:#9292ac;
}
.nav_li_right_la {
    color:#fff;
}
#nav_top_right > ul.nav li a {color:#000}
#nav_top_right > ul.nav li a:hover {
background-color: #ede8da;
border-color: #bdbdbd;
border-bottom-color: #ede8da;
color: #990000;
}
.nav_top_right_divider { padding-top: 10px }

.icon_nav_top_right, .icon_nav_fullbrowser {display:none;}



/* ---------------- HOME PAGE CHANGES ---------------------*/

#homePageCollectionLimit {
	border: solid silver thin;
	height: 650px;
	overflow: auto;
	padding: 0px;
	position: relative;
	margin-right: 20px;
}

#idx_wrapper {
	width: 50%;
}
#idx_col1_container {
	width: 90%;
}
#idx_col2_container {
	width: 50%;
margin-left: 10px;
}
#idx_column_1 {
	width: 100%;
}
.idx_collection_list_container {
	min-height: 200px;
}
.idx_collection_list_text_carousel {
	min-width: 10%;
	max-width: 85%;
}

.jcarousel-skin-cdm .jcarousel-container-horizontal {
    width: 300px;
    padding: 0px 0px;
}
.jcarousel-skin-cdm .jcarousel-item {
    line-height:30px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-cdm .jcarousel-next-horizontal {
    visibility: hidden;
}
.jcarousel-skin-cdm .jcarousel-prev-horizontal {
    visibility: hidden;
}

/* --------------------    OCLC RIGHT COLUMN ------------------------ */

#idx_col2_container h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-indent: 5px;
    padding: 5px;
    margin-top: 30px;
    font-size: 1.5em;
}



/* -------------------  SEARCH BAR ------------------------------*/
#search {
	background-color: #9292ac;
	margin-top: -10px;
}
.search_content_button {
	color: #FFFFFF;
	background-color: #d7a900;

}

.search_content_button_hover {
	background-color: #e8d3a2;
}
#search_content_adv_link {
	color: #fff;
}
.action_link_10 {
	color: #fff;
}
.action_link_10:hover {
	color: #fff;
}
#adv_search {
    background-color: #C3C3DB;
}
#breadcrumb_top_content .action_link_10 {
	color: #3399ff;
}

.search_content_container {
	background-color: #9292ac;
	border: 0px;
}
.search_within_results_li {
	padding: 0px;
	margin-top: -2px;
}
.search_within_results_li a {
	color: #fff;
}

.search_content_modal_cover {
	background-color: #9292ac;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}

/* --------------------- IMAGE VIEWER ------------------*/
.description_col2 .body_link_11 {
	font-size: 12px;
}
.float_left.body_text_10.unsupported_info {
     font-size: 14px;
     font-weight: bold;
}
#co-prev-link {
color: #3399ff;
}
#co-next-link {
color: #3399ff;
}

/* ---------------- RESULTS PAGE --------------------*/


.link_bar_content_results {
padding-top: 30px;
}

.description_col2 {
font-size: 12px;
}
.link_bar_link a {
    color: #2A6496;
}
.link_bar_link a:hover {
    color: #2A6496;
	text-decoration: underline;
}

#results_box {
	margin-top: -45px;
	padding: 0 30px 0 0;
	vertical-align: top;
	text-align: center;
}

#results_box_content {
	padding: 3px 20px 5px 20px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}


.adv_search_option_remove_link_box a { color: #333; text-decoration: underline;}

/* Remove URLS when printing */

@media print {
  a[href]:after {
    content: none !important;
  }
}
