body {
    font-size: 14px;
    font-family: Calibri,sans-serif;
}

/* ====== Title page ====== */
#content div.book > div.titlepage h1 {
    text-align: right;
    font-family: Calibri,sans-serif;
    font-weight: normal;
    font-size: 32px;
}

div.book > div.titlepage h2.subtitle {
    font-style: normal;
    text-align: center;
}

/* ====== Titles ====== */
div.titlepage {
    font-family: Calibri,sans-serif;
}

div.titlepage h2, div.titlepage h3, div.titlepage h4,
div.titlepage h5, div.titlepage h6 {
    /*font-style: italic;*/
}

#content div.chapter > div.titlepage h2,
#content div.appendix > div.titlepage h2,
#content div.preface > div.titlepage h2,
#content div.index > div.titlepage h2 {
    font-size: 24px;
    background-color: #f6a000;
    color: white;
    padding: 8px 2px 6px 2px;
}

#content div.section div.titlepage h2 {
    font-size: 22px;
    color: #f6a000;
    border-bottom: 3px solid #f6a000;
}

div.section div.titlepage h3 {
    font-size: 22px;
    color: #008bd2;
}

div.section div.titlepage h4 {
    font-size: 22px;
    color: #595959;
}

div.section div.titlepage h5 {
    font-size: 14px;
    color: #595959;
    text-decoration: underline;
}

div.section div.titlepage h6 {
    font-size: 100%;
    color: black;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: Calibri,sans-serif;
    margin-top: 16px;
}

#content p.copyright, #content div.legalnotice p {
    font-weight: bold;
    font-size: 14px;
    color: white;
}

p.copyright {
    padding: 16px;
    margin-bottom: 0;
    background-color: #0093d0;
}

div.legalnotice p {
    margin: 0;
}

div.legalnotice {
    padding: 16px;
    background-color: #0093d0;
}

#content div.book > div.titlepage p.copyright {
    margin-top: 6em;
}

/* ====== Header, Footer ====== */
#header {
    background: url(mediclick-wh-header.jpg) repeat-y right;
    height: 100px;
}

#navheader {
    position: static;
    float: left;
    padding: 66px 0px 0px 0px;
}

#navheader table {
    border-spacing: 0px;
}

#navheader td {
    padding: 0px;
}

.pointLeft {
    background: url("wh-showHideTreeIcon.png") 0 0 no-repeat;
}

.pointRight {
    background: url("wh-showHideTreeIcon.png") -15px 0 no-repeat;
}

#navheader td.breadcrumbs {
    color: white;
    font-weight: bold;
    padding-left: 4px;
}

#navheader a {
    color: white;
}

#leftnavigation {
    top: 101px;
}

#content {
    top: 101px;
}

/*#headerlogo {
    float: right;
    padding: 5px 5px 0px 0px;
}*/

/*img.headerlogo {
    position: fixed;
    right: 0px;
    top: 0px;
    overflow: hidden;
    height: 100px;
    z-index: -10;
}*/

/*#headerlogo img {
    height: 50px;
}*/

#pagetitle {
    padding-top: 6px;
    font: bold 14px Calibri,sans-serif;
    color: #656567;
    text-align: center;
}

.navfooter a {
    color: #0092d3;
}

/* ====== Tree ====== */
.treeview .hover {
    color: #0092d3;
}

.filetree span.file {
    background: url(book.png) 0 0 no-repeat;
}

/*.filetree .collapsable > span.file {
    background: url(book-open.png) 0 0 no-repeat;
}*/

.filetree span.file.leaf {
    background: url(sheet.png) 0 0 no-repeat;
}

/*.treeview .hitarea {
    background: none;
}

.filetree li {
    background: none;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
    background: none;
}*/

.ui-tabs .ui-tabs-panel {
    padding: 10px 5px 10px 4px;
}

/* ====== TOCs ====== */
#content .toc > p, #content .list-of-figures > p, #content .list-of-tables > p,
#content .list-of-examples > p {
    font-size: 24px;
    color: #f6a000;
    font-family: Calibri,sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #f6a000;
}

#content .toc a {
    color: #000000;
}

#content .toc .chapter a, #content .toc .preface a,
#content .toc .appendix a, #content .toc .index a {
    font-size: 16px;
    color: #f6a000;
}

#content .toc .section.level1 a {
    color: #008bd2;
    font-weight: bold;
    font-style: italic;
}
    
/* ====== Content ====== */
#content p, #content ul, #content ol, #content li {
    font: 14px Calibri,sans-serif;
}

#content ul > li {
    color: #f6a000;
    font-size: 16px;
}

#content ul > li > * {
    color: #000000;
}

#content li > div > ul > li {
    color: #000000;
    list-style-type: disc;
}

#content li > div > ul > li > div > ul > li {
    list-style-type: square;
}

#content ol.orderedlist > li {
    font-weight: bold;
    color: #f6a000;
}

#content ol.orderedlist > li > * {
    color: #000000;
}

li p {
    margin: 4px 0px 4px 0px;
}

div.revhistory table {
    border-collapse: collapse;
}

div.revhistory th {
    text-align: center;
}

.programlisting {
    background-color: #eeeeee;
    padding: 4px;
}

.screen {
    background-color: #000000;
    color: #ffffff;
    padding: 4px;
}

.informaltable, .table {
    margin-bottom: 12px;
}

.informaltable table, .table table, .colheader table, .std table {
    border-collapse: collapse;
    width: 100%;
}

.informaltable th, .table th, .colheader th, .std th,
.informaltable td, .table td, .colheader td, .std td {
    padding: 5px;
}

.informaltable th, .table th, .colheader th, .std th {
    background-color: #595959;
    font-family: Calibri,sans-serif;
    font-weight: bold;
    color: white;
}

/*.informaltable th p, .table th p, .colheader th p, .std th p
.informaltable td p, .table td p, .colheader td p, .std td p {
    margin: 2px 0px 2px 0px;
}*/

.informaltable th p, .table th p, .colheader th p, .std th p {
    font-weight: bold;
}

.colheader tr > td:first-child {
    background-color: #595959;
    color: white;
    font-weight: bold;
}

.colheader tr > td:first-child p {
    font-weight: bold;
}

.oddrow {
    background-color: #ebebed;
}

.evenrow {
    background-color: #c4c5ca;
}

.note, .tip, .important, .warning, .caution {
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 12px 0px 12px 0px;
}

#content .note {
    color: #008bd2;
    border-top: 2px solid #008bd2;
    border-bottom: 2px solid #008bd2;
}

#content .note > * {
    color: #008bd2;
}

#content .tip {
    color: #008bd2;
    border-top: 2px solid #008bd2;
    border-bottom: 2px solid #008bd2;
}

#content .tip > * {
    color: #008bd2;
}

#content .important {
    color: #f6a000;
    border-top: 2px solid #f6a000;
    border-bottom: 2px solid #f6a000;
}

#content .important > * {
    color: #f6a000;
}

#content .warning {
    color: #f6a000;
    border-top: 2px solid #f6a000;
    border-bottom: 2px solid #f6a000;
}

#content .warning > * {
    color: #f6a000;
}

#content .caution {
    color: #f6a000;
    border-top: 2px solid #f6a000;
    border-bottom: 2px solid #f6a000;
}

#content .caution > * {
    color: #f6a000;
}

#content .admon-content p {
    margin: 0px 0px 6px 0px;
}

#content a {
    color: #008bd2;
}

#content dt {
    margin-top: 1em;
    font-family: Calibri,sans-serif;
}

span.term {
    font-weight: bold;
    font-size: 90%;
}

div.mediaobject {
    margin-bottom: 12px;
    text-align: center;
}

img {
    vertical-align: middle;
}

#content img {
    max-width: 95%;
    vertical-align: middle;
}

/* == Formal Titles == */
#content p.title, #content p.legalnotice-title {
    font-family: Calibri,sans-serif;
    font-size: 14px;
}

#content p.legalnotice-title {
    color: #e6017f;
}

div.figure {
    text-align: center;
}

#content div.figure p.title {
}

.mediaobject table {
    margin-left: auto;
    margin-right: auto;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #0092d3;
}

.parameter {
    font-weight: bold;
    text-decoration: underline;
}

.guilabel, .guibutton, .guimenuitem, .guimenu, .guisubmenu {
    font-weight: bold;
    font-style: italic;
}

.application {
    font-weight: bold;
}