﻿/* Overall Page 
01879B - Dark
BEDFE4 - Ligh --6-FA7B0
D5F7FC - Alternative Dark
10B9D2 - Alternative Light

BEDFE4
*/

body {
	margin: 0;
	/*padding-bottom: 2em;*/
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFFF;/*#01879B;*/
	border-bottom: 1px solid #FFFFFF;/*#01879B;*/
	border-right: 1px solid #FFFFFF;/*#01879B;*/
	border-left: 2px solid #FFFFFF;/*#01879B;*/
}

p 
{

}

input 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

A
{
    FONT-SIZE: 10pt;
    COLOR: blue;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
table
{

}

table.lightgreen
{
	background-color: #89B899;
	border-top: 1px solid #89B899;
	border-bottom: 1px solid #89B899;
	border-left: 1px solid #89B899;
	border-right: 1px solid #89B899;
}

table.lightblue
{
	background-color: #80C1E2;
	border-top: 1px solid #80C1E2;
	border-bottom: 1px solid #80C1E2;
	border-left: 1px solid #80C1E2;
	border-right: 1px solid #80C1E2;
}

table.lightgray
{
	background-color: gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

td
{
    FONT-SIZE: 10pt;
    COLOR:#000000;
    FONT-FAMILY: Arial, Verdana;
    vertical-align: top;
}
td.title {
	font-size: 10pt;
	font-weight: bold;
	background-color: #5b7bb6;
	border: 1px solid #006600;
	color: #000000;
}

h1
{
    FONT-SIZE: 12pt;
    COLOR:#000000;
    FONT-FAMILY: Arial, Verdana;
    font-weight: bold;
}
.message
{
    FONT-SIZE: 10pt;
    font-weight: bold;
    COLOR: #FF0000;
}

.messagegreen
{
	font-size: 10pt;
	font-weight: bold;
	color: #BEDFE4;
}

.messageblue{
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
}

.big{
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.small {
	font: verdana;
	font-size: 8pt;
	font-weight: normal;
}

.small a:link, .small a:visited{
	color: #000000;
}

.small a:hover, .small a:active{
	color: #006600;
}

.title{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

a:link, a:visited {
	
	color: #006633;
}

a:hover, a:active {
	
	color: #00CC33;
}
/* Header Section */

#header {
	/*border-top: 3px solid #006633;*/
	/*border-bottom: 1px dotted #006633;*/
	height: 3em;
}
#header .title {
	font:  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: #B51032;
}

/* Navigation */

#navigation {
	/*width: 200px;*/
	/*top: 200px;5em;*/
	left: 1em;
	width: 200px; /*13em;*/	
	/*position:absolute;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #01879B;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/*border-top: 1px solid #01879B;
	border-left: 1px solid #01879B;
	border-right: 1px solid #01879B;*/
	background-color: #BEDFE4;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover {
	background-color: #01879B;
	color: #000000;
}
#navigation ul ul {
	margin-left: 5px;/*10px;*/
}
#navigation ul ul li {
	/*border-bottom: 1px solid #01879B;*/
	margin:0;
	background-color: #D5F7FC; /*#CCFFCC;*/
	color: #006633;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #DBF8FC; /*#CCFFCC;*/
	color: #01879B;
}
#navigation ul ul a:hover {
	background-color: #10B9D2;/*#006633;*/
	color: #FFFFFF;
}

/* Main Content */

#content 
{
	/*margin-top:3px;*/
	/*margin-left: 3px;*/
	/*margin-right: 3px;*/
}
/*h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}*/

h2 {
	font: 130% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #006633;
}
#content p {
	font-size: 10pt;
	/*line-height: 12px; */
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}


/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 70%;
}
.BlueDark
{
    background-color: #3D8AC3 ; /*#509868; /* #006633; */

}

.BlueLight
{
    background-color: #80C1E2;
}

.GrayDark
{
    background-color: #B4B1B1 ; /*#509868; /* #006633; */

}

.GrayLight
{
    background-color: #EAE7E7;
}
.GreenDark
{
    background-color: #84AEB4 ; /*#509868; /* #006633; */
}

.GreenLight
{
    background-color: #BEDFE4;
}


.HeaderStyle
{
    background-color: #84AEB4 ; /*#509868; /* #006633; */
    color: Black;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #BEDFE4;
}

.HeaderStyle2 /*Dark Blue */
{
    background-color: #3D8AC3 ; /*#509868; /* #006633; */
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle2 /*Light Blue*/
{
    background-color: #80C1E2;
}

.HeaderStyle3 /*Dark Gray*/
{
    background-color: #B4B1B1 ; /*#509868; /* #006633; */
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle3 /*Light Gray*/
{
    background-color: #EAE7E7;
}
.SpecialColumn
{
	background-color: #CCCCCC;/*#80C1E2;*/
}

.SpecialColumnDark
{
	background-color: #B4B1B1;/*#80C1E2;*/
}

.AmountEmphasis
{
    font-weight: bold;
}

.AmountEmphasisRed
{
    color: Red;
    font-weight: bold;
}

.AmountNormal
{
    color: #000000;
    
}

.RowStyle
{
}

.SelectedRowStyle
{   
    background-color: #33FFCC;
    font-style: italic;
    font-weight: bold;
}

.FooterStyle
{
    background-color: #BEBEBE;
    color: White;
    text-align: right;
    font-weight: bold;
}

.SortHeaderRowStyle
{
    /*background-color: #c00;*/
    text-align: left;
    font-weight: bold;
    /*color: White;*/
}

.Warning
{
    color: Red;
    font-weight: bold;
    font-style: italic;
    font-size: x-large;
}



