#main .fullModule2 {margin-top:20px; }
#main .fullContainer .imgvert  {
width: 260px;
}

b /*added 3/8/2011, with the goal of highlighting search terms, may cause unintended effects */
{
	background-color:#F7CF63;
	color: #000;
}

/******************
	Nav Menu
*******************/

/* div#NavMenu /*top horizontal navigation*/
/*{
	padding:5px 0 7px 7px;
	background-color: #D9CCB1;
}*/
div#NavMenu { /*trying out some modifications in the NavMenu, Zoe, 10/11/2011 */
    background-color: #F4F4F4;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 5px 0 7px 7px;
	width: 800px;
}
div#NavMenu a
{
	/*text-decoration:none !important;*/ 
	padding:0 7px 0 9px;
	font-size:15px;
	/*border-right:1px solid #1A1600;*/
	border-left:1px solid #1A1600;
	font-weight:normal !important;
}

div#NavMenu a.tips
{
	
	font-weight:bold !important;
/*	text-decoration: underline !important;	*/
	cursor: pointer;	
}

div#NavMenu a.first
{
	/*text-decoration:none;*/
	padding:0 7px 0 9px;
	font-size:15px;
	border-right:1px solid #1A1600;
	border-left:none !important;
	font-weight:normal !important;
}


div#NavMenu span
{
	text-decoration:none;
	/*padding:0 10px;*/
	padding:0 7px;
	font-size:15px;
	/*border-right:1px solid #1A1600;*/
}

div#NavMenu span.MInav
{
	text-decoration:none;
	padding:0 10px;
	font-size:15px;
	border-right:none !important;
}

div#NavMenu a:hover
{
	/*text-decoration:underline;*/
	}

.return /* Julia added 2-10-2012 to properly place the "Back to Previous Page" link in the Web scope and content notes */
{
	border-left:none !important;
	float:right !important;
	padding-right:75px !important;
	text-decoration:underline !important;
}

input.IndexButton /* browse buttons */
{
	width:100px;
	height: 22px;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	color: #505050;
	cursor: pointer;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	background-image: url(images/btn_gray_light.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

table#SearchTable {
    width: 100%;
}
table#SearchTable td.Boolean {
    vertical-align: top;
    width: 13%; /*Julia lessened this from 15% to fit on the PhotoInv Web search page*/
}
table#SearchTable td.Label /* table cell containing field labels */
{
	padding:5px 0 0 0;
}
table#SearchTable td.Field /* table cell containing fields */
{
	line-height:150%;
}
.Searchbox   /* search page text inputs */
{
	width: 400px;
}

.SearchboxShort /*Creating shorter search boxes to accommodate the Boolean boxes on Advanced Photo Inv search screen - Julia (3/14/2012)*/
{
	width: 350px;
}

form input[type="text"].SearchboxShort, form textarea.SearchboxShort {
	width: 350px;
}

form input[type="text"].Searchbox, form textarea.Searchbox {
	width: 400px;
}

h6 
{
	color:#34322e; font-weight:bold; margin:10px 0 0; 
}

.button
{
	cursor: pointer;
}

.scripts ol li
{
	list-style-type: decimal;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 100px;
}

.scripts ul li
{
	list-style-type: none;
	margin-left: 50px
}
.scripts ul ul li
{
	margin-left: 20px
}

strong
{
	font-weight: bold;
	color: #5F5E5B; /*Julia changed the color on 10-13-2011 for the Esp_Cart_Brief_Remove form to display properly on oscars.org*/
}

.hozimage{
	padding:1px;
	background:url(/layout/images/hozline.gif) repeat;
	margin:0 .5em .2em 0;
	width:660px;
}

div#ResultInfo /* info area with choices at top of results */
{
}
span#FriendlySearch /* results of SearchKleen script */
{
	font-style:italic;
	padding-right:5px;
}
span.ResultCount /* number of results found */
{
	font-weight:bold !important;	
	color:#34322E; /*Julia added on 2-21-2012 to darken the color of bolded elements in the Nav Menu*/
}
span.NavLinks /* inline container for new search, revise search type links */
{
	padding-left:10px;	
}
span.NavLinks a /* new search, revise search type links */
{
	padding-left:2px;	
	padding-right:2px;
}

div.NextPrevious /* areas containg next/previous links */
{
	margin-top:15px;
	margin-bottom:15px;
	font-size:15px;	
/*	clear: both; Removed for new site; it was creating extra space in the report */
}
span.Title
{
	font-weight:bold;
	color: #555;	
}


span.ContentManu /*Julia added to fix styles on MI report screen 10-6-2011*/
{
    color:#555;
	font-size:12px;
	font-weight:normal
}

.ListLink
{
	text-decoration:underline;
	background:none;
	margin-right:10;
	padding:0 0 0 5px; 
	border:none;
	cursor:pointer;
	font-size:13px;
	width:90px;
/*	position:absolute; Julia removed this because it was causing the link to display inside the adjacent text box 7-2-2012*/
}

.ListLink:hover {
	color: #c79f27;
	text-decoration: none;
}

span.moreTitles
{
	font-weight:bold;
	color: #555;
	background-color:#F7CF63;
}

.PIlabel
{
	color:#34322e; font-weight:bold; margin:10px 0 0; 
}

h4.greyHead
{
	background:#CCCCCC;
	float:left;
	padding: 4px;
}
/***************************
	CODE FOR BROWSE LISTS -- SPECIAL COLLECTIONS and PHOTOGRAPH ARCHIVE
***************************/

#browse table { border-collapse: separate;}
#browse tr.even {
	background-color: #f4f4f4; }
	
#browse td {padding: 8px; } 
#browse td a {font-size:15px;text-decoration:underline;}

/***************************
	REPORT PAGES -- GA, MI, and PI database
***************************/
table.ResultTable /* each search result contained in a separate table */
{
	/*margin-bottom:15px;*/
	/*line-height:1.5em;*/
}

table.ResultTable td
{
/* 	color:#333; */	
	/*padding: 2px; Julia removed 10-20-2014*/	
	/*line-height: 1.5em;*/
}

table.ResultTable td.Photo
{
/* 	color:#333; */	
	padding: 2px 2px 2px 30px;
	vertical-align:top;
	width:480px;
}

table.ResultTable td.ResultNumber /* leftmost cell in ResultTable */
{
	width:40px;/*Changed from 20px for new oscars.org site*/
	vertical-align:top;
	font-weight:bold;
	padding-right: 5px;
}

.hang /*Julia added on 4-24-2012 to add hanging indents to Photo Inv WebHostedReport*/
{
 	padding-left: 2em; 
 	text-indent: -2em;
	padding-right: 2em; 
}

span#FriendlySearch 
{
    font-style: italic;
    padding-right: 5px;
}

.blacklist
{
	display:none;
}

.multicol {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

table.ResultTable  td.ResultLongLabel {
    width: 140px;
    padding-left: 32px;
}

/***************************
	FULL DISPLAY PAGES -- GA database
***************************/

table#DisplayTable /* table containing fields showing the full record */
{
}

table#DisplayTable td
{
	/*font-size: 100%;*/
	padding-right: 8px;
	vertical-align:top;
}
table#DisplayTable td.display_label /* leftmost cell containing field label */
{
	width:200px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
}

table#DisplayTable td.display_text /* cell containing field content */
{
	width:500px;
	padding-top: 5px;
	padding-right: 2em; 
}

table.ResultTable span.ResultText /* main cell in ResultTable */
{
    vertical-align:top;
	width:550px;
}

table.ResultTable td.ResultText /* main cell in ResultTable */
{
    vertical-align:top;
	/*width:480px;*/ 
	width: 460px; /*Changed to 440 for new oscars.org site*/
	padding-right: 10px;
}

.publicProc
{
	font-style: italic;
	color: #800000;
}

.RptChg  /*Julia added on 9-26-2012 for Periodical Index report change buttons*/
{
    background-image: url("images/btn_gray_light.jpg");
    background-position: center center;
    background-repeat: repeat-x;
    border-color: #C0C0C0 #C0C0C0 #A0A0A0 #A0A0A0;
    border-style: solid;
    border-width: 1px;
    color: #505050;
    cursor: pointer;
    font-family: tahoma,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    margin-left: 6px;
    width: 15%;
}


/********************************
    SHOPPING CART STYLES  Added by Zoe 10/3/2011 for shopping cart.
*********************************/

div.CartToken
{
    float:right;
    margin-top:5px;
}

.CartToken a 
{
    float:left;
    padding:4px 10px 4px 7px; /*Julia changed padding-top from 0 to 4px on 10-12-2011*/
    text-align:left;
	text-decoration:none !important;
    position:relative;
    padding-left:30px;
	background-image: url(images/btn_gray_light.jpg);
	background-position: 50% 50%;
	background-repeat: repeat-x;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	cursor: pointer;
	font-weight: normal !important;
	width: 140px; /*Changed from 87px to 130px for new site*/
	line-height:100% !important;
}


.CartToken img 
{
    position:absolute;
    left:5px;
    bottom:4px;
    border:0;
}
.CartToken span
{
    color:#333;
    font-size: 14px;
}


/******************
STYLES FOR POPUPS. Added this variation 3/3/2011 for explaining report dates Currently in a test report for MsInvent.
*******************/
a.inforeport
{
    position:relative !important; /*this is the key*/
    z-index:24 !important; 
    /*color:#000 !important;*/
    text-decoration:none !important;
	font-weight:normal !important;
	font-size:15px !important;
}

a.inforeport:hover{z-index:25; background-color:#ff0}

a.inforeport span{display: none}

a.inforeport:hover span{ /*the span will display just on :hover state. */
    display:block;
    position:absolute;
    top:2em; left:1em; width:50em;
    padding: .5em;
    border:1px solid #7E663C;
    background-color:#D9CCB1; color:#000;
    text-align: left;
	width: 225px;}

p.access /*Julia added 7-12-2010 to create red access note in One Search*/
{
color:#800000 !important;
margin-bottom:0 !important;
line-height: 1.3em !important /*Julia added 1-11-2012 to fix the spacing issue on the Special Collections power search on oscars.org*/
}

/******************
REPORT PAGES -- MsInv 
*******************/

h3.MIcustom
{
/*	font-family: tahoma, verdana, arial, helvetica, sans-serif !important;
	font-size:13px !important;
	color:#5F5E5B !important; Removed for new site */
}
h2.PIcustom
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif !important;
	font-size:16px !important; /*Julia changed from 16px on June 5, 2012*/
	color:#424242;
}

h3.PIcustom
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif !important;
	font-size:16px !important; /*Julia changed from 14px on June 5, 2012*/
	color:#424242;
}

.MInormal
{
	color:#424242;
	font-size:16px !important;
	font-weight: normal !important;
}

.MIbold
{
/*	color:#555555 !important; Removed for new site */
	font-size:16px !important;
	font-weight:bold !important;
}

p.MI
{
margin:5 !important;
}

span.MIred, .MIred
{
	color: #800000 !important;
	font-size:16px !important;
}

span.MItitle /* Julia added to fix styles on MI report screen 10-6-2011*/
{	
	font-weight:bold !important;
	color:#424242;
	font-size:16px !important;
}

span.MIitalic /*Julia added 10-15-2012 to fix font issue on Periodical Index report related to the highlighting*/
{
	color:#424242;
	font-size:16px !important;
	font-style:italic !important;

}

.MIpublicProc /*Julia added 10-7-2011 for MsInv report screen*/
{
	font-style: italic;
	color: #800000;
	font-family:tahoma, verdana, sans-serif !important;
	font-size:16px !important;
	width:500px;
}

.italic {
    font-style: italic;
}

/******************
STYLES for Special Collections Web PowerSearch
*******************/

a.textbase /*Julia added 1-11-2012 to fix the spacing between the checkbox and textbase names on the web power search screen*/
{
margin-left: 5px;
}

.Tips /*Julia 7-9-2012 for search tips*/
{
	float:right;
	padding-right:50px;
	color: #A9813C;
	font-family: "Century Gothic",arial,helvetica,clean,sans-serif;
    font-size: 131%;
    font-weight: bold;
}

.BrowseLinks
{
/*color:#6D6D6D !important;
font-size:12px !important;
font-weight:bold !important;  Julia commented out for new oscars.org site 10-22-2014*/
}


/*Julia added December 2, 2013*/
.link
{text-decoration:underline;}

.noLink
{text-decoration:none;}


/*Styles for the new oscars.org site - either taken from old style sheets or adapted from the new ones to make our library pages work (Julia 10/2/14)*/ 

#main {
	width:700px;
	text-align:left;
}


.breadcrumb:after {
    clear: none;
    content: "";
    display: table;
}

form input[type="submit"],form input[type="reset"] {
    background: none repeat scroll 0 0 #c79f27;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-family: "FuturaPT-Book",Futura,"Trebuchet MS",Arial,sans-serif;
    font-size: 10px;
    padding: 1em 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	line-height: 1;
}

form input[type="submit"]:hover,form input[type="reset"]:hover {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #c79f27;
    color: #c79f27;
    cursor: pointer;
    text-decoration: none;
}

h6.short
{
	width:95%;
	text-transform:none; /*Counteracts the new site's style which puts all headers in all-caps*/	
}
.uppercase { /*For the "Sample Searches" header on the search screen sidebars*/
	text-transform:uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.splitMain {  Must include these if I go with the new set of style sheets. Otherwise, these styles are already in the old style sheets.
	display:inline;
	float:left;
	/*width:480px;*/
	width:75%;
}

.splitSidebar {
	display:inline;
	float:right;
	/*width:219px;*/
	width:25%;
	margin-right: -20px;
}

.futura {
	font-family: "FuturaPT-Book",Futura,"Trebuchet MS",Arial,sans-serif;
	/*font-weight: bold;*/
}

.greyFont{
	color: #424242;
}

.greyFont:hover{
	color: #424242;
}

table td {
	vertical-align: top;
}

h1.InmagicHeader {
    font-size: 35px;
    letter-spacing: 0.075em;
    line-height: 1;
    margin: 0 0 20px;
}

#sNav .Coll ul li span{
	font-family: "FuturaPT-Book",Futura,"Trebuchet MS",Arial,sans-serif;
	/*padding: 1px;*/
}

form select, form textarea {
    border: 1px solid #b4b4b4;
}
form input[type="text"] {
    border: 1px solid #b4b4b4; /*Darkens the border of the search screen search boxes*/
}

.LH1point25 {
	line-height: 1.25em;
}

.LH1point5 {
	line-height: 1.5em;
}

.LH1point75 {
	line-height: 1.75em;
}

.LHtwo {
	line-height: 2em;
}

.marginOne {
	margin: 1em 0;
}

.fourteenpx {
	font-size: 14px;
}

.fifteenpx {
	font-size: 15px;
}

.sixteenpx {
	font-size: 16px;
}

.goldFont {
	color: #c79f27;
}

.goldFont:hover {
	color: #c79f27;
}

.bold {
	font-weight: bold;
}

body a {
	color: #424242;
	text-decoration: underline;
}

body a:hover {
	color: #c79f27;
	text-decoration: none;
}

td.ResultImage {
	padding: 10px 0;
}

h2, h3, h4, h5, h6 {
	text-transform: none;
}

.sideul { /*Side nav on PowerSearch and collection browse lists isn't displaying because something is inserting a "display:none" into the actua HTML???*/
	display:inline !important;
}

.caption {
	font-size: 14px;
	text-align: center;
}

/* Sidebar nav*/

#sNav li a {
    /* color: #a0a0a0; */
	color: #5f5e5b;
}
#sNav li.active a {
    color: #c79f27;
}
#sNav li.active li a {
    color: #a0a0a0;
}
#sNav li a:hover, #sNav li.active li a:hover {
    text-decoration: underline;
}
#sNav li a.collapseAnchor {
   /*  background-image: url("//www.app.oscars.org/vendor/old/images/menu-closed.png"); */
}
#sNav li.open a.collapseAnchor {
  /*   background-image: url("//www.app.oscars.org/vendor/old/images/menu-open.png"); */
}
#sNav li.open li a.collapseAnchor {
   /*  background-image: url("//www.app.oscars.org/vendor/old/images/menu-closed.png"); */
}
#sNav li.open li.open a.collapseAnchor {
   /*  background-image: url("//www.app.oscars.org/vendor/old/images/menu-open.png"); */
}
#sNav li.open li.open li a.collapseAnchor {
   /*  background-image: url("//www.app.oscars.org/vendor/old/images/menu-closed.png"); */
}
#sNav li.open li.open li.open a.collapseAnchor {
    /* background-image: url("//www.app.oscars.org/vendor/old/images/menu-open.png"); */
}

#sNav li li span a {
    display: inline;
    width: 180px; /*this overrides the class assignment in sidenav.css*/
	padding-left: 20px;
	text-indent: -20px;
}
#sNav li span a.collapseAnchor {
   float:right;
}