﻿/************************* Module Layout Styles *************************/
div.BeautyBase, html.BeautyBase, html.BeautyBase td{
	font-size: 11px;
	color: #666666;
	font-family: Georgia, 'Times New Roman', Times, serif
}
.LeftPane div.BeautyBase{
	padding-left:15px;
	padding-right:15px
}
.BeautyBase .ModuleButton {
	float: right;
	position: relative
}
.BeautyBase .ModuleTitle, .BeautyBase h1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #656565;
	line-height: 20px
}
.BeautyBase .ModuleContent, .BeautyBase p, .BeautyBase .Normal{
	margin: 0;
	margin-bottom: 1em
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #EB7328
}
.BeautyBase .Highlight{
	font-weight: bold;
	color: #EB7328
}
.BeautyBase h2, .BeautyBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #EB7328
}
.BeautyBase h3, .BeautyBase h4, .BeautyBase h5, .BeautyBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #EB7328
}
.BeautyBase .NormalSmall{
	font-size: 9px
}
.BeautyBase a{
	color: #EB7328;
	text-decoration: underline
}
.BeautyBase a:hover, .BeautyBase a.sitelink:hover{
	color: #19181A;
	text-decoration: underline
}
.BeautyBase 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
}
.BeautyBase ul li{
	padding-left: 10px;
	margin: 0
}
.BeautyBase ol li{
	padding-left: 10px;
	margin: 0
}
.BeautyBase ul{
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 5px
}
.BeautyBase .Field{
	font-weight: normal;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.BeautyBase .Button, .BeautyBase a.Button, .BeautyBase a:link.Button, .BeautyBase a:visited.Button, .BeautyBase a:hover.Button, .BeautyBase 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: white;
	background-color: #EB7328;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.BeautyBase input.Button{
	font-size: 12px;
	line-height: 12px
}