﻿body
{
	background-attachment: fixed;
	background-image: url(../Images/bggradient.jpg);
	/*background-color:White;*/
	/*burning flames http://www.sagebb.com/Images/gradient.jpg*/
	background-repeat: repeat-x;
}
p {
 font-size: 12pt;
 font-family: Arial;
 background-color: White;
}
.borderBlackBox
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
}
.borderBlackRight
{
		border-right: #000000 thin solid;
	}
/*#content a
{
	color: #0000e2;
	text-decoration: none;
}
#content a:hover
{
	color: #0000ff;
	text-decoration: underline;
}*/

#linklist ul li {
	list-style-type: none;
	margin-top: 10px;
}

#linklist a {
	font-weight: bold;
	color: #330099;
	text-decoration: none;
}

#linklist a:hover {
	font-weight: bold;
	color: #0000cc;
	text-decoration: underline;
}

.header, h2,.head2
{
		margin-top: 0px;
	padding-top: 0px;
		font-weight: bold; 
		font-size: 16pt;
                    text-decoration: underline; font-family: Arial
}
.MenuStyle, .MenuStyle a
{
	/*<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
                        <DynamicHoverStyle BackColor="#666666" ForeColor="White" />
                        <DynamicMenuStyle BackColor="#E3EAEB" />
                        <StaticSelectedStyle BackColor="#1C5E55" />
                        <DynamicSelectedStyle BackColor="#1C5E55" />
                        <DynamicMenuItemStyle HorizontalPadding="3px" VerticalPadding="2px" />

BackColor="#E3EAEB" DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#666666" StaticSubMenuIndent="10px" Width="160px" */
	background: #E3EAEB;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	width: 200px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	text-align:left;
}


.MenuStyle a:hover
{
	color: #E3EAEB;
	background-color: threeddarkshadow;
}

.selectedMenuItem
{
	font-weight: bold;
}


/* Date styles */
.dateStyles
{
	font-size: 12px;
}

.head, .dateStyles .head { font-weight: bold;}
.adobeStyle
{
	color: maroon;
	font-size: x-small;
	font-family: Tahoma;
}	
.legendStyle
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-top-color: black;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-style: solid;
}	
.featurespagestyle
{
	font-weight: bold;
	color: black;
	font-family: Tahoma;
	font-size: small;
}

.datagridItem td, .datagridItemAlt td, 
.DocsDatagridItem td, .DocsDatagridItemAlt td
{
	border-bottom: #cedce5 1px solid;
}
.datagridItemAlt td, .DocsDatagridItemAlt td
{
	background-color: #fff;
}

.DocsDatagridItem a, .DocsDatagridItemAlt a {	text-decoration:none;color:Navy	}
.DocsDatagridItem a:hover, .DocsDatagridItemAlt a:hover {	text-decoration:underline;color:blue		}
	
/*.datagridItem td td, .datagridItemAlt td td
{
	border-bottom-style: none;
}

*/

.linkButton{
text-decoration: none;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
background-color: navy;
color: white;
line-height: 60px;
font-weight: bold;
}

.linkButton:hover {background-color: Yellow;color: Black;}