/*
Aprox font size conversion on IE 6/7 medium text size
10pt ~ 0.8em
12pt ~ 1.0em
14pt ~ 1.2em
18pt ~ 1.5em
24pt ~ 2.0em
30pt ~ 2.5em
*/

/**************************/
/* Standard HTML Styles */
/**************************/
html 
{
	font-size: 100%; /* IE hack to reset ems */ 
}

body
{
	padding: 0px;
	margin: 0px;
}
body, p, td, th, input, textarea 
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 150%;
}

/* Only one form on ASP.NET pages, so treat like wrapper for the whole page */
form 
{
	padding: 0px;
	margin: 0px;
	min-width: 770px;
}
/* Min width for IE 6 and below only */
* html form {
	display: table-cell; /* apply min for safari */
 	width: expression(document.body.clientWidth < '771' ? '770px' : '100%');
} 

h1 
{
	font-size: 1.5em;
	font-weight: normal;
	color: #97011A;
	padding: 0.5em 0 0 0;
	margin: 0 0 0.8em 0;
}
/* for 'welcome' banner on home page */
h5
{
	font-size: 2em;
	font-weight: normal;
	color: #97011A;
	padding: 0.5em 0 0 0;
	margin: 0 0 1.5em 0;
}
h1.large 
{
	font-size: 1.8em;
}
h1.small 
{
	font-size: 1.4em;
}

h1.highlights 
{
	color: #ffffff;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	color: #97011A;
	padding: 0.5em 0 0 0;
	margin: 0 0 0.5em 0;
}
h3
{
	font-size: 1.1em;
	font-weight: normal;
	color: #97011A;
	padding: 0;
	margin: 0 0 0.5em 0;
}
h4
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.5em 0;
}
p 
{
	padding: 0;
	margin: 0 0 0.5em 0;
}
ul 
{
	font-size: 0.95em;
}

a:link, a:visited 
{
	color: #000099;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #97011A;
	text-decoration: underline;
}
a span.nodecoration
{
	text-decoration: none !important;
}

img 
{
	border: none;
}

/**************************/
/* Common Styles */
/**************************/
/* Clear floated elements */
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* The Clearfix Hack: Add a class of .clearfix to any element containing a float needing to be cleared */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.intro 
{
	font-size: larger;
}
.hint 
{
	color: #666666;
	font-style: italic;
}
.warning 
{
	color: #97011a;
}
.red 
{
	color: #97011a;
}
img.alignleft 
{
	float: left;
	margin: 0px 10px 10px 0px;
}

img.alignright 
{
	float: right;
	margin: 0px 0px 10px 10px;
	
}

/* landingpage_index */
/* Set of picture links with captions centered on the page wrapping onto multiple lines */
.landingpage_index
{
	text-align:center;
}
.landingpage_index div, 
.landingpage_index p 
{
	display:inline;
}
.landingpage_index span
{
	padding: 5px;
	margin:0 10px 20px 10px; 
	vertical-align:top; 
	width: 240px;
	display:table-cell; 
	display:inline-table; 
	display:inline-block;
}
.landingpage_index p img
{
	margin-bottom:5px;
}
.landingpage_index p strong 
{
	font-size: 1.2em;
	margin: 3px 0px 0px 0px;
}

.pictureindex, .pictureindex_large
{
	margin: 0 0 20px 0;
}
.pictureitem 
{
	position: relative;
	float: left;
	text-align: center;
	height: 207px;
	padding: 2px;
	width: 150px;
	margin: 0px 20px 20px 0px;
	
}
.pictureindex_large .pictureitem 
{
	position: relative;
	float: left;
	text-align: center;
	height: 195px;
	padding: 5px;
	width: 240px;
	margin-right: 20px;
	background: #F7F7FE;
}
.pictureitem h2 
{
	font-size: 1.2em;
	margin: 3px 0px 0px 0px;
}
.pictureitem h3 
{
	font-size: 0.8em;
	margin: 3px 0px 0px 0px;
}
.newalert
{
    color: #97011A;
}



/**************************/
/* Page layout */
/**************************/


/**************************/
/* Page Header */
/**************************/
#pageheaderwrapper
{
	position: relative;
}
#pageheader 
{
	position: relative;
	background: #3A58A1 url(../Images/bg_header.gif) top left repeat-y;
	color: white;
	height: 124px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

#pageheader .emblem
{
	float: left;
}
#pageheader h1 
{
	background: #3A58A1 url(../Images/royaloperahouse.gif) top left no-repeat;
	float: left;
	width: 465px;
	height: 90px;
	text-indent: -5000px;	
	margin: 0px;
	padding: 0px;
}
#pageheader #mainmenu 
{
	clear: left;	
}
img.headerimage 
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 155px;
	width: 200px;

}

/* Start of old menu styles */
#mainmenu 
{
	position: absolute;
	bottom: 0px;
	text-align: left;
	margin-left: 10px;
}
#mainmenu .divider 
{
	display: none;
}
#mainmenu a 
{
	display: block;
	padding-right: 5px;
	background: url(../Images/bg_nav_right.gif) top right no-repeat;
	float: left;
	margin-right: 10px;
	text-decoration: none;
}
#mainmenu a span
{
	display: block;
	padding-left: 5px;
	background: url(../Images/bg_nav_left.gif) top left no-repeat;
	cursor: pointer;
}
#mainmenu a.selected 
{
	display: block;
	padding-right: 5px;
	background: url(../Images/bg_nav_selected_right.gif) top right no-repeat;
	float: left;
	color: #97011A;
}
#mainmenu a.selected  span
{
	display: block;
	padding-left: 5px;
	background: url(../Images/bg_nav_selected_left.gif) top left no-repeat;
}
/* End of old menu styles */

/* Main menu tabs */
#mainnav 
{
	position: absolute;
	bottom: 0px;
	left: 10px;
	text-align: left;
}
#mainnav, #mainnav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainnav li 
{
	display: block;
	padding-right: 5px;
	background: url(../Images/bg_nav_right.gif) top right no-repeat;
	float: left;
	margin-right: 10px;
}
#mainnav a 
{
	display: block;
	padding-left: 5px;
	background: url(../Images/bg_nav_left.gif) top left no-repeat;
	text-decoration: none;
}
#mainnav li.selected 
{
	background: url(../Images/bg_nav_selected_right.gif) top right no-repeat;
	float: left;
	color: #97011A;
}
#mainnav li.selected  a
{
	background: url(../Images/bg_nav_selected_left.gif) top left no-repeat;
}

/* Drop down main menu lists */
#mainnav li ul 
{
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 250;
}
#mainnav li ul li 
{
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
#mainnav li ul a, #mainnav li.selected ul a
{
	display: block;
	background: #F7F7FE;
	border-top: 1px solid white;
	padding: 2px 10px;
	width: 170px !important;
	width /**/: 190px;
}
#mainnav li ul a:hover, #mainnav li.selected ul a:hover
{
	background: #3A58A1;
	color: #FFFFFF;
}
#mainnav li:hover ul, 
#mainnav li.sfhover ul 
{
	left: auto;
}

/* Breadcrumb trail */
#breadcrumb 
{
	padding: 15px 0px;
	margin: 0px 20px;
	font-size: 0.8em;
}

/**************************/
/* Page Content */
/**************************/
#pagecontent 
{
	padding: 0px 20px;
}

/**************************/
/* Right Column Styles */
/**************************/
#sidebarwrapper 
{
	float: right;
	width: 270px;
	margin: 0 0 0 20px;
}
.sidebarwrapper_object
{
	width: 300px !important;
	text-align: right;
}

.searchlink 
{
	width: 232px;
	text-align: right;
	font-size: 1.2em;
	margin: 0 0 10px 38px; /* makes it same width as sidebar wrapper */
	padding: 0.5em 0 0 0; /* same padding as h1 */
}
.sidebarwrapper_object .searchlink
{
	margin: 0 0 10px 68px; /* makes it same width as sidebar wrapper */
}

.searchlink a, .searchlink a:visited 
{
	display: block;
	width: 232px;
	color: #FFFFFF;
	background: #97011A url(../Images/btn_search_top.gif) top left no-repeat;
	background: transparent url(../Images/btn_search_top.gif) top left no-repeat;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.searchlink a:hover, .searchlink a:active 
{
	color: #FFFFFF;
	background: #AC263C url(../Images/btn_search_top_hi.gif) top left no-repeat;
	background: transparent url(../Images/btn_search_top_hi.gif) top left no-repeat;
	text-decoration: none;
}
.searchlink a span 
{
	display: block;
	background: transparent url(../Images/btn_search_bottom.gif) bottom left no-repeat;
	padding: 4px 24px 4px 12px;
	text-align: left;
	cursor: pointer;
}
.searchlink a:hover span, .searchlink a:active span
{
	background: transparent url(../Images/btn_search_bottom_hi.gif) bottom left no-repeat;
}
/* Min height for IE 6 and below only */
* html .searchlink a span {
	display: table-cell; /* apply min for safari */
 	height: expression('30px');
}
.searchlink .divider
{
	visibility: hidden;
	font-size: 1px;
	line-height: 1px;
	height: 10px;
}

#sidebar 
{
	background: #F7F7FE;
	text-align: left;
	width: 270px;
	padding: 16px 12px;
	margin: 0px 0px 20px 0px;
}
#sidebar h2 
{
	color: #97011A;
}
#sidebar p 
{
	font-size: 0.8em;
}
#sidebar ul 
{
	font-size: 0.8em;
}

div.relatedrecords 
{
	background: #F7F7FE;
	text-align: center;
	width: 232px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 38px; /* makes it same width as sidebar wrapper */
}
div.relatedrecords h2 
{
	color: #97011A;
}

/**************************/
/* Highlights Styles */
/**************************/

body.highlightblack 
{
	background: #000000;
	color: #FFFFFF;
}
body.highlightblack #breadcrumb a, body.highlightblack #breadcrumb a:visited,
body.highlightblack #pagecontent a, body.highlightblack #pagecontent a:visited,
body.highlightblack #pagefooter a, body.highlightblack #pagefooter a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
body.highlightblack #breadcrumb a:hover, body.highlightblack #breadcrumb a:active,
body.highlightblack #pagecontent a:hover, body.highlightblack #pagecontent a:active,
body.highlightblack #pagefooter a:hover, body.highlightblack #pagefooter a:active
{
	color: #0098fa;
	text-decoration: underline;
}


/**************************/
/* A-Z Index Styles */
/**************************/
.atoznav .current 
{
	font-weight: bold;
}


/**************************/
/* Search Result Styles */
/**************************/
p.result 
{
	margin: 0px 5px 5px 0px
}
table.result 
{
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.result th 
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 0px 5px 5px 0px;
	color: #666666;
}
table.result td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 0px 5px 5px 0px
}

.workresults, .productionresults, .performanceresults, .archiveresults, .objectresults, .personresults
{
	width: 100%; /* to stop the 100% table.results page being wider than the page */
	clear: right; /* to put it under the sidebar */
}
table.results
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table.results th 
{
	padding: 5px;
	background: #ffffff;
	color: #97011a;
	text-align: left;
	border-bottom: 1px solid #97011a;/*#FFFFFF;*/
	border-top: 1px solid #97011a;
	font-size: 1.0em;
}
div.archiveresults table.results th 
{
	background: #ffffff;
}
div.objectresults table.results th
{
	background: #ffffff;
}


table.results td 
{
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}
table.results td.thumbnail 
{
	width: 108px;
	height: 108px;
	text-align: center;
	vertical-align: middle;
}

table.results tr.odd td 
{
	background: #ffffff;
}
table.results tr.odd td.thumbnail 
{
	/* frame around image */
	/* background: #ffffff url(../Images/bg_thumbnail.gif) center center no-repeat; */
}

table.results tr.even td 
{
	background: #ffffff;
}
table.results tr.even td.thumbnail 
{
	/* frame around image */
	/* background: #ffffff url(../Images/bg_thumbnail.gif) center center no-repeat; */
}
p.prevnextpage 
{
	margin: 0px 0px 20px 5px;
}
/**************************/
/* Search Form Styles */
/**************************/
table.searchform 
{
	border-collapse: collapse;
	border: none;
}
table.searchform  thead th,
table.searchform  thead td
{
	padding: 5px 10px;
	background: #ffffff;
	color: 97011a;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}
table.searchform  tbody th
{
	padding: 5px 10px;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
table.searchform  tbody td
{
	padding: 5px 10px;
	background: #ffffff;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
table.searchform  tbody td input.text 
{
	width: 95%;
}
table.searchform  tbody td select 
{
	width: 95%;
}

table#objectsearchform  thead th,
table#objectsearchform  thead td
{
	background: #ffffff;
}
table#objectsearchform  tbody th,
table#objectsearchform  tbody td
{
	background: #ffffff;
}

/**************************/
/* Detail Page Styles */
/**************************/
div.objectImage 
{
	min-width: 232px;
	/* border: 1px solid #969AFE; */
	position: relative;
	float: right;
	text-align: center;	
}
/* Min width for IE 6 and below only */
* html div.objectImage {
	display: table-cell; /* apply min for safari */
 	width: expression('232px');
} 

a.thumb img, a:visited.thumb img
{
	border: 1px solid #000099 !important;
	margin-top: 10px;
}
a:hover.thumb img, a:active.thumb img
{
	border: 1px solid #97011A !important;
	margin-top: 10px;
}
a.currentthumb img
{
	border: 1px solid #97011A !important;
	margin-top: 10px;
}
div#zoomifywrapper 
{
	width: 800px;
	text-align: center;
}
/**************************/
/* Footer */
/**************************/
#pagefooter 
{
	clear: both;
	color: #333333;
	padding: 0px 0px;
	margin: 0px 20px;
	font-size: 0.8em;
}
