﻿body
{
    margin: 0px;
    background-color: #ffffff;
}
A
{
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
}
TD
{
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
}
INPUT
{
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
}
SELECT
{
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
}

A.navigation
{
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

A.navigation:hover
{
    text-decoration: underline;
}

A.sub-navigation
{
    background-image: url(../Images/gradient_th.gif);
    border-top: solid 1px #ffffff;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #ffffff;
    color: #000000;
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-decoration: none;
}

A.sub-navigation:hover
{
    text-decoration: underline;
}

DIV.banner
{
        background-color: #e0e0e0;
        margin: auto;
        padding: 5px;
        text-align: center;
        width: 760px;
}

DIV.box-title
{
    background-color: #e0e0e0;
    background-image: url(../images/gradient_th.gif);
    border-top: solid 1px #ffffff;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #ffffff;  
    color: #000000;
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    width: 250px;
}

DIV.content
{
    color: #000000;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
    margin: auto;
    padding: 5px;
    width: 760px;
}

DIV.content .column
{
    color: #000000;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}

DIV#error
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
}

TABLE.container
{
    background-color: #e0e0e0;
    border: solid 1px #e0e0e0;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    width: 760px;
}

TABLE.details
{
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    padding: 4px;
    border-spacing: 0px;
    width: 100%;
}

TABLE.errordisplay
{
    background-color: #efefef;
    border: solid 1px #ff0000;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    width: 760px;
}

TABLE.form
{
    background-color: #e0e0e0;
    border: solid 1px #e0e0e0;
    border-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    width: 760px;
}

TABLE.header
{
    background-color: #cccccc;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    width: 100%;
}

TABLE.login
{
    background-color: #e0e0e0;
    border: solid 1px #cccccc;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 240px;
}

TABLE.lookup
{
    background-color: #e0e0e0;
    border: 0px;
    border-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    width: 600px;
}

TABLE.menu
{
    background-color: #ffffff;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 760px;
}

TABLE.report-designer
{
    background-color: #ffffff;
    border: solid 1px #cccccc;
    padding: 4px;
}

TABLE.nav-buttons
{
    border-right: solid 1px #ffffcc;
}

TD.banner
{
    background-color: #000000;
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    padding: 4px;
}

TD.bullets
{
    background-color: #ffffff;
    background-image: url(../images/bg_bullets.jpg);
    background-repeat:repeat-x;
    border-bottom: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    font-size: 10px;
    font-family: Arial, Verdana, Sans-Serif;
    padding: 4px;
}

TD.data
{
    background-color: #ffffff;
    padding: 4px;
    border-top: solid 1px #ffffff;
    /*border-right: solid 1px #e0e0e0;*/
    border-bottom: solid 1px #e0e0e0;
    border-left: solid 1px #ffffff;
    text-align: left;
}

TD.data-numeric
{
    background-color: #ffffff;
    padding: 4px;
    border-top: solid 1px #ffffff;
    /*border-right: solid 1px #e0e0e0;*/
    border-bottom: solid 1px #e0e0e0;
    border-left: solid 1px #ffffff;
    text-align: right;
}

TD.errordisplay
{
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    padding: 4px;
}

TD.form-header
{
    background-color: #cccccc;
    font-size: 13px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    text-align: center;
}

TD.form-footer
{
    background-color: #cccccc;
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    padding: 2px;
    text-align: center;
}

TD.grid
{
    background-color: #fefefe;
    padding: 4px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #ffffff;
    text-align: center;
}

TD.label
{
    background-color: #efefef;
    padding: 4px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #ffffff;
    text-align: right;
}

TD.login
{
    background-color: #e0e0e0;
    padding: 4px; 
}

TD.navigation
{
    background-image: url(../images/gradient_nav.gif);
    border-bottom: solid 1px #cccc00;
}

TD.nav-button
{
    padding: 6px;
    border-right: solid 1px #cccc00;
    border-left: solid 1px #ffffcc;
}

TD.report-designer
{
    background-color: #efefef;
    padding: 4px;
    text-align: center;
}

TD.report-designer-field
{
    background-color: #e0e0e0;
    padding: 4px;
}

TD.report-designer-header
{
    background-color: #e0e0e0;
    background-image: url(../images/gradient_th.gif);
    border-top: solid 1px #ffffff;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #ffffff;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

TD.sub-navigation
{
    background-color: #e0e0e0;
    padding: 4px;
    text-align: left;
}

TD.subsection
{
    background-color: #cccccc;
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
}

TH.bullets
{
    background-image: url(../images/gradient_nav.gif);
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
}

TH.subtitle
{
    background-image: url(../Images/gradient_th.gif);
    background-color: #e0e0e0;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #999999;
    color: #666666;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    padding: 4px;
    width: 100%;
}

TH.title
{
    background-image: url(../Images/gradient_th.gif);
    background-color: #e0e0e0;
    border-bottom: solid 1px #999999;
    font-family: Arial;
    font-weight: bold;
    padding: 5px;
    width: 100%;
}

.instructions
{
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
}

.menu-title
{
    font-size: 13px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
}

.status
{
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    color: #ff0000;
}

.title
{
    font-size: 14px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    color: #666666;
}

.datepicker-hidden
{
    color: #ffffff;
    border: solid 0 #ffffff;
    width: 0;
}

/*** ASP.NET Menu Control ***/

.MenuStyle
{
    color: #000000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 11px;
}

.StaticMenuItemStyle
{
    border-left: solid 1px #ffffcc;
    border-right: solid 1px #ff9966;
    color: #000000;
    padding: 5px;
}

.StaticHoverStyle
{
    text-decoration: underline;
}

.DynamicMenuStyle
{
    background-color: #e0e0e0;
    color: #666666;
    padding: 5px;
}
