/* body { font: 12px Verdana, Geneva, sans-serif; }
p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
h1 { font: bold 15pt Arial, Helvetica, geneva; }
h2 { font: bold 14pt Arial, Helvetica, geneva; }
*/

#header {
    /* background: white url(../images/header-bg.gif) repeat-x; */
    background-color: #ffffff; 
    position: fixed;
    width: 100%;
    height: 65px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    border-bottom: 2px solid #cccccc;
    z-index: 2000;
    min-width: 3000px;
}

#logo {
    position: fixed;
    top: 3px;
    left: 5px;
    z-index: 1500;

}

#bookTitle {
    position: fixed;
    top: 35px;
    left: 5px;
    min-width: 1000px;
    z-index: -1;
}

img.headerLogo {
}

div#searchControls, div#searchResults {
    margin-left: auto;
    margin-right: auto;
}

div#left-navigation-separator {
    position: fixed;
    top: 60px;
    height: 2000px;
    width: 1px;
    left: 285px;
    border-right: 2px solid #cccccc;
}


#leftnavigation {
/* background-color:#91e7b3;*/
    overflow: auto;
    position: fixed;
    height: auto;
    top: 75px;
    bottom: 0;
    left: 0px;
    width: 280px;
    z-index: 1500;
    /* border-right:2px solid #CCCCCC; */
}

#content {
    position: relative;
    top: 67px; /* left: 240px;*/
    right: auto; /*  bottom: 20px;  */
    margin: 0px 0px 0px 300px;
    width: auto;
    height: inherit;
    padding-left: 15px;
    padding-right: 30px;
    color: #000000;
    /*border-left: 2px solid #cccccc; overflow :scroll;*/
    z-index: 1000;

    max-width: 70em;
}

#navheader {
    position: fixed;
    top: 5px;
    right:4px;
    min-width: 1000px;
}

/* #content h1, #content h2 { color: #cc0000; } */
.navfooter { bottom: 2%; }
.highlight { background-color: #d9d9d9; }
.highlightButton{ font-size: 0; }

/*  Show Hide TOC tree */
.pointLeft {
    background-image: url("../images/showHideTreeIcons.png");
    background-position: -2px -1px;
    background-repeat: no-repeat;
    height: 23px;
    width: 15px;
    display: block;
    font-size: 0;
    cursor: pointer;
}
.pointRight {
    background-image: url("../images/showHideTreeIcons.png");
    background-position: -16px -1px;
    background-repeat: no-repeat;
    height: 23px;
    width: 15px;
    display: block;
    font-size: 0;
    cursor: pointer;
}

/* Search results Styling */
.searchExpression {
    color: #000000;
    background-color: #d9d9d9;
    /*font-size: 85%;*/
}
.searchresult li a {
    text-decoration: none;
    color: #0050A0;
}
.searchresult li {
    color: #0050A0;
}
.shortdesclink {
    color: gray;
    font-size: 85%;
}

#search {
    width: 100%;
}

.searchFieldSet {
  border: 0px;
  width: 100%;
  padding-left: 0px;
}

.searchText {
    border: #BFCEE9 solid 1pt;
    width: 78%
}
.searchButton {
    width: 10%
    background: #105284;
    color: #000000;
    border: #000000 solid 1pt;
    font-weight: bold;
    font-size: 85%
}