﻿body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

div
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

.pageTitle
{
	font-size: 150%;
	margin-bottom: 10px;
	text-align: center;
}

a, a:visited
{
	color: #014836;
	text-decoration: none;
	text-decoration: underline;
}

#onlineBanking a
{
	width: 90px;
	height: 15px;
	display: block;
	float: right;
	text-align: center;
	background: url(images/onlineBankingBtn.jpg);
	color: Black;
	text-decoration: none;
}

/*#horizontalMenu a
{
	 margin: 0 15px 0 15px;
	display: inline;
	color: White;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none; 	
}

#leftNav a, #leftNav a:visited
{
	color: #014836;
	display: block;
	margin: 20px 0 20px 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 101%; 
} */

.welcome
{
	float: left;
	margin: 10px 0 2px 15px;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	color: #1E154C;
	font-size: 18px;
	font-weight: bold;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #1E154C;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #006F53;
}

.SubTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.CustomItalic
{
	font-weight: bold;
	color: #006F53;
	font-style: italic;
}

.Small
{
	font-size: xx-small;
}

.BoldGreen
{
	font-weight: bold;
	color: #006F53;
}

.redFont
{
	color: Red;
}

.boldRedFont
{
	color: Red;
	font-weight: bold;
}

















/*Reorder List*/
.dragHandle
{
	background: Black;
	border: outset thin white;
	cursor: move;
	float: left;
	height: 20px;	
	margin-right: 5px;
	vertical-align: bottom;
	width: 10px;
}

.reorderList ul
{
	margin-left: -15px;
}

.reorderList li
{
	color: Black;
	list-style: none;
	vertical-align: top;
}

.reorderList li a
{
	color: #FFF !important;
	font-weight: bold;
}

.itemArea
{
	float: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;	
	text-align: left;	
	width: 97%;
}

.itemArea .text
{
	margin: 3px;
}

/*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;
}