﻿.PageHeader
{
    border-color: #a4b79b;
    border-width: 2px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

.PageHeaderTest
{	
	border-color: #a4b79b;
	border-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;	
}

div.LeftMenu
{
    border-color: #a4b79b;
    border-width: 2px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    /* background-color: #fbf6e9; */
    color: #2c4a93;
    font-size: 12px;
    width: 187px;
    
    /* gradient section */
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf6e9', endColorstr='#fefefc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fbf6e9), to(#fefefc)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fbf6e9, #fefefc); /* for firefox 3.6+ */ 
	/* End gradient section */
}

.LeftMenu a
{
    color: #2c4a93;
    padding-left: 4px;
    text-indent:-4px;
}


.LeftMenu td
{
    /*Handles formatting around the entire sub items*/
    border-color: #a4b79b;
    border-width: 1px;
    border-top-style: dotted;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    vertical-align: top;
    position: relative;
    top: -1px;
    padding-top: 3px;
	padding-bottom: 3px;
}


td.LeftMenuNode
{
    width: 187px;
    padding-left: 4px;    
}

.LeftMenu div td
{
    /* Remove the borders from the sub menu items*/
    border-top-style: none;
    border-bottom-style: none;
}

.LeftMenuSubNode a
{
    color: #2f7131;
    padding-left: 4px; /* new for menu arrow spacing */   
}

.LeftMenuSelectedNode a
{
    color: #2f7131;
    font-weight: bold;
    padding-left: 4px; /* new for menu arrow spacing */
}

.LeftMenu div td img
{
    display: block; /*none */
}


.SectionTitle
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: #002981;
}

.SelectedSectionTitle
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #2f7131;
    width: 165px;
    margin: 0px 5px 0px 5px;
}

.SelectedSectionTitle_noBorderBottomStyle
{
    border-bottom-style:none;
    border-bottom-width: 0px;
    border-bottom-color: #2f7131;
    width: 165px;
    margin: 0px 5px 0px 5px;
}

.SectionHeader
{
    color: #2f7131;
    font-weight: bold;
}

.Heading2
{
    color: #2f7131;
}

.SubHeading /*Renamed from Subtitle*/
{
    color: #2f7131;
    line-height:15px;
	font-size:12px;
	font-family:Lucida Sans, Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.SubHeading a
{
    color: #2f7131;
    line-height:15px;
	font-size:12px;
	font-family:Lucida Sans, Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.Subtitle /*Renamed to SubHeading*/
{
    color: #2f7131;
}

a
{
    color: #2f7131;
}

li
{
    list-style-type: disc;
    color: #2f7131;
    list-style-image: none;
}

H1
{
    /*style configured in stylesheet1.css*/
}

H2
{
    /*Rest of style configured in stylesheet1.css*/
    color: #2f7131;
}

H3
{
	/*Rest of style configured in stylesheet1.css*/
	color: #2f7131;
}

.Heading3
{
	color: #2f7131;
	/*Rest of style configured in stylesheet1.css*/
}

.SmallerLinks
{
	font-family: Lucida Sans, trebuchet MS, Arial, Helvetica, Sans serif;
	font-size: 10px;
	color: #8c6a07;
}
.SmallerLinks:hover
{
	text-decoration: underline;
}

.SmallerLinks:Active
{
	font-weight: bold;
}

.GridHeader
{
	background-color: #2f7131;
}

.GridAltItem td
{
	background-color: #f0f5f0;
	font-family: Lucida Sans, trebuchet MS, Arial, Helvetica, Sans serif;
	font-size: 12px;
	line-height: 33px;
	color: Black;
}
 
.GridItem td
{
	background-color: white;
	font-family: Lucida Sans, trebuchet MS, Arial, Helvetica, Sans serif;
	font-size: 12px;
	line-height: 33px;
	color: Black;
}
 
.BorderedImage
{
    border: solid thin #2f7131;
}


.WIWRightMenu_Title  /*Renamed from Subtitle*/
{
	color: #2f7131;
	line-height:15px;
	font-size:12px;
	font-family:Lucida Sans, Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.WIWRightMenu_Link  /*Renamed from Subtitle*/
{
	color: #0c2e82;
	line-height:15px;
	font-size:12px;
	font-family:Lucida Sans, Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.WIWRightMenu_Link:hover
{
	text-decoration: underline;
}

.WIWRightMenu_Link:Active
{
	font-weight: bold;
}

.AutoTitles
{
	color: #2f7131;
	/*Rest of style configured in stylesheet1.css*/
}
