﻿/************************* Module Layout Styles *************************/
div.SuburbsBase, html.SuburbsBase
{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.LeftPane div.SuburbsBase
{
	padding-left:15px;
	padding-right:15px
}
.SuburbsBase .ModuleButton
{
	float: right;
	position: relative
}
.SuburbsBase .ModuleTitle, .SuburbsBase h1
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #20336A;
	line-height: 20px
}
.SuburbsBase .ModuleContent, .SuburbsBase p
{
	margin: 0;
	margin-bottom: 1em
}
/*====================================Module Content Text Styles====================================*/
.Highlight
{
	font-weight: bold;
	color: #35479B
}
.SuburbsBase .Highlight
{
	font-weight: bold;
	color: #35479B
}
.SuburbsBase h2, .SuburbsBase .SubHead
{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #35479B
}
.SuburbsBase h3, .SuburbsBase h4, .SuburbsBase h5, .SuburbsBase h6
{
	font-weight: bold;
	font-size: 12px;
	color: #35479B
}
.SuburbsBase a
{
	color: #FF7E28;
	text-decoration: underline
}
.SuburbsBase a:hover
{
	color: #5F5F5F;
	text-decoration: underline
}
.SuburbsBase 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
}
.SuburbsBase .Field
{
	font-weight: normal;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
	font-family: inherit
}
.SuburbsBase .Button, .SuburbsBase a.Button, .SuburbsBase a:link.Button, .SuburbsBase a:visited.Button, .SuburbsBase a:hover.Button, .SuburbsBase 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: #20336A;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.SuburbsBase input.Button
{
	font-size: 12px;
	line-height: 12px
}
/*****/
div.box
{
	float:left;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0px 20px 15px 0px;
	 width:250px
}
.box .title
{
	background: #23366E;
	padding-left: 15px;
	color: white;
	font-weight: normal;
	font-size: 14px;
	padding-right: 15px;
	margin: 0;
	line-height: 160%;
	display: block
}
.box .title a
{
	color: white;
	 text-decoration:none
}
.box .content
{
	background: white;
	height:160px;
	border-left: solid 1px #bcbcbc;
	border-right: solid 1px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
	margin-bottom:5px;
	padding: 10px;
	 text-align:justify
}
