﻿/************************* Module Layout Styles *************************/
div.HeartlandBox, html.HeartlandBox, html.HeartlandBox td{
	font-size: 11px;
	line-height: 15px;
	color: #3F320C;
	font-family: Verdana, Helvetica, sans-serif;
}
div.HeartlandBox{
	padding-bottom: 15px
}
.LeftPane div.HeartlandBox{
}
.HeartlandBox .ModuleTitle{
	background-color: #ddd9da;
	vertical-align: bottom;
	text-align: left;
	padding-left: 10px;
	color: #bc2402
}
.HeartlandBox .ModuleTitle h2{
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	color: #bc2402;
	margin: 0px;
	height: 20px
}
.HeartlandBox .ModuleContentTable{
	width: 100%;
	background-color: white
}
.HeartlandBox .ModuleContent{
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 10px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #bc2402;
}
.HeartlandBox .Highlight{
	font-weight: bold;
	color: #bc2402;
}
.HeartlandBox h1, .HeartlandBox .Head{
	font-weight: bold;
	font-size: 14px;
	color: #bc2402;
	height: 16px
}
.HeartlandBox h2, .HeartlandBox .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #bc2402
}
.HeartlandBox h3, .HeartlandBox h4, .HeartlandBox h5, .HeartlandBox h6{
	font-weight: bold;
	font-size: 12px;
	color: #bc2402;
}
.HeartlandBox p, .HeartlandBox .Normal{
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #3F320C;
}
.HeartlandBox a, .HeartlandBox a:link, .HeartlandBox a:visited, .HeartlandBox a:active{
	color: #bc2402;
	text-decoration: underline
}
.HeartlandBox a:hover{
	color: black;
	text-decoration: underline
}
.HeartlandBox b, .HeartlandBox strong{
	font-size: 11px;
	font-weight: bold
}
.HeartlandBox hr{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #c0c0c0 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: white
}
.HeartlandBox .Field{
	font-weight: normal;
	font-size: 10px;
	color: #3F320C;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
}
.HeartlandBox .Button, .HeartlandBox a.Button, .HeartlandBox a:link.Button, .HeartlandBox a:visited.Button, .HeartlandBox a:hover.Button, .HeartlandBox 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
}
.HeartlandBox input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px
}