﻿/************************* Module Layout Styles *************************/
div.SuburbsBox{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom: 15px
}
html.SuburbsBox, html.SuburbsBox td{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif
}
.LeftPane div.SuburbsBox{
	padding-left:15px;
	padding-right:15px
}
.SuburbsBox .ModuleTitle {
	background: url('module_title_left.gif') no-repeat;
	padding-left: 15px
}
.SuburbsBox .ModuleTitle h2 {
	color: white;
	font-weight: normal;
	font-size: 14px;
	background: url('module_title_right.gif') no-repeat top right;
	padding-right: 15px;
	margin: 0;
	line-height: 160%
}
.SuburbsBox .ModuleTitle h2 span {
	background: #23366e;
	display: block
}
.SuburbsBox .ModuleButton {
	float: right;
	position: relative;
}
.SuburbsBox .OuterWrap {
	background: url('module_footer_left.gif') no-repeat bottom left;
	margin-right: 15px
}
.SuburbsBox .InnerWrap {
	padding-bottom: 10px;
	margin-right: -15px;
	background: url('module_footer_right.gif') no-repeat bottom right
}
#IE .SuburbsBox .InnerWrap {
	/* Stupid IE box model... */
padding-bottom: 0;
	margin-bottom: -5px
}
.SuburbsBox .ModuleContent{
	background: white;
	border-color: #bcbcbc;
	border-style: solid;
	border-width: 0 1px;
	padding: 10px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #35479B
}
.SuburbsBase .Highlight{
	font-weight: bold;
	color: #35479B
}
.SuburbsBase h2, .SuburbsBase .SubHead{
	font-size: 13px;
	color: #35479B
}
.SuburbsBase h3, .SuburbsBase h4, .SuburbsBase h5, .SuburbsBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #35479B
}
.SuburbsBase .NormalSmall{
	font-size: 9px
}
.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
}
.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
}
