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