﻿/************************* Module Layout Styles *************************/
div.BeautyBox, html.BeautyBox, html.BeautyBox td{
	font-size: 11px;
	color: #666666;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
div.BeautyBox
{
	margin-bottom: 15px
}
.LeftPane div.BeautyBox{
	padding-left:15px;
	padding-right:15px
}
.BeautyBox .ModuleTitle {
	background: url('module_title_left.gif') no-repeat;
	padding-left: 15px
}
.BeautyBox .ModuleTitle h2 {
	color: white;
	font-weight: bold;
	font-size: 13px;
	background: url('module_title_right.gif') no-repeat top right;
	padding-right: 15px;
	margin: 0;
	line-height: 160%
}
.BeautyBox .ModuleTitle h2 span {
	background: url('module_title_middle.gif') repeat-x;
	display: block
}
.BeautyBox .ModuleButton {
	position: relative;
	float:right;
	*position: absolute;
	*right: 30px
}
.BeautyBox .OuterWrap {
	background: url('module_footer_left.gif') no-repeat bottom left;
	margin-right: 15px
}
.BeautyBox .InnerWrap {
	padding-bottom: 10px;
	margin-right: -15px;
	background: url('module_footer_right.gif') no-repeat bottom right
}
#IE .BeautyBox .InnerWrap {
	/* Stupid IE box model... */
	margin-bottom: -5px;
	padding-bottom: 10px;
	*padding-bottom: 0;
	_padding-bottom: 5px;
}
.BeautyBox .ModuleContent{
	background: white;
	border-color: #b6b6b6;
	border-style: solid;
	border-width: 0 1px;
	font-size: 12px;
	padding: 10px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #EB7328
}
.BeautyBox .Highlight{
	font-weight: bold;
	color: #EB7328
}
.BeautyBox h2, .BeautyBox .SubHead{
	font-size: 13px;
	color: #EB7328
}
.BeautyBox h3, .BeautyBox h4, .BeautyBox h5, .BeautyBox h6{
	font-weight: bold;
	font-size: 12px;
	color: #EB7328
}
.BeautyBox .NormalSmall{
	font-size: 9px
}
.BeautyBox a{
	color: #EB7328;
	text-decoration: underline
}
.BeautyBox a:hover{
	color: #19181A;
	text-decoration: underline
}
.BeautyBox 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
}
.BeautyBox ul li{
	padding-left: 10px;
	margin: 0
}
.BeautyBox ol li{
	padding-left: 10px;
	margin: 0
}
.BeautyBox ul{
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 5px
}
.BeautyBox address{
	font-weight: normal;
	font-size: 12px
}
.BeautyBox blockquote{
	font-weight: normal;
	font-size: 12px
}
.BeautyBox .Field{
	font-weight: normal;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.BeautyBox .Button, .BeautyBox a.Button, .BeautyBox a:link.Button, .BeautyBox a:visited.Button, .BeautyBox a:hover.Button, .BeautyBox 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
}
.BeautyBox input.Button{
	font-size: 12px;
	line-height: 12px
}