/*
 * style.css: API documentation style sheet
 */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Defaults
 *
 */

body {
    background-color: white;
}
h2 {
    font-size: 150%;
    font-weight: bold;
    background-color: #ccccff;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Summary Tables
 *
 */

table.summary {
    width: 100%;
    border-collapse: collapse;
}
table.summary th {
    font-size: 150%;
    font-weight: bold;
    background-color: #ccccff;
    border-style: outset;
    border-width: 2px;
    border-color: #808080;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
table.summary td {
    border-style: outset;
    border-width: 2px;
    border-color: #808080;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
table.summary td.name {
    text-align: right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Navigation Tables
 *
 */

table.navOuter {
    width: 100%;
}
table.navOuter td {
    background-color: #eeeeff;
    border-style: none;
    padding: 4px;
}
table.navOuter td.last {
    font-weight: bold;
    background: white;
    width: 100%;
    text-align: right;
}
table.navInner {
    width: auto;
}
table.navInner th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #00008b;
    color: white;
    border-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
table.navInner td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #eeeeff;
    color: black;
    border-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
