﻿#ctfHeader
{
    background-color: #005c92;
    width: 983px;
    margin: 4px auto 15px;
}

#ctfHeader div
{
    margin-top: 0px;
}

.ctfTitle
{
    padding: 6px;
    border: 0px;
    border-bottom: solid 1px #ffffff;
}

ul#ctfNav
{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 30px;
    background-color: #005c92;
}

#ctfNav li
{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    border-spacing: 0px; /* Fix for IEs which wrongly carry over the border-spacing property to non-tables */
}

#ctfNav li a, .ctfSearch
{
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;

    height: 30px;
    border: 0px;
    border-right: solid 1px #ffffff;
    display: table-cell; /* table-cell used to support the vertical-align property */
    vertical-align: middle;
    padding: 0px 21px;
    margin: 0px;
}

.ctfRight
{
    margin-left: auto;
}

.ctfSearch
{
    display: block;
    border-right: 0px;
    height: 18px;
    padding: 6px 0px 6px 22px;
    cursor: default;
    width: 1px;
    white-space: nowrap;
}

.ctfSearch input
{
    margin: 0px;
    vertical-align: middle;
    border: solid 1px #97bace;
    border-right: 0px;
    position: relative;
    bottom: 1px;
    width: 263px;
}

.ctfSearch img
{
    border: 0px;
    vertical-align: top;
    margin-bottom: 2px;
}

#ctfNav li a:hover
{
    background-color: #337da8;
}

.ctfButtons
{
    float: right;
    margin-right: 0px;
    padding-top: 8px;
    padding-right: 8px;
    height: 24px;
    cursor: default;
}

#ctfLogon
{
    border: solid 1px #b3cede;
    border-top: 0px;
    border-right: 0px;
    background-color: #337da8;
    padding: 17px 6px;
    margin: 0px;

    color: #ffffff;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    height: 14px;
    float: right;
}

.ctfLogonStatus a
{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.ctfLogonStatus a:hover
{
    text-decoration: underline;
}

.ctfLogonWelcome
{
    min-width: 240px;
    margin: 0px 4px 0px;
    text-align: center;
    float: left;
}

.ctfLogonStatus
{
    color: #ffffff;
    margin: 1px 4px 0px;
    float: right;
    min-width: 80px;
    text-align: center;
}

.ctfLogonName
{
    font-family: 'Courier New', Monospace;
    font-weight: bold;
    font-size: 9pt;
}