tr th .added { color: #E6E6FA; } 
tr th .changed {color: #99ff99; }
div.added tr, div.added    { background-color: #E6E6FA; }
div.deleted tr, div.deleted  { text-decoration: line-through;
                               background-color: #FF7F7F; }
div.changed tr, div.changed  { background-color: #99ff99; }
div.off      {  }

span.added   { background-color: #E6E6FA; }
span.deleted { text-decoration: line-through;
               background-color: #FF7F7F; }
span.changed { background-color: #99ff99; }
span.off     {  }


body { font: 12px Verdana, Geneva, sans-serif; background:#575757; }
p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
h1 { font: 15pt Arial, Helvetica, geneva;
}
h2 { font: normal 12pt Arial, Helvetica, geneva; }

h6 {

    font: normal 12pt Arial, Helvetica, geneva;
}

#header {
    background:#575757;
    position: fixed;
    width: 100%;
    height: 99px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    border-bottom: 1px solid #bbc4c5;
    z-index: 2000;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #F3F3F3),
        color-stop(1, #E6E4E5)
        );
    background-image: -o-linear-gradient(bottom, #F3F3F3 0%, #E6E4E5 100%);
    background-image: -moz-linear-gradient(bottom, #F3F3F3 0%, #E6E4E5 100%);
    background-image: -webkit-linear-gradient(bottom, #F3F3F3 0%, #E6E4E5 100%);
    background-image: -ms-linear-gradient(bottom, #F3F3F3 0%, #E6E4E5 100%);
    background-image: linear-gradient(to bottom, #F3F3F3 0%, #E6E4E5 100%);
}

#header h1 {
    margin-left: 310px;
    position: fixed;
    top: 20px;
    left: -15px;
    color: #555;
    margin-top: 2px;
}

#header h2 {
    margin-left: 310px;
    position: fixed;
    top: 20px;
    left: -15px;
    color: #555;
}

p.breadcrumbs {
    margin-top: 30px;
    margin-left: 310px;
}

#header img {
    
}

#company-logo {
    float:left;
    margin-left: 15px;
    margin-top: 15px;
}

#header p.breadcrumbs a {
    color: #bbb;
}

#leftnavigation {
    overflow: auto;
    position: fixed;
    height: auto;
    top:100px;
    /*right:10px;*/
    /*left:10px;*/
    bottom: 0;
    left: 0;
    width:inherit;
    z-index: 1500;
    border-right:2px solid #bbc4c5;
    padding:1px;
    background-color: #ededed!important;
}

#treeDiv {
    overflow: auto;
    /* position: fixed;*/
    height: auto;
    top: 136px;
    bottom: 0;
    left: 0;
    /* width: 18%;*/
    z-index: 1500;
    /* border-right:2px solid #CCCCCC;
     background-color: #f0f0f0!important;*/
}

/*#searchDiv {
    overflow: auto;
    position: fixed;
    height: auto;
    top: 138px;
    bottom: 0;
    left: 0;
    width: 243px;
    z-index: 1500;
    border-right:2px solid #CCCCCC;
    background-color: #f0f0f0!important;
}*/

#content {
    position: relative;
    top: 90px;  /*left: 240px;*/
    right: auto;   bottom: 20px;  
    /*margin: 0px 0px 0px 280px;*/
    width: auto;
    height: inherit;
    padding-left: 15px;
    padding-right: 30px;
    border-left: 1px solid #cccccc;
    overflow :scroll;
    overflow-x:hidden;
    z-index: 1000;
}

#navheader {
    position: fixed;
    background-color: #386386;
    padding: 5px;
    right: 0px;
    top: 10px;
    text-align: right;
    border: 2px solid #575757;
    border-radius: 16px 0 0 15px;
    box-sizing: content-box;
    color: #eeeeee;
}

#content h1, #content h2, #content h3, #content h4, #content h5 { 
    color: #386386;
    font-family: "Myriad Pro","Myriad Pro Black","Myriad Pro Light",sans-serif;
    font-size: 28pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1pt;
    line-height: normal;
    margin-bottom:3px;
}

#content h2 {
    font-size:18pt;
}


#content h3 {
    font-size:16pt;
}

#content h4 {
    font-size:14pt;
}

#content h5 {
    font-size:12pt;
}

#content ol, #content ul {
    color: #323232;
    font-family: Arial;
    font-size: 10pt;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 0;
}

#content .toc {

}

.navfooter { bottom: 2%; border-top: 2px solid #386386; margin-top: 15px}
.highlight { background-color: #c5d3c3; }
.highlightButton{ font-size: 0; }

/*  Show Hide TOC tree */
.pointLeft {
    padding-right: 15px;
    display: block;
    cursor: pointer;
}
.pointRight {
    padding-right: 15px;
    display: block;
    cursor: pointer;
}

/* Search results Styling */
.searchExpression {
    color: #0050A0;
    background-color: #EBEFF8;
    font-size: 12pt;
}
.searchresult li a {
    text-decoration: none;
    color: #0050A0;
}
.searchresult li { color: #0050A0; }
.shortdesclink { color: gray; font-size: 9pt; }
.searchText { float:left;width:150px; }
.searchButton {
    padding: 2px 12px 2px 12px;
    background-color:#bbb;
    border:#bbb solid 1pt;
    font-weight: bold;
    font-size: 10pt
}
.searchButton:hover{
    background-color: #cccccc;
}
.searchFieldSet {}

.title, div.toc>p{ font-weight: bold; }	

p.breadcrumbs {
    display: inline;
    margin-bottom: 0px;
    margin-top: 33px;
}

p.breadcrumbs a {
    padding-right: 12px;
    margin-right: 5px;
    text-decoration: none;
    color: #575757;
    text-transform: uppercase;
    font-size: 10px;
}

p.breadcrumbs a:first-child {background: url(../images/breadcrumb-arrow-white.png) no-repeat right center;}

p.breadcrumbs a:hover {text-decoration: underline;}

#star ul.star { 
    LIST-STYLE: none; 
    MARGIN: 0; 
    PADDING: 0; 
    WIDTH: 85px;
    /* was 100 */ 
    HEIGHT: 20px;
    LEFT: 1px; 
    TOP: -5px; 
    POSITION: relative; 
    FLOAT: right; 
    BACKGROUND: url('../images/starsSmall.png') repeat-x 0 -25px;
}
#star li { 
    PADDING: 0; 
    MARGIN: 0; 
    FLOAT: right; 
    DISPLAY: block; 
    WIDTH: 85px;
    /* was 100 */
    HEIGHT: 20px; 
    TEXT-DECORATION: none; 
    text-indent: -9000px; 
    Z-INDEX: 20; 
    POSITION: absolute; 
    PADDING: 0; 
}
#star li.curr { 
    BACKGROUND: url('../images/starsSmall.png') left 25px; 
    FONT-SIZE: 1px; 
}

table.navLinks {margin-right: 20px;}

table.navLinks td a {
    text-decoration: none;
    text-transform: uppercase;
    color: #eeeeee;
    font-size: 11px;
}

.term {
    color: #386386;
}

a.navLinkPrevious {
    padding-left: 12px;
    background: url(../images/previous-arrow.png) no-repeat left center;
}

a.navLinkNext {
    padding-right: 12px;
    background: url(../images/next-arrow.png) no-repeat right center;
}

a#showHideButton {
    padding-left: 20px;
    background: url(../images/sidebar.png) no-repeat left center;
}


.filetree li span a { color: #777; }

#treediv { -webkit-box-shadow: #CCC 0px 1px 2px 0px inset; }

.legal, .legal *{
    color: #555;
    text-align: center;
    padding-bottom: 10px;
}

.internal { color : #0000CC;}

.writeronly {color : red;}

.remark, .remark .added, .remark .changed, .remark .deleted{ background: yellow;} 

tr th, tr th .internal, tr th .added, tr th .changed {
    background: #00589E;
    color: white;
    font-weight: bold;
    text-align: left;
}

.statustext{
    position:fixed;
    top:105px;
    width: 0%;
    height: 0%;
    opacity: .3;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
    color: red;
    font-weight: bold;
    font-size: 2em;
    margin-top: 30px;
}

#toolbar {
    width: 100%;
    height: 33px;
    position: fixed;
    top: 93px;
    z-index: 99;
    left: 280px;
    color: #333;
    line-height: 28px;
    padding-left: 10px;
}

#toolbar-left {
    position: relative;
    left: 0px;
}

body p.breadcrumbs {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
}

/*body #content {
        position: static;
        margin-top: 126px;
        top: 0px;
}*/

body.sidebar #toolbar{left: 0px;}

body.sidebar #toolbar-left{left: 0px;}

div#toolbar-left img {vertical-align: text-top;}

#content p {
    font-family: Arial,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    margin-bottom: 3pt;
    margin-top: 0;
}

div.navfooter table thead, div.navfooter table th{

    background: gray;
    color: white;
    font-weight: bold;

}

div.navfooter table caption{font-weight: bold;}

div.navfooter table td, div.navfooter table {border-collapse:collapse;}

div.navfooter table td, div.navfooter table th { padding-top: 5px; padding-bottom: 5px;}

div.navfooter table {margin-bottom: 20px;}



div.revhistory table {

    border: 1px solid #ccd1d1 !important;

}

div.table-contents table,
div.revhistory table {

    border-collapse: collapse;

}

div.table-contents table caption,
div.revhistory table caption {

    color: black;
    font-weight: bold;

}

div.table-contents table thead,
div.revhistory table thead {

    color: #ffffff;
    font-weight: bold;

}

div.table-contents table th,
div.revhistory table th {

    background: #386386 !important;
    border-right: 1px solid #386386 !important;
    border-left: 1px solid #386386 !important;

}

div.table-contents table td, 
div.table-contents table th, 
div.revhistory table td, 
div.revhistory table th {

    padding: 4px;

}

div.table-contents table td,
div.revhistory table td {

    border-right: 1px solid #ccd1d1 !important;	

}

div.table-contents table tr,
div.revhistory table tr {

    padding: 1px;
    border: 1px solid #ccd1d1 !important;

}

#content dl dd a:before, 
#content dl dt a:before {

    content: url("../images/expand.png");
    margin-right: 4px;
    vertical-align: -20%;

}

#content a:link {

    color: #386386;
    font-size: 10pt;
    text-decoration: none;

}

a:visited {

    font-weight:bold; 
    color: grey; 
    text-decoration:none;

}


*[align = 'center']{ text-align: center;}

#content .qandaset>table, #content .qandaset>table td, #content .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td {
    border: 0px solid;
}

#sidebar { display: none }

@media print {

    body * {
        visibility: hidden;
    }

    #content, #content * {
        visibility: visible;
    }

    #sidebar, .navfooter {
        display: none;
    }

    #content {
        margin: 0 0 0 0;
    }

}

div.important, div.warning, div.caution {

    border: 1px solid #FF6600;

}

div.tip {
    border: 1px solid #386386;
}

div.note {
    border: 1px solid #00589E;
}

div.important, 
div.important h3, 
div.warning,
div.warning h3,
div.tip,
div.tip h3, 
div.caution,
div.caution h3, 
div.note 
div.note h3 {

    color: #000000 !important;
    background-color: #EEEEEE;
    overflow: auto;
    padding: 4px;
    width: 70%;

}

.warning, .tip, .note, .caution, .important{

    margin: 1em 0 !important;

}

div.caution > p:before,
div.important > p:before {

    margin-right: 10px;
    margin-top: -10px;

}


div.caution > h3:before,
div.important > h3:before,
div.warning > h3:before,
div.tip > h3:before, 
div.note > h3:before {

    margin-right: 5px;
    vertical-align: -40%;

}

div.caution > h3:before{

    content: url("../images/admon/caution.png");

}

div.important > h3:before {

    content: url("../images/admon/important.png");

}

div.tip > h3:before {

    content: url("../static/images/icon-tip.png");

}

div.warning > h3:before {

    content: url("../images/admon/warning.png");

}

div.note > h3:before {

    content: url("../images/admon/note.png");
    vertical-align: -20%;

}

#content .mediaobject img {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2) !important;
    margin: 0em 0;
    padding: 0 !important;
}

#content img {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 8px;
    min-width: 85px;
}

.navfooter img {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 8px;
    background: #386386;
    color: white;
    display: inline-block;
}

b.keycap, .keycap {
    background-color: #eeeeee;
    border: 1px solid #999;
    font-size: small;
    margin: 0;
    padding: 1px 5px;
    vertical-align: baseline;
}


pre.programlisting {
    background-color: #f4f4f4;
    padding: 6px;
}