﻿/************************* Module Layout Styles *************************/
div.SGSBox, html.SGSBox, html.SGSBox td{
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom: 15px
}
div.SGSBox{
	padding-bottom: 15px
}
.LeftPane div.SGSBox {
	margin-left:15px;
	margin-right:15px;
	width: 150px
}
.RightPane div.SGSBox {
	margin-left:15px;
	margin-right:15px
}
.SGSBox .ModuleTitle{
	vertical-align: bottom;
	text-align: left
}
.SGSBox .ModuleTitleBg{
	background-image: url(module_title_middle.gif);
	background-repeat: repeat-x;
	background-position: bottom left
}
.SGSBox .ModuleTitle h2{
	font-weight: bold;
	font-size: 13px;
	vertical-align: center;
	color: #000000;
	padding-left: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	height: 15px
}
.SGSBox .ModuleContentTable{
	width: 100%;
	border-left: #ffd600 1px solid;
	border-right: #ffd600 1px solid;
	background: #fef3bd
}
.SGSBox .ModuleContent{
	font-size: 8pt;
	padding-bottom: 10px;
	vertical-align: top;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #000000
}
.SGSBox .Highlight{
	font-weight: bold;
	color: #000000
}
.SGSBox h1, .SGSBox .Head{
	font-weight: bold;
	font-size: 14px
}
.SGSBox h2, .SGSBox .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px
}
.SGSBox h3, .SGSBox h4, .SGSBox h5, .SGSBox h6{
	font-weight: bold;
	font-size: 12px;
	color: #000000
}
.SGSBox .NormalSmall{
	font-size: 80%
}
.SGSBox a, .SGSBox a:link, .SGSBox a:visited, .SGSBox a:active, .SGSBox .SiteLink, .SGSBox a.SiteLink{
	color: #fee145;
	text-decoration: underline
}
.SGSBox a:hover, .SGSBox a.sitelink:hover{
	color: #fee145;
	text-decoration: none
}
.SGSBox 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
}
.SGSBox ul li{
	font-weight: normal;
	font-size: 11px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	margin: 0
}
.SGSBox ol li{
	font-weight: normal;
	font-size: 11px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	margin: 0
}
.SGSBox .Error ul li{
	color: red
}
.SGSBox ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.SGSBox address{
	font-weight: normal;
	font-size: 11px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif
}
.SGSBox blockquote{
	font-weight: normal;
	font-size: 11px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif
}
.SGSBox .Field{
	font-weight: normal;
	font-size: 10px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.SGSBox .NormalTextArea, .SGSBox textarea, .SGSBox select{
	border: dimgray 1px solid;
	font-weight: normal;
	font-size: 10px;
	color: #434240;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5
}
.SGSBox .Button, .SGSBox a.Button, .SGSBox a:link.Button, .SGSBox a:visited.Button, .SGSBox a:hover.Button, .SGSBox 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: #FEE145;
	text-align: center;
	text-decoration: none
}
.SGSBox input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px
}