/** crdl specific and overrides
 * This file is for custom classes and rule overrides for crdl.
 * You should not be editting holy_grail, sitegen_elements or
 * sitegen_common.  Override those rules here.
 */

#container  {
 background: transparent url(/images/page_bg.gif) repeat-y scroll left top;
}

.clr {
    clear: both;
}

.homefeature {
 border-top: 1px solid black;
 padding: 0 0 1em;
 float: right;
 width: 300px;
 margin: 10px;
 /**margin: 0 25px 1em 1em;**/
 }

.homefeature h3 {
/** background: #597292;
 color: #fff;**/
 text-align: center;
 margin: 0 0 0em;
 /**padding: .3em .5em;**/
 font-size: 1.1em;
 font-weight: bold;
 font-family: Georgia,"Times New Roman",serif;
 }

.homefeature p {
 margin: .3em .5em;
 }

.last_modified{
  text-align:left;
  margin:0 0 0 1em;
  position: absolute;
}

.item_view_table {
  width: 100%;
  border: 0px;
}

.item_view_table td {
  border: 0px;
  padding: 3px;
  vertical-align: top;
}

.left_cell{
  text-align: right;
  font-weight: bold;
}

.right_cell {

}

.item_view_path_div{
  float:left;
  margin-right: 5px;
}

.item_view_path_link {

}

.item_view_path_issue_div{
  display: inline;
  margin-left: 0px;
  padding: 0px;
}

.bkmk_item_view{
}

.bkmk_iv_link {
  float: right;
}

#save_brief_table {
  font-size: 82%;
}

.save, .unsave {
  text-decoration: none;
  background: #D8D8D8;
  padding-left: 3px;
  padding-right: 3px;
}

.save_cell, .unsave_cell {
  vertical-align: middle;
  padding: 8px;
}

a.save:hover, a.unsave:hover {
  background: #597292;
  text-decoration: underline;
  color: #FFFFFF;
}

a.save:visited {
  color: #a8a8a8;
  cursor: default;
}

a.save:visited:hover {
  text-decoration: none;
  background: #D8D8D8;
  color: #a8a8a8;
}

.side_search_button .dijitButtonNode {
  margin: 0px !important;
  padding:0px !important;
}

.side_search_button .dijitButtonText {
  font-size: 75%;
}

.thumb_cell {
    text-align: center;
    background-color: #F5F5F5;
    padding: .5em;
}

.padded td {
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

#video {
  width: 320px;
  height: 320px;
  float: left;
}

ul.selectlist {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 25px 30px;
padding:0;
}
ul.selectlist li {
    list-style-type:none;
float:left;
margin:0 5px 0 0;
padding:0;
}
ul.selectlist li a {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #0038A8;
display:block;
font-size:1.4em;
padding:0.8em 1.3em;
text-decoration:none;
}
ul.selectlist li a img {
border:medium none;
vertical-align:top;
}
ul.selectlist li a:hover {
background:#EEEEEE none repeat scroll 0 0;
}
.formatlist img {
border:medium none;
margin-right:5px;
}
.formatlist {
    margin-left: auto;
    margin-right: auto;
}
#player_d .dijitDialogTitleBar {display:none;}
#player_d_underlay { background-color: #333;}
#info {
background:#F9F9F9 none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:0 0 10px 330px;
padding:10px;
}

#info h4 {
margin-bottom:5px;
}
#info .full_record {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
height:400px;
overflow:auto;
padding:10px;
}

#inner_d {
    border: 2px solid rgb(204, 204, 204);
    padding: 20px;
    background: rgb(246, 246, 246) none repeat scroll 0% 0%;
    width: 640px;
    /**height: 250px;**/
}

#inner_d_p {
    clear:both;
    padding-top:15px;
}

#navtop, #navtop li { line-height: 24pt;}

.sitemap .oc_closed {
    background-image: url(/images/closed.gif); }
.sitemap .oc_open  {
    background-image: url(/images/open.gif);   }
.clist .oc_closed  {
    background-image: url(/images/subject_plus.gif); }
.clist .oc_open  {
    background-image: url(/images/subject_minus.gif);   }
li.bullet {
    background-image: url(/images/bullet.gif); padding-left: 18px;}
li.blank {
    background-image: url(/images/blank.gif);  }

.sitemap li, .clist li { list-style-type: none;
    background-position:0px 5px;
    background-repeat:no-repeat;
    min-height: 1em;
    }

.oc_open > ul, .oc_open > ol { display: block;}
.oc_closed > ul, .oc_closed > ol { display: none; }

.oc_open > a, .oc_closed > a { display: block; padding-left: 18px; }

* html .oc_open ul { display: expression(/oc_open/.test(this.parentNode.className) ? "block" : expression(/oc_closed/.test(this.parentNode.className) ? "none" : "block" ) ); }
* html .oc_open ol { display: expression(/oc_open/.test(this.parentNode.className) ? "block" : expression(/oc_closed/.test(this.parentNode.className) ? "none" : "block" ) ); }

* html .oc_closed ul { display: expression(/oc_closed/.test(this.parentNode.className) ? "none" : "block"  ); }
* html .oc_closed ol { display: expression(/oc_closed/.test(this.parentNode.className) ? "none" : "block"  ); }

* html .oc_open  a{ display: expression(/oc_open/.test(this.parentNode.className) ? "block" : "inline" );
                    padding-left: expression(/oc_open/.test(this.parentNode.className) ? "18px" : "inherit" ); }
* html .oc_closed  a{ display: expression(/oc_closed/.test(this.parentNode.className) ? "block" : "inline" );
                    padding-left: expression(/oc_closed/.test(this.parentNode.className) ? "18px" : "inherit" ); }
* html .arrow  a{ display: expression(/arrow/.test(this.parentNode.className) ? "block" : "inline" );
                    padding-left: expression(/arrow/.test(this.parentNode.className) ? "18px" : "inherit" ); }
* html .sitemap li, * html .clist li {
    height: 100%;
}
.arrow { background-image: url(/images/subject_arrow.gif); }

.arrow > a { padding-left: 18px; display: block}

ul.items {
    margin:0;
    padding:.5em 1em;
}

ul.items a {
 padding: 0;
}

/* alternate shading in lists */
.item_gray {
    background: #eee;
    padding: .5em;
}
.item_white {
    background: white;
    padding: .5em;
}

/* collection title toggle entry */

.coll_toggle, .state_toggle, .event_toggle {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.coll_link {
    font-weight: bold;
}

#item_view p,#info p {
 margin-bottom: 1em;
}

.parenthetical {
    font-weight: normal;
}

.timeline_short_desc {
    margin: 0 0 0 2em;
}
.inst_short_desc,
.coll_short_desc,
.event_short_desc {
    margin:0 0 1em 2em;
}

.search_coll_link { margin-left: 1.5em}

.inst_dl dt {
  font-weight: bold;
  padding-bottom: .5em;
}

.inst_dl dd {
  padding-left: 2.5em;
  padding-bottom: 1.5em;
}

#facets {
  width: 220px;

}
#features {
  height: 100%;
}

.facet_entry {
  list-style: none;
}

#facets_features ul li {
  list-style: none;
}

#results_il {
  width: 100%;
}

.static_facets{
  border:1px solid #CCCCCC;
  /**margin-bottom:1.5em;
  margin-right:2.5em;**/
  width: 220px;
  padding:0;
}

.all_items_no {
  text-align: right;
}

.all_items, .all_items tr, .all_items td {
  border: 0;
}

#content {
padding: 20px 20px 20px 230px;
}

#navleft {
  width: 190px;
}

#search_div {
  width: 100%;
  border: 0;
}

#search_form table {
  width: 100%;
}

#search_form {
  padding-top: 0;
  padding-left: 1.5em;
  border: 0;
}

.search_input {
  width: 98%;
}

.search_left {
  width: 70%;
}

.browse_input {
  width: 50%;
}

.search_select {
  width: 100%;

}

body, #header, #navtop {
  min-width: 850px;
}

#header {
padding:9px 0 6px;
}

