﻿/************************* Module Layout Styles *************************/
div.StewartsBase, html.StewartsBase{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
.LeftPane div.StewartsBase{
	padding-left:15px;
	padding-right:15px
}
.StewartsBase .ModuleButton {
	float: right;
	position: relative;
	top: -1em
}
.StewartsBase .ModuleTitle, .StewartsBase h1{
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
	line-height: 20px
}
.StewartsBase .ModuleContent, .StewartsBase p, .StewartsBase .Normal{
	margin: 0;
	margin-bottom: 1em
}
.Highlight{
	font-weight: bold;
	color: #659CEF
}
.StewartsBase .Highlight{
	font-weight: bold;
	color: #659CEF
}
.BlackBorders{
	border: 1px solid #000;
	border-collapse: collapse;
	
}
.StewartsBase .BlackBorders{
	border: 1px solid #000;
	border-collapse: collapse;
}
.StewartsBase .BlackBorders{
	border: 1px solid #666;
	border-collapse: collapse;
}
.StewartsBase .BlackBorders td { 
	border: 1px solid #666; 
	padding: 3px;
}
.StewartsBase .BlackBorders th{ 
	border: 1px solid #666;
}
.StewartsBase h2, .StewartsBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #659CEF
}
.StewartsBase h3, .StewartsBase h4, .StewartsBase h5, .StewartsBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #659CEF
}
.StewartsBase a{
	color: #659CEF;
	text-decoration: underline
}
.StewartsBase a:hover{
	color: #0000BA;
	text-decoration: underline
}
.StewartsBase 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
}
.StewartsBase .Field{
	font-weight: normal;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.StewartsBase .Button, .StewartsBase a.Button, .StewartsBase a:link.Button, .StewartsBase a:visited.Button, .StewartsBase a:hover.Button, .StewartsBase 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: #659CEF;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.StewartsBase input.Button{
	font-size: 12px;
	line-height: 12px
}