﻿/************************* Module Layout Styles *************************/
div.EarthbloomBase, html.EarthbloomBase, html.EarthbloomBase td{
	font-size: 9pt;
	color: #333;
	font-family: Verdana, Helvetica, sans-serif
}
.ContentPane div.EarthbloomBase{
	margin-top: 10px
}
.RightPane div.EarthbloomBase{
	padding-left: 20px;
	margin-top: 12px
}
.EarthbloomBase .ModuleTitle{
	vertical-align: bottom;
	text-align: left
}
.RightPane .EarthbloomBase .ModuleTitle{
	background-color: #d7cdcb
}
.EarthbloomBase .ModuleTitle h1{
	font-weight: 500;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #35250C;
	text-indent: 20px
}
.RightPane .EarthbloomBase .ModuleTitle h1{
	font-weight: 600;
	font-size: 15px;
	text-indent: 10px
}
.EarthbloomBase .ModuleContent{
	font-size: 9pt;
	padding-bottom: 10px;
	vertical-align: top;
	color: #716B6D;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px
}
.RightPane .EarthbloomBase .ModuleContent{
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 20px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #35250C
}
.EarthbloomBase .Highlight{
	font-weight: bold;
	color: #35250C
}
.EarthbloomBase h1, .EarthbloomBase .Head{
	font-weight: 500;
	font-size: 13pt;
	color: #35250C
}
.EarthbloomBase h2, .EarthbloomBase .SubHead{
	font-weight: 500;
	font-size: 11pt;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #35250C
}
.EarthbloomBase h3, .EarthbloomBase h4, .EarthbloomBase h5, .EarthbloomBase h6{
	font-weight: 500;
	font-size: 10pt;
	color: #35250C
}
.EarthbloomBase .NormalSmall{
	font-size: 80%
}
.EarthbloomBase a, .EarthbloomBase a:link, .EarthbloomBase a:visited, .EarthbloomBase a:active{
	color: #35250C;
	text-decoration: underline
}
.EarthbloomBase a:hover{
	color: black;
	text-decoration: underline
}
.EarthbloomBase p, .EarthbloomBase .Normal, .EarthbloomBase td, td.EarthbloomBase{
	font-size: 9pt;
	color: #716B6D
}
.EarthbloomBase 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
}

.EarthbloomBase .Field{
	background-color: #F5F5F5;
	border: 1px dimgray solid;
	font-family: Verdana, Helvetica, sans-serif
}
.EarthbloomBase .Button, .EarthbloomBase a.Button, .EarthbloomBase a:link.Button, .EarthbloomBase a:visited.Button, .EarthbloomBase a:hover.Button, .EarthbloomBase 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: #36240C;
	text-align: center;
	text-decoration: none
}
.EarthbloomBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px
}