﻿body
{
    margin: 0;
    padding-bottom: 2em;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana;
    border-top: 2px solid #B51032;
    border-top-color: #000000;
}

input
{
    font-family: Verdana;
}

select
{
    font-family: Verdana;
}

/* Header Section */
#header
{
    background-position: left center;
    border-top: 3px solid #B51032;
    border-bottom: 1px dotted #B51032;
    height: 3em;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-top-style: solid;
    background-color: #0000CC;
    border-bottom-style: solid;
    border-top-width: 3px;
    background-image: inherit;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Verdana;
}

#header .title
{
    font: 190% Verdana;
    color: black;
    background-color: transparent;
    float: left;
    margin-right: 2em;
    margin-top: 0.3em;
    margin-left: .8em;
}

#header .breadcrumb
{
    font: 90% Verdana;
    color: black;
    background-color: transparent;
    float: right;
    margin-right: 2em;
    margin-top: 0.8em;
    font-weight: bold;
}

#header a:link, a:visited
{
    color: #0000CC;
    font-family: Verdana;
    font-weight: bold;
}

/* Navigation */
#navigation
{
    width: 200px;
    top: 3.78em;
    left: 0em;
    width: 13em;
    position: absolute;
    font-family: Verdana;
    font-size: 90%;
}

#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Verdana;
}

#navigation li
{
    border-bottom: 1px solid #ED9F9F;
    border-bottom-color: #C0C0C0;
    font-family: Verdana;
}

#navigation li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #711515;
    border-right: 1px solid #711515;
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    border-right-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-width: 4px;
    border-left-width: 12px;
    font-family: Verdana;
}

#navigation li a:hover
{
    background-color: #99CCFF;
    color: #000000;
    font-family: Verdana;
}

#navigation ul ul
{
    margin-left: 12px;
    font-family: Verdana;
}

#navigation ul ul li
{
    border-bottom: 1px solid #711515;
    margin: 0;
    background-color: #0000CC;
    color: #000000;
    border-bottom-color: #C0C0C0;
    font-family: Verdana;
}

#navigation ul ul a:link, #navigation ul ul a:visited
{
    background-color: #0000CC;
    color: #000000;
    font-family: Verdana;
}

#navigation ul ul a:hover
{
    background-color: #99CCFF;
    color: #000000;
    font-family: Verdana;
}

/* Main Content */
#content
{
    margin-top: 1em;
    margin-left: 13em;
    margin-right: 2em;
    font-family: Verdana;
}

h1
{
    font: 150% Verdana;
}

#content p
{
    line-height: 1.6em;
    font-family: Verdana;
}

#content ul
{
    line-height: 1.6em;
    font-family: Verdana;
}

/* Data Web Control Styles */
.DataWebControlStyle
{
}

.HeaderStyle
{
    background-color: #0000CC;
    color: #000000;
    font-weight: bold;
    font-family: Verdana;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: #000000;
    font-family: Verdana;
}

.FooterStyle
{
    background-color: #0000CC;
    color: #000000;
    text-align: right;
    font-family: Verdana;
}

.AlternatingRowStyle
{
    background-color: #C0C0C0;
    font-family: Verdana;
}

.RowStyle
{
    font-family: Verdana;
}

.SelectedRowStyle
{
    background-color: #000000;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 90%;
}

.PagerRowStyle
{
    background-color: #C0C0C0;
    text-align: right;
    font-family: verdana;
}

.Warning
{
    color: Red;
    font-style: normal;
    font-weight: bold;
    font-size: medium;
    font-family: Verdana;
}

.SortHeaderRowStyle
{
    background-color: #000000;
    text-align: left;
    font-weight: bold;
    color: White;
    font-family: Verdana;
}
