/* precaution, can delete later: */
#navigation li.timelineNav {
    display: none;
}

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
    base styles (transferred from the wireframe, so it won't break
    as the wireframe is changed --> feel free to adjust/change/
    delete/add to these as needed
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

#readPanel #toc ul li {
    background: none;
}

#toc ul li ul {
    margin-left: 15px;
}

.external li#external {
    display: block;
}

.external li#internal {
    display: none;
}

.internal li#external {
    display: none;
}

.internal li#internal {
    display: block;
}

body .mainBase {
    font-size: 13px;
    line-height: 18px;
}

body.largeFont .mainBase {
    font-size: 16px;
    line-height: 26px;
}

a.openurl span {
    padding-right: 0px;
    position: relative;
    text-indent: 0px;
    display: inline;
}

.mainBase h1 {
    margin: 0.8em 0 0.667em;
    font-size: 1.615em;
    line-height: 1.5em;
    color: #b8af53;
}

    .mainBase h1 sup,
    .mainBase h1 sub {
        font-size: 0.6em;
    }

.mainBase h2,
.mainBase h3,
.mainBase h4,
.mainBase h5,
.mainBase h6 {
    margin: 0 0 1em;
}

.mainBase h2 {
    font-size: 1.333em;
    font-weight: normal;
    color: #599fc9;
    margin-bottom: 0.813em;
}

.mainBase h3 {
}

.mainBase h4 {
    font-size: 0.769em;
    margin-bottom: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mainBase h5 {
    color: #b8af53;
}

.mainBase ul {
    margin: 0 0 1em;
}

    .mainBase ul li {
        list-style: none;
        margin: 1em 0 0;
        padding-left: 1.5em;
        background: transparent url(../images/bullet_main.png) no-repeat .9em .5em;
    }

    .mainBase ul ul {
        margin: 0;
    }

.mainBase dl {
    margin: 0 0 1em;
    overflow: hidden;
}

    .mainBase dl dt {
        clear: both;
        float: left;
        margin-right: 0.333em;
    }

    .mainBase dl dd {
        color: #7d7d7d;
    }

.mainBase img {
}

.mainBase .share img {
}

.mainBase table,
#modalContent table {
    width: 100%;
    border: 0 none;
}

    .mainBase table .title,
    .mainBase caption,
    #modalContent table .title,
    #modalContent caption {
        margin: 0 0 0.5em;
        text-align: left;
        font-weight: bold;
    }

.mainBase td,
#modalContent td,
.mainBase th,
#modalContent th {
    border: 0 none;
    padding: 5px 8px;
    vertical-align: top;
}

.mainBase tr:first-child th,
#modalContent tr:first-child th {
    border: 0 none;
}

.mainBase th,
#modalContent th {
}

.mainBase td,
#modalContent td {
}

.mainBase tr.even td,
#modalContent tr.even td {
}

.mainBase ol.customEnumerator li,
.mainBase ul.customEnumerator li {
    list-style: none;
}

#mainContent ul li p {
    margin: 0 0 1em 0;
}

input[type="text"], input[type="password"] {
    width: 200px;
}

body .mainBase {
    font-size: 13px;
    line-height: 18px;
}

#readPanel a {
    text-decoration: underline;
}

    #readPanel a:hover {
        text-decoration: none;
    }

.mainBase a.popoutContentLink {
    display: block;
    font-weight: bold;
    margin: 1em;
    font-size: 11px;
}

#notes {
    border-top: 1px solid #666;
    margin-top: 2em;
    padding-top: 1em;
}

    #notes h2 {
        display: none;
    }

    #notes a.backref {
        font-size: .6em;
        vertical-align: top;
    }


.mainBase .footnoteGroup {
    margin: 2em 0;
    padding: 2em 0 0;
    border-top: 1px solid #BAC7CF;
}

.mainBase .footnote {
    margin: 0 0 8px;
    font-size: 0.846em;
    line-height: 1.197em;
}

    .mainBase .footnote label {
        display: inline;
        margin-right: 0.333em;
        vertical-align: top;
    }

    .mainBase .footnote p {
        display: inline;
    }

.newIcon {
    display: inline-block;
    margin: 7px 0 0 10px;
    height: 15px;
    width: 33px;
    background: transparent url(../images/icon_new.png) no-repeat left top;
}

.browseResults .newIcon {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.restrictedIcon {
    display: inline-block;
    margin: 7px 0 0 10px;
    height: 15px;
    width: 11px;
    background: transparent url(../images/icon_restricted.png) no-repeat left top;
}

.browseResults .restrictedIcon {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

#noresults p {
    clear: both;
}

/**********************************************************************
    Layout
**********************************************************************/

html,
body {
    margin: 0;
    padding: 0;
    background-color: #003858;
}

#body {
}

#contentWrapper {
    position: relative;
    min-width: 1091px;
    min-height: 100%;
    background-color: white;
}

#headerWrap {
    background: white url(../images/bg_header.png) repeat-x left top;
    height: 139px;
    width: 100%;
}

#header {
    height: 139px;
    width: 939px;
    padding: 0 28px;
    background: white url(../images/bg_header.png) repeat-x left top;
}

#columnWrapper {
    padding-bottom: 92px;
    width: 939px;
    padding: 0 28px;
}

#columnsTop {
}

#columnsBottom {
    clear: both;
    height: 30px;
}

#pageBody {
}

#mainContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 712px;
}

.oneColumn #mainContent {
    width: auto;
    float: none;
}

#topControls {
    border-bottom: 1px solid #d0d9de;
    overflow: hidden;
}

#readPanel {
    clear: both;
}

#columnOne {
    margin: 0;
    padding: 37px 26px 0 0;
    width: 160px;
    min-height: 569px;
    background: transparent url(../images/column_one_bg.png) no-repeat left top;
}

.contentPage #columnOne,
.bookDetail #columnOne {
    padding-top: 27px;
}

.home #columnOne,
#columnTwo {
    display: none;
}

#footerWrap {
    margin: 0;
    min-height: 92px;
    width: 100%;
    background: #92c1dc url(../images/footer_bg.png) repeat-x left bottom;
}

#footer {
    margin: 0 auto;
    padding: 0 28px;
    height: 92px;
    width: 939px;
    background: #92c1dc url(../images/footer_bg.png) repeat-x left bottom;
}


/**********************************************************************
    Header Elements
**********************************************************************/
#dvwelcome {
    display: block;
    color: white;
    font-weight: bold;
    text-align: right;
}

#headerLogo {
    z-index: 0;
    left: 28px;
}

#mpLogo {
    z-index: 0;
    left: 28px;
}

#sectionTabs {
    position: relative;
    font-size: 11px;
    margin: 0 0 0 -10px;
    height: 20px;
}

    #sectionTabs li {
        float: left;
        font-weight: bold;
    }

    #sectionTabs a {
        display: block;
        color: #dce9f1;
        padding: 0 10px;
        line-height: 20px;
    }

    #sectionTabs span {
        display: block;
        color: white;
        padding: 0 12px;
        line-height: 20px;
        background: transparent url(../images/nav_sectiontabs_bg.png) repeat-x left top;
    }

    #sectionTabs .ssoLogin {
        background: transparent url(../images/nav_drop_bg_hover.png) repeat-x left top;
    }

#headerUtilityBar {
    color: white;
    margin: 6px 0 0;
}

    #headerUtilityBar a {
        color: #f6f0bd;
    }

#loginNav,
#utilityNav {
    float: right;
    margin: 0 0 0 29px;
}

#signIn {
    margin-right: 0.333em;
}

#quickSearch {
    position: absolute;
    right: 28px;
    top: 52px;
    margin: 17px 0 0;
    width: 455px;
    z-index: 3;
}

#quickSearchFilters {
    line-height: 23px;
}

    #quickSearchFilters:hover,
    #quickSearchFilters.pfhover {
        background-image: url("../images/nav_bg_hover.png");
    }

    #quickSearchFilters a {
        display: block;
        margin-right: 7px;
        padding: 0 12px 0 8px;
        background: transparent url(../images/search_filter_arrow.gif) no-repeat right center;
        white-space: nowrap;
    }

        #quickSearchFilters a:hover {
            position: static; /*for IE7*/
        }

    #quickSearchFilters:hover a,
    #quickSearchFilters.pfhover a {
        text-decoration: none;
        color: white;
        background-image: url(../images/nav_arrow_hover.gif);
    }

    #quickSearchFilters ul {
        position: absolute;
        left: -9999px;
        width: 190px;
        padding: 6px 0;
        border: 1px solid #B2B4B6;
        background-color: white;
    }

    #quickSearchFilters:hover ul,
    #quickSearchFilters.pfhover ul {
        left: 1px;
        border-top: 0 none;
        background-color: #81c4bd;
    }

    #quickSearchFilters li {
        line-height: 24px;
    }

        #quickSearchFilters li a,
        #quickSearchFilters:hover li a,
        #quickSearchFilters.pfhover li a {
            padding: 6px 8px;
            line-height: 13px;
            height: auto;
            border-top: 0 none;
            background: transparent none;
        }

            #quickSearchFilters li a:hover {
                color: #f6f0bd;
                background: transparent url(../images/nav_drop_bg_hover.png) no-repeat left bottom;
            }

#quickSearch #q {
    width: 197px;
    margin: 0 4px 0 0;
    line-height: 23px;
    padding: 0 4px;
    height: 23px;
    font-weight: normal;
    background: white none;
    border: 1px solid #B2B4B6;
    float: left;
}

#quickSearch #searchBtn {
    text-indent: -9999px;
    height: 25px;
    width: 31px;
    background: transparent url(../images/search_button.png) no-repeat left top;
    margin: 0;
    float: left;
}

#quickSearch #quickSearchItems {
    float: left;
    display: inline;
}

#quickSearchItems a {
    color: #599fc9;
    line-height: 25px;
    margin: 0 0 0 7px;
}

    #quickSearchItems a#helpBtn {
        display: none;
    }

h2#summary {
    right: 32px;
    position: absolute;
    top: 33px;
    font-size: 1.6em;
    text-transform: lowercase;
    color: #8a8a8a;
}

    h2#summary span {
    }

/**********************************************************************
    Navigation
**********************************************************************/

.sitemaparrow {
    color: black;
    margin-left: .6em;
    margin-right: .6em;
}

#spbreadcrumb {
    padding-left: 1em;
    font-size: .85em;
}

    #spbreadcrumb a {
        text-decoration: underline;
    }

#navigation {
    bottom: 0;
    left: 28px;
    width: 937px;
    height: 27px;
    color: #599fc9;
    border: 1px solid #bac7cf;
    background: transparent url("../images/nav_bg.png") repeat-x left top;
}

    #navigation li {
        border-right: 1px solid #bac7cf;
    }

        #navigation li:hover,
        #navigation li.pfhover {
            background-image: url("../images/nav_bg_hover.png");
        }

    #navigation a {
        line-height: 27px;
        padding: 0 10px;
        color: #599fc9;
    }

    #navigation li.expandable a,
    #personalNav a {
        margin-right: 10px;
        padding-right: 12px;
        background: transparent url(../images/nav_arrow.gif) no-repeat right center;
    }

    #navigation li:hover a,
    #navigation li.pfhover a {
        text-decoration: none;
        color: white;
    }

    #navigation li.expandable:hover a,
    #personalNav li:hover a,
    #personalNav li.pfhover a {
        background-image: url(../images/nav_arrow_hover.gif);
    }

    #navigation ul ul,
    #personalNav .dropdown {
        width: 186px;
        margin: 0 0 0 -1px;
        padding: 6px 0;
        border: 1px solid #bac7cf;
        border-top: 0 none;
        background-color: #81c4bd;
    }

    #navigation li li {
        line-height: 24px;
        font-weight: normal;
        border: 0 none;
        margin: 0;
    }

    #navigation li:hover li,
    #navigation li.pfhover li {
        background: transparent none;
    }

    #navigation li li a,
    #navigation li.expandable:hover li a,
    #personalNav li:hover li a,
    #personalNav li.pfhover li a {
        margin-right: 0;
        padding: 6px 10px;
        line-height: 13px;
        height: auto;
        border-top: 0 none;
        background: transparent none;
    }

        #navigation li li a:hover,
        #navigation li.expandable:hover li a:hover,
        #personalNav li:hover li a:hover,
        #personalNav li.pfhover li a:hover {
            color: #f6f0bd;
            background: transparent url(../images/nav_drop_bg_hover.png) no-repeat left bottom;
        }

#personalNav {
    float: right;
    font-size: 13px;
}

    #personalNav li {
        border-left: 1px solid #bac7cf;
        border-right: 0 none;
    }

    #personalNav h3 {
        font-weight: bold;
        clear: both;
        padding: 10px;
        color: white;
        background-color: transparent;
    }

    #personalNav ul li .dropdown ul {
        padding: 0;
    }

    #personalNav ul li ul li a.save {
        display: none;
    }

    #personalNav ul li ul li a.delete {
        display: none;
    }

#breadcrumb {
    width: 100%;
    border-bottom: 1px solid #D0D9DE;
}

    #breadcrumb ul {
        margin: 20px 0 0;
    }

    #breadcrumb li {
        background: transparent none;
        padding: 0;
        margin: 0;
        line-height: 31px;
    }


#pageLinks {
    position: static;
    margin-top: 20px;
    float: right;
    font-size: 12px;
}

    #pageLinks ul.actions,
    #pageLinks ul.fontResizer {
        float: left;
    }

    #pageLinks ul.fontResizer {
        color: #7d7d7d;
    }

    #pageLinks ul li {
        line-height: 30px;
        background: transparent none;
        margin: 0 0 0 15px;
        padding: 0;
    }

        #pageLinks ul li.last {
            padding-right: 15px;
        }

    #pageLinks #fontResizer .textNormal a {
        font: 0.769em/1.8em Arial, Helvetica, sans-serif;
        color: #5d9f98;
    }

    #pageLinks #fontResizer .textLarge a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #5d9f98;
    }

    #pageLinks a.addthis_button:hover {
        text-decoration: none;
    }

    #pageLinks a.addthis_button img {
        padding: 6px 5px 8px 5px;
    }

    #pageLinks .addthis_button span {
        position: static;
        color: #c85e00;
    }

        #pageLinks .addthis_button span:hover {
            text-decoration: underline;
        }

#showHighlight {
    float: right;
    font-size: 12px;
    margin: 20px 10px 0 0;
    line-height: 30px;
    color: #777;
}

    #showHighlight label {
        margin: 0 0 0 5px;
        padding: 0;
    }

#refineByType {
    padding-left: 0;
}

    #refineSearchToc h2, #refineByType legend {
        padding-bottom: .5em;
        margin-bottom: .5em;
        border-bottom: 1px solid #d0d9de;
    }

#refineByType {
    font: 13px/18px Arial,Helvetica,sans-serif;
    color: #373737;
}

    #refineByType legend {
        width: 160px;
    }


.nohi {
    padding: 1px 3px;
}

#toc {
    position: relative;
    line-height: 1.154em;
}

    #toc h3 {
        font: 30px/1em "Times New Roman", Georgia, serif;
        color: #333;
        margin: 0 0 20px;
    }

    #toc .title {
        display: block;
        line-height: 16px;
        margin-bottom: 8px;
    }

.contentPage #toc ul {
    margin-bottom: 2em;
}

.contentPage #toc h2 {
    font-weight: bold;
    margin-bottom: 1em;
}

#toc h3#pagetitle {
    display: none;
}

#toc li {
    clear: both;
    line-height: 15px;
    padding: 0;
    overflow: hidden;
}

.browseResults #toc li.expandable {
    font-weight: normal;
    padding: 0 0 0 14px;
}


.browseResults #toc a:hover {
    text-decoration: none;
}

.browseResults #toc .toggle {
    margin-top: 5px;
}

.browseResults #toc li a.nonTaxonomyNodeToggle,
.browseResults #toc li a.taxonomyNode {
    display: block;
    float: left;
    padding: 4px 18px 4px 5px;
}

.browseResults #toc li a:hover.taxonomyNode {
    padding: 3px 17px 3px 4px;
    color: #373737;
    border: 1px solid #dedaa7;
    background: #ece8b9 url(../images/taxonomy_nav_hover.gif) no-repeat right center;
}

.contentPage #toc li,
.bookDetail #toc li {
    padding: 0 0 10px;
}

    .bookDetail #toc li.current {
        font-weight: bold;
        color: #373737;
    }

        .bookDetail #toc li.current a {
            color: #373737;
        }

.bookDetail #toc .toggle {
    display: none;
}

.bookDetail #toc li.current ul {
    font-weight: normal;
}

.bookLanding #mainContent #toc ul {
    margin: 1em;
}

.bookLanding #mainContent #toc li {
    list-style: none;
    background: transparent none;
}

#columnOne .flyoutBreadcrumbs {
    display: none;
}


/**********************************************************************
    Homepage
**********************************************************************/

.home #preColumnBlock {
    position: relative;
    background: transparent url(../images/home_main_fade_bg.png) no-repeat left bottom;
    margin-left: -75px;
    width: 1091px;
}

#homeCarousel {
    width: 939px;
    margin: 0 75px;
    overflow: hidden;
}

    #homeCarousel .panels {
        float: left;
        width: 565px;
        padding-bottom: 25px;
        margin: 30px 0 0;
    }

    #homeCarousel .panel {
        position: absolute;
        left: -9999px;
        overflow: hidden;
    }

        #homeCarousel .panel.current {
            position: static;
        }

        #homeCarousel .panel img {
            max-width: 156px;
            float: left;
            border: 1px solid #ccc;
        }

    #homeCarousel .info {
        margin-left: 183px;
    }

    #homeCarousel .panel h2 {
        font-size: 1.615em;
        margin-bottom: .8em;
    }

    #homeCarousel .panel a {
    }

    #homeCarousel .panel p {
        margin-bottom: 1em;
    }

    #homeCarousel .panel ul.more {
        overflow: hidden;
    }

        #homeCarousel .panel ul.more li {
            float: left;
            background: transparent url(../images/home_link_divider.png) no-repeat right 3px;
            padding-right: 13px;
            margin-right: 11px;
        }

            #homeCarousel .panel ul.more li.pdf a {
                display: block;
                padding-left: 22px;
                background: transparent url(../images/icon_pdf.png) no-repeat left 3px;
            }

            #homeCarousel .panel ul.more li.last {
                background: transparent none;
            }

        #homeCarousel .panel ul.more a {
        }

    #homeCarousel .thumbs {
        float: right;
        margin: 24px 0 0 0;
        width: 344px;
    }

        #homeCarousel .thumbs a {
            float: left;
            display: block;
            padding: 6px;
        }

            #homeCarousel .thumbs a:hover,
            #homeCarousel .thumbs a.current {
                background-color: #e4dfaf;
            }

        #homeCarousel .thumbs img {
            border: 1px solid #ccc;
            height: 95px;
            width: 72px;
        }

.home #mainContent {
    float: none;
    margin: 0;
    padding: 0;
    width: 940px;
    min-height: 0;
}

#mainTopBlock,
#homeTabsAndPanels,
#mainBottomBlock {
    float: left;
    margin-right: 25px;
}

#mainTopBlock {
    width: 285px;
    margin-top: 14px;
}

    #mainTopBlock p {
        font-size: 21px;
        line-height: 30px;
        color: #b8af53;
    }

#homeTabsAndPanels {
    position: relative;
    width: 349px;
    margin-top: 17px;
}

#homeTabs {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
}

    #homeTabs li {
        margin-bottom:;
        background: transparent none;
        margin: 0 0 1em;
        padding: 0;
    }

        #homeTabs li a,
        #homeTabs li a:focus,
        #homeTabs li a:hover {
            text-decoration: none;
            cursor: text;
        }

#homePanels h4 {
    margin: 0;
    display: inline;
    color: #7d7d7d;
    margin-right: 0.666em;
    font-weight: normal;
    font-size: 1em;
    letter-spacing: 0;
    text-transform: none;
}

#homePanels h3 {
    margin: 0;
    display: inline;
    font-weight: normal;
}

#homePanels .teaser {
    margin-bottom: 1em;
}

#homePanels .btnRss {
    position: absolute;
    top: 6px;
    left: 97px;
}

#mainContent #homePanels #whatsNewPanel .btnRss a {
    display: block;
    width: 12px;
    height: 12px;
    background: transparent url(../images/icon_rss.png) no-repeat left top;
}

#homePanels .btnRss span {
    position: absolute;
    left: -9999px;
    ;
}

#mainBottomBlock {
    width: 256px;
    margin: 19px 0 0;
}

#mainContent #mainBottomBlock {
}

#mainBottomBlock h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0.8em 15px;
}

#mainBottomBlock a#homeMap {
    display: block;
    height: 133px;
    width: 256px;
    margin-left: 2px;
    background: transparent url(../images/home_map.gif) no-repeat left top;
}

    #mainBottomBlock a#homeMap span {
        position: absolute;
        left: -9999px;
    }




/**********************************************************************
    Home Authenticated/Subscribed
**********************************************************************/


.home.authenticated #toc ul {
    margin: 1em;
}

.home.authenticated #toc li {
    background: transparent none;
    margin: 0;
    padding: 0;
    line-height: 18px;
    list-style: none;
}


/**********************************************************************
    Login Panel
**********************************************************************/

#loginPanel a {
    color: #f6f0bd;
}

#loginPanel {
    background: #97cec9 url(../images/login_bg.png) repeat-x left -20px;
    margin: 20px 1px 0 0;
    position: absolute;
    right: 28px;
    top: 0;
    width: 301px;
    z-index: 4;
    text-align: right;
}

    #loginPanel:hover,
    .ie6js #header .pfhover {
        /*
    margin-right:0;
    border:1px solid #8bbdb8;
    border-top:0 none;
    border-bottom:0 none;
*/
    }

    #loginPanel h2 {
        position: absolute;
        top: -20px;
        right: -1px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        padding: 0 8px;
        text-transform: uppercase;
        border-left: 1px solid #8bbdb8;
        border-right: 1px solid #8bbdb8;
        color: #faf2eb;
        background: transparent url(../images/login_bg.png) repeat-x left top;
        cursor: pointer;
    }

        #loginPanel h2 span {
            padding-right: 14px;
            background: transparent url(../images/login_arrow.gif) no-repeat right center;
        }

    #loginPanel .formRow {
        margin-bottom: 11px;
    }

    #loginPanel label {
        color: white;
        line-height: 20px;
        height: 20px;
    }

    #loginPanel #username,
    #loginPanel #password,
    #loginPanel #lcnum {
        background: white none;
        border: 1px solid #8bbdb8;
        padding: 4px 4px 5px;
        width: 186px;
        color: #373737;
    }

    #loginPanel #submitRow,
    #loginPanel #libcardSubmitRow {
        float: left;
        margin-left: 67px;
        text-align: left;
        display: inline;
    }

    #loginPanel #submitRow {
        margin-bottom: 0;
    }

    #loginPanel #usernameSubmit,
    #loginPanel #libcardSubmit {
        padding: 0;
        margin: 0;
        height: 25px;
        width: 38px;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: right;
        color: #94cdc7;
        background: url("../images/login_button.png") no-repeat scroll left top transparent;
    }

#forgotPassword {
    display: none;
    float: right;
    line-height: 25px;
}

ul#notifications li {
    padding-left: 0;
    list-style: none;
    font-weight: bold;
    color: #003858;
}

#loginwrapper1,
#loginwrapper2,
#contentWrapper #loginPanel:hover .disableHover {
    position: absolute;
    left: -999em;
    height: 100px;
    padding: 18px;
    width: 264px;
    border: 1px solid #8bbdb8;
    border-top: 0 none;
}

#loginPanel:hover #loginwrapper1,
#loginPanel:hover #loginwrapper2,
#contentWrapper #loginPanel:hover .opened,
#contentWrapper #loginPanel .opened,
.ie6js #header .pfhover #loginwrapper1,
.ie6js #header .pfhover #loginwrapper2,
.ie6js #contentWrapper #header .pfhover .opened,
.ie6js #contentWrapper #header .opened {
    position: static;
}

#loginwrapper2 {
    display: none;
    clear: both;
}

#libcardForm {
    overflow: hidden;
}

#loginPanel .actions,
#showusernameform,
#noAccount,
#shibboleth,
#athens {
    display: none;
}

.home img.t-error-icon {
    display: none;
}

/**********************************************************************
    Footer
**********************************************************************/

#footer a {
    color: white;
}

#footerDetail {
    float: left;
    margin: 14px 0 0 15px;
}

#footerCopyright,
#footerNav {
    margin: 0;
    float: none;
}

    #footerNav li {
        margin: 0 10px 0 0;
        padding: 0 8px 0 0;
    }

        #footerNav li.logout {
            position: absolute;
            top: 23px;
            right: 0;
            margin: 0;
            padding: 0;
        }

#institutioninfo {
    position: absolute;
    right: 54px;
    top: 8px;
}

    #institutioninfo a {
        text-decoration: none;
        cursor: default;
    }

    #institutioninfo span.preamble {
        display: none;
        float: left;
        height: 48px;
        line-height: 48px;
        position: static;
        margin: 0 10px;
    }

    #institutioninfo img {
        height: 48px;
        cursor: pointer;
    }

#footerAccounts {
    float: left;
    position: static;
}

#siprifootlogo {
    background: transparent url(../images/footer_logo_divider.png) no-repeat right top;
    float: left;
    padding: 20px 17px 10px 3px;
}

#oupfootlogo {
    float: left;
    padding: 16px 17px 0 14px;
}

#footerAccounts a {
    display: block;
    position: relative;
    text-indent: -9999px;
}

#imffootlogo a {
    margin: 10px 0 0;
    width: 44px;
    height: 45px;
    background: transparent url(../images/logo_footer.png) no-repeat left top;
}

#oupfootlogo a {
    margin: 10px 0 0;
    width: 114px;
    height: 34px;
    background: transparent url(../images/logo_oxford_footer.gif) no-repeat left top;
}


#footerLogoWrap {
    bottom: 8px;
    right: 28px;
}

    #footerLogoWrap .attribution {
        display: inline;
        color: #dce9f1;
        line-height: 1em;
        margin-right: 0.333em;
    }

#footerLogo {
    background: transparent none;
    display: inline;
    float: none;
    font-weight: bold;
    line-height: 1em;
}

    #footerLogo a {
        display: inline;
        color: #f6f0bd;
    }

        #footerLogo a span {
            position: static;
        }



/**********************************************************************
    Misc
**********************************************************************/


#sideSearchBox #refineTerm {
    width: 115px;
    margin: 0 4px 0 0;
    line-height: 23px;
    padding: 0 4px;
    height: 23px;
    font-weight: normal;
    background: white none;
    border: 1px solid #B2B4B6;
    float: left;
}

#sideSearchBox #searchWithin {
    text-indent: -9999px;
    height: 25px;
    width: 31px;
    background: transparent url(../images/search_button.png) no-repeat left top;
    margin: 0;
    float: left;
}

.abstract {
    font-style: italic;
}

#bookDescription {
    margin: 0 0 1em;
}

/**********************************************************************
    Search Results Page
**********************************************************************/

.browseResults #sideSearchBox {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

#searchHeader {
    float: left;
    font-size: 13px;
    width: 245px;
}

#noresults #searchHeader {
    width: auto;
}

#mainContent .searchHeader h2 {
    font-size: 1em;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    color: #373737;
}

#mainContent #searchHeader .searchTerm,
#mainContent #searchHeader .clearAll {
    position: relative;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 0 8px 10px;
    padding: 0 5px;
    border: 1px solid #dedaa7;
    background-color: #ece8b9;
}

#mainContent #searchHeader .clearAll {
    background: transparent none;
}

#mainContent #searchHeader .searchTerm li {
    background: transparent none;
    margin: 0;
    padding: 0;
}

#searchHeader .searchTerm .label {
    white-space: nowrap;
}

#searchHeader .searchTerm .text strong {
    font-weight: normal;
}

.searchTerm a {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    height: 12px;
    width: 12px;
    background: transparent url(../images/delete_search_term.png) no-repeat center;
}

.searchTerm .remove {
    padding-right: 14px;
}

    .searchTerm .remove span {
        position: absolute;
        left: -9999px;
    }



#resultsBarTop {
    position: absolute;
    top: 65px;
    right: 0;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
    width: 460px;
    text-align: right;
}

    #resultsBarTop form {
        float: right;
        display: inline;
    }

    #resultsBarTop .items,
    #resultsBarTop .sortControl,
    #resultsBarTop label,
    #resultsBarTop select {
        display: inline;
    }

    #resultsBarTop label {
        margin: 0 0 0 10px;
        padding: 2px 0;
    }

    #resultsBarTop select, #jumpToForm input {
        margin: 0 0 0 10px;
    }

        #jumpToForm input.submit {
            margin: 0;
        }

        #resultsBarTop select#sortBy {
            width: 96px;
        }

    #resultsBarTop .pagination {
        margin-top: 7px;
    }

#resultsBarBottom {
    margin-top: 8px;
}

.resultsBar .t-data-grid-pager {
    margin: 0;
}

    .resultsBar .t-data-grid-pager .current {
        font-weight: bold;
        padding: 1px 4px;
        background-color: #dadbdc;
    }

    .resultsBar .t-data-grid-pager a {
        padding: 1px 1px;
        color: #4695ba;
    }

        .resultsBar .t-data-grid-pager a:hover {
            text-decoration: underline;
        }



#topSection,
#resultsBarTop,
#resultsBarBottom {
}

#searchContent {
    clear: both;
    border-top: 1px solid #d0d9de;
}

    #searchContent .contentItem {
        padding: 1.231em 0;
        border-bottom: 1px solid #d0d9de;
        overflow: hidden;
    }

        #searchContent .contentItem img {
            /* display: none; */
        }

        /* Joy wrote this.  someone else please make it better */
        #searchContent .contentItem a .tempImage {
            position: relative;
            display: block;
            width: 72px;
            height: 95px;
            float: left;
            text-indent: -9999px;
            padding-left: 10px;
            background: transparent url(../images/fpo/entry_side_thumb.jpg) no-repeat left top;
        }

        #searchContent .contentItem h2 {
            font-size: 1.231em;
            margin-bottom: 0.875em;
            font-weight: normal;
        }

            #searchContent .contentItem h2 a {
                margin-right: 10px;
            }

        #searchContent .contentItem h3 {
            font-weight: normal;
            margin: 0 0 1em;
        }

            #searchContent .contentItem h3 em {
                font-style: normal;
                color: #7d7d7d;
            }

            #searchContent .contentItem h3.source {
                margin: 0;
            }

            #searchContent .contentItem h3.publishDate {
            }

        #searchContent .contentItem p {
            margin: 0;
        }

    #searchContent .hi {
        background-color: #ece8b9;
        padding: 1px 4px;
    }



.flyoutStyleNav {
    position: relative;
    background-color: transparent;
    margin-left: -4px;
    padding: 1em 0;
}

#columnOne .flyoutStyleNav ul {
    border: 0 none;
}

#columnOne .flyoutBreadcrumbs ul li {
    margin-right: 0;
}

    #columnOne .flyoutBreadcrumbs ul li:after {
        content: " » ";
    }

    #columnOne .flyoutBreadcrumbs ul li.last:after {
        content: "";
    }

.browseResults #resultsBarBottom .viewControls,
.browseResults #resultsBarBottom form,
.browseResults .viewControls,
.browseResults #searchActions {
    display: none;
}



/**********************************************************************
    Entry
**********************************************************************/

#entryPrevNextNav {
    position: static;
    float: left;
    margin-top: 20px;
    font-size: 12px;
}

    #entryPrevNextNav ul li {
        line-height: 30px;
        background: transparent none;
        margin: 0 15px 0 0;
        padding-left: 0;
    }

#pageLinks #fontResizer li {
    margin: 0 6px 0 0;
}

.sidebar {
    border: 1px solid #000000;
    padding: 10px 10px 5px 10px;
    margin-bottom: 15px;
}

.quickLookModule {
    line-height: 15px;
}

    .quickLookModule .cover {
        overflow: hidden;
        margin-bottom: 18px;
    }

    .quickLookModule h2 {
        margin-bottom: 1em;
    }

    .quickLookModule .coverImage,
    .quickLookModule .tempImage {
        position: relative;
        float: left;
        border: 1px solid #ccc;
    }

        .quickLookModule .tempImage a {
            display: block;
            width: 72px;
            height: 95px;
            background: transparent url(../images/fpo/entry_side_thumb.jpg) no-repeat left top;
        }

        .quickLookModule .tempImage span {
            position: absolute;
            left: -9999px;
        }

    .quickLookModule ul {
        margin: 0 0 0 90px;
        font-size: 12px;
    }

    .quickLookModule li {
        line-height: 17px;
        margin-bottom: 7px;
    }

        .quickLookModule li.pdf {
            background: transparent url(../images/icon_pdf.png) no-repeat left center;
        }

        .quickLookModule li.mobi {
            background: transparent url(../images/icon_mobi.jpg) no-repeat left center;
        }

        .quickLookModule li.epub {
            background: transparent url(../images/icon_epub.png) no-repeat left center;
        }

        .quickLookModule li.print {
            background: transparent url(../images/icon_print.png) no-repeat left center;
        }

        .quickLookModule li a {
            display: block;
            padding-left: 22px;
        }

    .quickLookModule .language {
        clear: both;
        padding-top: 15px;
    }

#toc span.title {
    display: none;
}

.bookLanding .quickLookModule {
    margin-top: 15px;
}

    .bookLanding .quickLookModule .tempImage {
        margin-bottom: 25px;
        width: 156px;
        height: 202px;
        float: none;
        background: transparent url(../images/fpo/entry_side_thumb_large.jpg) no-repeat left top;
    }

    .bookLanding .quickLookModule .coverImage {
        margin-bottom: 25px;
        float: none;
    }

    .bookLanding .quickLookModule .language {
        padding: 0;
        margin-bottom: 15px;
    }

    .bookLanding .quickLookModule ul {
        margin: 0;
    }

#tocWrapper {
    border-top: 1px solid #d0d9de;
    padding-top: 10px;
    margin-top: 10px;
}

.figure,
.figureBox {
    background: transparent url(../images/box_bg.png) repeat-x left top;
    border: 1px solid #bac7cf;
    padding: 22px 22px 0;
    margin: 0 0 1em;
    overflow: hidden;
}

    .figureBox .figure,
    .figureBox .figureBox,
    .figureBox .figureTable {
        background: transparent none;
        border: 0 none;
        padding: 0;
    }

#readPanel .popoutControl h3 a,
#readPanel .figure h3 .ref,
#readPanel .figureBox h3 .ref {
    text-decoration: none;
    font-weight: normal;
    cursor: text;
    color: #7d7d7d;
}

.figureTable {
    background: transparent none;
    max-height: 300px;
    overflow: auto;
}

.figure .image {
    float: left;
    padding: 0 22px 22px 0;
    background-color: white;
}

.figureBox .image {
    padding: 0 22px 22px 0;
}

.figure .image img,
.figureBox img {
    margin: 0;
}

.figure .detail {
    padding-bottom: 22px;
}

.figure h3 a,
.figure h3 span {
    font-weight: normal;
}

.figure h3 .title {
    margin-left: 0.666em;
    font-weight: bold;
}

.figure .attribution,
.figureBox .attribution {
    display: block;
    margin-top: -0.5em;
    margin-bottom: 1.2em;
    padding-top: 1.5em;
    font-size: 11px;
    line-height: 15px;
    border-top: 1px solid #d0d9de;
}

    .figure .attribution p,
    .figureBox .attribution p {
        margin: 0;
    }

.popoutControl {
    overflow: hidden;
    margin: 0;
    padding: 15px 22px;
    background: transparent url(../images/box_bg.png) repeat-x left top;
    border: 1px solid #bac7cf;
    border-bottom: 0 none;
}

    .popoutControl .detail {
        float: left;
    }

    .popoutControl h3 {
        margin: 0;
        max-width: 585px;
    }

        .popoutControl h3 a,
        .popoutControl h3 span {
            font-weight: normal;
            margin: 0;
        }

        .popoutControl h3 .title {
            margin-left: 0.666em;
            font-weight: bold;
        }

    .popoutControl .popoutContentLink {
        float: right;
    }

        .popoutControl .popoutContentLink a {
            display: block;
            margin: 0;
            padding-right: 25px;
            font-size: 12px;
            line-height: 16px;
            background: transparent url(../images/icon_expand.png) no-repeat right top;
        }

/**********************************************************************
    Advanced Search
**********************************************************************/

.formDescription {
    width: 66%;
}

.advancedSearch #form {
    margin: 1em 0;
}

.advancedSearch fieldset.row {
    margin: 0 0 10px;
}

.advancedSearch .mainBase input {
    margin: 0;
}

.advancedSearch .mainBase .checkbox input {
    margin: 4px;
}

.advancedSearch .mainBase select {
    margin: 2px 15px 0 0;
}

.advancedSearch .mainBase .first select {
    margin-right: 88px;
}

.advancedSearch span.example {
    margin: 0 10px;
    font-size: 10px;
}

.advancedSearch a.removerowlink {
    font-size: 11px;
}

#typeWrapper {
    width: 50%;
}

    #typeWrapper div {
        float: left;
        width: 50%;
    }

fieldset.buttons {
    overflow: hidden;
    margin-top: 10px;
}

/**********************************************************************
    News
**********************************************************************/

#newsNavigation {
    overflow: hidden;
    width: 100%;
}

    #newsNavigation li {
        float: left;
        background: transparent none;
        margin: 1em 1.5em 0 0;
        padding: 0;
    }

/**********************************************************************
    Popupout Content
**********************************************************************/

.dialog_close {
    background: transparent url(../images/close.png) no-repeat right top;
}

.dialog table.top,
.dialog table.bot {
    display: none;
}

.dialog_content.mainBase {
    background-color: white;
}

.mainBase #modalContent {
    background: white url(../images/box_bg.png) repeat-x left top;
}

/**********************************************************************
    My Stuff
**********************************************************************/

a.editSearch {
    background: url("../images/icon_edit.png") no-repeat 0 0;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-bottom: -2px;
}

    a.editSearch span {
        display: none;
    }

.editNotes a {
    background: url("../images/icon_notes.gif") no-repeat 0 0;
    height: 16px;
    width: 20px;
    display: inline-block;
    margin-bottom: -2px;
}

    .editNotes a span {
        display: none;
    }

#stuffTable th {
    color: #333;
}

#myAccountInnerContent label {
    width: 200px;
}

/**********************************************************************
    Explore Map
**********************************************************************/

.explore .mainBase h1#pagetitle,
.explore .mainBase h1 {
    position: relative;
    z-index: 1;
}

#exploreContent {
    position: relative;
    margin: -42px 0 0 44px;
    /*height:423px;*/
    width: 813px;
    background: transparent url(../images/explore_map.gif) no-repeat left top;
}

#regionContent {
    position: absolute;
    top: 0;
    left: 0;
}

    #regionContent .content {
        position: absolute;
        left: -9999px;
        top: 0;
        cursor: pointer;
        width: 815px;
        height: 425px;
    }

    #regionContent .mapHighlight {
        position: absolute;
    }

#asiaandpacificContent .mapHighlight {
    top: 107px;
    left: 542px;
    width: 248px;
    height: 287px;
    background: transparent url(../images/explore_map_asiaandpacific.gif) no-repeat left top;
}

#europeContent .mapHighlight {
    top: 2px;
    left: 329px;
    width: 484px;
    height: 184px;
    background: transparent url(../images/explore_map_europe.gif) no-repeat left top;
}

#middleeastContent .mapHighlight {
    top: 97px;
    left: 346px;
    width: 240px;
    height: 168px;
    background: transparent url(../images/explore_map_middleeast.gif) no-repeat left top;
}

#subsaharanafricaContent .mapHighlight {
    top: 194px;
    left: 335px;
    width: 185px;
    height: 163px;
    background: transparent url(../images/explore_map_subsaharanafrica.gif) no-repeat left top;
}

#westernhemisphereContent .mapHighlight {
    top: 18px;
    left: 6px;
    width: 309px;
    height: 405px;
    background: transparent url(../images/explore_map_westernhemisphere.gif) no-repeat left top;
}

#regionContent .callout {
    position: absolute;
    top: 30px;
    width: 288px;
    padding: 18px 23px 16px;
    border: 1px solid #bac7cf;
    background: white url(../images/box_bg.png) repeat-x left top;
}

#asiaandpacificContent .callout {
    left: 175px;
}

#europeContent .callout {
    left: -15px;
}

#middleeastContent .callout {
    left: 0;
}

#subsaharanafricaContent .callout {
    left: 525px;
}

#westernhemisphereContent .callout {
    left: 375px;
}

    #westernhemisphereContent .callout h3 {
        margin-bottom: 10px;
    }

#imageMap {
    position: relative;
    height: 423px;
    width: 813px;
}

    #imageMap img {
        position: absolute;
        margin: 0;
        cursor: pointer;
        height: 423px;
        width: 813px;
    }

#worldMap {
}

    #worldMap .region {
    }

#exploreDetail {
    position: relative;
    margin: 20px 0 0;
}

    #exploreDetail .detail {
        clear: both;
        margin: 0 -45px;
        padding: 15px 0 15px 84px;
        left: -9999px;
        top: -9999px; /* necessary so it doesn't extend past #footerWrap which is also absolutely positioned */
        border-top: 1px solid #bac7cf;
        overflow: hidden;
        width: 100%;
    }

    #exploreDetail h3 {
        margin-bottom: 22px;
    }

    #exploreDetail ul {
        float: left;
        margin: 0 25px 0 0;
        width: 175px;
    }

    #exploreDetail li {
        margin: 0 0 8px;
        padding: 0;
        line-height: 15px;
        background: transparent none;
    }

    #exploreDetail a {
    }

/**********************************************************************
    Modules
**********************************************************************/

.page-resetpassword .formRow {
    clear: both;
}

    .page-resetpassword .formRow label {
        width: 250px;
        float: left;
    }

.regionModule {
    float: right;
    text-align: center;
    margin: 8px;
}

#readPanel .regionModule a {
    text-decoration: none;
}

    #readPanel .regionModule a:hover {
        text-decoration: underline;
    }

/**********************************************************************
    Tapestry
**********************************************************************/

div.t-error-popup {
    display: none !important;
}


/**********************************************************************
    Print
**********************************************************************/

@media print {
}

.printPreview #sectionTabs,
.printPreview .quickLookModule .tempImage,
.printPreview .quickLookModule ul.types,
.printPreview .regionModule p,
.printPreview #footerLogoWrap {
    display: none;
}

    .printPreview #footerLogoWrap .attribution {
        color: black;
    }

.printPreview .figure,
.printPreview .figureTable,
.printPreview .figureBox {
    background: transparent none;
    max-height: none;
    overflow: visible;
}

    .printPreview .figure .image {
        float: none;
    }

/* v0.1.0 features that have been disabled */

#searchWithinDocument,
.smartNavWrapper,
#relatedLinks,
#relatedContent {
    display: none;
}
.okimg {
    border-width: 0px;
    height: 18px;
    width: 18px;
    cursor: pointer;
}
.btnctyrpts {
    border: 1px solid #4297d7;
    text-decoration: none;
    font-weight: bold;
    color: #2e6e9e!important;
    padding: 10px;
    font-size: 1em;
    border-radius: 3px;
    background-color: lightblue;
}

    .btnctyrpts:hover {
        text-decoration: none !important;
        background-color: #dfeffc;
        color: #e17009!important;
    }

.selectTbl {
    border-collapse: separate;
    border: 1px solid #4297d7 !important;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 100% !important;
    float: left;
    background: #feffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-8 */
}

.selectYearTbl {
    width: 50% !important;
    float: left;
}

.selectTbl td {
    float: left;
    vertical-align: middle;
    margin: 0px !important;
}

.selectOutputTbl {
    float: left;
    vertical-align: middle;
    margin: 0px !important;
}

.clearCell {
    background-color: White !important;
}

.selectHead {
    background-color: #DDDDDD;
    float: left !important;
    vertical-align: middle;
    margin: 0px !important;
    white-space: nowrap;
    font-size: 12px !important;
    font-weight: bold;
    color: RGB(20,50,200) !important;
}

.selCountryHead {
    background-color: #DDDDDD;
    float: left !important;
    margin: 0px !important;
    white-space: nowrap;
    vertical-align: top !important;
}

.cellNew {
    background-color: #dddddd;
}

.cellNewA {
    background-color: #dddddd;
    width: 35px;
    padding-left: 20px !important;
}

.cellCountryNew {
    background-color: #dddddd;
    width: 33px;
}

.cellCategories {
    width: 27% !important;
    font-size: 10px !important;
}

.cellSectionsChange {
    width: 58% !important;
    text-align: left !important;
    font-size: 10px !important;
}

.cellOr {
    width: 10% !important;
    font-size: 10px !important;
}

.chkBox {
    padding-right: 5px;
}
/*.rdCenterLabel
{
    padding-left:75px !important;
}*/


.cellOutputNew {
    padding-left: 17px !important;
}

.cellButton {
    BACKGROUND-COLOR: white !important;
    width: 60px;
    float: right;
    padding-left: 15px;
}


/*Data Query Page*/
.selectYearTD {
    width: 20% !important;
    padding-top: 9px !important;
    padding-bottom: 7px !important;
}

.selectYearTDQuery {
    width: 33% !important;
    padding-top: 9px !important;
    padding-bottom: 7px !important;
    vertical-align: middle !important;
}


.selectCountryTD {
    height: 20px !important;
    width: 65% !important;
    padding-left: 5px !important;
    padding-top: 9px !important;
    padding-bottom: 7px !important;
}

/*.emptyTD
{
    height: 20px !important; 
    width: 25px !important;
}*/
.rdOutput {
    clear: left;
    float: left !important;
    padding-right: 5px !important;
}

.rdOutputQuery {
    float: left !important;
    padding-right: 10px !important;
}

.rdLabel {
    clear: right;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
    text-align: left;
    height: 20px;
    vertical-align: middle;
}

.selectYearOption {
    height: 170px !important;
    width: 80% !important;
}

.lastColumn {
    BACKGROUND-COLOR: silver !important;
    /*height: 190px !important;*/
}

.selCountryTD {
    PADDING-TOP: 3px !important;
    BACKGROUND-COLOR: silver !important;
    float: left !important;
    width: 40% !important;
}

.selectCountrySelect {
    width: 95% !important;
    height: 170px !important;
    float: left !important;
    margin: 0px !important;
}

.selectCountrySelectQuery {
    width: 95% !important;
    height: 170px !important;
    float: left !important;
    margin: 0px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.countryParameterTD {
    padding-top: 9px !important;
    padding-bottom: 7px !important;
    BACKGROUND-COLOR: silver !important;
    float: left !important;
    width: 42% !important;
    margin: 0px !important;
}

.drpDownCountryParameter {
    WIDTH: 95% !important;
    HEIGHT: 30px !important;
    margin: 0px !important;
}

.listCountryParameters {
    WIDTH: 95% !important;
    HEIGHT: 140px !important;
    margin: 0px !important;
    padding-top: 10px;
}

/*.sectionText
{
    width: 25px !important;
    text-align:center !important;
}*/

.spanSectionText {
    font-size: 14.0pt !important;
    font-family: Verdana !important;
    color: #000090 !important;
}

.textDisclaimer .selectHead .heightTD {
    height: 20px !important;
    padding-left: 10px !important;
    color: Black !important;
}


.headingForSelectSectionOption {
    PADDING-TOP: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    BACKGROUND-COLOR: silver !important;
    text-align: left !important;
    vertical-align: middle;
}

/*.width35pxTD
{
    width: 35px !important;
}*/

.filterSelect {
    height: 25px !important;
}

.filterRow {
    height: 30px;
    vertical-align: middle !important;
}

.selectCategoryTD {
    width: 324px !important;
}

.selectCategoriesTD {
    vertical-align: top !important;
    padding-top: 0px !important;
    width: 70% !important;
}

.selectYearHead {
    padding-left: 10px !important;
    height: 12px !important;
    width: 35% !important;
    font-size: 12px !important;
    font-weight: bold;
    color: RGB(20,50,200) !important;
}

.selectYearHeadQuery {
    padding-left: 5px !important;
    height: 30px !important;
    width: 100% !important;
    font-size: 12px !important;
    font-weight: bold;
    color: RGB(20,50,200) !important;
}

.selectStatusTD {
    height: 12px !important;
    width: 25% !important;
}

/*.emptyTD2
{
    height: 11px !important;
    width: 35px !important; 
}*/

.setRubricTD {
    padding-top: 9px !important;
    padding-bottom: 7px !important;
    BACKGROUND-COLOR: silver !important;
    width: 77% !important;
    vertical-align: middle !important;
    height: 168px !important;
}

.setRubricSelect {
    WIDTH: 96% !important;
    height: 165px !important;
}

.selExistenseTD {
    PADDING-RIGHT: 5px !important;
    padding-top: 9px !important;
    padding-bottom: 7px !important;
    BACKGROUND-COLOR: silver !important;
    width: 17% !important;
    vertical-align: top !important;
    height: 168px !important;
}

.filterKeyword {
    height: 15px;
    width: 200px;
    font-size: 11px !important;
    font-family: Verdana Arial;
}

.selExistenseSelect {
    WIDTH: 67px !important;
    HEIGHT: 165px !important;
}

.selExitenseText {
    float: left !important;
    vertical-align: top;
    padding-left: 25px;
}

.BRHEIGHT3px {
    HEIGHT: 3px !important;
}

.height20px {
    height: 20px !important;
}

/*.ht20wd25
{
    height: 20px !important; 
    width: 35px !important;
}*/

.setRubric1TD {
    padding-top: 9px !important;
    padding-bottom: 7px !important;
    BACKGROUND-COLOR: silver !important;
    vertical-align: middle;
    width: 530px !important;
}

.setRubric1select {
    width: 96% !important;
    height: 170px !important;
}

.SearchTitleTD {
    PADDING-TOP: 9px !important;
    padding-bottom: 7px !important;
    padding-left: 13px !important;
    BACKGROUND-COLOR: silver !important;
    text-align: left !important;
    vertical-align: middle !important;
    width: 93% !important;
    height: 25px !important;
}

.SearchTitleTDQuery {
    PADDING-TOP: 24px !important;
    padding-bottom: 7px !important;
    padding-left: 13px !important;
    BACKGROUND-COLOR: silver !important;
    text-align: left !important;
    vertical-align: middle !important;
    width: 229px !important;
    height: 62px !important;
}

.h20pxw415px {
    height: 20px !important;
    width: 415px !important;
}

.h20pxw12px {
    width: 60px !important;
    height: 12px !important;
}

.RadioButtonTitleTD {
    padding-bottom: 5px !important;
    padding-top: 3px !important;
    background-color: Silver !important;
    width: 415px !important;
    vertical-align: middle !important;
}

.width100per {
    width: 100% !important;
    background-color: Silver !important;
}

.width60px {
    width: 60px !important;
}

.spanSectionTextA {
    padding-right: 10px !important;
    font-family: Verdana !important;
    color: #000090 !important;
}

.buttonStyle {
    text-align: left !important;
    padding-top: 5px;
    background-color: White !important;
}

.imgIco {
    margin: 0px !important;
    padding: 0px 0px 0px 0px !important;
    vertical-align: middle !important;
}

.selectHeadCountry {
    float: left !important;
    vertical-align: middle;
    margin: 0px !important;
    white-space: nowrap;
    font-size: 12px !important;
    font-weight: bold;
    color: #2e6e9e !important;
    padding-right: 40px !important;
    padding-top: 3px !important;
}


.selectHeadCountryFirst {
    font-size: 12px !important;
    font-weight: bold;
    color: #2e6e9e !important;
    width: 37% !important;
    text-align: left !important;
    padding-right: 10px !important;
}

.selectHeadCountrySecond {
    font-size: 12px !important;
    font-weight: bold;
    color: #2e6e9e !important;
    width: 51% !important;
    text-align: left !important;
    padding-right: 10px !important;
}

.CountryCell {
    font-weight: bold;
    width: 6% !IMPORTANT;
}

.InputStyleFirst {
    width: 38% !important;
    text-align: left;
    padding-left: 15px !important;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    height: 28px !important;
}

.InputStyleSecond {
    width: 51% !important;
    text-align: left;
    padding-left: 15px !important;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    height: 28px !important;
}

.TableRowStyle {
    height: 28px;
    width: 100%;
}

.imgText {
    margin: 0px !important;
    padding: 0px !important;
    cursor: pointer;
}

.helpBox {
    background-color: rgb(221, 221, 221);
}

.textDisclaimerHeadReport {
    color: #2e6e9e!important;
    font-weight: bold;
}

table.ReportTable, table.ReportTable tr, table.ReportTable tr td {
    border: 1px solid gray !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.scrollup {
    background: url("../Images/icon_gototop.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
}
/*JQUERY UI Dialog*/
.ui-dialog {
    font-family: Arial,Helvetica,sans-serif!important;
    font-size: .85em!important;
}

.ui-dialog-titlebar {
    background: lightblue!important;
}

.ui-tooltip {
    font-size: .85em!important;
    font-family: Arial,Helvetica,sans-serif!important;
}

/*SPRINT 3 CSS changes */
#ctl00_LeftPanel_divWordReport table.ReportTable
{
	border-collapse: collapse;
	width: 100%;
	background-color: White;
	font-size: small;
	float: left !important;
	margin-top: 20px !important;
}

#ctl00_LeftPanel_divWordReport table.tblYCReport
{
	border-collapse: collapse;
	width:100%;
	background-color: White;
	font-size: small;
}

#ctl00_LeftPanel_divWordReport td
{
	border: 1px solid black;
	text-align: left;
	padding: 3pt 3pt 3pt 3pt;
}

#ctl00_LeftPanel_divWordReport td.title
{
	font-weight: bold;
	text-align: center;
	font-family: 'Times New Roman';
	font-size: 12pt;
	text-transform: uppercase;
}

#ctl00_LeftPanel_divWordReport td.changesTitle
{
	text-align: center;
	font-family: 'Times New Roman';
	font-size: 13pt;
}
#ctl00_LeftPanel_divWordReport span.subtitle
{
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
	font-family: 'Times New Roman';
	text-transform: none;
}

#ctl00_LeftPanel_divWordReport td.h1
{
	font-weight: bold;
	text-align: center;
	font-family: 'Times New Roman';
	font-size: 12pt;
}

#ctl00_LeftPanel_divWordReport td.h2
{
	font-weight: bold;
	font-family: 'Times New Roman';
	font-size: 9pt;
	/*width: 139pt;*/
}

#ctl00_LeftPanel_divWordReport td.h3
{
	padding-left: 6pt;
	font-family: 'Times New Roman';
	font-size: 9pt;
}

#ctl00_LeftPanel_divWordReport td.h4
{
	padding-left: 10pt;
	font-family: 'Times New Roman';
	font-size: 9pt;
	font-style: italic;
}

#ctl00_LeftPanel_divWordReport td.h5
{
	padding-left: 13pt;
	font-family: 'Times New Roman';
	font-size: 9pt;
	font-style: normal;
}

#ctl00_LeftPanel_divWordReport td.h6
{
	padding-left: 15pt;
	font-family: 'Times New Roman';
	font-size: 9pt;
	font-style: normal;
}
#ctl00_LeftPanel_divWordReport td.CntryHeader 
{
    font-weight: bold;
    font-family: 'Times New Roman';
    font-size: 9pt;
    text-align: center;
}
#ctl00_LeftPanel_divWordReport td.h2Index
{
	font-weight: bold;
	font-family: 'Times New Roman';
	font-size: 9pt;
}
#ctl00_LeftPanel_divWordReport td.h3Index
{	
	font-family: 'Times New Roman';
	font-size: 9pt;
}
#ctl00_LeftPanel_divWordReport td.h4Index
{
	font-family: 'Times New Roman';
	font-size: 9pt;
}
#ctl00_LeftPanel_divWordReport td.h5Index
{	
	font-family: 'Times New Roman';
	font-size: 9pt;
	font-style: normal;
}
#ctl00_LeftPanel_divWordReport td.h6Index
{
	font-family: 'Times New Roman';
	font-size: 9pt;
	font-style: normal;
}

#ctl00_LeftPanel_divWordReport td.existence
{
	font-family: 'Times New Roman';
	font-size: 9pt;
	text-transform: none;
	padding-left: 6pt;
}

#ctl00_LeftPanel_divWordReport td.description
{
	font-family: 'Times New Roman';
	font-size: 9pt;
	text-transform: none;
	padding-left: 6pt;
}
