﻿* {
    padding: 0;
    margin: 0;
} 

body
{
    background: #B8B0B0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #444;
    line-height: 17px;
}

img { border: none; }
a { color: #51971D; }
a:hover { text-decoration: none; color : #8DCA3F; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #333; }

#swip
{
    padding: 10px;
    width: 780px;
    margin: 0 auto;
    height: 55px;
}

#wrap
{
    background-position: #FFFFF0;
    background: #FFFFF0;
    padding: 10px;
    width: 780px;
    margin: 0 auto;
}

#header
{
    height: 140px;
    background: #FFFFF0 no-repeat;
}
#header h1
{
    font-size: 22px;
    font-weight: 600;
    padding: 30px 33px 0 0;
    text-align: right;
    color: #B7B5B8;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}

#header h2 {
font-size: 16px;
color: #eee;
padding: 9px 33px 0 0;
text-align: right;
}

#content
{
    padding: 0 20px;
    text-align:left
}

#reports
{
    padding: 0 20px;
    background-color: #FFFFF0;
}

#reports h3
{
    margin: 14px 0 7px 0;
    font-weight: 100;
    font-size: 22px;
    color: #000000;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 4px;
    padding-left: 0;
}

#reports_footer
{
    font-size: 11px;
    color: #999;
    text-align: center;
    padding: 10px 0;
    border-top: 1px dotted #aaa;
    background-color: #FFFFF0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#right
{
    margin-top: 10px;
    width: 560px;
    float: right;
    font-size: 12px;
    text-align: justify;
}
#right h3 { border-bottom: 1px dotted #6C91FC; }

#right ul { list-style-type: none; padding: 5px 0 5px 0; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a
{
    color: #51971D;
    font-weight: 100;
    display: block;
    text-decoration: underline;
    font-size: 14px;
}
#right ul li a:hover { color : #8DCA3F; }

#left {
margin-top: 10px;
width: 160px;
float: left;
}
#left h3
{
    color: #51971D;
    font-size: 14px;
    font-weight: 100;
    display: block;
    text-decoration: none;
}
#left ul { list-style-type: none; padding: 10px 0 10px 0; }
#left ul li { padding: 2px 0 3px 0; }
#left ul li a { color: #51971D; font-weight: 100; display: block; text-decoration: none; font-size: 14px; border-bottom: 1px dotted #aaa; }
#left ul li a:hover { color : #8DCA3F; }

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 10px 0;
margin: 70px 0 0 0;
border-top: 1px dotted #aaa;

}
#footer a { 
color: #999;
}
#footer a:hover {
color: #000; 
text-decoration: underline; 
}
LABEL
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 16px;
	background-image: none;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: 'Times New Roman';
	background-color: white;
}

.Important 
{ 
     font-size: large; 
     color: Red; 
}
/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #FCC;
}

.RowStyle
{
}

.Warning
{
    color: #FF0000;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}