﻿body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	background-image: url(App_Master_Images/sitebkgrd.gif);
	color: #000000;
	font-family: Calibri;
}

input 
{
    font-family: Calibri;
    font-size: 90%;
}

select
{
    font-family: Calibri;
    font-size: 90%;
}


/* Header Section */
#header {

}

#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: Black;
}

.HomeHead
{
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

.ContentHead
{
    background-color: Silver;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    font-weight: normal;
    color: Black; 
    font-family: Calibri;
    font-size: 18px;
    width: 768px;
    text-indent: 10px;
    height: 30px;
    vertical-align: middle;
}

.SubContentHead
{
	border-bottom: #999966 thin solid;
    color: #999966;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    width: 768px;
}

.ContentMargin
{
    width: 10px;
    white-space:nowrap;
}

/* Navigation */
#navigation {
	width: 200px;
	top: 5em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Calibri;
	font-size:90%;
}

.MenuMargin
{
    width: 140px;
    white-space:nowrap;
}

.MenuHeader, .MenuHeader:link, .MenuHeader:visited
{
	font-family: Calibri;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    color: black;     
}

.MenuHeader:hover
{
	font-family: Calibri;
    font-size: 20px;
    text-decoration: underline;
    letter-spacing: 0;
    text-align: center;
    color: #588750;     
}

A.SiteLink, A.SiteLink:link, A.SiteLink:visited, A.SiteLink:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: black;
    font-size: 11px;
}   

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited, A.SiteLinkBold:hover
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold;
}

A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: #588750;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
}

A.MenuUnselected:hover
{
    color: #588750;
    text-decoration: underline;
    padding-left: 10px;
}

A.MenuSelected
{
    color: white;
    font-family: Calibri;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
}

A.MenuSelected:hover
{
    color: white;
    font-family: Calibri;
    text-decoration: none;
    padding-left: 10px;
}

/* Main Content */
#content 
{
	margin-top:1em;
	margin-left: 16em;
	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: #900;
    color: White;
    font-weight: bold;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}

/* Misc Styles */
.ErrorText
{
    color: red;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
    height: 15px;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    vertical-align: top;
    text-align: left;
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;    
}

.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    width: 200;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
}

.EditTextBoxMultiLine
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    width: 400;
    height: 50;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
}

.NormalControl
{
    font-family: Calibri;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
}

.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
}

.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    vertical-align: top;
}

.NormalButton
{
    font-family: Calibri;
    font-size: 11px;
    font-weight: normal;
    /* background-color: Navy; */
    border-width: 1px;
    border-style: solid;
    border-color: black; 
    height: 18px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
}

.NormalColumnHeader
{
    font-family: Calibri;
    font-size: 11px;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #E8E8E8; 
    text-align: left;
    vertical-align: middle;
}

.NormalColumnHeaderCentered
{
    font-family: Calibri;
    font-size: 11px;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #E8E8E8; 
    text-align: center;
    vertical-align: middle;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
    vertical-align: top;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    vertical-align: top;    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    vertical-align: top;   
}

A:link, A.Link:link, A.Link:visited, A.Link:hover
{
    text-decoration: none;
    color:  black;
}

A, A:hover
{
    text-decoration: none;
    color:  black;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

.editViewHeaderBG
{
    BACKGROUND: #E3EDF7;
}
.contentTableBlue
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #004C9B;
    FONT-FAMILY: Calibri;
	padding: 0 5 0 5;
    TEXT-DECORATION: none
}
.contentTableGrey
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #333333;
    FONT-FAMILY: Calibri;
	padding: 0 5 0 5;
    TEXT-DECORATION: none
}
.contentTableBlueLink
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #004C9B;
    FONT-FAMILY: Calibri;
    TEXT-DECORATION: none
}
.contentTableHeaderBG
{
    BACKGROUND: #F2F7FC;
}
.contentTableRowBG
{
    BACKGROUND: #FFFFFF;
}
.contentTableAltRowBG
{
    BACKGROUND: #F7F7F7;
}

/* search engine results */
.search-engine
{
   font-family: Calibri;
   font-size: 14px;
}

.search-engine tr.header
{
   font-size: 18px;
   font-weight: bold;
}

.search-engine tr.normal
{
   BACKGROUND: #FFFFFF;
}

.search-engine tr.normal:hover, .search-engine tr.alternate:hover
{
	background-color: silver;
	color: black;
	font-weight: bold;
}

/* grid view */
.grid-view
{
   padding: 2;
   font-family: Calibri;
   font-size: 14px;
}

.grid-view tr.header
{
   BACKGROUND: #F7F7F7;
   font-weight: bold;
}

.grid-view tr.normal
{
   BACKGROUND: #FFFFFF;
}

.grid-view tr.alternate
{
   BACKGROUND: #F5F5F5;
}
.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
	background-color: silver;
	color: black;
	font-weight: bold;
}

.tabs
{
	position:relative;
    top:1px;
}

.tab
{
	border:solid 1px black;
    background-color: Silver;
    padding:2px 5px;
}

.selectedTab
{
	background-color:white;
    border-bottom:solid 1px white;
}

.tabContents
{
	border:solid 1px black;
    padding:5px;
    background-color:white;
}