﻿.blackHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 100%;
}

.blueContent
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 71%;
}

.blueIndent
{
    margin-left: 20px;
    color: #000000;
}

.blueLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 71%;
}

.bigBlueLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 100%;
}

.blueSubtitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 71%;
}

.content
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 71%;
    color: #000000;
}

.BlogEntryBody
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 71%;
    color: #000000;
}

.contentItalic
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 71%;
    color: #000000;
    font-style: italic;
}

.contentLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 71%;
    color: #0000FF;
}

.contentRed
{
    font-size: 71%;
    color: #800000;
    font-family: Arial, Helvetica, sans-serif;
}

.conversion
{
    font-family: Arial, Helvetica, sans-serif;
}

.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60%;
    color: #000000;
}

.header
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 80%;
}

.headerRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #800000;
    font-size: 80%;
}

.indent
{
    margin-left: 20px;
}

.listBlueSubtitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000033;
    font-size: 71%;
    margin-left: -15px;
    font-style: normal;
}

.listSubtitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 71%;
    color: #000000;
    margin-left: -15px;
    font-style: normal;
}

.radioBg
{
    background-color: #800000;
    color: #000000;
}

.redlink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 71%;
    color: #800000;
}

.search
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 71%;
    color: #FFFFFF;
}

.subtitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 71%;
    color: #000000;
}

.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 150%;
    color: #000000;
}

.whiteContent
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 71%;
}

.whiteContentBold
{
    font-weight: bold;
    font-size: 71%;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.headerImage
{
    border: 3px solid #000000;
}

.smallCell
{
    width: 30px;
}

.tableHeaderCell
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: Navy;
    font-size: 71%;
    border: 2px solid #000000;
}

.tableSoftHeaderCell
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: Teal;
    font-size: 71%;
    border: 2px solid #000000;
}

.blueSubtitleCell
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 71%;
    border: 2px solid #000000;
    vertical-align: middle;
}

.blackHeaderCell
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 100%;
    border: 2px solid #000000;
}

.contentCell
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 71%;
    color: #000000;
    border: 2px solid #000000;
}

.contentCellLeft
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 71%;
    color: #000000;
    border: 2px solid #000000;
    text-align: left;
}

/* BUTTONS */
a.button
{
    background: transparent url('img/_right.gif') no-repeat scroll top right;
    color: #000000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-indent: 10px;
    text-decoration: none;
}

a.button:active
{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span.btn_add
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_add
{
    background: transparent url('img/add.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_remove
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_remove
{
    background: transparent url('img/remove.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_delete
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_delete
{
    background: transparent url('img/delete.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_edit
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_edit
{
    background: transparent url('img/edit.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_email
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_email
{
    background: transparent url('img/email.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_generate
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_generate
{
    background: transparent url('img/generate.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_report
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_report
{
    background: transparent url('img/report.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_print
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_print
{
    background: transparent url('img/print.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_back
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_back
{
    background: transparent url('img/goback.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_save
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_save
{
    background: transparent url('img/save.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_search
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_search
{
    background: transparent url('img/search.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_signin
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_signin
{
    background: transparent url('img/signin.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

a.button:active span.btn_timer
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button span.btn_timer
{
    background: transparent url('img/timer.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
