﻿
h1
{
    width: 100%;
     color:Black;
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    
   
}

h2
{
    color:Black;
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
}

h3
{
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
}



.Link
{
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
    color: #006633;
}

.Link:Hover
{
    font-size: 9pt;
    text-decoration: underline;
    color: #7C6F57;
}

.LinkSmall
{
    font-size: 7pt;
    font-weight: bold;
    text-decoration: underline;
    color: #006633;
}

.LinkSmall:Hover
{
    font-size: 7pt;
    text-decoration: underline;
    color: #7C6F57;
}



.GridHeader
{
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.GridHeader:Hover
{
    font-size: 8pt;
    text-decoration: none;
    color: LightGoldenrodYellow;
}
.FormFieldSet
{
    border-right: #00923f 1px solid;
    border-top: #00923f 1px solid;
    border-left: #00923f 1px solid;
    border-bottom: #00923f 1px solid;
}

.Separator
{
    background-color: #ffffff;
    color: Black;
}

.SeparatorDetails
{
    background-color: lightgray;
    color: Black;
     
}




.Button
{
	  background-color: #006633;
	color:#FFF;
	padding: 3px 4px 3px 2px;
	margin: 1px;
	font-size:.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:2px solid #DCE4F9;
	border-bottom:2px solid #a7bad5;
	border-right:2px solid #a7bad5;
	white-space:nowrap;
	display: inline-table;
	display: inline-block;
}


.Button:ACTIVE
{
	text-decoration: none;
	color: #fff;
}


.Button:HOVER
{
	text-decoration: none;
	color: #fff;
	border-color: #193e95;
	 
}

.FilterFrame
{
    border-bottom: #a7bad5 1px solid;
    border-left: #a7bad5 1px solid;
    border-top: #a7bad5 1px solid;
    border-right: #a7bad5 1px solid;
}
.RightBorder
{ 
    border-right: black 1px solid;
}

.errorIcon
{
    background:url(Icons/error.png) left top; width:16px; height:16px;}
}