﻿div
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

.pageTitle
{	
	color: #004890;
	font-size: 150%;
	font-weight: bold;
}

.linkHead
{
	border: solid 2px #333333;
	border-right: 0;
	border-top: 0;
	color: #004890;
	display: block;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 23px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-top: 5px;	
}

.linkName
{
	margin: 8px 0 8px 0;
}

a
{
	color: #1094DE;
	text-decoration: none;
}

a, 
a:visited
{
 	color: #004890; 	
	text-decoration: none;
}

a:hover
{	
	text-decoration: underline;
}

.onlineServices
{
	border: solid 1px Black;
	margin-top: 10px;
	width: 300px;
}

.onlineServices ul
{
	list-style: none;
	margin-bottom: 5px;
	margin-left: 5px;
}

.onlineServices .osTitle
{
	background-color: #004890;
	color: White;
	font-size: x-large;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 10px;
}

.hpNews
{
	border: solid 2px #C6C6C6;
	height: 350px;
	width: 430px;
}

.hpNews .newsTitle
{
	background-color: #C6C6C6;
	border: solid 1px Black;
	font-size: x-large;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}

.hpNews .newsText
{
	margin: 5px;
}

.links a,
.links a:visited
{
	border: solid 1px Red;
	display: block;
	padding: 3px;
}

.rptLinkTypes a,
.rptLinkTypes a:visited
{
	display: block;
	margin: 15px 0;
}




/*Editor Styles*/
.Bold
{
	font-weight: bold;
}

.Title
{
	color: #004890;
	font-size: 18px;
	font-weight: bold;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #004890;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #004890;
}

.SubTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.CustomItalic
{
	font-weight: bold;
	color: #004890;
	font-style: italic;
}

.Small
{
	font-size: xx-small;
}

.BoldBlue
{
	font-weight: bold;
	color: #004890;
}

/*council control styles*/
.textbox
{
    border: solid 1px #bbbbbb;
    height: 20px;
}

.fieldName
{
    background-color: #006796;
    color: White;
    padding: 5px 0;
    vertical-align: top;
}

.dataField
{
    background-color: #DACC92;
    padding-left: 3px;
}

.modalPopupBankers
{
    background-color: #8BB0D3;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;    
    padding: 5px;
    width: 550px;
}

.modalFieldName
{
    background-color: #006796;
    vertical-align: top;
    width: 110px;
}

.modalField
{
}

.modalBackground
{
	background-color: #999999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}