﻿body
{
    margin: 0;
    padding-bottom: 2em;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 2px solid #B51032;
    border-top-color: #000000;
}

input 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

/* Header Section */
#header
{
    border-top: 3px solid #B51032;
    border-bottom: 1px dotted #B51032;
    height: 3em;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: #FF9900;
}

#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited
{
    color: #FF9900;
}

/* Navigation */
#navigation
{
    width: 200px;
    top: 3.78em;
    left: 0em;
    width: 13em;
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li
{
    border-bottom: 1px solid #ED9F9F;
    border-bottom-color: #999999;
}

#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: #999999;
    border-left-color: #999999;
    border-right-width: 4px;
    border-left-width: 12px;
}

#navigation li a:hover
{
    background-color: #FFCC66;
    color: #000000;
}

#navigation ul ul {
	margin-left: 12px;
}

#navigation ul ul li
{
    border-bottom: 1px solid #711515;
    margin: 0;
    background-color: #FF9900;
    color: #000000;
    border-bottom-color: #999999;
}

#navigation ul ul a:link, #navigation ul ul a:visited
{
    background-color: #FF9900;
    color: #000000;
}

#navigation ul ul a:hover
{
    background-color: #FFCC66;
    color: #000000;
}

/* Main Content */
#content 
{
	margin-top:1em;
	margin-left: 13em;
	margin-right: 2em;
}

h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

/* Data Web Control Styles */
.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #FF9900;
    color: #000000;
    font-weight: bold;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: #000000;
}

.FooterStyle
{
    background-color: #FF9900;
    color: #000000;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #CCCCCC;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.Warning
{
    color: Red;
    font-style: normal;
    font-weight: bold;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
}

.SortHeaderRowStyle
{
    background-color: #000000;
    text-align: left;
    font-weight: bold;
    color: White;
}

table
{
    border-color: inherit;
    border-width: 1;
    border-style: solid;
    text-align: left;
}

td
{
    border: 1px solid #000000;
    margin-left: 40px;
}

.tdheader
{
    font-weight: bold;
    font-style: normal;
    color: #000000;
    background-color: #FF9900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
}
