﻿/************************* Module Layout Styles *************************/
div.HuntBase, html.HuntBase, html.HuntBase td{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif
}
.LeftPane div.HuntBase{
	padding-left:15px;
	padding-right:15px
}
.HuntBase .ModuleTitle{
	vertical-align: bottom;
	text-align: left;
	height: 30px
}
.HuntBase .ModuleTitle h1{
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #656565;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 20px
}
.HuntBase .ModuleContent{
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: top;
	font-family: Verdana, Helvetica, sans-serif;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #AE9327;
	font-family: Verdana, Helvetica, sans-serif
}
.HuntBase .Highlight{
	font-weight: bold;
	color: #AE9327;
	font-family: Verdana, Helvetica, sans-serif
}
.HuntBase h1, .HuntBase .Head{
	font-weight: bold;
	font-size: 14px;
	color: #656565;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	height: 16px
}
.HuntBase h2, .HuntBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #AE9327
}
.HuntBase h3, .HuntBase h4, .HuntBase h5, .HuntBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #AE9327;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
.HuntBase p, .HuntBase .Normal{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Helvetica, sans-serif
}
.HuntBase a, .HuntBase a:link, .HuntBase a:visited, .HuntBase a:active{
	color: #8B1D0A;
	text-decoration: underline
}
.HuntBase a:hover{
	color: #AE9327;
	text-decoration: underline
}
.HuntBase 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
}
.HuntBase ul li{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	list-style: url(bullet.gif);
	margin: 0
}
.HuntBase ol li{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	margin: 0
}
.HuntBase ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.HuntBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.HuntBase .Button, .HuntBase a.Button, .HuntBase a:link.Button, .HuntBase a:visited.Button, .HuntBase a:hover.Button, .HuntBase 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: 12px;
	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: #8B1D0A;
	text-align: center;
	text-decoration: none
}
.HuntBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px
}
