﻿body
{
    font-family: Arial;
}
#fm_header
{
    width: 100%;
    height: 200px;
}
#fm_header h1
{
    width: 800px;
    margin: 0 auto;
}
#fm_header h1 a
{
    display: block;
    text-indent: -9999px;
}
#fm_loginPanel, #fm_logoutPanel
{
    height: 60px;
    width: 550px;
    display: block;
    color: #26292D;
    font-size: 11px;
    text-align: right;
    line-height: 18px;
    margin: 0 auto;
    margin-top: 7px;
    padding-left: 250px;
}
#fm_logoutPanel
{
    margin-top: 12px;
    height: 55px;
}
#fm_loginPanel a
{
    color: #EC5E30;
    text-decoration: underline;
}
#fm_loginPanel input.textEntry
{
    width: 138px;
    border: solid 1px #FF6600;
    height: 20px;
    line-height: 20px;
    background-color: #E6E6E6;
    margin-bottom: 2px;
    padding: 0 10px 0 10px;
}
#fm_loginPanel .entry
{
    float: left;
    display: block;
    padding-left: 9px;
}
#fm_submitLogin
{
    text-align: left;
}
#fm_submitLogin input
{
    background: transparent url('/styleNew/img/loginButton.jpg') top left no-repeat;
    height: 21px;
    width: 60px;
    margin: 0;
    margin-top: 1px;
    margin-bottom: 2px;
    padding: 0;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
}
#fm_welcome
{
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}
#fm_logoutPanel a
{
    text-decoration: none;
}
#fm_logoutPanel a:hover
{
    text-decoration: underline;
}
#fm_logoutPanel div
{
    float: left;
}
#fm_logoutPanel ul
{
    list-style-type: disc;
    margin: 0 25px 0 15px;
}
#fm_logoutPanel li
{
    float: left;
    margin-left: 26px;
}
#fm_logoutButton input
{
    background: transparent url('/styleNew/img/logoutButton.jpg') top left no-repeat;
    height: 21px;
    width: 71px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    float: right;
}
#fm_navigationList
{
    width: 800px;
    margin: 0 auto;
    font-size: 11px;
}
#fm_navigationList li
{
    float: left;
    border-right: solid 1px #909090;
    padding: 0 10px 0 10px;
}
#fm_navigationList .liLast
{
    border-style: none;
}
#fm_navigationList a
{
    color: #909090;
    text-decoration: none;
}
#fm_navigationList a:hover
{
    color: #EC5E30;
    text-decoration: underline;
}
