/* CSS for Help Section on Consumer site*/


/* ------ Help search bar ------ */

#help_searchbar {
    width: 100%;
    position: relative;
    height: 56px;
    background:        -linear-gradient(#f9eeae 0%, #fdf9e3 50%, #f9eeae 100%);
    background:     -ms-linear-gradient(#f9eeae 0%, #fdf9e3 50%, #f9eeae 100%);
    background:    -moz-linear-gradient(#f9eeae 0%, #fdf9e3 50%, #f9eeae 100%);
    background:      -o-linear-gradient(#f9eeae 0%, #fdf9e3 50%, #f9eeae 100%);
    background:        -webkit-gradient(#f9eeae 0%, #fdf9e3 50%, #f9eeae 100%);
    background: -webkit-linear-gradient(#f9eeae 0%, #fdf9e3 50%, #f9eeae 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9eeae', endColorStr='#fdf9e3');
    border-bottom: 1px solid #e3bc35;
    margin-bottom: 10px;
}

a#home_img {
    background: transparent url('/National_Library/20160521004321oe_/http://i.media-imdb.com/images/navbar/navbar_sprite_social.png') 0 -70px;
    border: none;
    display: inline-block;
    height: 49px;
    left: 20px;
    position: absolute;
    top: 3px;
    width: 101px;
    z-index: 10000;
}

h1#help_header {
    float: left;
    font-size: 21px;
    margin-left: 130px;
    top: 21px;
}

h1#help_header a {
    color: #333;
    text-decoration: none;
}

div#pagecontent div#tn15 
h2#help_leaf_header {
    margin-top: 0;
}

#help_search_form {
    float: absolute;
    font-weight: bold;
    margin-left: 314px;
    padding-top: 13px;
    size: 13px;
    width: 380px;
}

#help_search_form #help_search_input {
    border-radius: 3px;
    border: medium none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=-45,strength=1);
    height: 29px;
    padding-left: 5px;
    width: 200px;
}

#help_search_form input.btn {
    height: 30px;
    margin-left: 5px;
}

#help_current_issues {
    position: absolute;
    right: 30px;
    top: 21px;
    size: 13px;
}

#help_current_issues a {
    text-decoration: none;
}


/* ------ Help browse pages ------ */

#help_blurb {
    margin-bottom: 12px;
}

/* overriding a default style */
div#pagecontent
div#tn15 div#help_blurb h2 {
    margin-top: 0px;
}

div#help_blurb h2 {
    font-weight: bold;
    size: 17.5px;
}

#help_center {
    float: left;
    width: 640px;
}

#help_center h3 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
}

#help_rhs .help_rhs_section h3 {
    font-size: 15px;
    font-weight: bold;
}

#help_rhs {
    float: right;
    width: 280px;
}

.help_rhs_section {
    border: 1px solid #E8E8E8; 
    border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-bottom: 7px;
    overflow:hidden;
    padding: 10px;
}


ul.help_section_list {
    list-style: none outside none;
}

ul.help_section_list li {
    font-size: 13px;
    margin-left: -1em;
}

#help_center a,
#help_rhs a {
    text-decoration: none;
}


