﻿/*Clean up for different browser*/
body
{
	margin-top:0px;
	background-color:#e8e9e7;
	}

h2
{
	font-size:13pt;	
	margin:0px;
}
	
h3
{
	font-size:13.5pt;
	color:#26610C;
	margin:0px;
	}

h4
{
	font-size:12pt;
	margin:0px;
}

p
{
	margin:0px;
	}

a
{
	color: #669900;
	}
	


/*Master Page*/
.MainTreeView
{

}

.TreeLevel0 .SelectedNode
{
	/*background-image:url("images/bullet-black.gif");*/
	background-position:left ;
	background-repeat:no-repeat;
	font-weight:bold;
	
}

.TreeLevel0
{
	width:128px;
	background-color:#35720B;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	font-weight: bold;
	font-size: 10pt;
	color:white;
	border-top-style:solid;
	border-top-color:#35720B;
	border-left-width:1px;
	border-left-color:#35720B;
	border-left-style:solid;	
	border-bottom-width:1px;
	border-bottom-color:#DCE8BD; 
	border-bottom-style:solid;
	

}


.TreeLevel1 a.HoverOverStyle
{
	color: #CCCCCC;
}

.TreeLevel1 .SelectedNode
{
	background-image:url("images/bullet-black.gif");
	background-position:left ;
	background-repeat:no-repeat;
	font-weight:bold;
}

.TreeLevel1
{
	text-decoration: none;
	width: 118px;
	background-color:	#DCE8BD; 
	text-decoration: none;
	height:50;
	padding: 5px 5px 5px 10px;
	font-weight:	normal;
	font-size: 9pt;
	color:	Black;
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #426300;

	border-left-width:1px;
	border-left-color:#426300;
	border-left-style:solid;	
}

.ParentNode .SelectedNode
{
	background-image:url("images/bullet-black.gif");
	background-position:left ;
	background-repeat:no-repeat;
	font-weight:bold;
	background-color:#999999;
}

.ParentNode 
{
	text-decoration: none;
	width: 118px;
	text-decoration: none;
	padding:5px 5px 5px 10px;
	font-weight:	normal;
	font-size: 9pt;

	border-top-style:solid;
	border-top-color:#426300;

	border-left-width:1px;
	border-left-color:black;
	border-left-style:solid;	
	background-color:#DCE8BD; 
}

.TreeLevel2 a.HoverOverStyle
{
	color: #999999;
}

.TreeLevel2 .SelectedNode
{
	background-image:url("images/bullet-black.gif");
	background-position:left ;
	background-repeat:no-repeat;
	font-weight:bold;
}

.TreeLevel2
{
	text-decoration: none;
	background-color:	#F7F8F5;
	text-decoration: none;
	width: 103px;
	padding: 5px 5px 5px 13px;
	font-weight:	normal;
	font-size: 9pt;
	color:	Black;
	border-left-width:10px;
	border-left-color:#35720B;
	border-left-style:solid;	
/*	
	border-bottom-width:1px;
	border-bottom-color:#426300;
	border-bottom-style:solid;
*/
}

.NodeStyle a.NodeStyle
{
	background-color:Transparent;
}

.NodeStyle 
{
	display:block;
	border-right-style:solid;
	border-right-color:#426300;
	border-right-width:1px;
}

.ContentMenuOptions
{
	text-align:left; 
	text-indent:5px;
	vertical-align:middle;
	font-family:Verdana;
	font-weight:bold;
	font-size:9.5pt;
	color:White;
	text-decoration:none;
	float:left;
	border-left-style:solid; 
	border-left-width:1px; 
	padding-top:1px;
	background-color:Black;
	
}

.ContentMenuOptionsFirst
{
	
	text-align:left;  
	text-indent:5px;
	vertical-align:middle;
	font-family:Verdana;
	font-weight:bold;
	font-size:9.5pt;
	color:White;
	text-decoration:none;
	float:left;
	padding-top:1px;
	background-color:Black;
}

#banner
{
	background-color:white;
	height:151px;
	background-image:url("images/banner.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
	width:100%;
}

#InstutionBannerText
{
	position:relative; 
	text-align:left;
	color:Black;
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
}

.InstutionBannerTextLeft
{
	position:absolute;
	left:150px;
	top:40px;
	width:200px;
	}

.InstutionBannerTextRight
{
	position:absolute;
	left:350px;
	top:40px;
	width:200px;
	}
	
#menu
{
	width:100%;
	margin:0px 0px 0px 0px;
	
}

.BreadCrum
{
	clear:both;
	/*height:20px;*/
	width:100%;
	font-size:small;
	padding:1px 0px 3px 0px;
}

.NavBar
{
	clear:both;
	background-color:Transparent;
	width:150px;
	float:left;
}
	
#content
{
	float:right;
	width:587px;
	margin-right:13px;
	text-align:left;
	font-family:Verdana;
	font-size:9.5pt;
	margin-left:10px;
}

.ProactiveDisclosure
{
	 background-color: #25AD31;
	 width:148px;
	 color:White;
	 font-size:small;
	 border-color:White;
	 border-width:1px;
	 border-style:solid;
}
.Seperator
{
	background-position: top; 
	background-image: url(images/gaptrouGreenFilled.gif); 
	background-repeat: repeat-y; 
	height: 15px; 
	background-color: #ffffff;
	width:148px;
	border-color:White;
	border-width:1px;
	border-style:solid;
}
.Seperator hr
{
	 
	color:Black;
	padding-bottom:0px;
	padding-left:0px;
	padding-top:0px;
	padding-top:0px;
	margin: 0px 0px 0px 0px;
}

.NavBar .ProactiveDisclosure A {
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	display: block; 
	color: #ffffff; 
	text-decoration: none
}
.NavBar .ProactiveDisclosure A:hover {
	display: block; 
	color: #ffcc00; 
	text-decoration: none;
	background-color:Black;
}
.footer { 
	clear: both; 
	font-size: 100%; 
	min-height: 40px; width: 100%; 
	height: 4.69em; 
	background-color: #fff;
}

.footer .footerline 
{
	width:759px;
	height:20px;
	background-image:url(./images/footer.jpg);
	background-repeat:no-repeat;
	margin-bottom:7px;
}

.footer A:link {
	color: #669900; 
	background-color: #fff;
}
.footer A:visited {
	color: #669900; 
	background-color: #fff
}
.LeftFooter {
	padding-right: 0px; 
	padding-left: 0px; 
	float: left; 
	padding-bottom: 0px; 
	margin: 0px; 
	width: 33.33%; 
	padding-top: 0px; 
	text-align: left; 
	font-size:smaller;
}
.CenterFooter {
	padding:10px 0px 0px 0px;
	float: left; 
	margin: 0px; 
	width: 33.33%; 
	font-size:smaller; 
	background-position: center top; 
	background-image: url(images/tphp.gif); 
	background-repeat: no-repeat; 
	text-align: center; 
}
.RightFooter {
	padding-right: 0px; 
	padding-left: 0px; 
	float: left; 
	padding-bottom: 0px; 
	margin: 0px; 
	width: 33.33%; 
	padding-top: 0px;
	text-align: right; 
	font-size:smaller;
}

.firstDiv
{
	font-family: Verdana;
	width:786px;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
}

.SecondDiv
{
	margin-left:13px;
	width:760px;
}

.ThirdDiv
{
	
}

/*Default*/
.pnlContent
{
	display:inline;
	float:left;
	width:400px;
	}

.pnlRightMenu
{
	display:inline;
	float:right;
	width:177px;
	text-align:left;
	margin-left:10px;
}

/*DeclarationView & DeclarationViewMember*/

.DisclosureSummaryLabelBold
{
	font-weight:bold;
	font-family:Arial;
	font-size:10px;
	margin-left:20px;
	}	
	
.DisclosureSummaryLabel
{
	font-weight:normal;
	font-family:Arial;
	font-size:10px;
	margin-left:30px;
	overflow:hidden;
	}	

.LeftRightMargin 
{
    margin-right: 5px;
}

.highlight
{
    background-color: #CCCCCC;
    padding: 5px 2px 5px 2px;
}

.BoldRed
{
    font-weight: bold;
    color: #FF0000;
}


/*Classes for the html editor replicated in the public web site*/
.bigLightGreyLinkButton
{
	background-image:url("images/LightGrey.gif");
	background-repeat:no-repeat;
	width:193px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	padding-top:7px;
	line-height:20px;
}

.bigLightGreyLinkButton:hover
{
	background-image:url("images/Grey.gif");
}

.bigLightGreyLinkButton a
{
	text-decoration:none;
	color:White;
}

.bigLightGreyLinkButtonWithList
{
	background-image:url("images/LightGrey.gif");
	background-repeat:no-repeat;
	width:193px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	padding-top:7px;
	line-height:20px;
}

.bigLightGreyLinkButtonWithList:hover
{
	background-image:url("images/Grey.gif");
}

.bigLightGreyLinkButtonWithList a
{
	text-decoration:none;
	color:White;
}

.mediumLightGreyLinkButton
{
	background-image:url("images/LightGrey55.gif");
	background-repeat:no-repeat;
	width:193px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	line-height:49px;
}

.mediumLightGreyLinkButton:hover
{
	background-image:url("images/Grey55.gif");
}

.mediumLightGreyLinkButton a
{
	text-decoration:none;
	color:White;
}


.mediumLightGreyButtonLinkWithList
{
	background-image:url("images/LightGrey55.gif");
	background-repeat:no-repeat;
	width:193px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	line-height:49px;
}

.mediumLightGreyButtonLinkWithList:hover
{
	background-image:url("images/Grey55.gif");
}

.mediumLightGreyLinkButtonWithList a
{
	text-decoration:none;
	color:White;
}

.smallLightGreyLinkButton
{
	background-image:url("images/SmallLightGrey.gif");
	background-repeat:no-repeat;
	width:193px;
	height:33px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	/*font-size:10pt;*/
	font-weight:bold;
	line-height:29px;
	padding-left:14px;

}

.smallLightGreyLinkButton a
{
	text-decoration:none;
	color:White;
}

.smallLightGreyLinkButtonWithList
{
	background-image:url("images/SmallLightGrey.gif");
	background-repeat:no-repeat;
	width:193px;
	height:33px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:29px;
	padding-left:14px;
}

.smallLightGreyLinkButtonWithList a
{
	text-decoration:none;
	color:White;
}

.bigLightGreyButton
{
	background-image:url("images/LightGrey.gif");
	background-repeat:no-repeat;
	width:193px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	padding-top:7px;
	line-height:20px;
}

.bigLightGreyButton a
{
	text-decoration:none;
	color:White;
}

.bigLightGreyButtonWithList
{
	background-image:url("images/LightGrey.gif");
	background-repeat:no-repeat;
	width:193px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	padding-top:7px;
	line-height:20px;
}

.bigLightGreyButtonWithList a
{
	text-decoration:none;
	color:White;
}

.mediumLightGreyButton
{
	background-image:url("images/LightGrey55.gif");
	background-repeat:no-repeat;
	width:193px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	line-height:49px;
}

.mediumLightGreyButton a
{
	text-decoration:none;
	color:White;
}

.mediumLightGreyButtonWithList
{
	background-image:url("images/LightGrey55.gif");
	background-repeat:no-repeat;
	width:193px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	line-height:49px;
}

.mediumLightGreyButtonWithList a
{
	text-decoration:none;
	color:White;
}

.smallLightGreyButton
{
	background-image:url("images/SmallLightGrey.gif");
	background-repeat:no-repeat;
	width:193px;
	height:33px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	/*font-size:10pt;*/
	font-weight:bold;
	line-height:29px;
	padding-left:14px;

}

.smallLightGreyButton a
{
	text-decoration:none;
	color:White;
}

.smallLightGreyButtonWithList
{
	background-image:url("images/SmallLightGrey.gif");
	background-repeat:no-repeat;
	width:193px;
	height:33px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:29px;
	padding-left:14px;
}

.smallLightGreyButtonWithList a
{
	text-decoration:none;
	color:White;
}

.bigLightGreenButton
{
	background-color:#35720B ;
	width:179px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	padding-top:7px;
	line-height:20px;
}

.bigLightGreenButton a
{
	text-decoration:none;
	color:White;
}

.bigLightGreenButtonWithList
{
	background-color:#35720B ;
	width:179px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	padding-top:7px;
	line-height:20px;
}

.bigLightGreenButtonWithList a
{
	text-decoration:none;
	color:White;
}

.mediumLightGreenButton
{
	background-color:#35720B ;
	width:179px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	line-height:49px;
}

.mediumLightGreenButton a
{
	text-decoration:none;
	color:White;
}

.mediumLightGreenButtonWithList
{
	background-color:#35720B ;
	width:179px;
	height:55px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:14px;
	line-height:49px;
}

.mediumLightGreenButtonWithList a
{
	text-decoration:none;
	color:White;
}

.smallLightGreenButton
{
	background-color:#35720B ;
	width:179px;
	height:33px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	/*font-size:10pt;*/
	font-weight:bold;
	line-height:29px;
	padding-left:14px;

}

.smallLightGreenButton a
{
	text-decoration:none;
	color:White;
}

.smallLightGreenButtonWithList
{
	background-color:#35720B ;
	width:179px;
	height:33px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:29px;
	padding-left:14px;
}

.smallLightGreenButtonWithList a
{
	text-decoration:none;
	color:White;
}

.listBackground
{
	background-image:url(images/ListBackground.gif);
	background-repeat:repeat-y;
	width:193px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding:0px;
	margin:0px;
}
.listGreenBackground
{
	background-color:#DCE8BD;
	width:193px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding:0px;
	margin:0px;
}
.listBorderItem {
	padding:8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}


.listBorderItemWithLine
{
	border-bottom:1px solid #c1bcbc;
	padding:8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.listWithSpace 
{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	list-style-image: url(images/bullet.gif);
}

.listWithSpace a
{
	text-decoration:none;
	color:Black;	
}

.greenFeatureBox
{
	background-color:#DDE8BE;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	height:250px;
	padding-left:6px;
	padding-right:5px;
	/*padding-top:10px;*/
}

.greenBox
{
	padding-top:5px;
	width:100%
}

.greenBoxLeft
{
	float:left;
	width:32%;
	padding-right:2px;
}

.greenBoxRight
{
	float:right;
	text-align:left;
	width:67%
}

.imageWrappedLeft
{
	float:left;
	}
.imageWrappedRight
{
	float:right;
	}

.arrowList
{
	list-style-image: url(images/bullet.gif);
	padding-left:0px;
	margin-left:15px;
}
.arrowListIndented
{
	list-style-image: url(images/bullet.gif);
	margin-left:15px;
	padding-left:15px;
}
