HTML {
 padding: 0;
 margin: 0;
}
BODY {
 width:100%;
 padding: 0;
 margin: 0; 
 background-color:#ffffff;
 text-align: left;
 font-family: Verdana,Arial,sans-serif;
 font-size: 0.75em;
}

/*----------------------------------------------------------------------*/
/* Global
 */

.left {
    float: left;
}
SPAN.highlight {
  background-color: #FFFF00;
}

DIV.invisible {
 display: none;
}

A.invisible {
 text-decoration: none;
 color: inherit;
}

.centered {
 text-align:center;
}

input {
margin: 0;
padding: 0;
width: auto;
overflow: visible;
}

.text {
 font-size: 0.9em;
 color: #323232;
}
.text a,
.text a:link,
.text a:visited,
.text a:hover,
.text a:active {
    color: #00f;
    text-decoration: none;
}
.text H1 {
 font-size: 1.4em; 
}
.text H2 {
 clear: both;
 font-size: 1.3em;
}
.text H3 {
 font-size: 1.2em;
 font-weight: bold;
}
.text H4 {    
 display:inline;
 font-weight: bold;
}



.floatcontainer { /* apply to a container to make it as tall as its floats */
    zoom:1; /* for IE6 to trigger overflow */
    overflow: hidden;
}

#body {
 margin-top: 0;
 padding-top: 0;
 margin-left: auto;
 margin-right: auto;
 width: 1004px;
 background-image: url("../../img/everton/screenback.jpg");
 background-position: top center;
 background-repeat: repeat-y;
}

#page {   
 width: 980px;
 border: 0px solid red;
 background-color:#ffffff;
 margin-left: 8px;
}


/* Page Head */

#banner {
 width: 100%;
 border: 0px solid yellow;
}

#banner-image {
 float: left;
}

#searchform-block {
 margin-top: 40px;
 padding-right: 20px;
 float: right;
 display: block;
 text-align: left;
 border: 0px solid red; 
}



/* Two rows of menu */
#menus {
    clear: both;
    vertical-align: bottom;
    padding:0;
    margin:0;
}
#menus UL {
 border: 0px solid red;
}

#nav1 {
 float: left;
 display: inline;
 margin: 0;
 padding-left: 10px;
 padding-bottom: 4px;
}
#nav1 li {
 display: inline;
 margin: 0;
 vertical-align: middle;
 padding-left: 10px;
 padding-right: 10px;
 padding-top:4px;
 padding-bottom:4px;
}

#nav2 {
 clear: both;
 margin: 0;
 padding-left: 10px;
 padding-bottom: 4px;
 padding-top: 4px;
 border: 0px solid red;
 vertical-align: middle;
}
#nav2 li {
 display:inline;
 vertical-align:bottom;
 padding-left:10px;
 padding-right:10px;
 padding-top:4px;
 padding-bottom:4px;
}

#usernav { 
 display: inline;
 float: right;
 margin: 0;
 padding-bottom: 4px;
}
#usernav li {
 display:inline;
 margin: 0;
 vertical-align: middle;
 padding-left:10px;
 padding-right:10px;
 padding-top:4px;
 padding-bottom:4px;
}


#crumbtrail { 
 padding-left: 20px;
 background-color: #ffffff; 
 padding-top: 10px;
 padding-bottom: 20px;
}



/* MAIN : content area inside the #body, inside the #page */

#main {
 margin-left: 20px; 
 margin-right: 20px; 
}
.mainleftonly {
 margin-right: 0px !important;
}
.mainrightonly {
 margin-left: 0px !important;
}

#main h1 {
 font-size: 197%; /* 26px */
 margin-bottom: 20px;
}

/*  HOME */
DIV.homecolumn {
 display: inline;
 float: left;    
 background-color: #ffffff;
}
DIV.homecolumn_header {
 padding-left: 10px;
 color:#ffffff;
 line-height: 1.8em;
 vertical-align: middle;
 font-weight: bold;
 margin-bottom: 10px;
}
DIV.homecolumn_header a,
DIV.homecolumn_header a:link,
DIV.homecolumn_header a:visited,
DIV.homecolumn_header a:hover,
DIV.homecolumn_header a:active {
 color:white;
 text-decoration: none;
}
DIV.homecolumn_item {
 padding-bottom: 10px;
 margin-bottom: 20px; 
}
DIV.homecolumn_item_border {
 border-bottom: 1px solid #dddddd; 
}

DIV.homecolumn_item_full {
}
DIV.full_article_img {
    margin-bottom: 10px;
}
DIV.homecolumn_item_titlebar {
    margin-bottom: 0px !important;
}

DIV.homecolumn_item_video {
}

DIV.homecolumn_item_tiny {

}
DIV.homecolumn_hotspot {
}

/* HOTSPOTS */

div.hotspot {
    width: 100%;
    cursor: pointer;
}
div.hotspot a,
div.hotspot a:link,
div.hotspot a:visited,
div.hotspot a:hover,
div.hotspot a:active {
    color: #333;
    text-decoration: none;
}
div.hotspot .hsimg {
    display: none;
}
div.hotspot .hsbody {
    display: none;
    padding: 10px;
    color: #333;
}
div.hotspot .hsbody .hstitle {
    display: none;
    font-size: 95%;
    font-weight: bold;
}
div.hotspot .hsbody .hstext {
 padding-top: 10px;
    display: none;
    font-size: 90%;
}

div.hotspot-show-img-left .hsimg {
    display: block;
    float: left;   
}
div.hotspot-show-img-left .hsbody {
    float: left;
    border-left: none;
    overflow: hidden;
}
div.hotspot-show-img-top .hsimg {
    display: block;
    float: left;
    width: 100%;
}
div.hotspot-show-img-top .hsbody {
    float: left;
    width: 100%;
    border-top: none;
}


div.hotspot-show-img-right .hsimg {
    display: block;
    float: right;
}
div.hotspot-show-img-right .hsbody {
    float: left;
    border-right: none;
    overflow: hidden;
}
div.hotspot-show-title .hsbody,
div.hotspot-show-title .hsbody .hstitle {
    display: block;
}

div.hotspot-show-text .hsbody,
div.hotspot-show-text .hsbody .hstext {
    display: block;
}

/* HOTSPOT STYLES */

DIV.hotspot-blue {
 width: 100%;
}
DIV.hotspot-blue .hsbody {
 background-color: #4679d5;
 padding: 0;
 color: #ffffff;
}
DIV.hotspot-blue .hsbody A.hstitle {
 color: #ffffff;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 font-weight: normal; 
}
DIV.hotspot-blue .hsbody .hstext{
 background-color: #ffffff;
 color:#000000;
line-height: 1.8em;
}


DIV.hotspot-green {
 width: 100%;
}
DIV.hotspot-green .hsbody {
 background-color: #349800;
 padding: 0;
 color: #ffffff;
}
DIV.hotspot-green .hsbody A.hstitle {
 color: #ffffff;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 font-weight: normal; 
}
DIV.hotspot-green .hsbody .hstext{
 background-color: #ffffff;
 color:#000000;
line-height: 1.8em;
}




DIV.hotspot-red {
 width: 100%;
}
DIV.hotspot-red .hsbody {
 background-color: #953826;
 padding: 0;
 color: #ffffff;
}
DIV.hotspot-red .hsbody A.hstitle {
 color: #ffffff;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 font-weight: normal;
 font-variant: small-caps;
}
DIV.hotspot-red .hsbody .hstext{
 background-color: #ffffff;
 color:#000000;
line-height: 1.8em;
}



DIV.hotspot-yellow {
 width: 100%;
}
DIV.hotspot-yellow .hsbody {
 background-color: #e3b81e;
 padding: 0;
 color: #000000;
}
DIV.hotspot-yellow .hsbody A.hstitle {
 color: #000000;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 font-weight: normal;
}
DIV.hotspot-yellow .hsbody .hstext{
 background-color: #ffffff;
 color:#000000;
 line-height: 1.8em;
}

/* 'door' design element : doorchoice controller */


.corridor {
 /* group of doors */
 clear: both;
}

.door {
   width: 210px;
   height: 270px;
   border: 0px solid black;
   
   margin-bottom: 30px;
   display: inline;
   float: left;
   overflow: hidden;
}


DIV.doorimage {
 padding:0;
 margin: 0;
 vertical-align: bottom;
 overflow: hidden;
 width:210px;
 height: 130px;
}

DIV.doorimage IMG {
 padding:0;
 margin: 0;
 vertical-align: bottom;
}
DIV.doortext {
 height: 130px;
/* overflow: hidden; */
 color: #ffffff;
 padding: 10px;
 margin: 0;
}
DIV.doortext A {
 /* here for IE6 which doesn't believe in .invisible */
 color:#ffffff;
}


DIV.doortext H2 {
 font-size: 1.4em;
 font-variant: small-caps;
}

DIV.doortext DIV, DIV.doortext A {
 padding-top: 5px;
 color: #ffffff !important; /* not skinned */
}

DIV.doorimage IMG {
 padding:0;
 margin: 0;
 vertical-align: bottom;
}

/*collections choice */
DIV.choicedoor {
  margin-right: 30px;
}

/* -------- learning --------- */

DIV.learningdoor {
 margin-left: 30px;
 margin-right: 70px;
}

/* -------- schools online ------- */
DIV.schools_online DIV.banner_title {
 background-image: url("../../img/everton/learning/banner_title_back.jpg");
 background-repeat: repeat;
 color: #cdcbcc;
 height: 7em; 
}

DIV.schools_online A {
    color: #349800;
    text-decoration: none;
}

/* article text templates */
/* basic */
#article_wrapper {
 border: 1px solid black; 
}
#article_wrapper DIV.banner_title {
 width: 100%;
 padding: 0;
 margin:0;
 border:0px solid red;
}
#whole_article { 
 padding: 10px;
}
#whole_article UL {
 padding-left: 20px; 
}
#whole_article UL LI {  
 list-style-type: disc;
 margin-bottom: 5px;
}
#whole_article OL{
padding-left: 20px;
}
#whole_article OL LI{    
 list-style-type: decimal;
}
#article_text {
 float: left;
 display: inline;
 width: 600px;
}
#article_text img.left {
 float: left;
 padding-right: 20px;
}
#article_text img.right {
 float: right;
 padding-left: 20px;
}
#article_text DIV {
 padding:10px 10px 0 10px;
}
#article_images {
 width: 300px;
 float: left;
 margin-left: 10px;
 margin-top: 10px;
}

/* one */
.article_template_one {
 padding-right: 45px;
}
.article_template_one IMG {
 padding-right: 30px;
 margin-bottom: 30px;
}
.article_template_one DIV { 
}
.article_template_one P { 
  margin-bottom:10px;
}

.documents {
 border: 1px solid #349800;
 margin-bottom: 20px;
}
.documents H2 {
 color: #ffffff;
 background-color: #349800;
 padding-left: 10px;
 padding-top: 3px;
 padding-bottom: 3px;
 font-variant: small-caps;
}
.green {
 color:#349800;
}
/* two */
DIV.article_template_two {
 color: #353535;
}
DIV.article_template_two .columns {
 border-left: 1px solid #333333;
 border-bottom: 1px solid #333333;
 border-right: 1px solid #333333;
 padding: 20px;
}
DIV.article_template_two DIV.banner_title {
 background-color: #aaaaaa;
}
DIV.article_template_two DIV.banner_title H1{
 padding-top: 15px;
 padding-left: 15px;
 font-size: 2.6em;
}

DIV.article_template_two DIV.item{
 margin-top: 15px;
 margin-bottom: 10px;
 padding-right: 20px;
}
DIV.article_template_two DIV.item H2{
 font-size: 1.1em;
}
DIV.article_template_two DIV.item H3{
 font-size: 1em;
}
DIV.article_template_two DIV.item P{
 margin-bottom: 5px;
}

DIV.article_template_two .column_one {
 float: left;
 display: inline;
 width: 60%;
}
DIV.article_template_two .column_two {
 float: right;
 width: 40%;
}



DIV.article_template_two .image_and_caption {
    margin-bottom: 20px;
}

/* faceted article list, eg Schools Online Resources */

DIV.faceted_alist {
 color: #353535;
}
DIV.faceted_alist .columns {
 border-left: 1px solid #333333;
 border-bottom: 1px solid #333333;
 border-right: 1px solid #333333;
 padding-left: 20px;

 padding-bottom: 20px;
}
DIV.faceted_alist DIV.banner_title {
 background-color: #aaaaaa;
}
DIV.faceted_alist DIV.banner_title H1{
 padding-top: 15px;
 padding-left: 15px;
 font-size: 2.6em;
}
DIV.faceted_alist DIV.item{
 margin-top: 15px;
 margin-bottom: 10px;
}

DIV.faceted_alist DIV.item P{
 margin-bottom: 5px;
}

DIV.faceted_alist .column_one {
 float: left;
 display: inline;
 padding-top: 20px;

}

DIV.faceted_alist .column_two {
 vertical-align: top;
 position:relative;
 float: right;
 width: 300px;
 border-left: 1px solid #c1c1c1;
 border-right: 1px solid #c1c1c1;
 border-bottom: 1px solid #c1c1c1;
}

DIV.faceted_alist .column_two #faceted-search {
}

DIV.faceted_alist .column_two #faceted-search div.heading {
 width: 100%;
 background-color: #666;
 color: #fff;
 text-transform: uppercase;
 padding: 2px 10px;
}

DIV.faceted_alist .column_two #faceted-search a,
DIV.faceted_alist .column_two #faceted-search a:link,
DIV.faceted_alist .column_two #faceted-search a:visited,
DIV.faceted_alist .column_two #faceted-search a:hover,
DIV.faceted_alist .column_two #faceted-search a:active {
 color: #666;
 font-weight: bold;
}


DIV.faceted_alist .column_two #faceted-search SPAN.selected {
 background-color: #000;
 color:#ccc;
 font-weight: bold;
}

DIV.faceted_alist .column_two .facet-tree {
    padding: 5px;
}

DIV.faceted_alist .column_one .article {
 width:580px; /* for IE6 */
 margin-bottom: 50px;
}
DIV.faceted_alist .column_one .article IMG{
 margin-right: 10px;
 margin-top: 5px;
 border:0px solid red;
 float: left; 
 width: 90px;
}
DIV.faceted_alist .column_one .article_title{
 float: left;
}
DIV.faceted_alist .column_one .article_stage{
 text-align: right;
 font-size: 1.4em;
 color: #000000;
 line-height: 2em;
}
DIV.faceted_alist .column_one .article_text{
 margin-bottom: 5px;
 width:450px;
 float:left;
 line-height: 1.3em;
}
DIV.faceted_alist .column_one .article_text A{
 font-weight: bold;
}
DIV.faceted_alist .column_one .related {
 margin-top: 5px;
}


DIV.faceted_alist .image_and_caption {
    margin-bottom: 20px;
}

DIV.faceted_alist H2 {
 font-size: 1.125em;  
 color: #000000;
}

DIV.faceted_alist H3 {
 font-size: 1em;
 color: #000000;
}


/* had to resort to tables for cross browser equal height div pair */
TABLE.tiny_article_box { 
 padding:0;
 margin:0;
 vertical-align: top; 

}

TABLE.tiny_article_box TR{
 vertical-align: top; 
}

TABLE.tiny_article_box A {
 height: 90px;
 text-decoration: none;
}

TD.tiny_article_box_img {
 padding-right: 10px;
}
TD.tiny_article_box_text {
}



DIV.full_article_box { 
}
DIV.full_article_box A {
 text-decoration: none;
}
DIV.full_article_box_img {
}
DIV.full_article_box_text {
 margin-top: 10px;
}

/* -------- object type start -------- */
DIV#object_start {
 width: 938px;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 
}


DIV#object_start DIV.banner_title {
 width: 100%;
 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
 background-color: #000000; 
 color: #CDCBCC;
 height: 5em; 
}
DIV#object_start DIV.banner_title H1{
 padding-top: 0.25em; 
 padding-left: 15px;
 font-size: 2.6em;
 border: 0px solid red;
}

DIV#object_start_feature {
 float: left;
 display: inline;
 width: 638px;
 border: 0px solid green;
 padding-bottom: 20px;
}
DIV#object_start_feature_image {    
 float: left;
 display: inline;
 width:300px;
}
DIV#object_start_feature_text {
 float: left;
 display: inline;
 width: 300px;
 padding: 20px 5px 20px 20px; 
}

DIV#object_start_feature_text a,
DIV#object_start_feature_text a:link,
DIV#object_start_feature_text a:visited,
DIV#object_start_feature_text a:hover,
DIV#object_start_feature_text a:active {
 text-decoration: none;
 color:#00f;
}



DIV#object_start_facets {
 float: left;
 width: 300px;
 border: 0px solid red;
}
DIV#object_start_facets div#faceted-search div.heading {
 background-color: #666;
 color: #fff;
 text-transform: uppercase;
 padding: 2px 10px;
}
DIV#object_start_facets div#faceted-search span.term.selected {
    background-color: #ff0;
    font-weight: bold;
}
DIV#object_start_facets div#faceted-search div.facet-tree {
    border: solid 1px #b2b2b2;
    border-right: none;
    padding: 9px;
}


DIV#object_start_facets div#faceted-search a,
DIV#object_start_facets div#faceted-search a:link,
DIV#object_start_facets div#faceted-search a:visited,
DIV#object_start_facets div#faceted-search a:hover,
DIV#object_start_facets div#faceted-search a:active {
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

/* -------- object --------- */
#object {
 border: 1px solid #000000;
 margin-bottom: 20px;
}
#object DIV { 
}

DIV.object DIV.banner_title {
 width: 100%;
 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
 background-color: #000000; 
 color: #CDCBCC;
 height: 5em; 
}

DIV.object DIV.banner_title DIV#title {
 display: inline;
 float: left;
 /* hack off the borders here or IE8 will punish you */
 width: 418px;
}

DIV.object DIV.banner_title H1{
 padding-top: 0.25em; 
 padding-left: 15px;
 font-size: 2.6em;
 border: 0px solid red;
}
DIV.object DIV.banner_title H1.title_small{
 padding-top: 0em;
 font-size: 2em;
}


DIV.object DIV.banner_title DIV#controls {
 float: right;
 text-align: center;
 width: 520px
}
DIV.object DIV.banner_title DIV#controls INPUT{    
    padding: 0;
    margin: 0;
    height: 1em;
}
DIV.object DIV.banner_title DIV#controls TABLE {
 width: 100%; 
}
DIV.object DIV.banner_title DIV#controls TD.rowone {
 border-bottom: 1px solid #CDCBCC;
 height: 2.5em;
}
DIV.object DIV.banner_title DIV#controls TD.rowtwo {
 height: 2.5em;
}
DIV.object DIV.banner_title DIV#controls TD.colone {
 width:310px;
 
}
DIV.object DIV.banner_title DIV#controls TD.coltwo {
 width:150px;
}
DIV.object DIV.banner_title DIV#controls TD {
    border-collapse: collapse;
    border-left: 1px solid #CDCBCC;
}
TR#controlsrone {
 vertical-align:middle;
}
TR#controlsrtwo {
 vertical-align:middle;
}
#zoomtextoverview_ctrl {
    height:2.5em;
}
#zoomlink {
}
#zoomtextlink {
}

#overviewlink {
 border-left: 1px solid #CDCBCC;
}

#pagesummary {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

DIV#currentpage {


 font-size: 2.1em;
}
DIV#totalpages {
 border-top: 1px solid #CDCBCC;
 font-size: 1.4em;
}

#object P { 
 margin-bottom:10px;
}
#object A {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}
#object_content {
 /* border: 1px solid red; */
}
#object_image {
 float:left;
 display: inline;
 width: 471px;
/* border: 1px solid red; */
 padding:0;
 margin:0;
 line-height: 0em;
}

#object_image IMG{
 padding:0;
 margin:0;
}
#object_imagezoom {
 width: 940px;
 line-height: 0em;
 padding:0;
 margin:0;
}
#object_imagetext {
 display: none;
}

#object_fields {
 padding-top: 25px;
 width: 465px; 
 text-align: left;
 float:right;
 display: inline;
 /*border: 1px solid green;*/
}
#object_fieldszoom {
 display: none;
}
#object_fieldstext {
 padding-top: 25px;
 width: 934px; 
 text-align: left;
 float:right;
 display: inline;
}



DIV.field {
 padding-left: 30px;
 margin-bottom: 15px;
 padding-right: 20px;
}

DIV.field DIV.caption {
 color: #989898;
 font-weight: bold;    
}
DIV.field DIV.value {
 color: #000000;
}

DIV#transcription {
 padding-bottom: 20px; 
}
DIV#transcription DIV.transcriptzoom {
 width: 467px;
 border: 0px solid red; 
 overflow: auto;
}
DIV#transcription DIV.transcriptzoomimage {
 width: 0px;
}

DIV#transcription DIV.transcriptzoomtext {
 width:930px;
 overflow: scroll;
 scrollbars: auto;
 
}
DIV#transcription DIV.transcriptzoomtext PRE.transcription_text {
 font-size: 1.3em;
}


PRE.transcription_textOPTIONA {
 font-family: courier; 
 font-size: 0.5em;
 overflow: auto;
 padding-left: 20px;
 line-height: 2.1em;
}

PRE.transcription_text {
 font-size:1.1em;
/* overflow: auto;  */
 padding-left: 10px;
 line-height: 2.1em;
}

.object_result {
 clear: both;
}
.object_result_title {
 padding-left: 15px;
 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
 color: #ffffff;
 padding-top:2px;
 padding-bottom: 2px;
}
.object_result_left {
 display:inline;
 float:left;
 width:469px;
}

.object_result_line {
 padding-top:2px;
 padding-bottom:2px;
}

.object_result_line TR {
 vertical-align: top;
}
.oddline {
 background-color:#e5e5e5 !important;
}
.evenline {
 background-color:#ffffff;
}
.page_number{
 text-align: center;
 width: 4em;
 color: #3367cc !important;
}

DIV.object_result A.page_number {
 color: inherit !important;
 font-weight: normal !important;
}

.leftfloater {
 float: left;
}
.inline_text {
 display: inline;
}


#object_footer {
 clear: both;
 height: 2.5em;
 width: 100%;
 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
 background-color: #000000; 
 color: #ffffff;
 vertical-align: middle;
}
#printlink {
 line-height: 2.5em;
 margin-left: 15px;   
 float: left;
 display: inline;
}
#maillink {
 line-height: 2.5em;
 margin-right: 15px;
 float: right; 
 display: inline;
}

#related_items {
 border: 1px solid #4b70b7;
 width: 470px;
}

#related_items_title {
 padding-left: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
 background-color:#4b70b7;
 color: #ffffff;
}
.related_items_line {
 padding-left: 10px;
 padding-top:2px;
 padding-bottom:2px;
}
.related_items_line .leftfloater {
 padding-right: 10px;
}







/*----------------------------------------------------------------------*/
/* controller: search_results
 */

ul#search-results {
    float: left;
    width: 640px;
}
ul#search-results li {
    width: 310px;
    padding: 5px;
    float: left;
    min-height: 100px;
}

div.search_results .links {
    font-weight: bold;
}

div.search_results div.banner_title {
    background-color:#000000;
    background-image:url(../../img/everton/object/banner_title_back.jpg);
    background-repeat:repeat;
    color:#CDCBCC;
    width:100%;
}

div.search_results div.banner_title div#title {
    display:inline;
    float:left;
    width:250px;
}

div.search_results div.banner_title div#title h1 {
    font-size:2.6em;
    padding-left:15px;
    padding-top:0.5em;
}

div.search_results div.banner_title div#controls {
    float: right;
    width: 690px;
}

div.search_results div.banner_title div#controls table {
    width: 690px;
}

div.search_results div.banner_title div#controls td {
    padding: 5px 8px;
    text-align: center;
    border: solid 1px #5a5a5a;
}
div.search_results div.banner_title div#controls td.col-1 {
    width: 425px;
}
div.search_results div.banner_title div#controls td.col-1-1 {
    width: 305px;
}
div.search_results div.banner_title div#controls td.col-1-2 {
    width: 120px;
}
div.search_results div.banner_title div#controls td.col-2 {
    width: 265px;
}
div.search_results div.banner_title div#controls tr.first td {
    border-top: none;
}
div.search_results div.banner_title div#controls tr.last td {
    border-bottom: none;
}
div.search_results div.banner_title div#controls td#nresults,
div.search_results div.banner_title div#controls td#search-terms {
    text-align: left;
}

div.search_results div.banner_title div#controls td#search-terms ul, 
div.search_results div.banner_title div#controls td#search-terms ul li {
    display: inline;
}
div.search_results div.banner_title div#controls td#search-terms ul li {
    padding-right: 1em;
}
div.search_results div.banner_title div#controls td#search-terms a,
div.search_results div.banner_title div#controls td#search-terms a:link,
div.search_results div.banner_title div#controls td#search-terms a:visited,
div.search_results div.banner_title div#controls td#search-terms a:hover,
div.search_results div.banner_title div#controls td#search-terms a:active {
    color: #f00;
    text-transform: uppercase;
}

div.search_results div.banner_title div#controls a,
div.search_results div.banner_title div#controls a:link,
div.search_results div.banner_title div#controls a:visited,
div.search_results div.banner_title div#controls a:hover,
div.search_results div.banner_title div#controls a:active {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

div.search_results div.banner_title div#controls div.links {
    display: inline;
    text-transform: capitalize;
}

div.search_results div#results {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
div.search_results div#faceted-search {
 float:right;
}
div.search_results div#results ul#resultset {
    float: left;
    width: 640px;
}
div.search_results div#results ul#resultset li {
    /* In IE6, the clear both on odd cells doesn't do what it should, and
     * the grid gets misaligned. Setting the height seems to do the trick.
     */
    _height: 70px;
    width: 298px;
    padding: 10px;
}
div.search_results div#results ul#resultset li.odd {
    clear: both;
    float: left;
}
div.search_results div#results ul#resultset li.even {
    float: left;
}
div.search_results div#results ul#resultset li div.recordimage {
    font-size: 77%;
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
div.search_results div#results ul#resultset li div.noimage {
    background-color: #f0f0f0;
}
div.search_results div#results ul#resultset li div.recorddetails {
    float: right;
    width: 198px;
}
div.search_results div#results ul#resultset li div.recorddetails a {
    display: block;
    text-decoration:none;
}
div.search_results div#results ul#resultset li div.recorddetails span.recordsummary {
    display: block;
}

div.search_results div#results div#faceted-search div#collection-control{
    float: right;
    width: 297px;
}
div.search_results div#results div#faceted-search div.heading {
    /* width: 100%; IN IE6 specifying this causes the paddign to be extra to the width. 100% is default width for blocks anyway */
    width: 276px;
    background-color: #666;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 10px 2px 10px;
}
div.search_results div#results div#faceted-search div.content {
    border: solid 1px #b2b2b2;
    border-right: none;
    padding: 9px;
}
div.search_results div#results div#faceted-search li {
    margin: 5px 0px;
}
div.search_results div#results div#faceted-search span.term.selected {
    background-color: #ff0;
    font-weight: bold;
}
div.search_results div#results div#faceted-search a,
div.search_results div#results div#faceted-search a:link,
div.search_results div#results div#faceted-search a:visited,
div.search_results div#results div#faceted-search a:hover,
div.search_results div#results div#faceted-search a:active {
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

div.search_results span.inactive-link {
    color: #999;
}


div.search_results div#footer-controls {
    width: 100%;
    background-color:#000000;
    background-image:url(../../img/everton/object/banner_title_back.jpg);
    background-repeat:repeat;
    color: #cdcbcc;
}
div.search_results div#footer-controls a,
div.search_results div#footer-controls a:link,
div.search_results div#footer-controls a:visited,
div.search_results div#footer-controls a:hover,
div.search_results div#footer-controls a:active {
    color: #fff;
    text-decoration: none;
}
div.search_results div#footer-controls div {
    padding: 2px 10px;
}
div.search_results div#footer-controls div.paged-nav {
    float: left;
}
div.search_results div#footer-controls div.paged-nav-prevnext {
    float: right;
}

/* exhibitions */
.exhibition {
 padding: 0;
 margin: 0;
}
DIV.exhibition_controls DIV#title {
 width: 700px !important;
 padding: 0;
 margin: 0;
 float: left;

}
DIV.exhibition_controls DIV.controls {
 float: left;
 border-left: 1px solid #cdcbcc !important;
 border-right: 1px solid #cdcbcc !important;
 line-height: 5em;
 height: 5em;
 width: 170px;
 text-align: center;
}
DIV.exhibition_controls #pagesummarycontainer {
 float: left;
 width:65px;
 margin-left: 1px;
}

DIV.exhibition_controls #pagesummarycontainer #pagesummary {
}

#exhibition_content {
 /* border: 1px solid red; */

}
#exhibition_caption {
 width:920px;
 padding: 0px 10px 0px 10px;
 color: #fff;
 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
}
#exhibition_image {
 float:left;
 display: inline;
 width: 940px;
 line-height: 0em;
 padding:0;
 margin:0;
 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
}
#exhibition_image_left {
 width: 469px;
 padding: 0;
 margin: 0;
 overflow: hidden;
 float: left;
}
#exhibition_image_right {
width: 469px;
 padding: 0;
 margin: 0;
 overflow: hidden;
 float: left;
}
#exhibition_text {
 background-color: #333333;
}

DIV.exhibition_caption { 
 padding-top: 5px;
 padding-left: 20px;
 background-color: #333333;
 color: #8099cc;
}
DIV.exhibition_hotspot {
 /* was 3266cc */
 border:1px solid #8099cc;
}

#exhibition_caption_left {
 float: left;
 width: 469px;
} 
#exhibition_caption_left {
 float: left;
 width: 469px;
} 


#exhibition_description {
 float: left;
 color: #ffffff;
 background-color: #333333;
 padding: 20px;
 width: 70%;
}
#exhibition_description_left {
 float: left;
 color: #ffffff;
 background-color: #333333;
 padding-top: 5px;
 padding-left: 20px;
 width: 449px;
}
#exhibition_description_right {
 float: left;
 color: #ffffff;
 background-color: #333333;
 padding-top: 5px;
 padding-left: 20px;
 width: 449px;
}

A.blocklink {
  display: block;
  outline: 0;
  height: 100%;
  width: 100%;
}
DIV.exhibition_popup {
 background-color: #000000;
 color: #ffffff;
 width: 300px;
 height: 500px;
 border: 1px solid #ffffff;
}
DIV.exhibition_popup_article_image {
 width: 300px;
/* height: 300px; */
 overflow: hidden;
 border: 0px solid white;
 vertical-align: top;
}
DIV.exhibition_popup_article_image_caption {
 padding-top: 5px;
}
DIV.exhibition_popup_article_text {
 padding-top: 10px;
/* height: 150px;*/
 overflow: hidden;
 color: #ffffff;
}
DIV.exhibition_popup_article_nav {
 position: absolute;
 bottom: 0;
 right: 0;
 padding-top: 5px;
 text-align: right;
}

#exhibition_footer {
 clear: both;
 width: 100%;
 height: 2.5em;

 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
 background-color: #000000; 
 color: #ffffff; 
 text-align: right; 
}
#exhibition_footer DIV.controls {
 height: 2.5em;
 line-height: 2.5em;
 padding-right: 20px;
 vertical-align: middle;
}

#hotspot_control {
 line-height: 5em;
 float: right;
 padding-right: 20px;
}


/* Name and Year Search Form */

#name-choices {
 width: 650px;
 float: left;
 color: #ffffff;
}
#name-choices a,
#name-choices a:link,
#name-choices a:visited,
#name-choices a:hover,
#name-choices a:active {
    color: #fff;
    text-decoration: none;
}



#name-year-choice {
 line-height: 2.5em;
 border-bottom: 3px solid #ccc;
}
#name-year-choice TABLE {
 text-align: center;
 width: 100%;
} 
#name-letter-choice {
 line-height: 2.5em;
}
#name-letter-choice TABLE {
 text-align: center;
 width: 100%;
} 

.name-choice-chosen {
 background-color: #003399;
}

#name-choice-all {
 float: left;
 width: 90px;
 border: 0px solid white;
 text-align: center;
 vertical-align: middle;
 line-height: 5em;
}

#name_search {
 width: 100%;
}
#name_search DIV.banner_title {
 border: 0px solid white !important;
}
#name_search DIV.banner_title DIV#title{
 width:200px;
}

#name_results {
 padding: 20px;
 border: 0px solid red;
 border-right: 1px solid black;
 border-left: 1px solid black;
 border-bottom: 1px solid black;
}
#name_results TABLE {
 width: 100%; 
}

#name_results a,
#name_results a:link,
#name_results a:visited,
#name_results a:hover,
#name_results a:active {
    color: #000;
    text-decoration: none;
}

/* Advanced Search */

#advanced_search {
 width:940px;
 border-width:0px 1px 1px 1px; 
 border-style:solid;
 border-color:black;

}

#advanced_search DIV.form {

}
#advanced_search TABLE TD {
 padding: 5px;
}
#advanced_search TABLE TD.label {
 text-align:right;
}

/* Generic Banner info? */
DIV.banner_title {
 width: 100%;
 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
 background-color: #000000; 
 color: #CDCBCC;

}

DIV.banner_title a,
DIV.banner_title a:link,
DIV.banner_title a:visited,
DIV.banner_title a:hover,
DIV.banner_title a:active {
    color: #fff;
    text-decoration: none;
}

DIV.banner_title DIV#title {
 display: inline;
 float: left;
 /* hack of the borders here or IE8 will punish you */
 width: 471px;
}

DIV.banner_title H1{
 padding-top: 0.25em; 
 padding-left: 15px;
 font-size: 2.6em;
 border: 0px solid red;
}
DIV.banner_title H1.title_small{
 padding-top: 0em;
 font-size: 2em;
}

/* Lightbox */

DIV.lbox_button {
 margin:2px; 
 width:1em; 
 padding: 0px 1px 1px 1px; 
 text-align:center; 
 vertical-align:middle; 
 color:#fff;
 font-weight: bold;
}
DIV.lbox_add {
background-color:#349800;
}
DIV.lbox_rem {
background-color:#f00;
}
/* My Collection */


DIV#my-collection DIV.banner_title #title {
 width: 375px;
}
DIV#my-collection DIV.banner_title DIV#controls {
 float: right;
 text-align: center;
 width: 525px
}
DIV#my-collection DIV.banner_title DIV#controls INPUT{    
    padding: 0;
    margin: 0;
    height: 1em;
}
DIV#my-collection DIV.banner_title DIV#controls TABLE {
 width: 100%;
 height: 5em;   
}
DIV#my-collection DIV.banner_title DIV#controls TD.rowone {
    border-bottom: 1px solid #CDCBCC;
}
DIV#my-collection DIV.banner_title DIV#controls TD {
    border-collapse: collapse;
    border-left: 0px solid #CDCBCC;
}
DIV#my-collection DIV.banner_title DIV#controls TD.l {
 border-left: 1px solid #CDCBCC;
}
DIV#my-collection DIV.banner_title DIV#controls TD.t {
 border-top: 1px solid #CDCBCC;
}

DIV#my-collection DIV.banner_title DIV#controls TR#controlsrone {
 vertical-align:middle;
}
DIV#my-collection DIV.banner_title DIV#controls TR#controlsrtwo {
 vertical-align:middle;
}

div#collection-control {
 background-color: #000000;
 width: 297px;
 float: right;
 padding-bottom: 20px;
 border: 0px solid red;
}


div#current-collection {
 background-color: #66CC66;
 color:#ffffff;
 border-bottom: 1px solid #ffffff;
 line-height: 2.5em;
 padding-left: 10px;
}

div#collection-details DIV.block {
 padding-top: 2px;
 padding-bottom: 3px;
 padding-left: 10px;
 padding-right: 10px;
 color: #ffffff;
}

div#collection-details FORM {
 padding: 0;
 margin:0;
}
div#collection-details FORM DIV{
 padding: 0;
 margin:0;
}

div#collection-details DIV.rcaps {
 text-align: right;
}

div#collection-details DIV.info {
 padding-top:2px;
 padding-bottom:2px;
}
div#collection-details SPAN.caption {
 color: #ffffff;
}
div#collection-details SPAN.value {
 color: #dfdfdf;
}
div#collection-details {
 padding:0;
 margin: 0;
}
div#collection-details INPUT.submitgreen {
 cursor:pointer;
 color:#66CC66;
 background-color: #000000;
 border:0;
 font-weight: bold;
 padding:0;
 margin: 0;
}

div#collection-details INPUT.submitred {
 cursor:pointer;
 color:#ff0000;
 background-color: #000000;
 border:0;
 font-weight: bold;
 padding:0;
 margin: 0;
}
div#collection-details INPUT.submitblue {
 cursor:pointer;
 color:#7F99CA;
 background-color: #000000;
 border:0;
 font-weight: bold;
 padding:0;
 margin: 0;
}

div#collection-details A.submitblue, 
div#collection-details A.submitblue:link, 
div#collection-details A.submitblue:visited, 
div#collection-details A.submitblue:hover, 
div#collection-details A.submitblue:active 
{
 color:#7F99CA;
 text-decoration: none;
 font-weight: bold;
}
div#collection-details A.submitred, 
div#collection-details A.submitred:link, 
div#collection-details A.submitred:visited, 
div#collection-details A.submitred:hover, 
div#collection-details A.submitred:active 
{
 color:#F00;
 text-decoration: none;
 font-weight: bold;
}


/* -------- footer --------- */
#footer { 
 width:980px; 
 margin-left: 8px;
 clear: both;
 padding-top: 30px;
 padding-bottom:20px;
}
#ftnav {
 background-color: #f1f1f1;
 color: #003399; 
 width: 100%;
 text-align: center;
}
#ftnav li {
 display: inline;
 padding-left: 15px;
 padding-right: 15px;
}
#ftnav li a {
 text-decoration: none; 
}

#ftdisclaimer {
 color: #858585;
 width: 100%;
 font-size: 0.9em;
 text-align: center;
}

/*----------------------------------------------------------------------*/
/* Dashboard etc */

#recordbrowse td {
 padding-right: 20px;
 padding-bottom: 10px;
}

.dashboard_title {
 font-size: 2em;
 }

/*----------------------------------------------------------------------*/
/* CMS forms */

.cms-form {
 border: 1px solid #000000;
 margin-bottom: 20px;

}

.cms-form h1,
.cms-form .cms_form_fields_heading,
.cms-form .cms_form_footer {
 background-image: url("../../img/everton/object/banner_title_back.jpg");
 background-repeat: repeat;
 background-color: #000000; 
 color: #CDCBCC;
}

.cms-form h1 {
 padding: 15px 20px;
}

.cms-form .cms_form_intro,
.cms-form .cms_form_fields_intro {
 width: 500px;
 padding: 0px 20px;
}

.cms-form .cms_form_fields_heading {
 padding: 2px 20px 4px 20px;
 margin: 20px 0px;
 font-weight: bold;
}

.cms-form .cms_form_fields_intro {
 margin-bottom: 20px;
}

.cms-form a.cms_form_footer_link,
.cms-form a.cms_form_footer_link:link,
.cms-form a.cms_form_footer_link:visited,
.cms-form a.cms_form_footer_link:hover,
.cms-form a.cms_form_footer_link:active {
 display: block;
 width: 6em;
 margin-top: 1px;
 padding: 0px 10px 2px 10px;
 background-color: #349800;
 opacity: 0.8;
 filter: alpha(opacity = 80);
 font-weight: bold;
 color: #fff;
 text-decoration: none
}
.cms-form a.cms_form_footer_link:hover {
 opacity: 1.0;
 filter: alpha(opacity = 100);
}

.cms-form .result {
 padding: 0px 20px 20px 20px;
}
.cms-form .result p {
 margin-bottom: 1em;
}

div.para {
 width: 600px;
 margin-bottom: 6px;
}



/* SITEMAP */
ul.sitemap {
    padding-left: 2em;
    margin-bottom: 1em;
}
ul.level1 {
    padding: 0px;
}
a.level1 {
    color: #003399;
    font-size: 116%;
}
a.level1,
a.level2 {
    color: #003399;
    display: block;
    margin-bottom: 0.5em;
}
a.level2,
a.levelN {
    color: #003399;
    font-size: 85%;
}

/* FORMS */
#TABLE_further_info DIV{
    display: none;
}
TD.caption_caption_cell {
    margin-left: 20px;
}
#TABLE_further_info TD.caption_caption_cell {
    width: 400px;
    border: 0px solid red;
    padding: 5px;
}
#TABLE_further_info TD {
     padding: 5px;
}
TR.form_missing_mandatory {
    background-color: #ffff00;
}


/* MISC */
A#storyteller {
 color: #000000;
}

/* IWB control */
#iwb_control {
 display: block;
 text-align: right;
 background-color:#606060;
 color: #fff;
 width: 940px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 2px;
 padding-bottom: 2px;
}
#iwb_control DIV {
 position:relative;
 right: 10px;    
}
#iwb_control DIV A{
 color:#fff;
 font-weight: bold;
 text-decoration: none;
}
