/* Default CSS Stylesheet for a new Web Application project */
H1
{
	font-size: large;
	}
BODY
{
	font-weight: normal;
	font-size: 12px;
	background-image: url(images/bg.gif);
	word-spacing: normal;
	text-transform: none;
	
	font-family: Arial;
	letter-spacing: normal;
	text-align: center;
}
BODY.printable
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: #FFFFFF;
	text-align: center;
}
TD
{
	font-size: 12px;
	font-family: Arial;
}
.maintable
{
	border-right: #666666 2px solid;
	border-top: #666666 6px solid;
	border-left: #666666 2px solid;
	width: 760px;
	border-bottom: #666666 2px solid;
	background-color: #ffffff;
}
.barblue
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #3333cc;
}
.headertext
{
	padding-right: 6px;
	font-size: 22px;
	padding-top: 6px;
	font-style: italic;
}
.leftcolumn
{
	vertical-align: top;
	width: 180px;
	text-align: center;
}
.leftcolumntext
{
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	color: #ffffff;
}
.contentcolumn
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
	width: 610px;
}

.footercell
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	padding-top: 5px;
	background-color: #020098;
	text-align: center;
}
.disclaimercell
{
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	background-color: #b9b9b9;
}
.menutable
{
	width: 150px;	
}

.menuitemcell
{
	border-right: #e7e7e7 1px solid;
	padding-right: 5px;
	border-top: #e7e7e7 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding-bottom: 5px;
	border-left: #e7e7e7 1px solid;
	padding-top: 5px;
	border-bottom: #e7e7e7 1px solid;
	font-family: Arial;
	background-color: #f7f7f7;
	width: 150px;
	height: 25px;
}

.blogborder
{
	border-right: #666666 2px solid;
	border-top: #666666 2px solid;
	border-left: #666666 2px solid;
	border-bottom: #666666 2px solid;
}


A:link, A:visited, A:active
{
	color: #0000FF;
	text-decoration: none;
}	
A:hover	{	
	text-decoration:	underline;
	color:	#0000FF;
	}
A.menu, A.menu:visited, A.menu:active, A.optionslink, A.optionslink:visited, A.optionslink:active
{
	font-weight: bold;
	font-size: 13px;
	color: #3333cc;
	text-decoration: none;
}
A.menu:hover, A.optionslink:hover
{
	font-weight: bold;
	font-size: 13px;
	color: gray;
	text-decoration: none;
}
A.menubottom, A.menubottom:visited, A.menubottom:active
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
A.menubottom:hover
{
	font-weight: bold;
	font-size: 13px;
	color: gray;
	text-decoration: underline;
}
HR.menuline
{
	color: #ffffff;
	width: 80%;
	text-align: left;	
}

/* Mapping Styles */
.mapdiv
{
	border-right: dimgray 2px solid;
	border-top: dimgray 2px solid;
	border-left: dimgray 2px solid;
	width: 580px;
	border-bottom: dimgray 2px solid;
	height: 300px;
}
.mapinfo
{
	font-size: 12px;
}
.mapinfowindow
{
	font-size: 10px;
}

.pagetitle
{
	font-weight: bold;
	font-size: 16px;
	color: #020098;
}



.sectiontitle
{
	font-weight: bold;
	font-size: 14px;
	color: #020098;
}



.quicksearchtable
{
	width: 100%;
}
.quicksearchcells
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	padding-bottom: 2px;
	vertical-align: middle;
	color: #ffffff;
	background-color: #5c72b8;
	padding-top: 2px;
}
.quicksearchtitle
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-left: 10px;
}
.quicksearchinput
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.quicksearchinputbutton
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
}


.optionstable
{
	width: 100%;
}
TD.optionscelltop
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	color: #ffffff;
	padding-top: 5px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial;
	background-color: #3333cc;
}
TD.optionscell
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 1px;
	color: #ffffff;
	padding-top: 1px;
	font-family: Arial;
	background-color: #f7f7f7;
	border-right: #e7e7e7 1px solid;
	border-top: #e7e7e7 1px solid;
	border-left: #e7e7e7 1px solid;
	border-bottom: #e7e7e7 1px solid;
	width: 135px;

}

.optionpane
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: gainsboro;
}
.optionpanetitle
{
	font-weight: bold;
}

TD.resultsbar
{
	font-weight: bold;
	color: #3333CC;
	background-color: gainsboro;
}
.resultsimage
{
	width: 128px;
	height: 100px;
}
.thumbdiv
{
	overflow: auto;
	width: 80px;
	height: 250px;
}
.mortpmt
{
	font-weight: bold;
	font-size: 16px;
}
.mortpmtdetails
{
	font-size: 12px;
}



