/* 	GENERAL PAGE STYLES */

/* For Mozilla Firefox, so that it will always include a scroll bar on the side.  This is to fix the
   "jumping" issue that will occur when switching from a page that has enough content for a scrollbar
   to appear to a page that doesn't, and vice-versa. */
html {
overflow: -moz-scrollbars-vertical;
overflow-x: auto;
}

body {
color: #585952;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
margin: 0;
}

/* GENERAL LINK STYLES */

a:link 		{ cursor: hand;cursor: pointer;text-decoration: none;color: #b94d10; }
a:visited 	{ cursor: hand;cursor: pointer;text-decoration: none;color: #b94d10; }
a:hover 	{ cursor: hand;cursor: pointer;text-decoration: underline;color: #b94d10; }

/* SPECIAL LINK STYLES */
#ask-lib-text a 		{ color: #FFFFFF; }
#featured-resource a 	{ color: #4c5965; }
#news-and-alerts a 		{ color: #4c5965; }
.left-nav a 			{ color: #000000; }
.left-nav a:visited 	{ color: #000000; }
.spotlightsColumn a		{ color: #4c5965; }

.more {
float: right;
padding-top: 3px;
width: 200px;
text-align: right;
}

/* This is needed to override the blue/gray color in the "More..." type links. */
#featured-resource .more a			{ color: #b94d10; }
#news-and-alerts .more a			{ color: #b94d10; }
#left-nav-main li a 				{ color: #ffffff; }
#left-nav-main li a:visited 		{ color: #ffffff; }
#left-nav-community li a 			{ color: #ffffff; }
#left-nav-community li a:visited 	{ color: #ffffff; }

/* GENERAL TABLE STYLES */

/* unbolded table header cells */
th {
font-weight: normal;
color: #51422d;
}

/* background and border colors */
.bg_light			{ background-color: #f0efe5; }
.bg_medium 			{ background-color: #dddddd; }
.bg_dark 			{ background-color: #51422d; }
.bg_white 			{ background-color: #ffffff; }
.bg_highlight 		{ background-color: #feeac0; }
/* no background color, no border, full width */
.nobg_nobdr_full 	{ border: 0;width: 98%; }
/* no background color, dark border, full width */
.nobg_dkbdr_full 	{ background-color: #ffffff;border: 1px solid #51422d;width: 98%; }
/* no background color, light border, full width */
.nobg_ltbdr_full 	{ background-color: #ffffff;border: 1px solid #f0efe5;width: 95%; }
/* light background color, no border, full width */
.ltbg_nobdr_full 	{ background-color: #f0efe5;border: 0;width: 98%; }
/* light background color, dark border, full width */
.ltbg_dkbdr_full 	{ background-color: #f0efe5;border: 1px solid #51422d;width: 95%; }
/* dark background color, light border, full width */
.dkbg_ltbdr_full 	{ background-color: #51422d;border: 1px solid #f0efe5;width: 95%; }
/* dark background color, no border, full width */
.dkbg_nobdr_full 	{ background-color: #51422d;border: 0;width: 98%; }

/* GENERAL FONT STYLES */

/* main heading style */
h1 {
padding-bottom: 4px;
margin-top: 0;
font-family: "Times New Roman",Georgia,serif;
font-size: 24px;
font-weight:normal;
color: #b94d10;
border-bottom: dotted 2px #bdbdbd;
}

h2 { font-size: 20px;color: #b94d10; }
h3 { font-size: 11px;color: #585952; }
h4 { font-size: 11px;color: #b94d10; }

/* color for red font */
.redfont {
color: #cc0000;
}

/* color for orange font */
.orangefont {
color: #b94d10
}

/* GENERAL FORM STYLES */

/* hidden form field for robot detection */
.special {
display: none;
}

/* GENERAL LIST STYLES */

.list-heading {
font-weight: bold;
}

/* PAGE BACKGROUND COLORS */

/* These define the color of the page */
/*
.main-theme 		{ background-color: #1b466c; }
.about-theme 		{ background-color: #ae9530; }
.services-theme 	{ background-color: #582d3e; }
.research-theme 	{ background-color: #6b7b09; }
.collections-theme 	{ background-color: #5a655e; }
.how-theme 			{ background-color: #c06e20; }
.science-theme 		{ background-color: #09597a; }
.langson-theme { background-color: #959242; }
.grunigen-theme { background-color: #423753; }
*/

/* changed some of the background-color hex codes above to match hex codes for corresponding background images below - 11/14/2011 vegamf */
.main-theme 		{ background-color: #1b456b; }
.about-theme 		{ background-color: #ae9530; }
.services-theme 	{ background-color: #582d3e; }
.research-theme 	{ background-color: #6b7c0a; }
.collections-theme 	{ background-color: #5a655d; }
.how-theme 			{ background-color: #c16e20; }
.grunigen-theme 	{ background-color: #423853; }
.langson-theme 		{ background-color: #959241; }
.science-theme 		{ background-color: #0a597a; }
.sca-theme			{ background-color: #133457; }

.main-page 			{ background-image: url(../images/background-main.jpg); }
.about-page 		{ background-image: url(../images/background-about.jpg); }
.services-page 		{ background-image: url(../images/background-services.jpg); }
.research-page 		{ background-image: url(../images/background-research.jpg); }
.collections-page 	{ background-image: url(../images/background-collections.jpg); }
.how-page 			{ background-image: url(../images/background-how.jpg); }
.grunigen-page 		{ background-image: url(../images/background-grunigen.jpg); }
.langson-page 		{ background-image: url(../images/background-lang.jpg); }
.science-page 		{ background-image: url(../images/background-science.jpg); }
.sca-page 			{ background-image: url(../images/background-sca.jpg); }


/* CONTAINER STYLES */

/* The page container contains all the elements in the main page.  This is where the specific colors
   per page should be defined.  Note: the change in colors in each page happen in the page-container div
   and the global-nav div.  */
#page-container {
width: 900px;
margin: 0 auto;
border: 1px solid #999999;
}

/* Defines the div containing the banner image */
#banner {
background-color: #153669;
height: 93px;
width: 900px;
background-image: url(../images/header-banner-ucilibraries-short.png);
background-repeat: repeat-y;	
}

/* The following is for non-fixed-width banners */
#banner_stretch_background {
border: 0;
background: url(../images/header-banner-ucilibraries-sliver.png) repeat-x;
height: 93px;
margin: 0;
padding: 0;
width: 100%;
}

#banner_stretch_inner {
height: 93px;
text-align: left;
width: 100%;
}

#banner2 {
background-color: #153669;
height: 92px;
width: 900px;
background-image: url(../images/header-banner-ucilibraries-long.png);
background-repeat: repeat-y;	
}

/* Defines the div containing the header image */
#header-image {
border-bottom: 1px solid #ffffff;
height: 81px;
border-top: 1px solid #ffffff;
}

/* Defines the div containing the header image */
#sca-header-image {
height: 81px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

/* Defines the div that contains the left navigation, global nav, main content, and spotlights */
#columnsDiv {
width: 900px;
float: left;
}

/* Defines the left nav column */
#first-column {
width: 223px;
float: left;
}

/* Defines the blank space about Ask a Librarian */
#blank-space {
height: 24px;
/*border-top: 1px solid #ffffff;*/
border-bottom: 1px solid #ffffff;
}

/* Defines the Ask a Librarian div */
#ask-lib {
height: 28px;
border-bottom: 1px solid #ffffff;
color: #ffffff;
font-size: 11px;
}

#ask-lib-text {
float: left;
line-height: 26px;
}

#ask-lib-images {
float: right;
}

.askalib-images {
border-style: none;
}

/* Left nav styles */
.left-nav {
color: #ffffff;
}

.hours {
border-style: none;
position: absolute;
padding-left: 5px;
}

.left-nav ul li {
padding-top: 5px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px ;
line-height: 17px;
padding-right: 5px;
}

span.left-nav-headers {
font-family: "Times New Roman",Georgia,serif;
font-size: 19px;
padding-left: 10px;
}

div.left-nav-headers {
font-family: "Times New Roman",Georgia,serif;
font-size: 19px;
padding-left: 10px;
}

#quicklinks-left-nav {
padding-bottom: 5px;
padding-top: 20px;
}

.category-left-nav  {
width: 223px;
padding-bottom: 5px;
padding-top: 20px;
}

.category-left-nav ul li ul {
position: relative;
left: -25px;
}

#left-nav-about {
padding-bottom: 5px;
background-color: #cbb560;
color: #383935;
}

#left-nav-services {
padding-bottom: 5px;
background-color: #976378;
color: #383935;
}

#left-nav-research {
padding-bottom: 5px;
background-color: #9ca754;
color: #383935;
}

#left-nav-collections {
padding-bottom: 5px;
background-color: #7e8e85;
color: #383935;
}

#left-nav-how {
padding-bottom: 5px;
background-color: #dd903d;
color: #383935;
}

#left-nav-grunigen {
padding-bottom: 5px;
background-color: #635479;
color: #383935;
}

/* Defines the second column, which contains the main content, global nav, quicksearch, and spotlights (in the case of 3-columns) */
#second-column {
float: right;
background: #ffffff;
width: 676px;
/*border-left: 1px solid #ffffff;*/
margin-bottom: 10px;
}

/* Excludes global nav and quicksearch.  For just the middle and right content in the 3-column design.  For right column in the 2-column design. */
#inner-main-column {
margin-top: 14px;
}

.breadcrumbs {
padding-left: 10px;
padding-bottom: 10px;
}

/* Defines the styles of a 3-column page */
.left-main-column{
float: left;
width: 438px;
padding: 0 5px 0 10px;
}

#sca-left-3-column{
float: left;
width: 438px;
padding: 0 5px 0 10px;
padding-top: 14px;
}

/* Defines the third column of a 3-column template */
#right-main-column {
width: 215px;
float: right;
padding-right: 4px;
}

#sca-right-3-column {
width: 215px;
float: right;
padding-right: 4px;
padding-top: 14px;
}

#right-main-column-print {
width: 251px;
float: right;
}

#emergency-alert{
width: 98%;
min-height: 30px;
background-color: #ffff66; 
border: medium black solid;
margin-bottom: 10px;
padding: 5px 0 5px 5px;	
}

.mainContent2Column {
padding: 0 5px 0 10px;
width: 660px;
float: left;
}

.sca2Column {
padding: 14px 5px 0 10px;
width: 660px;
float: left;
/*margin-top: 14px;*/
}

.mainContent2Column-print {
width: 639px;
float: left;
}

.mainContent1Column {
width: 880px;
padding: 10px;
/*float: left;*/
}

/* Global Nav Styles */
#global-nav{
height: 24px;
width: 676px;
/*border-top: 1px solid white;*/
border-bottom: 1px solid white;
}

.menuItemHeader {
cursor: pointer;
cursor: hand;
color: white;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
padding-top: 5px;
margin: 0 10px 0 10px;
}

.menuItemHeader_active {
cursor: pointer;
cursor: hand;
color: black;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
padding-top: 5px;
margin: 0 10px 0 10px;
}

.menuList {
left: -999em;
position: absolute;
color: white;
margin-top: 4px;
padding: 10px;
z-index: 1;
width: 175px;
}

.menuList ul {
margin: 0px;
padding: 0px;
}

.menuList li {
list-style: none;
line-height: 23px;
}

.menuList a:hover {
text-decoration: underline;
}

.menuItemHeader a, .menuList a {
color: white;
text-decoration: none;
}

.menuItemHeader_active a {
color: black;
text-decoration: none;
}

div.menuItem {
float: left;
height: 24px;
border-right: 1px solid #ffffff;
}

#home_button {
background-color: #1b466c;
}

#about_menu, #about_menu div {
background-color: #ae9530;
}

#about_menu_active, #about_menu_active div {
background-color: #cbb560;
}

#services_menu, #services_menu div {
background-color: #582d3e;
}

#services_menu_active, #services_menu_active div {
background-color: #976378;
}

#research_menu, #research_menu div{
background-color: #6b7b09;
}

#research_menu_active, #research_menu_active div {
background-color: #9ca754;
}

#collections_menu, #collections_menu div {
background-color: #5a655e;
}

#collections_menu_active, #collections_menu_active div {
background-color: #7e8e85;
}

#how_menu, #how_menu div {
background-color: #c06e20;
}
#how_menu_active, #how_menu_active div {
background-color: #dd903d;
}

/* These define the color of the hidden divs that appear when you hover over the tab */
#aboutMenu {
background-color: #cbb560;
}
#aboutMenu_active {
background-color: #ae9530;
color: #000000;
}
#aboutMenu_active a {
color: #000000;
}

#servicesMenu {
background-color: #976378;
}
#servicesMenu_active {
background-color: #582d3e;
color: #000000;
}
#servicesMenu_active a {
color: #000000;
}

#researchMenu {
background-color: #9ca754;
}
#researchMenu_active {
background-color: #6b7b09;
color: #000000;
}
#researchMenu_active a {
color: #000000;
}

#collectionsMenu {
background-color: #7e8e85;
}
#collectionsMenu_active {
background-color: #5a655e;
color: #000000;
}
#collectionsMenu_active a {
color: #000000;
}

#howMenu {
background-color: #dd903d;
}
#howMenu_active {
background-color: #c06e20;
}
#howMenu_active a {
color: #000000;
}

#quicksearch_field {
height: 15px;
width: 350px;
}

#quicksearch_go {
padding-left: 5px;
}

/* Quicksearch styles */
#quicksearch {
height: 28px;
background: #f0efe5;
width: 676px;
border-bottom: 1px solid #999999;
color: #51422d;
padding: 0;
margin: 0;
}

#quicksearch_print {
height: 28px;
background: #f0efe5;
width: 900px;
border-bottom: 1px solid #999999;
color: #51422d;
padding: 0;
margin: 0;
}

#wcfw{
padding-left: 5px;
}

#whatAmI {
font-size: 9px;
}

/* Footer styles */
#footer {
background: #f0efe5;
height: 91px;
width: 880px;
clear: both;
color: #777777;
font-size: 9px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
line-height: 16px;
border-top: 1px #999999 solid;
}

#sca-footer {
background: #f0efe5;
height: 65px;
width: 880px;
clear: both;
color: #777777;
font-size: 9px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
line-height: 16px;
border-top: 1px #999999 solid;
}

#sca-footer a:link, #sca-footer a:visited {
color: #777777;
}

.left-footer {
float: left;
}

.right-footer {
float: right;
}

.rss-h1-image {
position: relative;
bottom: 45px;
float: right;
}

/* For the inner tab menus */
.tabcontent {
display: block;
width: 98%;
margin: 5px;
}

.tabcontent ul {
/*padding-top: 15px;
padding-bottom: 15px;*/
/*margin-top: 0;
margin-bottom: 0;*/
}

.tabstyle{
cursor: pointer;
cursor: hand;
background-color: #f0efe5;
border: 1px solid #cccccc;
padding: 3px 10px;
line-height: 14px;
margin-right: 5px;
float: left;
color: #51422d;
}

.activetabstyle {
cursor: pointer;
cursor: hand;
background-color: #ffffff;
border-top: 1px solid #cccccc;
border-left: 1px #cccccc solid;
border-bottom: 1px #ffffff solid;
border-right: 1px #cccccc solid;
padding: 3px 10px;
line-height: 14px;
margin-right: 5px;
float: left;
color: #51422d;
}

.tab_headers {
height: 21px;
}

.tabs {
border-bottom: 1px #cccccc solid;
border-left: 1px #cccccc solid;
border-right: 2px #cccccc solid;
border-top: 1px #cccccc solid;
padding: 5px;
}

/* For the content inside the main page middle column */
.mainPageContent {
padding-bottom: 30px;
/*width: 438px;*/
/*display: inline-block;*/
}

/* background for the td that holds today date*/
.calendar_current_cell {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FEEAC0;
	text-align: center;
	vertical-align: top;
	padding: 3px;
	}

/*must have the a, a:hover, a:visited to hack, to see different link when mouse over ...*/	
.calendar_current_date a { 
  color: #335588;
  text-decoration: underline;
}
.calendar_current_date a:hover { 
  color: #993333;
}

.calendar_current_date a:visited { 
  color: #335588;
}
/* e.g: It's today date appears in within the td cell: */	
.calendar_current_date {
	color: #335588;
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
	}


/*  This is for Google maps page */
.extra{
padding: 5px;
background: #fbedb5;
width: 260px;
border: 1px solid #fdcc09;
font-size: 11px;
color: #42525A;
}
    
ul.map{
list-style: none;  
}
	    
.button{
background: #fff;
color: #000;
}
	    
a.maplink{
color: #0000ff;  
}
	    
a.maplink: visited{
color: #0000ff;  
}	    
    
a.maplink: hover{
color: #0000ff;  
}	    
	    
a.maplink: link{
color: #0000ff;  
}	    

/* For Google Custom Search Element */
#cse div.gs-visibleUrl.gs-visibleUrl-short { display: none;  }
#cse div.gs-visibleUrl.gs-visibleUrl-long { display: block;  }

/* For special collections */
/*.sca-left-nav {*/
/*border-bottom: 1px solid #ffffff;	*/
/*}*/
/*
.sca-left-nav a, .sca-left-nav a:hover, .sca-left-nav a:visited {
color: #ffffff;
text-decoration: none;
}

#quicklinks-left-nav-sca {
padding-top: 50px;	
}

#quicklinks-left-nav-sca div ul {
padding-top: 0;
margin-top: 0;
}

#quicklinks-left-nav-sca div ul li {
left: -25px;
position: relative;	
}*/

/* For SCA collections pages */
.collections-sections tr td: hover {
	cursor: pointer;	
	background: #F0EFE5;
}

.collections-list li: hover{
	cursor: pointer;
}

.sca2Column table tr td ul {
	margin-top: 0;
}
/* 	STYLES FOR SPECIAL COLLECTIONS PAGES AND MENUS */

.sc_menu{ 
background-color: #1d5882; /*#1b466c;*/
border-bottom: 1px solid #ffffff;
min-height: 25px;
padding-left: 25px;
line-height: 25px; 
color: #ffffff;
}
.sc_menu a, .sc_menu a:visited{ 
color: #ffffff;
text-decoration: none;
}

.sc_menu_expanded { 
/*background-color: #54789a;*/
background-color: #588eb7;
left: -25px;
/*position: relative;*/
width: 223px;
/*padding-left: 25px;*/
line-height: 15px;
padding-bottom: 4px;
padding-top: 4px; 
color: #000000;
border-bottom: 1px solid #ffffff;
}

.sc_menu_expanded_submenu ul {
left: -25px;
line-height: 15px;
list-style-type: disc;
margin-left: 20px;
padding-bottom: 4px;
padding-left: 20px;
padding-top: 4px;
position: relative;
width: 168px;	
color: white;
}

.sc_menu_expanded_submenu a:visited{ 
background-color: #588eb7;
left: -25px;
width: 168px;
line-height: 15px;
padding-bottom: 4px;
padding-top: 4px; 
color: #000000;
}

.sc_menu_expanded_submenu ul a:link, .sc_menu_expanded_submenu ul a:visited {
color: white;
}

.partner_spotlight_title a {
color: white;	
}
