
@import "layout.css";
@import "autocomplete.css";

/* YUI Slider Styles
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1 (modified for VuFind)
*/
.yui-h-slider,.yui-v-slider,.yui-region-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb,.yui-region-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-h-slider{background:url(/images/yui/bg-h.gif) no-repeat 5px 0;height:28px;width:160px;}.yui-h-slider .yui-slider-thumb{top:4px;}.yui-v-slider{background:url(/images/yui/bg-v.gif) no-repeat 12px 0;height:228px;width:48px;}.yui-region-slider{height:228px;width:228px;}

/* My styles */

#hd {
    background-color:#fff;
    padding-top:0px;
}
html, body {
    height: 100%;
    background-color:#fff;
}
.content {
    padding:10px 0 10px 0;
    background-image:url("/images/bg_grey.jpg");
    background-repeat:repeat-x;
    background-color:#fff;
    border-top: 1px solid #cccccc;
}
.contentbox {
    background-color:#FFF;
    border: 1px solid #cccccc;
    margin-left:15px;
    padding:5px;
}
.box {
    /*background:url("/images/tabs_bg.jpg") repeat-x right top;*/
    background-color:#fff;
    border: 1px solid #cccccc;
    padding:5px;
}
.details {
    border: 1px solid #cccccc;
    padding:20px 1em 1em 1em;
}
.submenu {
    margin-top:10px;
    margin-right:15px;
}
.submenu h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}
.narrow {
    padding-top:15px;
}
.narrowGroupHidden {
    display:none;
}
.narrow_begin {
    display: block;
}
.narrow_end {
    display: none;
}
.myblock {
    border: 1px solid #cccccc;
    padding:15px;
}

ul.tools {
    float: right;
    font-size:80%;
    text-align:right;
    margin-bottom:1em;
}
ul.tools li {
    float: left;
}
.tool {
    font-size:80%
}
ul.menu {
    display: none;
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    position:absolute;
    background:white;
}
ul.menu li{
    border-bottom: 1px solid #cccccc;
    padding:5px;
    clear: left;
    position:block;
    width:100px;
    text-align: left;
}
/*********** Toolbar (Favorites View) ************/
.toolbar{border-bottom:1px solid #eee;font-size:80%;min-height:2em;padding-left:1em;color:#0066cc;}
.toolbar label{cursor:pointer;}
.toolbar ul {display:inline;height:23px;}
.toolbar ul li {float:left;padding-right:5px;}
.toolbar ul li input.button {
    background-color:transparent;
    background-position: 2px center;
    border:0 none;
    height:16px;
    cursor:pointer;
    margin-right:0;
    padding:0 0 0 19px;
    vertical-align: top;
    color:#0066cc;
}

.toolbar ul li input.button {
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

.toolbar ul li input.button[class] {  /* IE < 7 ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

.toolbar ul li input.checkbox {
    vertical-align: top;
}

li.result input.ui_checkboxes {
    float: left;
}

.listTags {
    margin-left: 1em;
}

.listTags h3 {
    margin-left: 0;
}

.listTags ul {
    margin-bottom: 1em;
}

.listDetails p {
    margin-left: 1em;
}

.listDetails div.listControls {
    float: right;
    text-align: right;
    padding: 1em 0.5em 0;
}

.listDetails div.listControls a {
    display: block;
    padding: 1em 0 0 0.5em;
}

.messages {
    padding: 1em;
}
#ft {
    background-color:#f5f5f5;
    border-top: 1px dotted #cccccc;
    padding:10px 25px;
    margin:15px 0 25px 0;
    font-size:90%;
}
#ft div {
    float:left;
    border-right: 1px dotted #cccccc;
    margin-right:1em;
    padding: 0 2em 1em 0;
    width:12em;
}
.result {
    background-color:#f5f5f5;
    padding:10px 5px;
    margin-bottom:5px;
}
.record {
    /* border-right: 1px dashed #cccccc; */
    padding:10px 15px 10px 10px;
}
.result.unavailable {
    background-color:#fff5ee;
}
.result.alt {
    background-color:#fff;
}
.toggle {
    text-align:right;
}
.toggle img {
    vertical-align:text-bottom;
}
.resultitem {
    margin-left:100px;
}
.resulthead {
    padding:10px 10px 5px 10px;
    margin-bottom:1.5em;
    border-bottom: 1px solid #eee;
}
.searchbox {
    padding:15px 20px;
}
.searchtools {
    background-color: #f5f5f5;
    padding: 1em;
    font-size: 90%;
}
.navmenu {
    margin:0;
}
.navmenu li {
    padding:.1em 0 .1em .5em;
    list-style-type: none;
    border-bottom: 1px solid #e3e3e3;
}
.navmenu dd {
    padding:.1em 0 .1em .5em;
    list-style-type: none;
    border-bottom: 1px solid #e3e3e3;
}
.navmenu dt {
    margin-top:.75em;
    font-weight:bold;
}
.title {
    font-size:110%;
}
.narrow dd {
    color:#999;
}
dd label {
    color:black;
}
.correction img {
    vertical-align: middle;
}
.error {
    color: #C00;
}
.userMsg {
    color: #6d8822;
}

#tagForm {
    display: none;
}
#narrowLoading {
    padding: 50px 0px 100px 0px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
div.warning {
    font-weight: bold;
    font-family: courier new, courier, fixed;
    color: #990000;
}
#listForm {
    display: none;
}
#lightbox {
    cursor: pointer;
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 7;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

div.popupBox {
    background-color: #f5f5f5;
    display: none;
    border-right: solid 2px #999999;
    border-bottom: solid 2px #999999;
    position: absolute;
    z-index: 10;
    left: 33%;
    width: 33%;
    font-size: 95%;
    height: 300px;
}

div.popupBox .header {
    cursor: move;
    background-color: #CCCCCC;
    padding: 3px 0px 3px 10px;
}

div.popupBox .header a {
    float: right;
    text-decoration: none;
    font-weight: bold;
}

div.popupBox .content {
    padding: 5px 20px 20px 20px;
    height: 250px;
    overflow: auto;
}

div.popupBox a.close {
    font-size: 8pt;
    font-weight: bold;
    padding: 2px;
    color: #000000;
    float: right;
    border: outset 1px;
}

div.popupBox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.popupBox ul li {
    border-bottom: solid 1px #CCCCCC;
    padding: 4px;
}

div.popupBox ul li.selected {
    background-color: #FFFFEE;
}

div.popupBox ul li a {
    color: #000000;
    text-decoration: none;
}

div.popupBox table th {
    font-weight: bold;
}

div.popupBox table th, div.popupBox table td {
    padding: 0.5em;
}

ul.similar {
    list-style: none;
    padding: 0 13px 0 0;
    margin: 0px;
}

ul.similar li {
    padding-bottom:10px;
}

ul.browse {
    border: solid 1px;
    height: 300px;
    overflow: scroll;
}

/* Top Tabs */
#toptab {
    font-size:90%;
    width:100%;
}
#toptab ul {
    display:block;
    margin:0;
    padding:0px 0 0 0px;
    list-style:none;
}
#toptab li {
    position:relative;
    display:block;
    float:left;
    margin:0;
    padding:0 0 0px 0px;
}
#toptab a {
    display:block;
    background:url("/images/tabs_bg.jpg") repeat-x right top;
    padding:.7em 1em .7em 1em;
    text-decoration:none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
    color:#333;
}

#toptab a:hover {
    background:url("/images/tabs_hover_bg.jpg") repeat-x right top;
}
#toptab .active a:hover {
    background:url("/images/tab_active_bg.jpg") repeat-x right top;
}

#toptab a.first {
 border-left: 1px solid #ccc;
}

#toptab a:hover {
}
#toptab .active {
}
#toptab .active a {
    background-image:url("/images/tab_active_bg.jpg");
    color:#000;
}

#toptab .active a span {
    position:absolute;
    bottom:-15px;
    left:50%;
    margin-left:-8px;
    width:17px;
    height:15px;
    background:url("/images/tab_active_arrow.jpg") left top no-repeat;
}

/* Tabs */
#tabnav {
    font-size:90%;
    margin-top:4em;
    width:100%;
}
#tabnav ul {
    display:block;
    margin:0;
    padding:0px 0 0 0px;
    list-style:none;
}
#tabnav li {
    position:relative;
    display:block;
    float:left;
    margin:0;
    padding:0 0 0px 0px;
}
#tabnav a {
    display:block;
    background:url("/images/tabs_bg.jpg") repeat-x right top;
    padding:.7em 1em .7em 1em;
    text-decoration:none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
    color:#333;
}

#tabnav a:hover {
    background:url("/images/tabs_hover_bg.jpg") repeat-x right top;
}
#tabnav .active a:hover {
    background:url("/images/tab_active_bg.jpg") repeat-x right top;
}

#tabnav a.first {
 border-left: 1px solid #ccc;
}

#tabnav a:hover {
}
#tabnav .active {
}
#tabnav .active a {
    background-image:url("/images/tab_active_bg.jpg");
    color:#000;
}

#tabnav .active a span {
    position:absolute;
    bottom:-15px;
    left:50%;
    margin-left:-8px;
    width:17px;
    height:15px;
    background:url("/images/tab_active_arrow.jpg") left top no-repeat;
}
* html .tabs .active span{
    margin-left:-20px;
    bottom:-15px;
}
* html .tabs li a{
    position:relative;
}

/* Browse Lists */
.browseNav {
    font-size:90%;
    width:100%;
}
.browseNav ul {
    width: 100%;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    list-style:none;
}
.browseNav li {
    width: 100%;
    position:relative;
    display:block;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.browseNav a {
    display:block;
    background:url("/images/tabs_bg.jpg") repeat-x right top;
    padding:.7em 1em .7em 1em;
    text-decoration:none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
    color:#333;
}

.browseNav a:hover {
    background:url("/images/tabs_hover_bg.jpg") repeat-x right top;
}
.browseNav .active a:hover {
    background:url("/images/tab_active_bg.jpg") repeat-x right top;
}

.browseNav a.first {
 border-left: 1px solid #ccc;
}

.browseNav a:hover {
}
.browseNav .active {
}
.browseNav .active a {
    background-image:url("/images/tab_active_bg.jpg");
    color:#000;
}

.browseNav .active a span {
    position:absolute;
    bottom:-15px;
    left:50%;
    margin-left:-8px;
    width:17px;
    height:15px;
    background:url("/images/tab_active_arrow.jpg") left top no-repeat;
}

/* HTML Tags */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration:underline;
    color:#0066cc;
}
a:hover, .hoverLink {
    text-decoration:none;
    color:#0066cc;
}
h1 {
    font-size:150%;
    font-weight:normal;
    color:#000000;
}
h2 {
    font-size:140%;
    font-weight:normal;
}
h3 {
    font-size:120%;
    font-weight:normal;
    margin-bottom:.5em;
    color:#000;
}
h4 {
    font-size:110%;
    font-weight:normal;
    margin-bottom:.5em;
    color:#000;
}
body, tr, td, input, select, textarea {
    font: small/1.3 "Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Verdana,sans-serif;
    color:#392529;
}
p {
    margin-bottom:1em;
    line-height:1.3em;
}
hr {
    border: 0;
    height: 1px;
    background-color: #CCCCCC;
    color:#CCCCCC;
    margin-bottom:1em;
}
strong {
    font-weight:bold;
}

body {
    font-family: "Arial Unicode MS", Arial, Sans-Serif;
}

/* Citation Table */
.citation {
    font-size:90%;
}
.citation th {
    text-align:left;
    color:#666;
    padding:.3em 0 .3em 0;
}
.citation tr {
    border-bottom: 1px solid #f3f3f3;
}
.citation td {
    padding:.3em 0 .3em 1em;
}
.citation tr, .citation td {
    vertical-align:top;
}

/* Pagination */

.pagination {
    font-size:90%;
    padding:1.5em 0 1.5em 0;
    margin:1.5em 0;
    text-align:center;
    border-top: 1px solid #eee;
}
.pagination a {
    padding: .2em .3em;
    margin-right:.5em;
    border: 1px solid #fff;
}
.pagination a:hover {
    border: 1px solid #cccccc;
}
.pagination span {
    padding: .2em .3em;
    margin-right:.5em;
    font-weight:bold;
}

/* Data Grid (Holdings) */

table.datagrid {
    width:auto;
    border-collapse: collapse;
}

table.datagrid th {
    color: #003366;
    background-color: #DDEEFF;
    border: solid 1px #99CCFF;
    text-align: left;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 5px 15px 5px 15px;
}

table.datagrid th a {
    color: #336699;
}

table.datagrid td {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 5px 10px 5px 10px;
}

table.datagrid td a {
    color: #003366;
}

table.datagrid tr.evenrow {
    background-color: #EEEEEE;
}

table.datagrid tr.oddrow {
    background-color: #DDDDDD;
}

/* Comments */

.commentList {
    margin-bottom: 1em;
}
.commentList li {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin-bottom:1em;
}
.commentList li div.posted {
    color:#666;
    font-size: 80%;
    margin-top:1em;
    width:100%;
}

/* Highlight for items already added to favorites */
.savedFavorite {
    background-color:#ffffcc;
}

/* Icon Classes */
.cite:hover, .sms:hover, .mail:hover, .export:hover, .save:hover, .fav:hover, .add:hover {
    background-color:#f5f5f5;
}
.cite {
    background-image:url(/images/silk/report.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em .5em .5em 20px;
    margin-right:1em;
    height:14px;
}
.export {
    background-image:url(/images/silk/application_add.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 20px;
    margin-right:1em;
    height:14px;
}
.save {
    background-image:url(/images/silk/disk-black.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 20px;
    margin-right:1em;
    height:14px;
}
.sms {
    background-image:url(/images/silk/phone.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em .5em .5em 20px;
    margin-right:1em;
    height:14px;
}
.tag {
    background-image:url(/images/silk/tag_blue.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em .5em .5em 20px;
    margin-right:1em;
}
.mail {
    background-image:url(/images/silk/email.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em .5em .5em 20px;
    margin-right:1em;
    height:14px;
}
.fav {
    background-image:url(/images/silk/heart.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em .5em .5em 20px;
    margin-right:1em;
    height:14px;
}
.edit {
    background-image:url(/images/silk/edit.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em 0 .5em 18px;
    margin-right:.7em;
}
.delete {
    background-image:url(/images/silk/delete.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em .5em .5em 18px;
    margin-right:0;
}
.feed {
    background-image:url(/images/silk/feed.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em .5em .5em 20px;
    margin-left:1em;
}
.list {
    background-image:url(/images/silk/list.png);
    background-repeat:no-repeat;
    background-position: left; 
    padding:.5em .5em .5em 20px;
    margin-left:1em;
}
#menuAddList img {
    vertical-align: text-bottom;
}
.add {
    background-image:url(/images/silk/add.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 18px;
    margin-right:0;
}
.available {
    background-image:url(/images/bullet_green.png);
    background-repeat:no-repeat;
    color:#009900;
    padding-left:18px
}
.available span{
    padding-left:10px;
}
.checkedout {
    background-image:url(/images/bullet_red.png);
    background-repeat:no-repeat;
    color:#cc0000;
    padding-left:18px
}
.checkedout span{
    padding-left:10px;
}
.backtosearch {
    font-size: 90%;
}
.electronic {
    background-image:url(/images/tango/www.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.map {
    background-image:url(/images/silk/map.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.globe {
    background-image:url(/images/silk/world.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.slide {
    background-image:url(/images/silk/photo.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.microfilm {
    background-image:url(/images/silk/film.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.photo {
    background-image:url(/images/silk/picture.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.video {
    background-image:url(/images/tango/video.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.kit {
    background-image:url(/images/silk/package.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.musicalscore {
    background-image:url(/images/silk/music.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.sensorimage {
}
.audio {
    background-image:url(/images/tango/audio-volume-high.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.physicalobject {
}
.manuscript {
    background-image:url(/images/silk/report_edit.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.ebook {
    background-image:url(/images/ebook.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.book {
    background-image:url(/images/silk/book.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.journal {
    background-image:url(/images/silk/report.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.newspaper {
    background-image:url(/images/silk/newspaper.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding:0 .5em .5em 20px;
    margin-right:1em;
}
.iconlabel {
    line-height: 16px;
    font-size: 8pt;
    font-weight: bold;
}
.addThis {
    background-image:url(/images/silk/tag_yellow.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 20px;
    margin-right:1em;
}

/*Image Alignment*/

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    
alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
    padding: 4px;
    margin: 0 7px 2px 0;
}
    
.alignleft {
    float: left;
    padding: 4px;
    margin: 0 15px 2px 0;
}

fieldset { border:1px solid #CCCCCC; padding: 1em;}

legend {
    padding: 0.2em 0.5em;
    text-align:right;
    font-weight: bold;
}

/* New advanced search screen stuff */
.advSearchContent {
    /* Needed for IE7 compatibility: */
    width: 96%;
}
.groupSearchHolder {
    clear: both;
    padding: 10px 10px 5px;
}
.groupSearchHolder .advRow {
    padding: 1px 0px;
}
.groupSearchHolder .advRow div {
    float: left;
    padding: 0px 2px;
}
.clearer {
    display: block;
    clear: both;
}
.groupSearchHolder span.clearer {
    display: block;
    clear: left;
}
.groupSearchDetails .join {
    padding-right: 5px;
    float: left;
}
.groupSearchHolder .label, .groupSearchHolder .join {
    width: 140px;
    text-align: right;
}
.addSearch {
    padding: 0px 0px 4px 155px;
}
.groupSearchHolder .terms {
    width: 220px;
}
.groupSearchHolder .terms input {
    width: 100%;
}
.groupSearchHolder .field {
}
.group .groupSearchDetails {
    float: right;
    text-align: right;
    padding: 3px 5px;
}
.group0 .groupSearchDetails {
    border: 1px solid #D8D7D8;
    border-top: 0px;
}
.group1 .groupSearchDetails {
    border: 1px solid #94C632;
    border-top: 0px;
}
#searchHolder .group0 {
    border-top : 1px solid #D8D7D8;
    background:url(/images/gradient_grey.gif) repeat-y;
}
#searchHolder .group1 {
    border-top: 1px solid #94C632;
    background:url(/images/gradient_green.gif) repeat-y;
}
#searchHolder .group {
    margin-bottom: 10px;
}
.searchGroups {
    margin-bottom: 10px;
    padding: 2px 5px;
    font-size: 125%;
}
.searchGroups .searchGroupDetails {
    float: right;
}
.search .filterList h3, .search .filterList h4 {
    font-weight: bold;
}
.search .filterList h3 span {
    font-weight: normal;
    font-size: 80%;
}
.search .filterList input {
    vertical-align: middle;
}
.search .filterList ul {
    margin-bottom: 5px;
}
.keepFilters input {
    vertical-align: middle;
}
.facetsTop {
    margin-bottom: 5px;
}
.facetsTop td, .facetsTop th {
    padding: 0px 15px 3px 5px;
}
.facetsTop th {
    font-weight: bold;
}
.facetsTop th span {
    font-weight: normal;
}
.authorbox {
    border: solid 1px #999999;
    background-color: #FFFFEE;
}
.configEditor {
    width: 490px;
}

/* Tag cloud */
.cloud1 {
    font-size: .8em;
}
.cloud2 {
    font-size: 1em;
}
.cloud3 {
    font-size: 1.2em;
}
.cloud4 {
    font-size: 1.4em;
}
.cloud5 {
    font-size: 1.6em;
}
.previewDiv {
    clear:left;
    padding-top: 0.7em;
}

/* Alphabetic browse */
.alphaBrowseResult {
    padding: 0 0.5em 0.5em 0.5em;
}

.alphaBrowseEntry {
    padding: 0.25em 0.5em;
    background-color: #eee;
    zoom: 1;
}

.alphaBrowseEntry.alt, .alphaBrowseEntry.alt * {
    background-color: #fff;
}

.alphaBrowseForm {
    zoom: 1;
}

.alphaBrowseHeading {
    float: left;
    width: 600px;
}

.alphaBrowseHeading a {
    line-height: 1.31em;
}

.alphaBrowseCount {
    float: right;
}

.alphaBrowseHeader {
    text-align: right;
    clear: both;
    font-weight: bold;
    zoom: 1;
}

.alphaBrowsePageLinks {
    margin: 1em;
    font-weight: bold;
    background-color: #fff;
}

.alphaBrowsePrevLink {
    float: left;
}

.alphaBrowseNextLink {
    float: right;
}

.alphaBrowseRelatedHeading {
    clear: left;
}

.alphaBrowseRelatedHeading .title {
    font-weight: bold;
    font-size: 90%;
    margin-left: 2em;
}

.alphaBrowseRelatedHeading li {
    margin-left: 4em;
}

#autoCompleteContainer {
    width: 213px;
    margin-right: 3px;
    margin-top: 2px;
    float: left;
}

#autoCompleteContainer input {
    width: 211px;
}

.hiddenLabel {
    height: 0px;
    width: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

/* CRRA Color */

input, select, textarea {
    color: #990000;
}

/* CRRA Header */

#nav {
    clear:both; 
    position:relative; 
    float:left; 
    margin:0 0 -53px 30px; 
    width:100%; 
    padding:0; 
    display:inline; 
    color:#FFF; 
    text-transform:uppercase;
}

#nav-list {
    list-style-type:none; 
    margin:0; 
    padding:0; 
    text-align:center;
}

#nav-list li {
    margin:0; 
    padding:0; 
    float:left; 
    display:inline;}

#nav-list a {
    color:#FFF; 
    text-decoration:none; 
    background:#637BA4 url(images/nav.gif) repeat-x bottom left; 
    float:left; 
    position:relative; 
    display:block; 
    line-height:1; 
    margin:0 0 0 1px; 
    padding:.2em 0;
}

#port a	{
    width:100px; 
    width/**/:/**/111px; 
    padding:.7em 0;
}

#aboup a {
    width:100px; 
    width/**/:/**/111px; 
    padding:.7em 0;
}

#abouc a {
    width:101px;
}

#lead a	{
    width:105px;
}

#part a	{
    width:106px; 
    padding:.7em 0;
}

#cont a	{
    width:100px; 
    width/**/:/**/111px; 
    padding:.7em 0;
}

#logi a	{
    width:112px; 
    background-color:#849C6B; 
    background-image:url(images/login.gif);
}

#rssf a	{
    width:121px; 
    width/**/:/**/111px; 
    background-color:#CB893C; 
    background-image:url(images/rss.gif); 
    text-align:left; 
    padding:.7em 0 .7em 10px;
}

#nav-list a:hover {
    background-color:#933; 
    background-image:url(images/nav-on.gif);
}

#rssf a:hover, #brssf #rssf a {
    background-color:#933; 
    background-image:url(images/rss-on.gif);
}	

#bport #port a, #baboup #aboup a, #babouc #abouc a, #blead #lead a, #bpart #part a, #bcont #cont a, #blogi #logi a {
    background-color:#933; 
    background-image:url(images/nav-on.gif);
}

#header-wrapper {
    position:relative; 
    float:left; 
    width:100%; 
    background:transparent url(images/header-border-left.gif) no-repeat top left;
}

#header-wrapper-2 {
    float:left; 
    width:100%; 
    background:transparent url(images/header-border-right.gif) no-repeat top right;
}

#header-extra-one {
    float:left; 
    width:53px; 
    height:34px; 
    background:transparent url(images/main-extra-one.gif) no-repeat top right;
}

#header-extra-two {
    float:right; 
    width:53px; 
    height:34px; 
    background:transparent url(images/main-extra-two.gif) no-repeat top left;
}


