﻿/*=============================Page  Layout Styles=============================*/
body, html{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%
}
#htmlBody{
	background-color: #636363
}
.Subscription .Email .Field{
	width: 145px !important;
}
.Subscription .Introduction{
	padding-top: 10px;
	padding-bottom: 5px;
}
.Banner {
	background: url(banner.gif) no-repeat;
	position: relative;
	border-bottom: #afafaf solid 3px
}
.SearchPane{
	position: absolute;
	bottom: 1px;
	right: 20px;
	height: 38px;
	background: url(search_bg_middle.gif) no-repeat 63px top
}
.SearchText,.SearchButton{
	float: left
}
.SearchInput {
	width: 115px;
	padding: 0px 5px;
	background-color: transparent;
	margin: 0;
	margin-top: 12px;
	height: 13px;
	font-size: 9px;
	color: #fff;
	border: 0;
	float: left
}
.Pane2 {
	background: url(bg2pane.gif) repeat-y;
	margin-top: 15px
}
.Pane3 {
	background: url(bg3pane.gif) repeat-y;
	margin-top: 15px
}
.LeftPane {
	padding-left: 4px
}
.ContentPane, .RightPane {
	padding-top: 15px
}
.ContentPane{
	padding-right: 15px
}
.RightPane {
	padding-left: 10px
}
.HNMenuLevel1{
	color: #fff;
	border-top: 1px dashed #9B9B9B;
	display: block;
	text-indent:10px;
	background-color: #C2C2C2
}
.HNMenuLevel1Selected{
	background-color: #636363;
	border-top: 1px dashed #9B9B9B;
	display: block;
	text-indent: 10px
}
.HNMenuLevel2{
	border-top: 1px dashed #9B9B9B;
	display: block;
	background-color: #C2C2C2;
	text-indent: 20px
}
.HNMenuLevel2Selected{
	background-color: #636363;
	border-top: 1px dashed #9B9B9B;
	display: block;
	text-indent: 20px
}
.HNMenuLevel3{
	background-color: #C2C2C2;
	border-top: 1px dashed #9B9B9B;
	display: block;
	text-indent: 30px
}
.HNMenuLevel3Selected{
	background-color: #636363;
	border-top: 1px dashed #9B9B9B;
	display: block;
	padding-top: 1px;
	text-indent: 30px
}
.HNMenuLevel1 a{
	color: #5B5B5B;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px
}
.HNMenuLevel2 a{
	color: #5B5B5B;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px;
	font-size: .9em
}
.HNMenuLevel3 a{
	color: #5B5B5B;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px;
	font-size: .9em
}
.HNMenuLevel1Selected a, .HNMenuLevel1Selected a:hover, .HNMenuLevel1 a:hover{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px
}
.HNMenuLevel2Selected a, .HNMenuLevel2Selected a:hover, .HNMenuLevel2 a:hover{
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px;
	font-size: .9em
}
.HNMenuLevel3Selected a, .HNMenuLevel3Selected a:hover, .HNMenuLevel3 a:hover{
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px;
	font-size: .9em
}
.ModuleTitle{
	vertical-align: bottom;
	text-align: left;
	height: 25px
}
.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button{
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: #333;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold
}
input.Button{
	line-height:12px
}
.Footer {
	background: #636363 url(footer.gif) no-repeat;
	font-size: 9px;
	color: white
}
.Footer a{
	color: white;
	text-decoration: none
}
.Footer a:hover {
	text-decoration: underline
}
.FooterMenu{
	float: left;
	width: 540px;
	padding-left: 20px;
	padding-top: 5px
}
.Copy {
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px
}
.nM {
	clear: both;
	text-align: center;
	color: #8C8C8C;
	padding-top: 20px
}
.nM a {
	color: #8C8C8C
}