﻿body 
{
    font-family: verdana;
    font-size: 11px;
    color: black;
    background-color: white;
    margin: 0px;
}

a:link{text-decoration:underline;color:#134A81;}

a:active{text-decoration:underline;color:#666666;}

a:visited{text-decoration:underline;color:#666666;}

a.nav:link{font-weight:bold; color:#134A81; text-decoration:none;}

a.nav:active{font-weight:bold; color:#666666; text-decoration:none;}

a.nav:visited{font-weight:bold; color:#134A81; text-decoration:none;}

a.nav:hover{font-weight:bold; color:#134A81; text-decoration:underline;}

ol
{
     margin-top: 0px;
     margin-left: 15px;
     margin-bottom: 0px;
     padding-left: 15px;
     padding-bottom: 0px;
}

#divContainer
{
    margin: 10px;    
}

.logo
{
    padding: 5px 5px 7px 7px;
}

.logo_bw
{
    display: none;
}

th
{
    white-space:nowrap;    
}

input
{
    border: 1PX SOLID #05669D;
    font-family: verdana;
        font-size: 11px;
        height: 19px;
}

select
{
    font-family: verdana;
    font-size: 11px;
}

textarea
{
    font-family: verdana;
    font-size: 11px;
    border-right: #05669D 1PX SOLID;
    border-top: #05669D 1PX SOLID;
    border-left: #05669D 1PX SOLID;
    border-bottom: #05669D 1PX SOLID;
}

.bannerBackground
{
    background-color: #6ba2cc;
}

.titleBanner
{
    font-family: Arial;
    font-style: italic;
    font-size: 20px;
    color: #ffffff;
}

.tabbutton
{
    height: 20px;
    background-color: white;
    color: #134A81;
    font-weight: bold;
    border-bottom: solid 1px #05669d;
    border-left: solid 1px #05669d; 
    border-top: solid 1px #05669d; 
    border-right: solid 1px #05669d;
}

.tabbuttonselected
{
    height: 20px;
    background-color: white;
    color: #666666;
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
    border-left: solid 1px #05669d; 
    border-top: solid 1px #05669d; 
    border-right: solid 1px #05669d;
}

.tabline
{
    border-bottom: solid 1px #05669d;
}

.textOrange
{
    color: #cc6600;    
    font-size: 12px;
}

.textOrangeBigBold
{
    font-size: 14px;
    font-weight: bold;
    color: #cc6600;
}

.textGreyBold
{
    color: #666666;
    font-weight: bold; 
}

.textBlueBoldBig
{
    font-size: 14px;
    color: #134A81;
    font-weight: bold;
}

.textBlueBold
{
    color: #134A81;
    font-weight: bold;
}

.textGrey
{
    color: #806742;
    font-weight: bold;
}

#806742;

.table
{
    border: solid 1px #DEDFDE;
    background-color: white;
}

.tableHeader
{
    border: solid 1px #05669d;
    background-color: #bbd6ef;
    white-space: nowrap;
}

.boxHeader
{
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    white-space: nowrap;
}

.tableBlock
{
    border: solid 1px #05669d;
}

.tableEmtpy
{
    margin: 0px;
    padding: 0px;
}

.rowAlternate
{
    background-color: #EEEEEE;    
}

.detailsBlock
{
    margin-top: 5px;
}

.error
{
    color: red;    
}

.version
{
    font-family: Arial;
    font-size: 10px;
    color: White;
    text-decoration: none;
    padding-right: 3px;
}

.boxHeaderBold
{
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    white-space: nowrap;
    font-weight: bold;
}