/* 

Polaris PowerPAC Styles 

Sections:

    General
    Page Header
    Page Body
    Page Footer
    Main Menu
    Dashboards
    Search Auto-Suggest
    Search Results
    Hover Summaries
    Item Availability
    Librarian's View (MARC)
    Community Information
    Bibliographic and Community Content (Brief, Full, etc.)
    Patron Account
    Miscellaneous

*/


/* --- GENERAL ---------------------------------------------------------------- */

body
{
	margin : 0px;
	color : Black;
	font-family : 'Arial Unicode MS', Calibri, Arial, Verdana, sans-serif;
	font-size : 13px;
	line-height: 1.2em;
}

td
{
	font-size : 13px;
	line-height: 1.2em;
}

input
{
    font-size : 13px;
}

a:link		{ color: Navy; text-decoration: none; }
a:visited	{ color: Navy; text-decoration: none; }
a:hover		{ color: Red; text-decoration: underline; }

.CustomButton,
.CustomButtonSmall
{
    border-top: 2px solid #f0f0f0;
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #bbbbbb;
    border-bottom: 2px solid #bbbbbb;
    background-color: #d6e2ee;
}

.CustomButton
{
	padding: 5px;
	font-size: 1.1em;
}

.CustomButtonSmall
{
	padding: 2px 6px;    
}

.error-message-panel
{
    border: 1px solid #bbb;
    padding: 12px;
    width: 400px;
    color: Red;
}

/* --- PAGE HEADER ------------------------------------------------------------------- */

#header-top-options-container
{
    text-align : center;
    background : #efeee5 url(page_background_top.png) no-repeat center bottom;
}

#header-top-options-content
{
    margin: 0px auto;
    width: 978px;
    height: 18px;
    padding: 11px 0px 4px 0px;
    text-align : left;
    background: transparent;
}

.header-top-options-label
{
    float: left;
    margin-left: 6px;
    height: 16px;
    padding-left: 10px;
    background: #92b3d9 url(header_top_options_tab_left.png) no-repeat top left;
}

a.header-top-options-label-link:link { font-size: .8em; font-weight: bold; color: White; text-decoration: none; text-transform: uppercase; }
a.header-top-options-label-link:visited { font-size: .8em; font-weight: bold; color: White; text-decoration: none; text-transform: uppercase; }
a.header-top-options-label-link:hover { font-size: .8em; font-weight: bold; color: Yellow; text-decoration: none; text-transform: uppercase; }

.header-top-options-tab-right
{
    float: left;
    height: 16px;
    width: 10px;
    background: transparent url(header_top_options_tab_right.png) no-repeat top right;
}

.header-top-options-droplist
{
   	position: absolute;
	visibility: hidden;
	margin: 0 0 0 -10;
	background-color: White;
	border: 1px solid #aaaaaa;
	overflow: visible;
}

.header-top-options-droplist div
{	
    position: relative;
	display: block;
	margin: 0;
    color: Black;
    text-decoration: none;
	padding: 3px 25px 3px 8px;
	white-space: nowrap;
}

.header-top-options-droplist a:link
{	
    position: relative;
	display: block;
	margin: 0;
    color: #003399;
    text-decoration: none;
	padding: 3px 25px 3px 8px;
	white-space: nowrap;
}

.header-top-options-droplist a:visited
{	
    position: relative;
	display: block;
	margin: 0;    
	color: #003399;
    text-decoration: none;
	padding: 3px 25px 3px 8px;
	white-space: nowrap;
}

.header-top-options-droplist a:hover
{	
    position: relative;
	display: block;
	margin: 0;    
	color: Gray;
    text-decoration: none;
	padding: 3px 25px 3px 8px;
	white-space: nowrap;
}

#header-banner-container
{
    text-align : center;
    background : #efeee5 url(page_background_middle.png) repeat-y center;    
}

#header-banner-content
{
    text-align: center;
    width: 978px;
    margin: 0px auto;
    background-color: White;
}

#header-banner-branch-name
{
    white-space: nowrap;
	font-size : 1.4em;
	font-weight : bold;
	padding-left: 15px;
	color: #aaaaaa;
}

#header-main-container
{
    text-align : center;
    background : #efeee5 url(page_background_middle.png) repeat-y center;    
}

#header-main-content
{
    text-align : left;
    width: 978px;
    margin: 0px auto;
    background-color: White;
}

.SkipNav { white-space: nowrap; }
.SkipNav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.SkipNav a:focus, .SkipNav a:active { position: static; left: 0; width: 1px; height: 1px; overflow: visible; text-decoration: underline; } 


/* --- MAIN MENU ------------------------------------------------------------------- */

#header-menu-container
{
    background: url(menu_background.gif) top left repeat-x; 
}

.header-menu-main
{	
    margin: 0;
	padding: 0;
	z-index: 30;
}

.header-menu-main li
{	
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.header-menu-main-selected
{
    background-color: #e3ecf7;
    border-left: solid 1px #aaccee;
    border-right: solid 1px #aaccee;
}

.header-menu-main li a
{	
    display: block;
	margin: 0 1px 0 0;
	padding: 8px 10px;
	white-space: nowrap;
	color: #3399cc;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer; 
}

.header-menu-main li a:visited
{	
	color: #3399cc;
	text-decoration: none;
	text-transform: uppercase; 
}

.header-menu-main li a:hover
{	
    color: #3399cc;
    background-color: #bbddff;
	text-decoration: none;
	text-transform: uppercase; 
}

.header-menu-main div
{
   	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: White;
	border: 1px solid #dddddd;
	overflow: visible;
}

.header-menu-main div a
{	
    position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
    color: #3399cc;
    text-decoration: none;
    text-transform: none; 
	font-weight: bold;
}

.header-menu-main div a:visited
{	    
    color: #3399cc;
    text-decoration: none;
    text-transform: none; 
}

.header-menu-main div a:hover
{	    
    color: #3399cc;
    background-color: #bbddff;
    text-transform: none; 
}


/* --- PAGE BODY ------------------------------------------------------------------- */

.LeftPanel {}
.LeftPanelEmpty { background-color: transparent; }
.RightPanel {}
.RightPanelEmpty { background-color: transparent; }
.CenterPanel {}
.BottomPanel { border-top: solid 1px #777777; padding: 3px; }


/* --- PAGE FOOTER ------------------------------------------------------------------- */

#footer-container
{
    height: 400px;
    text-align : center;
    background : #a9c1db url(page_background_bottom.png) no-repeat center top;
    padding-top: 42px;
}

#footer-content
{
    margin: 0px auto;
    width: 978px;
    text-align : left;
    background: transparent;
}

.footer-menu-section
{
     float: left; 
     padding-left: 25px;
     padding-bottom: 75px;
}

.footer-menu-heading
{
    color: #444; 
    font-weight: bold; 
    text-transform: uppercase;
}

.footer-copyright
{
     float: right; 
     padding-right: 20px; 
     text-align: right;
     color: #444;
}

a.footer-link-primary:link { color: #444; text-decoration: none; font-weight: bold; text-transform: uppercase; }
a.footer-link-primary:visited { color: #444; text-decoration: none; font-weight: bold; text-transform: uppercase; }
a.footer-link-primary:hover { color: Black;  text-decoration: underline; font-weight: bold; text-transform: uppercase; }
a.footer-link-secondary:link { color: #444; text-decoration: none; }
a.footer-link-secondary:visited { color: #444; text-decoration: none; }
a.footer-link-secondary:hover { color: Black; text-decoration: underline; }


/* --- DASHBOARDS ------------------------------------------------------------------- */

#dashboards
{
    padding: 8px;
}

.dash-head 
{ 
    padding: 7px;
    padding-right: 18px; 
    background-image: url(dash_head_closed_background.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 179px;
    font-weight: bold;
    color: #777777;
    text-align: left;
    border: 1px solid #cccccc;
    margin-top: 3px;
}
       
.dash-head-hover 
{ 
    color: #44aadd;
}
       
.dash-head-open 
{ 
    background: White url(dash_head_open_background.png) right top no-repeat;
    border-bottom: none;
}
       
.dash-body 
{ 
    background: White url(dash_body_background.png) bottom repeat-x;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 7px; 
    width: 190px; 
    text-align: left;
}

.dash-body-no-header
{
    border-top: 1px solid #cccccc;
}

.dash-body-option
{
    padding: 5px;
    border-top: 1px solid #ccc;
}

.dash-body-option-highlighted-left
{
    background: #d7e3f3 url(option_arrow_right.png) right no-repeat;
}

.dash-body-option-highlighted-right
{
    background: #d7e3f3 url(option_arrow_left.png) left no-repeat;
    padding-left: 15px;
}

#body-dashboard-left
{
    width: 190px;
    border: 1px solid #efefef;
    background-color: White;
    float: left;
}

#body-dashboard-right
{
    width: 202px;
    margin: 0px 8px 0px 8px;
    background: White;
    border: 1px solid #cccccc;
    float: left;
    text-align: center;
}

.feature-head 
{ 
    background-image: url(dash_head_closed_background.png);
    width: 710px;
}

.community-head 
{ 
    padding: 7px;
    padding-right: 18px; 
    background-image: url(community_head_closed_background.png);
    width: 600px;
    background-position: right top;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #777777;
    text-align: left;
    border: 1px solid #cccccc;
    margin-top: 3px;
}

.feature-head-open 
{ 
    background-image: url(dash_head_open_background.png);
    border-bottom: none;
    width: 710px;
}

.feature-body 
{ 
   width: 721px;
   max-height:150px;
   overflow-y:auto;
   overflow-x: hidden;
}

.DashList
{
	list-style-image: url(bullet.gif);
	padding: 0px;
	margin: 0px 0px 0px 11px;
}

a.dash-subheading-expanded
{
	background-color: transparent;
	background-image: url(arrow_collapse.gif);
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	font-size: .9em;
	font-weight: bold;
	margin: 5px 0px 5px 5px;
	padding-left: 16px;
}

a.dash-subheading-collapsed
{
	background-color: transparent;
	background-image: url(arrow_expand.gif);
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	font-size: .9em;
	font-weight: bold;
	margin: 5px 0px 5px 5px;
	padding-left: 16px;
}

a.dash-subheading-collapsed.dash-subheading-filtered
{
	color: #e66400;
}

ul.parallel-selection
{
    padding: 0;
    margin: 0 0 0 1.5em;
    text-indent: -2em;
}

ul.parallel-selection li
{
    list-style: none;
    padding: 0;
    margin: 0 0 0 11px;
    font-size: .9em;
}

ul.parallel-selection li.selected label
{
    color: #e66400;
}

ul.parallel-selection li label
{
    color: Navy;
}

ul.parallel-selection li label.hover
{
    color: red;
    cursor: hand;
    text-decoration: underline;
}

ul.parallel-selection li.selected label.hover
{
    color: #e66400;
    cursor: hand;
    text-decoration: underline;
}

ul.drill-down
{
    padding: 0 0 0 1em;
    margin: 0;
}

ul.drill-down li
{
    list-style-image: url(bullet.gif);
    padding: 0;
    margin: 0 0 0 11px;
}

ul.drill-down li.selected
{
    list-style-image: url(raquo.gif);
    padding: 0;
    margin: 0 0 0 11px;
}

ul.drill-down li.selected a
{
    color: #e66400;
}

span.facet-count
{
    color: Black;
}

/* --- SEARCH AUTO-SUGGEST ------------------------------------------------------------------- */

div.SearchBoxFlat
{ 
	border: 1px solid #BBB89D;
	padding: 0px; 
	margin: 0px 
}

div.SearchBoxFlat input
{
	border: 0px; 
	margin: 2px; 
	outline-style: none; 
	padding-right: 5px;	
}

div.SearchBoxGlow 
{ 
	border: 1px solid #000080; 
	padding: 0px; 
	margin: 0px 
}

div.SearchBoxGlow input
{
	border: 0px; 
	margin: 2px; 
	outline-style: none; 
	padding-right: 5px;	
}

div.AutoSuggestMenu 
{
	background-color: white; 
	border-color: #BBB89D;
	border-style: solid;
	border-width: 1px; 
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

div.AutoSuggestMenu ul 
{ 
	list-style: none; 
	margin: 0px; 
	padding: 2px 0px 2px 0px
}

div.AutoSuggestMenu ul li 
{ 
	margin: 0px; 
	padding: 2px; 
	white-space: nowrap; 
	background-color: white; 
	font-size: 13px; 
	font-weight: bold;
}

div.AutoSuggestMenu ul li span 
{ 
	font-weight: normal; 
}

div.AutoSuggestMenu ul li#AutoSuggestHighlight 
{ 
	background-color: #000080; 
	color: white;
	margin: 0px; 
	padding: 2px; 
	white-space: nowrap; 
}

div.AutoSuggestMenu p 
{ 
	background: url(gradient.gif); 
	border-left: 8px;
	color: #000000; 
	margin: 0px 0px 0px 0px; 
	padding: 4px 4px 4px 4px; 
}

div.AutoSuggestMenu p span 
{ 
	background: transparent url(hide_suggestions_hot.gif) no-repeat left 50%; 
	color: #000080;
	font-size: 13px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 21px;
	text-decoration: underline; 
}

input.AutoSuggestShowCold 
{ 
	background: transparent url(show_suggestions_cold.gif) no-repeat center 50%; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 21px;
}

input.AutoSuggestShowHot 
{ 
	background: transparent url(show_suggestions_hot.gif) no-repeat center 50%; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 21px;
}          

.AdvancedHint
{
    padding: 5px;
    width: 95%;
    border: solid 1px #CCCCCC;
    color: #333333;
}


/* --- SEARCH RESULTS ------------------------------------------------------------------- */

a.PageNav:Link		{ text-decoration: underline; }
a.PageNav:Visited	{ text-decoration: underline; }

a.AddToList:Link	{ font-size: .9em; }
a.AddToList:Visited { font-size: .9em; }

.ResultsCoverPane
{
    padding: 7px;
    text-align: center;
}

.ResultsDate
{
	font-size : .9em;
}

.DidYouMeanLabel { font-size: 1em; color: Red; }
.DidYouMeanLink  { font-size: 1em; font-weight: bold; }

.TitleListHeading { font-size: 1.4em; }

.OptionsHeader { background-color: #eee; color: Black; font-size: 1.1em; padding: 3px; text-align: left;}

.results-title-container
{
    width: 735px;
    height: auto;
    padding: 10px;
    border: 1px solid #cccccc;
}

.results-title-full
{
    height: 300px; 
    overflow: auto;
}

.results-title-restricted-button
{
    width: 120px;
    padding: 4px 2px 4px 2px;
    height: auto;
    text-align: center;
    background-color: #C4C4C4;
    color: #9F9F9F;
    font-weight: bold;
    font-size: 1.1em;
    margin: 7px auto;
    border: 1px solid #aaaaaa;
}

.results-title-action-button
{
    width: 120px;
    padding: 4px 2px 4px 2px;
    height: auto;
    text-align: center;
    background-color: #99b6d8;
    color: White;
    font-weight: bold;
    font-size: 1.1em;
    margin: 7px auto;
    border: 1px solid #aaaaaa;
}

.results-title-action-button-primary
{
    background-color: #3399cc
}

A.results-title-link:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.results-title-link:Visited { font-weight: bold; text-decoration: none; color: White;}
A.results-title-link:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.results-title-link-avail:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.results-title-link-avail:Visited { font-weight: bold; text-decoration: none; color: White;}
A.results-title-link-avail:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.cloud-library-3m-link:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.cloud-library-3m-link:Visited { font-weight: bold; text-decoration: none; color: White;}
A.cloud-library-3m-link:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.cloud-library-3m-link-nofancy:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.cloud-library-3m-link-nofancy:Visited { font-weight: bold; text-decoration: none; color: White;}
A.cloud-library-3m-link-nofancy:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.cloud-library-3m-link-nofancy img{border:none;}
A.cloud-library-3m-link img{border:none;}

.axis360-results-title-action-button
{
    width: 120px;
    padding: 4px 2px 4px 2px;
    height: auto;
    text-align: center;
    background-color: #99b6d8;
    color: White;
    font-weight: bold;
    font-size: 1.1em;
    margin: 7px auto;
    border: 1px solid #aaaaaa;
}

.axis360-results-title-action-button-primary
{
    background-color: #3399cc
}

.axis360-results-title-restricted-button
{
    width: 120px;
    padding: 4px 2px 4px 2px;
    height: auto;
    text-align: center;
    background-color: #C4C4C4;
    color: #9F9F9F;
    font-weight: bold;
    font-size: 1.1em;
    margin: 7px auto;
    border: 1px solid #aaaaaa;
}


A.axis360-results-title-link:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.axis360-results-title-link:Visited { font-weight: bold; text-decoration: none; color: White;}
A.axis360-results-title-link:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.axis360-results-title-link-avail:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.axis360-results-title-link-avail:Visited { font-weight: bold; text-decoration: none; color: White;}
A.axis360-results-title-link-avail:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.axis360-link:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.axis360-link:Visited { font-weight: bold; text-decoration: none; color: White;}
A.axis360-link:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.axis360-link-nofancy:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.axis360-link-nofancy:Visited { font-weight: bold; text-decoration: none; color: White;}
A.axis360-link-nofancy:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.axis360-link-nofancy img{border:none;}
A.axis360-link img{border:none;}


.overdrive-results-preview-button
{
    width: 150px;
    padding: 4px 2px 4px 2px;
    height: auto;
    text-align: center;
    background-color: #99b6d8;
    color: White;
    font-weight: bold;
    font-size: 1.1em;
    margin: 7px auto;
    border: 1px solid #aaaaaa;
    float:left;
    vertical-align: bottom;
}

.overdrive-results-preview-button-primary
{
    background-color: #3399cc
}

A.overdrive-results-preview-button:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.overdrive-results-preview-button:Visited { font-weight: bold; text-decoration: none; color: White;}
A.overdrive-results-preview-button:Hover   { font-weight: bold; text-decoration: underline; color: White;}



.overdrive-results-title-action-button
{
    width: 120px;
    padding: 4px 2px 4px 2px;
    height: auto;
    text-align: center;
    background-color: #99b6d8;
    color: White;
    font-weight: bold;
    font-size: 1.1em;
    margin: 7px auto;
    border: 1px solid #aaaaaa;
}

.overdrive-results-title-action-button-primary
{
    background-color: #3399cc
}

.overdrive-results-title-restricted-button
{
    width: 120px;
    padding: 4px 2px 4px 2px;
    height: auto;
    text-align: center;
    background-color: #C4C4C4;
    color: #9F9F9F;
    font-weight: bold;
    font-size: 1.1em;
    margin: 7px auto;
    border: 1px solid #aaaaaa;
}


A.overdrive-results-title-link:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.overdrive-results-title-link:Visited { font-weight: bold; text-decoration: none; color: White;}
A.overdrive-results-title-link:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.overdrive-results-title-link-avail:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.overdrive-results-title-link-avail:Visited { font-weight: bold; text-decoration: none; color: White;}
A.overdrive-results-title-link-avail:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.overdrive-link:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.overdrive-link:Visited { font-weight: bold; text-decoration: none; color: White;}
A.overdrive-link:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.overdrive-link-nofancy:Link	{ font-weight: bold; text-decoration: none; color: White;}
A.overdrive-link-nofancy:Visited { font-weight: bold; text-decoration: none; color: White;}
A.overdrive-link-nofancy:Hover   { font-weight: bold; text-decoration: underline; color: White;}

A.overdrive-link-nofancy img{border:none;}
A.overdrive-link img{border:none;}






.drawer-head
{
    background-color: #dce7f5;
    background-image: url(drawer_head_closed_background.gif);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 1.3em;
    color: #444444;
    margin-top: 10px;
    padding: 7px;
    padding-left: 30px;
    border-top: 1px solid #b1bcdb;
    cursor: pointer;
}

.drawer-head-hover
{
    background-color: #d0dff1;
}

.drawer-head-open
{
    background-image: url(drawer_head_open_background.gif);
}

.drawer-body
{
    background-color: White;
    padding: 7px;
}

.drawer-link
{
    background-color: #dce7f5;
    background-image: url(drawer_head_link_background.gif);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 1.3em;
    color: #444444;
    margin-top: 10px;
    padding: 7px;
    padding-left: 30px;
    border-top: 1px solid #b1bcdb;
    cursor: pointer;
}

.drawer-link-hover
{
    background-color: #cad4f0;
}

a.drawer-link-link:Hover  { text-decoration: none; }

.navigation-panel
{
    margin-top: 10px;
    margin-bottom:10px;
    margin-right:1px;
    margin-left:1px; 
    padding: 0px; 
    border: solid 1px #ddd; 
    background-image: url(./nav_panel_background.png);
}

.navigation-segment
{
    padding: 8px;
    height: 19px;
}

.navigation-button
{
    margin: 4px;
    background-color: #f7f7f7; 
    padding: 5px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc; 
    border-top: solid 1px White;
    border-left: solid 1px White;
}

.chilifresh-ratings
{
    padding-top: 5px;
    text-align: center;
    font-size: .9em;
    color: #777;
}

.librarything-ratings
{
    padding: 5px 0px;
    text-align: center;
    white-space: normal;
    margin: 0 auto;
}

.gbs-preview-div
{
    display: none;
    text-align: center;
    padding: 10px;
}

.ltfl_header 
{
  	background-color: #F7F7F7;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: bold;
	color: #333366;
}

img.status-text-visible
{
    visibility: visible;
}

img.status-text-hidden
{
    visibility: hidden;
}

div.follow-on-search
{
    background-color: rgb(227, 236, 247); 
    border: 3px double rgb(0, 0, 0); 
    margin: 10px; 
    padding: .5em; 
    width: 90%;
}

#searchStatusBox
{
	background-color: #FFFFFF;
	border: 1px solid #888888;
	color: #000000;
	display: none;
	margin: 0px;
	padding :0px;
	position: absolute;
	right: 5%;
	top: 5%;
	width: 600px;
}

div.search-status-header
{
	background-color: #92B3D9;
	color: #000000;
	cursor: move;
	font-weight: bold;
	font-size: 12px;
	padding: 2px .5em 2px .5em;
}

td.search-status-caption
{
	color: White;
	font-weight: bold;
	text-align: left;
}

td.search-status-close
{
	text-align: right;
}

td.search-status-close a img
{
	border: 0;
	margin-left: -3;
	margin-top: -9;
	position: relative;
	vertical-align: top;
}

div.search-status-body
{
	margin: 4px;
}

tr.search-status-item
{
	border-top: 1px solid #dddddd;
	padding-bottom: 1px;
}

.search-status-database-column
{
	padding: 2px 0px 2px 0px;
	text-align: left;
	width: 55%;
}

.search-status-status-column
{
	padding: 2px 0px 2px 0px;
	text-align: left;
	width: 25%;
}

.search-status-pending-column
{
	padding: 2px 0px 2px 0px;
	text-align: center;
	width: 10%;
}

.search-status-retrieved-column
{
	padding: 2px 0px 2px 0px;
	text-align: center;
	width: 10%;
}

/* --- HOVER SUMMARIES ------------------------------------------------------------------- */

.hover-main-arrow-left
{
    width: 441px;
    height: 400px;
    background-color: transparent;
    background-image: url('HoverBackgroundLeft.gif');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 26px 1px 20px 20px;
    display: none;
    position: absolute;
    text-align: left; 
    margin-top: -150px; 
    margin-left: 85px;
    z-index: 30;
    white-space: normal;
}

    .hover-main-arrow-left.spoof
    {
        background-image: url('HoverBackgroundLeft_spoof.gif');  
        margin-left: 100px;      
        margin-top: 0px; 
    }

.hover-main-arrow-left-noaddthis
{
    width: 441px;
    height: 355px;
    background-color: transparent;
    background-image: url('HoverBackgroundLeftNoAddThis.gif');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 26px 20px 20px 20px;
    text-align:left; 
    display: none;
    position: absolute; 
    margin-top: -150px; 
    margin-left: 85px;
    z-index: 30;
    white-space: normal;
}

    .hover-main-arrow-left-noaddthis.spoof
    {
        background-image: url('HoverBackgroundLeftNoAddThis_spoof.gif');
        margin-left: 100px;
        margin-top: 0px; 
    }

.hover-sharethistext
{  
    padding-right: 20px;
    height: 32px;
    width: 54px;
    margin: 20px 1px 0px 30px;
    text-align: left;
    font-weight:bold;
    color:#3399cc;
    float:left;
}

.hover-bookmarkbuttons
{
   padding-bottom: 1px;
   margin-top: 20px;
   margin-right: 1px; 
   float: left;
   width: 303px;
   height: 32px;
}


/* --- ITEM AVAILABILITY ------------------------------------------------------------------- */

th.Holdings
{
	background-color: #dddddd; 
	color: #777777; 
	text-align: left; 
	border-width: 0px; 
	vertical-align: top;
	white-space: nowrap;
}

td.Location
{
	padding-top: 1em; 
	color: blue; 
	border-style: solid; 
	border-width: 0px;
	border-color: #CCCCCC;
}

td.Collection
{
	padding-left: 0px; 
	color: blue;
	vertical-align: top;
}

td.Piecefront
{
	padding-left: 0px; 
	padding-right: 1em;
}

td.Piece 
{
	padding-left: 4px; 
	padding-right: 1em;
}

img.Group
{
	margin-right: .5em;
}

span.Group
{
	cursor: pointer;
}

img.Notes
{
	border: 0px; 
	margin-right: .5em;
}

.AvailabilityHoldsMessage
{
    margin: 10px 50px; 
    padding: 25px; 
    border: solid 1px #999999; 
    background-color: #FFFFCC;
}


/* --- LIBRARIAN'S VIEW (MARC) ------------------------------------------------------------------- */

.marc_table {margin: 0px; padding: 0px;}
.marc_tag {font-family: monospace; font-size: .9em; vertical-align: top; padding-bottom: .2pt; color: blue;} 
.marc_ind {font-family: monospace; font-size: .9em; vertical-align: top; padding-bottom: .2pt; color: red;} 
.marc_sub {vertical-align: top; padding-bottom: .2pt; color: green;} 
.marc_data {vertical-align: top; padding-bottom: .2pt;} 


/* --- COMMUNITY INFORMATION ------------------------------------------------------------------- */

.body-background
{
    width: 620px;
    background-image: url('BodyBackground.png');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    padding: 8px;
}

.results-full-tab-area-visible
{
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 100%;
    height: 400px;
    overflow: auto;
    visibility: visible;
    display: block;
    word-wrap: break-word;
}

.results-full-tab-area-hidden
{
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

.tab-area-link-selected 
{
    font-weight: bold; 
    text-decoration: none; 
    color: #3399cc;
    cursor: pointer;
}

.tab-area-link-not-selected
{
    font-weight: normal; 
    text-decoration: none; 
    color: #3399cc;
    cursor: pointer;
}

.tab-area-header
{
    background:#99b6d8; 
    color:White; 
    width:100%; 
    text-align:center;
}

.community-edit-addmore
{
    color:Navy;
    text-decoration:none;
    cursor:pointer;
}

.content-drawer-img-data
{
    width:100px; 
    max-width:100px; 
    border-bottom: 1px solid #cccccc; 
    vertical-align:top; 
}

.content-drawer-spacer-data
{
    text-decoration:none; 
    vertical-align:top; 
    width:5px; 
    max-width:5px; 
    border-bottom: 1px solid #cccccc;
}

.content-drawer-text-data
{
    text-decoration:none; 
    vertical-align:top; 
    width:250px; 
    max-width:250px; 
    border-bottom: 1px solid #cccccc;
}


/* --- BIBLIOGRAPHIC AND COMMUNITY CONTENT (Brief, Full, etc.) ----------------------------- */

.nsm-brief-block-subzone
{
    float: none;
    margin-bottom: 5px;
}

.nsm-brief-hosted-by-group
{
    font-size: 100%;
    text-indent: 12px;
}

.nsm-brief-iconified-group
{
    margin-bottom: 2px;
    padding-left: 1em;
    text-indent: -1em;
}

.nsm-brief-inline-subzone
{
    float: none;
}

.nsm-brief-label
{
    color: #888888;
    word-wrap: break-word;
}

.nsm-brief-primary-author-group
{
    font-size: 100%;
    text-indent: 12px;
    word-wrap: break-word;
}

.nsm-brief-primary-name-group
{
    font-size: 120%;
    line-height: 125%;
    margin-bottom: 2px;
    word-break: break-word;
}

.nsm-brief-primary-title-group
{
    font-size: 120%;
    line-height: 125%;
    margin-bottom: 2px;
    word-break: break-word;
}

.nsm-brief-standard-group
{
    margin-bottom: 2px;
    padding-left: 1em;
    text-indent: -1em;
}

.nsm-highlight-local-availability
{
    font-weight: bold;
}

.nsm-hit-text
{
    font-style: italic;
}

.nsm-full-block-subzone
{
    float: none;
    margin-bottom: 5px;
}

.nsm-full-content
{
    line-height: 1.1em;
    text-align: left;
    width: 75%;
    word-wrap: break-word;
}

.nsm-full-label
{
    color: #888888;
    line-height: 1.1em;
    text-align: right;
    width: 25%;
    word-wrap: break-word;
}

.nsm-full-inline-subzone
{
    float: none;
}

.nsm-full-standard-group
{
    vertical-align: top;
}

.nsm-short-image
{
	border: 0px;
	height: 20px;
	margin: 0px .2em;
	vertical-align: middle;
	width: 20px;
}

.nsm-short-item
{
    word-wrap: break-word;
}

.nsm-summary-block-subzone
{
    float: none;
    margin-bottom: 5px;
}

.nsm-summary-hosted-by-group
{
    font-size: 100%;
    text-indent: 12px;
}

.nsm-summary-inline-subzone
{
    float: none;
}

.nsm-summary-label
{
    color: #888888;
    margin-top: 6px;
    word-wrap: break-word;
}

.nsm-summary-primary-author-group
{
    font-size: 100%;
    text-indent: 12px;
}

.nsm-summary-primary-name-group
{
    font-size: 120%;
    line-height: 125%;
    margin-bottom: 2px;
}

.nsm-summary-primary-title-group
{
    font-size: 120%;
    line-height: 125%;
    margin-bottom: 2px;
}

.nsm-summary-primary-zone
{
    margin-top: 5px; 
}

.nsm-summary-record
{   
    height: 316px; 
    margin-left: 25px;
    overflow: auto; 
    text-align: left;
    width: 380px;
}

.nsm-summary-secondary-subzone
{
    float: none;
    margin-top: 10px; 
}

.nsm-summary-secondary-zone
{
    margin-top: 5px; 
}

div.nsm-long-item
{
    margin-left: 1em;
    padding-bottom: .1em;
    text-indent: -1em;
}

div.nsm-long-item span.nsm-alternate-part a.nsm-browse-link
{
    color: #008000;
    text-decoration: none;
}

div.nsm-long-item span.nsm-alternate-part a.nsm-browse-link:hover span.nsm-browse-text
{
    text-decoration: underline;    
}

div.nsm-long-item a.nsm-browse-link
{
    color: #000094;
    text-decoration: none;
}

div.nsm-long-item a.nsm-browse-link:hover span.nsm-browse-text
{
    text-decoration: underline;   
}

div.nsm-long-item a.nsm-browse-link:hover span.nsm-browse-text
{
    text-decoration: underline; 
    color: Red;   
}

span.nsm-short-item span.nsm-alternate-part a.nsm-browse-link
{
    color: #008000;
    text-decoration: none;
}

span.nsm-short-item span.nsm-alternate-part a.nsm-browse-link:hover span.nsm-browse-text
{
    text-decoration: underline;    
}

span.nsm-short-item a.nsm-browse-link
{
    color: #000094;
    text-decoration: none;
}

span.nsm-short-item a.nsm-browse-link:hover span.nsm-browse-text
{
    text-decoration: underline; 
    color: Red;   
}

a.nsm-brief-action-link
{
    text-decoration: none;
}

a.nsm-brief-action-link span.nsm-short-item
{
    color: #000094;
}

a.nsm-brief-action-link span.nsm-short-item span.nsm-alternate-part
{
    color: #008000;  
}

a.nsm-brief-action-link:hover span.nsm-short-item span.nsm-browse-text
{
    color: Red;
    text-decoration: underline;
}

a.nsm-brief-action-link:hover span.nsm-short-item span.nsm-alternate-part span.nsm-browse-text
{
    color: Red;
    text-decoration: underline;
}

a.nsm-summary-action-link
{
    text-decoration: none;     
}

a.nsm-summary-action-link span.nsm-browse-text
{
    color: #000094;
    text-decoration: underline;
}

tr.nsm-brief-primary-zone td
{
    padding-top: 3px;
}

tr.nsm-brief-secondary-zone td
{
    padding-top: 10px;
}


/* --- PATRON ACCOUNT ------------------------------------------------------------------- */

div.#patronacctheader:hover
{
    background-color: #cad4f0;
}

.patron-default-body
{
    background-color: #F6F6F6;
    border: solid 1px #CCCCCC;
}

.MessageInfoHeader
{
    font-size : 1.1em;
    font-weight : bold;
    color: #336699;
}

.MessageInfoMaroonHeader
{
    font-size : 1.1em;
    font-weight : bold;
    color: Maroon;
}

.MessageDataGridStyle
{
    background-color: ButtonFace;
    padding: 2px 2px 2px 4px;    
}

.patrongrid
{
    border: 0px;
    padding:3px;
    text-align:left;
}

.patrongrid-top-heading
{
    font-size: 1.5em; 
    padding: 10px 0px 20px 10px;
}

.patrongrid-headings-pager
{
    border: 0px solid #cccccc;
    text-align:right;
}

.patrongrid-headings-pager a
{
    text-decoration: underline;
}

.headings-patrongrid
{
    font-weight: normal;
    padding: 5px; 
    border: solid 1px #ddd; 
    background-image: url(./nav_panel_background.png);
    color: #555;
}

.headings-patrongrid a
{
    text-decoration: underline;
    font-weight: normal;
    color: #555;
}

.patrongrid-row
{
    background-color : #f7f7f7;
	padding : 3px 4px 3px 4px;
}

.patrongrid-row a
{
    text-decoration: underline;
    padding : 3px 4px 3px 0px;
}

.patrongrid-alternating-row
{
	background-color : white;
	padding : 3px 4px 3px 0px;
}

.patrongrid-alternating-row a
{
    text-decoration: underline;
}

.patrongrid-empty-message
{
    padding: 30px; 
    border: solid 1px #ccc;
    margin-bottom: 15px;
}

.ILLNotice
{
	color : Red;
}

.HoldsHeld			 { color : red; font-size: 1.2em; }
.HoldsActive		 { color : green; font-size: 1.2em; }
.HoldsPendingShipped { color : maroon; font-size: 1.2em; }
.HoldsILLTransferred { color : navy; font-size: 1.2em; }
.HoldsMisc			 { color : #7F7F7F; }
.HoldsAuthor         { color : #555555; }
.HoldsDate           { color : #555555; font-size: .85em; }


/* --- MISCELLANEOUS ------------------------------------------------------------------- */

.Headings1
{
	background-color : White;
	padding : 5px;
}

.Headings2
{
	background-color : White;
	padding : 5px;
}

td.Header
{
	background-color : Navy;
}

.ColumnHeader
{
	font-weight : bold;
	background-color : #6696c8;
}

.TableHeader
{
    font-size : 1.2em;
	color : White;
	padding : 7px;
}

p.Header
{
	font-size : 1.1em;
	text-align : center;
	color : Black;
}

.ErrorMessage
{
	font-size : 1.2em;
}

.LibraryHeader
{
	font-size : 1.4em;
	text-align : center
}

select.RegularSmall
{
	font-size : .9em;
}

select.Regular
{
	font-size : 1em;
}

.ResultsHeader
{
	font-size : 1.1em;
	color : Navy;
	font-weight : bold;
}

.RegularSmall
{
	font-size : .9em;
}

.RegularXSmall
{
	font-size : .9em;
}

.Header
{
	color : White;
	font-size : .9em;
}

.Regular
{
}

.RegularBold
{
	font-weight : bold;
}

.Red
{
	color : red;
}

.Results
{
	color : #993333;
}

.Tab
{
	color : White;
	font-weight : bold;
}

.FormHeader
{
	background-color: #ebf0f6;

}

.FormBody
{
	background-color: #F6F6F6;
}

.FormHeaderText
{
	font-size: small;
	font-weight: bold;
}

.Error
{
	color: red;
}

A.SmallText { font-size: 0.9em; margin: 0px; padding: 0px; }

.Highlight { background-color: #ffffaa; border: 1px solid #aaaaaa }
.Vernacular { color: green }

img.thumbnail
{
	max-height: 130px;
	max-width: 100px;
    -moz-force-broken-image-icon: 1;
}

#block_ui_content 
{
    background-clip: border-box;
    background-color: white;
    border: 2px solid #cccccc;
    left: 50%;
    padding: 0;       
    position: absolute;
    top: 40%;
    visibility: hidden;
    z-index: 20000;
}
            
#block_ui_body 
{
    background: url(waiting.gif) no-repeat scroll 14px center;
    padding: 20px 15px 20px 56px;             
}
            
#block_ui_overlay 
{
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    background-color: #aaaaaa;
    cursor: wait;
    display: none;
    filter: alpha(opacity=20);
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
