﻿/************************* Module Layout Styles *************************/
div.BeggsBase, 
html.BeggsBase,
.BeggsBase td
{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
.LeftPane div.BeggsBase{
	padding-left:15px;
	padding-right:15px
}
.BeggsBase .ModuleButton {
	float: right;
	position: relative;
	top: -1em
}
.BeggsBase .ModuleTitle{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #494949;
	line-height: 20px
}
.BeggsBase .ModuleContent, .BeggsBase p, .BeggsBase .Normal{
	margin: 0;
	margin-bottom: 1em
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #E2AC1B
}
.BeggsBase .Highlight{
	font-weight: bold;
	color: #E2AC1B
}
.BeggsBase h2, .BeggsBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #D09E00
}
.BeggsBase h3, .BeggsBase h4, .BeggsBase h5, .BeggsBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #5F5F5F
}
.BeggsBase .NormalSmall{
	font-size: 9px
}
.BeggsBase a{
	color: #FF5F44;
	text-decoration: underline
}
.BeggsBase a:hover, .BeggsBase a.sitelink:hover{
	color: black;
	text-decoration: underline
}
.BeggsBase .NormalBold{
	font-weight: bold
}
.BeggsBase .NormalItalic{
	font-style: italic
}
.BeggsBase 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
}
.BeggsBase ul li{
	padding-left: 10px;
	margin: 0
}
.BeggsBase ol li{
	padding-left: 10px;
	margin: 0
}
.BeggsBase ul{
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 5px
}
.BeggsBase address{
	font-weight: normal;
	font-size: 12px
}
.BeggsBase blockquote{
	font-weight: normal;
	font-size: 12px
}
.BeggsBase .Field{
	font-weight: normal;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.BeggsBase .Button, .BeggsBase a.Button, .BeggsBase a:link.Button, .BeggsBase a:visited.Button, .BeggsBase a:hover.Button, .BeggsBase a:active.Button{
	font-family: Verdana, helvetica, sans-serif;
	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;
	font-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: black;
	background-color: #D09E00;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.BeggsBase input.Button{
	font-size: 12px;
	line-height: 12px
}