﻿.MainBox
{
    border: solid #DDDDDD 1px;
    background-color: #F8F8F8;
    margin-top: 5px;
    width: 750px;
}

div, td
{
    font-family: arial, helvetica;
    font-size: 10pt;
    color: #6889A2;
    line-height: 140%;
}

a
{
    color: #6889A2;
    text-decoration: none;
}

a:hover
{
    color: red;
}

a.Title
{
    color: #000080;
}

#NiceTable
{
    border-collapse: collapse;
}

#NiceTable td
{
    border: solid #6889A2 1px;
    padding: 4px;
    background-color: #EEEEEE;
    vertical-align: top;
}

#NiceTable td.EmptyCell
{
    border-bottom: none;
    border-right: none;
    background-color: inherit;
}

#NiceTable td.FinalEmptyCell
{
    border-bottom: none;
    border-right: none;
    border-left: none;
    background-color: inherit;
}

#NiceTable td.NoneLevelItemCell
{
    background-color: #EEFFEE;
}

#NiceTable td.MinorLevelItemCell
{
    background-color: #EEFFFF;
}

#NiceTable td.MildLevelItemCell
{
    background-color: #FFFFEE;
}

#NiceTable td.ModerateLevelItemCell
{
    background-color: #FFEEFF;
}

#NiceTable td.HeavyLevelItemCell
{
    background-color: #EEEEFF;
}

#NiceTable td.ExtremeLevelItemCell
{
    background-color: #FFEEEE;
}

#NiceTable td
{
    text-align: left;
}

#NiceTable a
{
    font-weight: bold;
}

.SelectedLetter
{
    background-color: #6889A2;
    color: #F8F8F8;
    font-weight: bold;
    padding: 0px 4px;
}

.DetailsTitle
{
    font-size: 20pt;
    font-weight: bold;
    color: #000080;
}

.DetailsLevel
{
    font-size: 14pt;
    font-weight: bold;
}

.NiftyBlue
{
    color: #6889A2
}

.ScreenItLink
{
    padding-top: 15px;
    font-weight: bold;
}

.Letters
{
    border-top: solid #6889A2 1px;
    border-bottom: solid #6889A2 1px;
    padding: 6px 10px;
    background-color: #EEEEEE;
    text-align: center;
}

.LinkBar
{
    padding: 6px 10px;
    background-color: #EEEEEE;
    text-align: center;
    border-bottom: solid #6889A2 1px;
}

.DetailsBar
{
    border-top: solid #6889A2 1px;
    border-bottom: solid #6889A2 1px;
    padding: 6px 10px;
    background-color: #EEEEEE;
    text-align: left;
}

.PanicButton
{
    border-top: solid #EEEEEE 1px;
    border-right: solid #6889A2 1px;
    border-bottom: solid #6889A2 1px;
    border-left: solid #EEEEEE 1px;
    color: #6889A2;
    background-color: #EEEEEE;
    cursor: pointer;
    padding: 0px;
    font-weight: bold;
}

.PanicMessage
{
    text-align: left;
    white-space: nowrap;
}

