/* Logo color: #069; */

body {
    background: white;
    color: black;
    font-family: Gill Sans, verdana, arial, helvetica, sans-serif; 
    font-size: 10pt;
}

a {
    text-decoration: underline;
} 

a:link {
    color: #069;
}

a:visited {
    color: maroon;
}

a.mailto:after {
    content: '\00A0' url(/images/mailto.gif);
    margin-left: .5em;
} 

a.mailto {
    text-decoration: none;
} 

div.footer > a.mailto {
    color: #83b7d2;
} 

div.sidebar {
    background: #069;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 90%;
    min-width: 15em;
    color: white;
    text-align: center;
    border-right: 1px solid black;
}

img#logo {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid black;
}

img.mailto {
    border: 0;
    margin: 0;
    padding: 0;
}

div.sidebar-tab {
    background: #83b7d2;
    font-size: 1.15em;
    display: block;
    border: 1px solid black;
    padding: 0.5em;
    margin: 3px -1px 3px 6px;
    cursor: hand;
    text-align: left;
}

div.sidebar-tab a {
    text-decoration: none;
    color: black;
}

div.sidebar-tab#current {
    background: white;
    color: black;
    border-right: 0;
}

div.sidebar-tab:hover {
    background: #069;
    color: white;
}

div.main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 15em;
    right: 0;
    /*max-width: 800px;*/
    margin-bottom: 2px;
    padding-left: 1em;
    overflow: auto;
}

div.footer {
    font-size: 0.8em;
    text-align: center;
    vertical-align: bottom;
    position: absolute;
    top: 80%;
    bottom: auto;
    left: 2%;
    right: 2%;
    color: #83b7d2;
    /*
    background: #83b7d2;
    color: black;
    border: 1px solid black;
    */
}

div.topnav {
    padding-bottom: .25em;
    border-bottom: 1px solid #069;
    width: 95%;
}

div.topnav-tab {
    display: inline;
    padding: .25em;
    border: 1px solid #069;
    border-top: 10;
    background: #83b7d2;
}

div.topnav-tab#current {
    background: white;
    border-bottom: 1px solid white;
}

.topnav-page {
    border-left: 1px solid #069;
    padding-left: 1em;
    padding-top: 0;
    margin-top: 0;
    max-width: 75%;
}

li {
    list-style-type: square;
}

.warning {
    color: red;
    border: 2px solid black;
    text-align: center;
    background: yellow;
}

table { 
    display: table; 
    caption-side: top;
}

tr {
    display: table-row;
}

table.alterow tr.row0 {
    background: #D1E2F0;
}

table.alterow tr.row1 {
    background: #EEE;
}

table.alterow td.header {
    # border-top: 2px dotted #069;
    # background: #FFF;
    background: #069;
    color: #FFF;
    letter-spacing: 0.5em;
    padding: 5px 0.5em;
    # font-weight: bold;
    font-size: 12pt;
}

tr:nth-child(even) {
    background: #CCC;
}

tr:nth-child(odd) {
    background: #FFF;
}

thead {
    display: table-header-group;
}

tbody {
    display: table-row-group;
}

tfoot {
    display: table-footer-group;
}

col {
    display: table-column;
}

colgroup {
    display: table-column-group;
}

td, th {
    display: table-cell;
}

caption {
    display: table-caption;
}

td.label {
	text-align: right;
	padding: .5em;
    border: 1px solid #83b7d2;
    vertical-align: top;
    white-space: pre-line;
}

td.value {
	text-align: left;
	padding: 10px;	
	padding-bottom: 0px;
	padding-right: 0px;
    background: white;
    vertical-align: top;
}

.caption {
    font-size: 0.8em;
    display: block;
    text-align: center;
}

div.column-text {
    width: 600px;
    text-align: left;
}

