﻿/************************* Module Layout Styles *************************/
div.FootholdBase, html.FootholdBase{
	font-size: 11px;
	color: #3F320C;
	font-family: Verdana, Helvetica, sans-serif
}
.FootholdBase .ModuleTitle{
	margin: 0;
	position: relative
}
.RightPane .FootholdBase .ModuleTitle{
	background-color: #e3e1e2;
	padding: 5px 10px;
	font-size: 14px
}
.FootholdBase h1 {
	font-size: 15px;
	margin-bottom: 5px
}
.FootholdBase .ModuleTitle .ModuleButton {
	position: absolute;
	right: 0
}
.FootholdBase .ModuleContent, .FootholdBase p{
	margin: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 18px
}
.ContentPane .FootholdBase {
	padding-left: 15px
}
.RightPane .FootholdBase .ModuleContent{
	line-height: 18px
}
/*====================================Module Content Text Styles====================================*/
.Highlight1{
	font-weight: bold;
	color: #bc2402
}
.FootholdBase .Highlight1{
	font-weight: bold;
	color: #bc2402
}
.Highlight2{
	font-size: 15px;
	line-height: 20px
}
.FootholdBase .Highlight2{
	font-size: 15px;
	line-height: 20px
}
.FootholdBase h1, .FootholdBase .Head{
	font-weight: bold;
	font-size: 14px;
	color: #333333
}
.FootholdBase h2, .FootholdBase .SubHead{
	font-size: 13px;
	color: #333333;
	margin-bottom: 0px
}
.FootholdBase h3, .FootholdBase h4, .FootholdBase h5, .FootholdBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px
}
.FootholdBase .NormalSmall{
	font-weight: normal;
	font-size: 9px;
	color: #3F320C;
	font-family: Verdana, Helvetica, sans-serif
}
.FootholdBase a{
	color: #bc2402;
	text-decoration: underline
}
.FootholdBase a:hover, .FootholdBase a.sitelink:hover{
	color: black;
	text-decoration: underline
}
.FootholdBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none;
	border-bottom: 2px dotted #ccc;
	background: #F0F0F0
}
.FootholdBase ul li{
	font-weight: normal;
	font-size: 11px;
	color: #333;
	padding-left: 10px;
	margin: 0
}
.FootholdBase ol li{
	font-weight: normal;
	font-size: 11px;
	color: #3F320C;
	padding-left: 10px;
	margin: 0
}
.FootholdBase ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.FootholdBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #3F320C;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
}
.FootholdBase .Button, .FootholdBase a.Button, .FootholdBase a:link.Button, .FootholdBase a:visited.Button, .FootholdBase a:hover.Button, .FootholdBase a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 11px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #800228;
	text-align: center;
	text-decoration: none
}
.FootholdBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px
}