﻿body {
    font-family: "Verdana";
    font-weight: normal;
    font-size: 10pt;
    color: black;
}

/*
p {
    font-family: "Verdana";
    font-weight: normal;
    color: black;
}*/

/*b {
    font-family: "Verdana";
    font-weight: bold;
    color: black;
}*/
/*
h1 {
    font-family: "Verdana";
    font-weight: normal;
    font-size: 18pt;
    color: red;
}

h2 {
    font-family: "Verdana";
    font-weight: normal;
    font-size: 14pt;
    color: blue;
}

h3 {
    font-family: "Verdana";
    font-weight: bold;
    font-size: 10pt;
    font-style: italic;
    color: maroon;
}

h4 {
    font-family: "Verdana";
    font-weight: normal;
    font-size: 14pt;
    color: blue;
}*/

hr {
    width: 100%;
    color: silver;
    height: 3px;
    background-color: silver;
    border: 0;
}

pre {
    font-family: "Lucida Console";
    font-size: 8pt;
}

table.fixed {
    width: 100%;
    table-layout: fixed;
}

.caption {
    font-family: "Verdana";
    font-weight: bold;
    font-size: 10pt;
    /*font-style: italic;*/
    color: maroon;
}

.marker {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.version {
    font-size: 8pt;
    color: gray;
}

.lock {
    font-size: 9pt;
    color: red;
}

.lockInfo {
    font-weight: bold;
    text-decoration: none;
}

.error {
    margin-bottom: 10px;
    color: blue;
}

.errordetail {
    margin-bottom: 10px;
    color: red;
    font-size: 8pt;
}

.expandable {
    text-decoration: underline;
    font-weight: bold;
    color: navy;
    cursor: default;
}

.center {
    text-align: center;
}

.aqua {
    background-color: lavender;
}

.silver {
    background-color: silver;
}

.passThrough {
    background-color: gold;
}

.passThrough2 {
    background-color: lemonchiffon;
}

.red {
    background-color: red;
}

.darkorange {
    background-color: papayawhip;
}

.hiload {
    background-color: coral;
}

div.clip {
    /*position: fixed;*/
    height: inherit;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    /*overflow-x: hidden;*/
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*display: table-cell;*/
}

table.sessions {
    border-collapse: collapse;
    width: 100%;
}

    table.sessions th, table.sessions td {
        border: 1px solid gray;
        padding: 2px;
    }

        table.sessions td.number {
            text-align: center;
        }

td.border {
    border: 1px solid gray;
    text-align: center;
    /*vertical-align: middle;*/
    padding: 5px;
}

th.border {
    border: 1px solid gray;
    text-align: center;
    /*vertical-align: middle;*/
    padding: 2px;
}

tr.alternate:nth-child(even) {
    background-color: silver;
}

/*.container {
    max-width: 95%;
}*/