﻿/************************* Module Layout Styles *************************/
html.YummyBase, div.YummyBase, div.YummyBase td{
	font-size: 11px;
	line-height: 15px;
	color: #3F320C;
	font-family: Verdana, Helvetica, sans-serif
}
.ContentPane div.YummyBase{
}
.YummyBase .ModuleTitle{
	padding-top: 10px;
	vertical-align: bottom;
	text-align: left
}
.YummyBase .ModuleTitle h1{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 20px
}
.YummyBase .ModuleContent{
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #521c76;
}
.YummyBase .Highlight{
	font-weight: bold;
	color: #521c76;
}
.YummyBase h1, .YummyBase .Head{
	font-weight: normal;
	font-size: 14px;
	color: #521c76;
	height: 16px
}
.YummyBase h2, .YummyBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #bc2402
}
.YummyBase h3, .YummyBase h4, .YummyBase h5, .YummyBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #bc2402;
}
.YummyBase p, .YummyBase .Normal{
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #3F320C;
	font-family: Verdana, Helvetica, sans-serif
}
.YummyBase a, .YummyBase a:link, .YummyBase a:visited, .YummyBase a:active{
	color: #521c76;
	text-decoration: underline
}
.YummyBase a:hover{
	color: black;
	text-decoration: underline
}
.YummyBase 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
}
.YummyBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #3F320C;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
}
.YummyBase .Button, .YummyBase a.Button, .YummyBase a:link.Button, .YummyBase a:visited.Button, .YummyBase a:hover.Button, .YummyBase 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: #521c76;
	text-align: center;
	text-decoration: none
}
.YummyBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px
}