﻿/************************* Module Layout Styles *************************/
div.AporoBase,html.AporoBase,html.AporoBase td
{
	font-size: 12px;
	line-height: 1.4em;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif
}
.AporoBase .ModuleTitle
{
	font-family: Georgia, 'Times New Roman' ,Serif;
	font-size: 1.6em;
	font-weight: 500;
	margin: 0 0 10px;
	color: #514B4B;
	line-height: 1.2em
}
.RightPane .AporoBase .ModuleTitle
{
	padding: 3px 10px;
	font-size: 1.2em;
	color: #fff;
	background: #3958B2
}
.AporoBase h1
{
	color: #313131;
	font-family: Georgia, 'Times New Roman' ,Serif;
	font-size: 1.6em;
	font-weight: 500
}
.AporoBase .ModuleTitle .ModuleButton 
{
	position: relative;
	float: right;
}
.AporoBase .ModuleContent, .AporoBase p
{
	margin: 0;
	padding-bottom: 10px
}
.RightPane .AporoBase .ModuleContent
{
	padding-top: 10px;
	line-height: 1.4em
}
/*====================================Module Content Text Styles====================================*/
.Highlight
{
	font-weight: bold;
	color: #3958B2
}
.AporoBase .Highlight
{
	font-weight: 500;
	color: #3958B2
}
.AporoBase div.Link
{
	padding-bottom: 10px
}
.AporoBase div.Link .Title
{
	font-weight: bold
}
.AporoBase h2
{
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #313131;
	font-weight: 500;
	font-family: Georgia, 'Times New Roman' , Serif
}
.AporoBase h3, .AporoBase h4, .AporoBase h5, .AporoBase h6
{
	font-weight: 500;
	font-size: 1em;
	color: #313131;
	font-family: Georgia, 'Times New Roman' , Serif
}
.AporoBase a
{
	color: #000;
	text-decoration: underline
}
.AporoBase a:hover
{
	color: #24358F;
	text-decoration: underline
}
.AporoBase hr
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom: #ccc 2px dotted;
	background: #F0F0F0
}
.AporoBase .Field
{
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.AporoBase .Button, .AporoBase a.Button, .AporoBase a:link.Button, .AporoBase a:visited.Button, .AporoBase a:hover.Button, .AporoBase 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: .9em;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: #fff;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	font-family: Arial, helvetica, sans-serif;
	background-color: #3958B2;
	text-align: center;
	text-decoration: none
}
.AporoBase input.Button
{
	font-family: Arial, helvetica, sans-serif;
	font-size: .9em;
	line-height: 12px
}
.AporoBase .Error, .AporoBase .Message 
{
	color: #E3E1E2;
	font-style: italic
}
.AporoBase .NormalSmall 
{
	font-size: .8em
}
