﻿body
{
	background: #DED09D;
	font-family: Arial;
	font-size: 10pt;
	margin: 0;
}

/* Editor Styles Below */
h1, h2, h3, h4, h5
{
	color: #085238;
}

td
{
	vertical-align: top;
}

.boldGreen
{
	color: #085238;
	font-weight: bold;
}

.black
{
	color: Black;
}

.small
{
	font-size: .8em;
}

a.quickAssist
{
	display: block;
	font-family: Georgia;
	font-size: 1.1em;
	font-style: italic;	
	font-weight: bold;	
	padding: 0 5px;
	padding-top: 30px;
	text-align: center;	
}

a.rdc
{
	display: block;
	font-family: Georgia;
	font-size: .9em;
	font-weight: bold;			
	padding: 0 5px;
	position: relative;
	top: 180px;
	text-align: center;	
}

/* Editor Styles Above */
.footer
{
	float: left;
	padding: 10px;
}

.pageTitle
{
	color: #085238;
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

.breadCrumbs
{
	display: block;
	font-size: .8em;
}

img
{
	border: 0;
}

a, a:visited
{
	color: #085238;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*bankers control styles*/
.textbox
{
	border: solid 1px #bbbbbb;
	height: 20px;
}

.fieldName
{
	background-color: #085238;
	color: White;
	padding: 5px 0;
	vertical-align: top;
}

.dataField
{
	background-color: #DACC92;
	padding-left: 3px;
}

.bankerBioTable
{
	background-color: #165841;
	border-bottom: solid 1px White;
	padding: 10px 0;
	width: 100%;
}

.bankerBioImg
{
	padding-left: 30px;
	padding-top: 7px;
	text-align: center;
}

.modalBackgroundBankers
{
	/*background-color: #999999; 	filter: alpha(opacity=70); 	opacity: 0.100;*/
}

.modalPopupBankers
{
	background-color: #085238;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	color: White;
	padding: 5px;
	width: 550px;
}

.modalFieldName
{
	padding: 0 5px 10px 5px;
	vertical-align: top;
	width: 110px;
}

.modalField
{
}

.profile
{
	background-color: #165841;
	padding: 5px 7px;
	text-align: left;
}

#hpLinks
{
	color: #085238;
}
