﻿html,   body

 body {
	font-family:Century Gothic;
	font-size: 8pt;
}


/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a.TreeView:link 
{
    color:Red;
	text-decoration:none;
	}

a.TreeView:visited 
{
    color:Red;
	text-decoration:none;
	}

a.TreeView:hover {
	color:red;
	text-decoration:none;	
	}

a.TreeView:active {
	color:#669966;
	}
	
.GridView a:link {
text-decoration:none;
color:Black;
}
.GridView a:visited  {
    text-decoration:none;
    color:Black;
}
.GridLink a:hover    {
    text-decoration:underline;
    color:green;
}
.GridLink a:active   {
    text-decoration:none;
    color:gray;
}
.GridHeader
{
    background-image: url(bg_nav.gif);
    height: 16px;
    font-weight: bold;
    font-size: 9pt;
    color: white;
}
.DVOptional
{
}


	
/******************
HEADINGS
******************/

h1 
{
    font-family:AvantGarde Md BT;
	font-size:14pt;
	color: #990000;
	}

h2 {
	font-size:10pt;
	color: #990000;
	}

h3
{
    font-size: 14pt;
    color: #7395C1;
}
	
h4 {
	font-size:13pt;
	color: #990000;
	}
	
h5 {
	font-size:12pt;
	color: #7395C1;
	}
	
h6 {
	font-size:11pt;
	color: #7395C1;
	}
	
#content-container 
{
    width:100%;
    height:100%;
    margin:0px 0px 0px 0px;
    table-layout:fixed;
}
	
#content-left
{
    background-color: #EFEFEF;
    vertical-align: top;
    width: 150px;
}

#content {
	background-color:#FFFFFF;
	border-left:1px dashed #D0D0BF;
	vertical-align:top;
	font-size:8pt;
}

#footer
{
    width: 100%;
    font-size: 8pt;
    border-bottom: darkgray 1pt solid;
    border-right: medium none;
    border-top: darkgray 1pt solid;
    border-left: medium none;
    padding-bottom: 4px;
    padding-top: 4px;
}

#title
{
    font-size: 12pt;
    color: white;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    background-image: url(bg_nav.gif);
}

.TableGrey
{
    border-right: #999999 1px solid;
    table-layout: auto;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
    font-family: Verdana;
    background-color: #efefef;
    border-collapse: collapse;
}
.rowmouseover
{
    background-color: #91b4e2;
    color: white;
}
.rowmouseout
{
    background-color: #efefef;
    color: black;
}
.fieldheader
{
    font-weight: bold;
}