﻿body {
    color: black;
    background-color: white;
    font-family: Arial;
    font-size: 14px;
}

a {
    color: blue;
    text-decoration: underline;
}

.header {
    font-weight: bold;
    width: 120px;
    vertical-align: top;
    font-size: 14px;
}

.wideHeader {
    font-weight: bold;
    width: 240px;
    vertical-align: top;
}

.data {
    font-weight: normal;
    vertical-align: top;
    padding: 0px;
}

.pageBody {
    width: 800px;
}

.dataBlock {
    padding: 5px;
    border: 1px solid black;
    vertical-align: top;
}

.dataBlockHeader {
    font-weight: bold;
    width: 240px;
    font-size: 20px;
}

.dataBlockRow {
}

.dataBlockRowLabel {
    vertical-align: top;
    width: 120px;
    display: inline-block;
    font-weight: bold;
}

.dataBlockRowData {
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    width: 240px;
}

.dataBlockRowDataNarrow {
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    width: 120px;
}

.dataBlockRowSpacer {
    display: inline-block;
    width: 10px;
}

.dataBlockSpacer {
    display: inline-block;
    width: 20px;
    min-height: 20px;
    /*border: 1px solid green;*/
}

.insuranceRow {
    border-bottom: 1px dashed black;
}

.NoExtraBottomSpace {
    margin-bottom: 0px !important;
}

.TopMenuTable {
    border-spacing: 3px;
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    word-break: break-all;
}

.TopMenuItem {
    border: 1px solid lightgray;
    color: white;
    font-weight: bolder;
    font-size: 11px;
    text-align: center;
    margin-bottom: 5px;
    /*white-space:pre-wrap;*/
}

    .TopMenuItem:hover {
        background-color: lightgray;
    }

    .TopMenuItem a {
        text-decoration: none;
        padding: 5px;
        font-size: 12px;
    }

.GridHeaderColStyle {
    background-color: lightgray;
    color: black;
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    font-weight: bolder;
}
