﻿Body
{
    font-family: Tahoma;
    font-size: 11px;
    color: #505050;
    background-image: url(Images/bg.gif);
    background-color: Gray;
}

.SalesTable
{
    border-width: 1px;
    border-color: Black;
    border-collapse: collapse;
    background-color: White;
    float: left;
    margin: 5px 5px 5px 5px;
    display: inline;
}

.SalesTable td
{
    border-width: 1px;
    border-color: Black;
    text-align: center;
}

.SalesTable th
{
    border-width: 1px;
    border-color: Black;
    background-color: #CCCCCC;
}

.TallNavDiv
{
    width: 700px;
    height: 235px;
}

.ShortNavDiv
{
    width: 700px;
    height: 100px;
}

.ContentDiv
{
    width: 676px;
    padding: 12px 12px 12px 12px;
    background: #FFFFFF;
}

.Footer
{
    font-size: 10px;
    color: #767676;
    background-image: url(Images/f_bg.gif);
}

.Footer A, .Footer A:active, .Footer A:visited
{
    color: #767676;
    text-decoration: none;
}

.Footer A:hover
{
    color: #767676;
    text-decoration: underline;
}

.Agent
{
    width: 218px;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 10px;
    border-bottom: gray thin solid;
    color: #696969;
    font-size: 12px;
}

.Agent A, .Agent A:active, .Agent A:visited
{
    color: #767676;
    text-decoration: none;
}

.Agent A:hover
{
    color: #767676;
    text-decoration: underline;
}

.Button
{
    color: #284E98;
    background-color: #FFFFFF;
    border-color: #507CD1;
    border-width: 1px;
    border-style: Solid;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.SelectedButton
{
    color: #284E98;
    background-color: #FFFFFF;
    border-color: #507CD1;
    border-width: 1px;
    border-style: Solid;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: oblique;
    font-weight: bold;
}

.SidePanel
{
    color: #505050;
    background-color: #FFFFFF;
    border-style: none;
    margin-bottom: 12px;
}

.Panel
{
    color: #333333;
    background-color: #EFF3FB;
    border-color: #B5C7DE;
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
}

.PanelHeader
{
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: #507cd1;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.AgentList
{
    width: 100%;
    margin-bottom: 20px;
}


.AgentTable
{
    color: #333333;
    background-color: #EFF3FB;
    border: Solid 1px #B5C7DE;
    border-collapse: collapse;
}

.AgentTable th
{
    border-bottom: solid 1px #B5C7DE;
}

.AgentRow td
{
    background-color: #FFFFFF;
}

.AltAgentRow td
{
    background-color: #EFF3FB;
}

.TextBox
{
    width: 220px;
}

.LongTextBox
{
    width: 554px;
}

.NameColumn
{
    width: 100px;
    text-align: right;
}

.DataColumn
{
    width: 225px;
    text-align: left;
}

.event
{
    font-size: 11px;
    color: #1E5282;
    text-indent: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.event A, .event A:active, .event A:visited
{
    color: #767676;
    text-decoration: none;
}

.event A:hover
{
    color: #767676;
    text-decoration: underline;
}

.AccordianHeader
{
    background-color: white;
    border-style: none;
}

.AccordianContent
{
    background-color: White;
    border-style: none;
}

.PopupPanel
{
    color: #333333;
    background-color: #EFF3FB;
    border-color: #B5C7DE;
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
    padding: 2px 2px 2px 2px;
    display: block;
    visibility: hidden;
    text-align: left;
    font-weight: normal;
}

.PopupPanel A, .PopupPanel A:active, .PopupPanel A:visited
{
    color: #767676;
    font-size: 9px;
    text-decoration: none;
}

.PopupPanel A:hover
{
    color: #767676;
    text-decoration: none;
    font-size: 9px;
    font-weight: bold;
}

.FileCell A, .FileCell A:active, .FileCell A:visited
{
    color: #767676;
    text-decoration: none;
    font-size: 11px;
}

.FileCell A:hover
{
    color: #767676;
    text-decoration: underline;
    font-size: 11px;
}

.FileCell
{
    width: 110px; 
    font-size: 12px; 
    overflow: hidden; 
}

.FileList
{
    table-layout: fixed;
}
