﻿body
{
	text-align: center;
	background-image: url(images/nmslo_back.gif);
	background-repeat: repeat-x;
	background-color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

/* ****************** Column Rules ****************** */

.onethird, .twothird, .threethird
{
	overflow: hidden;
	float: left;
	margin: 2px;
	display: inline;
	background-color: Navy;
}
.onethird
{
	width: 281px;
}
.twothird
{
	width: 576px;
}
.threethird
{
	width: 990px;
	height: 594px;
	background-color: Navy;
}

.tm
{
	float: left;
	margin: 0px 0px 0px 4px;
	background: url(images/red_box_tm24.gif) repeat-x left top;
	width: 992px;
	height: 25px;
	position: relative;
	top: 0px;
	left: 0px;
}

.tr
{
	margin: 0px 0px 0px 0px;
	width: 960px;
	height: 25px;
	position: relative;
	background: url(images/red_box_tr24.gif) no-repeat right top;
}

.tl
{
	margin: 0px 0px 0px -9px;
	width: 960px;
	height: 23px;
	position: relative;
	background: url(images/red_box_tl25.gif) no-repeat left top;
}

.logo 
{
	float:left;
	margin:4px 0px 0px 8px;
	text-indent:-9999px;
	height:35px;
	width:480px;
	overflow:hidden;
}

.logo a 
{
	margin:4px 0px 0px 8px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	display:block;
	height:35px;
}

.title1
{
	float: left;
	text-align: left;
	margin-top: 2px;
	margin-left: 10px;
	font-family: Times New Roman Baltic;
	font-size: 16px;
	font-weight: bold;
	height: 22px;
	width: 500px;
	background-color: Transparent;
	color: White;
}

.title2
{
	float: left;
	text-align: left;
	margin-top: 4px;
	margin-left: 240px;
	font-family: Times New Roman Baltic;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	width: 70px;
	background-color: Transparent;
	color: White;
}

.title3
{
	float: left;
	text-align: left;
	margin-top: 1px;
	margin-left: 2px;
	font-family: Times New Roman Baltic;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	width: 90px;
	background-color: Transparent;
	color: White;
	border: none;
}

.bm
{
	margin: 1px 0px 0px 1px;
	background-color: #dd1515;
	color: White;
	width: 960px;
	height: 16px;
	position: relative;
}

.footer
{
	float: none;
	margin-top: 3px;
	color: White;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.main
{
	float: left;
	width: 990px;
	background-color: Transparent;
	border: none;
	margin: -1px 0 0 4px;
}

.module
{
	margin: 0px 0 0 0;
	float: left;
	width: 990px;
	background: url(   'images/box_ml.gif' ) repeat-y left top;
	height: 806px;
	border-bottom:solid 2px black;
}

.module:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .module 
{
	height: 1%;
}
/* End hide from IE-mac */
.module h1 
{
	font: normal 18px/20px "Times New Roman" , Times, serif;
	color: #FFFFFF;
	margin: 0 5px 10px 0px;
}

.bdtl
{
	background: url(images/map_nav_tl.gif) no-repeat left top;
}
.bdtm
{
	background: url(images/blue_box_tm.gif) repeat-x left top;
}
.bdtr
{
	background: url(images/blue_box_tr.gif) no-repeat right top;
}
.bdml
{
	background: url(images/box_ml.gif) repeat-y left bottom;
}
.bdmr
{
	background: url(images/box_mr.gif) repeat-y right bottom;
}
.bdbl
{
	background: url(images/box_bl.gif) no-repeat left bottom;
	height: 10px;
}
.bdbm
{
	height: 10px;
}
.bdbr
{
	background: url(images/box_br.gif) no-repeat right bottom;
	height: 10px;
}

.button
{
	float: right;
	width: 26px;
	height: 18px;
	margin: 3px 8px 0px 0px;
	overflow: hidden;
	background-color:Transparent;
}

.buttonlmf
{
	float: right;
	width: 48px;
	height: 48px;
	margin: -2px 0 0 0;
	overflow: hidden;
	background-color:Transparent;
}


.button a
{
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 9px;
	font-weight: bold;
	line-height: 105px;
	color: #333333;
	display: block;
	background-repeat: no-repeat;
}

.buttonlmf a
{
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 9px;
	font-weight: bold;
	line-height: 105px;
	color: #333333;
	display: block;
	background-repeat: no-repeat;
}


.email a
{
	background-image: url(images/button_mail.gif);
}

.home a
{
	background-image: url(images/button_home.gif);
}

.emaillmf a
{
	background-image: url(images/button_email_color1.gif);
}

.homelmf a
{
	background-image: url(images/button_home_color1.gif);
}

.gislmf a
{
	background-image: url(images/button_gis_color1.gif);
}

.button a:link, .button a:visited 
{
	background-position: 0 0;
}

.button a:hover  
{
	background-position: -84px 0;
}

.button a:active 
{
	background-position: -160px 0;
}

.buttonlmf a:link, .buttonlmf a:visited 
{
	background-position: 0 0;
}

.buttonlmf a:hover  
{
	background-position: -60px 0;
}

.buttonlmf a:active {
	background-position: -120px 0;
}

.module .bdmm 
{
	background: #fff url(images/box_mr.gif) repeat-y right top;
}

.map .bdtl
{
	background: url(images/map/map_nav_tl.gif) no-repeat left top;
}
.map .bdtm
{
	background: url(images/map/map_nav_tm.gif) repeat-x left top;
}
.map .bdtr
{
	background: url(images/map/map_nav_tr.gif) no-repeat right top;
}

.map .bdtllmf
{
	background: url(images/map/map_nav_tl_lmf.gif) no-repeat left top;
}
.map .bdtmlmf
{
	background: url(images/map/map_nav_tm_lmf.gif) repeat-x left top;
}
.map .bdtrlmf
{
	background: url(images/map/map_nav_tr_lmf.gif) no-repeat right top;
}

.bdcontents
{
	text-align: left;
	width: 988px;
	padding: 1px 0px 2px 1px;
	overflow: hidden;
	height: 810px;
	background-color: Transparent;
}

.mapbar
{
	margin-top: 0px;
	margin-right: -3px;
	width: 986px;
	display: block;
	overflow: hidden;
	height: 44px;
}

.controls
{
	float: left;
	width: 984px;
	height: 48px;
	padding-top: 3px;
}

.controls1
{
	float: left;
	width: 110px;
	height: 16px;
	padding-top: 20px;
	margin:10px 0 0 140px;
}


.customtoolbar1
{
	float: left;
	height: 42px;
	width: 41px;
}

.customtoolbar2
{
	float: right;
	height: 42px;
	width: 245px;
}

.customtoolbar3
{
	float: right;
	height: 43px;
	width: 218px;
}

.leaseno
{
	float: left;
	background: url(images/map/map_lease.gif) no-repeat top left;
	padding: 0px 32px 0px 1px;
	width: 87px;
	height: 46px;
	display: block;
}

.leasenoinput
{
	height: 16px;
	width: 71px;
	border: none;
	border-width: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: center;
}

.mapcontents
{
	float: left;
	width: 220px;
	height: 572px;
	overflow: hidden;
	margin: 4px 0 0 0px;
	background-color: White;
	border: solid 1px #aaa;
	padding-left: 2px;
	padding-top: 1px;
}

.divtoc
{
	width: 220px;
	height: 542px;
	cursor: default;
	float: left;
	overflow: hidden;
	line-height: 12px;
	display: block;
}

.toc
{
	overflow: scroll;
}

.mapdisplaybox
{
	float: left;
	width: 761px;
	height: 573px;
	border: solid 1px silver;
	margin: 4px 0 0 1px;
	background-color: White;
}

.mainmap
{
	z-index: 1;
}

.divmapoptions
{
	position: absolute;
	height: 15px;
	width: 130px;
	top: 82px;
	left: 882px;
	background-color: Transparent;
	float: right;
	margin: 2px 0 0 0;
	z-index: 45;
}

.lmfprogressbar
{
	position: absolute;
	height: 25px;
	width: 121px;
	top: 83px;
	left: 514px;
	background-color: Transparent;
	float: right;
	margin: 2px 0 0 0;
	z-index: 45;
}

.mapoptionbuttons
{
	margin: 0 0 0 0;
	background: url(images/map/map_nav_tm.gif) repeat-x left top;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	border: none;
	border-left: solid thin Silver;
	border-right: solid thin Silver;
	border-bottom: solid thin Silver;
}

.cbhybrid
{
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	border: solid thin Silver;
}

.divnavigation1
{
	position: absolute;
	top: 6px;
	margin: 0 0 0 3px;
	width: 40px;
	height: 40px;
	height: auto;
	background-color: Transparent;
	font-family: Verdana;
	font-size: x-small;
}

.divnavigation2
{
	position: absolute;
	top: 52px;
	width: 20px;
	height: 55px;
	margin: 0 0 0 15px;
	background-color: Transparent;
	font-family: Verdana;
	font-size: x-small;
}

.divnavigation1new
{
	position: absolute;
	top: 34px;
	margin: 0 0 0 4px;
	width: 40px;
	height: 40px;
	height: auto;
	background-color: Transparent;
	font-family: Verdana;
	font-size: x-small;
}

.divnavigation2new
{
	position: absolute;
	top: 84px;
	width: 20px;
	height: 55px;
	margin: 0 0 0 16px;
	background-color: Transparent;
	font-family: Verdana;
	font-size: x-small;
}

.divnavigation3
{
	z-index: 2;
	position: absolute;
	top: 58px;
	left: 434px;
	margin: 0 0 0 0;
	background-color: Transparent;
	font-family: Verdana;
	color: White;
	font-weight: bold;
}

.divmaptype
{
	position: absolute;
	top: -4px;
	left:0px;
	width: 254px;
	height: 20px;
	margin: 88px 0 0 240px;
	border-color:Black;
	border-style:ridge;
	border-width:1px;
    background-color:White;
	opacity:.7;
	filter:alpha(opacity=70);
	z-index: 2;
	float: right;
}

.maptypeoptions
{
	font-family: Verdana;
	font-size:8pt;
	font-weight:bold;
}

.divscalebar
{
	z-index: 2;
	position: absolute;
	top: 58px;
	left: 450px;
	margin: 0 0 0 0;
	background-color: Transparent;
	font-family: Verdana;
	color: White;
	font-weight: bold;
}

.divcoords
{
	z-index: 2;
	position: absolute;
	float: left;
	height: 20px;
	top: 10px;
	left: 440px;
	margin: 3px 0 0 0px;
	background-color: Transparent;
	border: none;
}

.divcoords1
{
	position: absolute;
	float: left;
	top: 32px;
	left: 448px;
	margin: 3px 0 0 0px;
	width: 100px;
	height: 26px;
	background-color: Transparent;
	border: none;
	z-index: 2;
}

.divcoords2
{
	position: absolute;
	float: left;
	top: 32px;
	left: 562px;
	margin: 3px 0 0 0px;
	width: 170px;
	height: 26px;
	background-color: Transparent;
	border: none;
	z-index: 2;
}

.coords1
{
	float: left;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border: none;
	width: 100px;
	height: 12px;
	color: White;
	background-color: Transparent;
	margin: 0 0 0 0;
	text-align: right;
}

.coords2
{
	float: left;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border: none;
	width: 170px;
	height: 12px;
	color: White;
	background-color: Transparent;
	margin: 0 0 0 0;
}

.coords3
{
	float: left;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border: none;
	width: 100px;
	height: 14px;
	color: White;
	background-color: Transparent;
	margin: -4px 0 0 0;
	text-align: right;
}

.coords4
{
	float: left;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border: none;
	width: 170px;
	height: 14px;
	color: White;
	background-color: Transparent;
	margin: -4px 0 0 0;
}

.coords
{
	float: left;
	font-family: Arial;
	font-size: 9pt;
	border: none;
	width: 560px;
	color: White;
	background-color: Transparent;
	margin: 0 0 0 0;
}

.zoomcontrols
{
	padding-left: 164px;
	float: left;
	width: 340px;
	height: 44px;
	background-color: Transparent;
}

.appFloat1
{
	z-index: 2;
	float: right;
	margin-top: 80px;
}

.appFloat11
{
	z-index: 2;
	float: left;
}

.appAlign1
{
	text-align: right;
}
.appAlign2
{
	text-align: left;
}
.combined1
{
	float: right;
	text-align: right;
}
.combined2
{
	float: left;
	text-align: left;
}
.mapPosition
{
	left: 0px;
}
.dockPosition
{
	left: 512px;
}

.infopopup
{
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	position: absolute;
	z-index: 3;
	float: right;
	width: 480px;
	background-color: #A9A3A3;
}

.infopopupmi
{
	float: left;
	background: url(../common/includes/images/blue_box_tm.gif) repeat-x top left;
	width: 480px;
	left: 17px;
}

.infopopuptl
{
	background: url(../common/includes/images/blue_box_tl.gif) no-repeat top left;
	width: 480px;
	float: left;
	position: relative;
}

.infopopuptr
{
	background: url(../common/includes/images/blue_box_tr.gif) no-repeat top right;
	width: 480px;
	float: left;
	position: relative;
}

.infopopupdetail
{
	float: left;
	overflow: auto;
	position: relative;
	background-color: #A9A3A3;
	width: 478px;
	padding-left: 2px;
}

.infopopupfooter
{
	position: relative;
	float: right;
	margin: 2px 0 0px 2px;
	background-color: #A9A3A3;
	height: 20px;
	width: 66px;
}

.infopopupcaption
{
	font-weight: bold;
	height: 24px;
	width: 481px;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: -1px;
	color: White;
}

.fpsearchresults
{
	float: left;
	background-color: #5268C2;
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	font-weight: bold;
	height: 159px;
	width: 631px;
	border: solid 1px black;
}

.divresults1
{
	float: left;
	height: 20px;
	width: 548px;
}

.divresults2
{
	float: left;
	height: 138px;
	width: 631px;
	overflow: scroll;
	border: solid 1px black;
}

.lblresulttitle
{
	margin: 2px 0 0 2px;
	text-align: left;
	font-weight: bold;
	color: White;
	float: left;
	overflow: hidden;
}

.resultimage
{
	float: left;
	margin-left: 6px;
}

.btnoverview
{
	float: left;
	margin: -2px 1px 0 0;
	background-image: url(images/map/map_overview.gif);
}

.btnoverviewmouseover
{
	float: left;
	margin: -2px 1px 0 0;
	background-image: url(images/map/map_overview_over.gif);
}

.btnhelp
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_Help.gif);
}

.btnhelpmouseover
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_Help_over.gif);
}

.btnhelpclick
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_Help_click.gif);
}

.btnpdf
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_Pdf.gif);
}

.btnpdfclick
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_Pdf_click.gif);
}

.btnpdfmouseover
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_Pdf_over.gif);
}

.btnsearch
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_search.gif);
	cursor: pointer;
}

.btnsearchmouseover
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_search_over.gif);
	cursor: pointer;
}

.btnsearchclick
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_search_click.gif);
	cursor: pointer;
}

.btnselect
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_select.gif);
	cursor: pointer;
}

.btnselectmouseover
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_select_over.gif);
	cursor: pointer;
}


.btnclear
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_clear.gif);
	cursor: pointer;
}

.btnclearmouseover
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_clear_over.gif);
	cursor: pointer;
}

.btnclearclick
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_clear_click.gif);
	cursor: pointer;
}

.btnlabels
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_labels.gif);
}

.btnlabelsmouseover
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_labels_over.gif);
}

.btnlabelsclick
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_labels_click.gif);
}

.btndownload
{
	float: left;
	margin: -2px 2px 0 0;
	background-image: url(images/map/map_download.gif);
}

.btndownloadmouseover
{
	float: left;
	margin: -2px 2px 0 0;
	background-image: url(images/map/map_download_over.gif);
}

.btndownloadclick
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/downloaddata.png);
}

.btndownloaddata
{
	float: left;
	margin: 0 0 0 0;
	background-image: url(images/downloaddata.png);
}

.btndownloaddatamouseover
{
	float: left;
	margin: 0 0 0 0;
	background-image: url(images/downloaddata_over.png);
}

.btnresults
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_results.gif);
}

.btnresultsmouseover
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_results_over.gif);
}

.btnresultsclick
{
	float: left;
	margin: -2px 0 0 0;
	background-image: url(images/map/map_results_click.gif);
}

.divsearch
{
	position: absolute;
	z-index: 4;
	background: url(images/map/map_nav_bg.gif) repeat;
	left: 246px;
	top: 82px;
	overflow: hidden;
}

.divsearchtool
{
	position: absolute;
	z-index: 4;
	background: url(images/map/info.jpg) repeat;
	left: 14px;
	top: 18px;
	overflow: hidden;
}

.searchclose
{
	float: right;
	width: 10px;
	color: White;
}

.searchselect
{
	float: left;
	background: url(images/map/SearchBy.gif) no-repeat top left;
	padding: 0px 34px 0px 1px;
	width: 116px;
	height: 50px;
	display: block;
	margin-top: -5px;
	margin-left: -5px;
}

.searchvalue
{
	position: relative;
	float: left;
	background: url(images/map/SearchValue.gif) no-repeat top left;
	padding: 0px 20px 0px 1px;
	width: 234px;
	height: 50px;
	display: block;
	margin-top: -5px;
	margin-left: -2px;
}

.samplevalue
{
	float: left;
	position: relative;
	background: url(images/map/Example.gif) no-repeat top left;
	padding: 0px 0px 0px 1px;
	width: 180px;
	height: 54px;
	display: block;
	margin-top: -5px;
}

.ddlsearchselect
{
	border: none;
	position: relative;
	float: left;
	margin-bottom: 2px;
	margin-left: 18px;
	margin-top: 22px;
	text-align: left;
}

.txtsearchvalue
{
	position: relative;
	float: left;
	border: none;
	border-width: 0px;
	margin-top: 22px;
	margin-bottom: 2px;
	margin-left: 19px;
	text-align: center;
	z-index: 4;
}

.lblsamplevalue
{
	float: left;
	position: relative;
	margin-top: 22px;
	margin-bottom: 2px;
	margin-left: 13px;
	text-align: center;
	background-color: Silver;
	color: Black;
	font-size: small;
	vertical-align: middle;
	z-index: 4;
}

.searchbutton
{
	position: relative;
	float: left;
	margin-top: -5px;
	margin-left: 0px;
	height: 50px;
}

.mapsearchimg
{
	float: left;
	background-image: url(images/map/map_search.gif);
}

.mapsearchimg1
{
	float: left;
	margin-left:22px;
}


.mapsearchcloseimg
{
	float: left;
	margin: 4px 0 0 0;
}

.mapsearchimgmouseover
{
	float: left;
	background-image: url(images/map/map_search_over.gif);
}

.mapsearchimgmouseover1
{
	float: left;
	background-image: url(images/map/map_search_over.gif);
	margin-left:19px;
}

.tablescalebar
{
	width: 450px;
	height: auto;
	background-color: Transparent;
	font-family: Verdana;
	font-size: x-small;
	color: Black;
	margin-top: -80px;
}

.tdscalebar
{
	float: left;
	height: 36px;
	width: 450px;
}

.scalebar
{
	float: left;
	margin: 0 0 0 0;
}

.regpopup
{
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	position: absolute;
	z-index: 100;
	width: 480px;
	height: 166px;
	background-color: White;
	top: 7740px;
	left: 7568px;
}

.regpopuptl
{
	background: url(images/blue_box_tl.gif) no-repeat top left;
	height: 166px;
	width: 480px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}

.regpopupmi
{
	background: url(images/blue_box_tm.gif) repeat-x top left;
	width: 480px;
	height: 166px;
	left: 17px;
}

.regpopuptr
{
	background: url(images/blue_box_tr.gif) no-repeat top right;
	height: 166px;
	width: 480px;
	float: right;
	position: relative;
}

.regpopupcaption
{
	font-weight: bold;
	height: 24px;
	width: 480px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: -1px;
	color: White;
}

.regpopupdetail
{
	background-color: White;
	margin: 10px 0px 0px 4px;
	width: 470px;
	height: 100px;
}

.regpopupfooter
{
	float: right;
	margin: 0 4px 0 0;
	background-color: white;
	height: 24px;
	width: 50px;
}

.lblError
{
	height: 96%;
	width: 99%;
}

.message
{
	float: left;
	width: 100%;
}


.reglogin
{
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	position: absolute;
	z-index: 4;
	width: 330px;
	height: 100px;
	background-color: White;
}

.reglogintl
{
	background: url(images/blue_box_tl.gif) no-repeat top left;
	height: 120px;
	width: 330px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
}

.regloginmi
{
	background: url(images/blue_box_tm.gif) repeat-x top left;
	width: 330px;
	height: 120px;
	left: 17px;
}

.reglogintr
{
	background: url(images/blue_box_tr.gif) no-repeat top right;
	height: 120px;
	width: 330px;
	float: right;
	position: relative;
}

.reglogincaption
{
	font-weight: bold;
	height: 24px;
	width: 330px;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: -1px;
	color: White;
}

.reglogindetail
{
	background-color: White;
	margin: 2px 0px 0px 2px;
	width: 326px;
	height: 90px;
}


.progressnormal
{
	float: right;
	margin: 2px 0 0 2px;
	width: 100px;
	height: 18px;
	background-color: Transparent;
	color: Navy;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	display: block;
	visibility: hidden;
}

.progressloading
{
	float: right;
	margin: 2px 0 0 2px;
	width: 100px;
	height: 18px;
	background-color: #dd1515;
	color: White;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	visibility: visible;
}

.animatebox
{
	width: 112px;
	height: 18px;
}

.fplabels
{
	overflow: auto;
	height: 394px;
	width: 210px;
	background-color: Gray;
	border: solid 1px black;
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	font-weight: bold;
}

.ShowHideLabel
{
	float: left;
	width: 200px;
	margin: 0 2px 4px 2px;
}

.ShowHideLabel1
{
	width: 100%;
	margin: 0 0 8px 0px;
	font-family: Arial;
	font-size: X-Small;
}

.ShowHideLabel2
{
	white-space: nowrap;
	text-align: left;
	width: 200px;
	float: left;
	margin: 0 2px 0 2px;
}

.checklist
{
	float: left;
	width: 200px;
	text-align: left;
	text-indent: 1px;
	line-height: 18px;
}

.scaledependant
{
	float: left;
	width: 200px;
	text-align: left;
	font-family: Arial;
	font-size: X-Small;
	margin: 2px 0 0 2px;
	color: Navy;
}

.zoomlevel
{
	float: left;
}

.divresults
{
	overflow: scroll;
	width: 480px;
	height: 99%;
	border: solid 1px black;
}

.resultcolumndownload
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px gray;
	float: left;
	background-color: #3E5299;
	color: White;
	font-weight: bold;
	height: 20px;
	width:16px;
	margin-left:0px;
}

.resultcolumnzoomto
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px gray;
	float: left;
	background-color: #3E5299;
	color: White;
	font-weight: bold;
	height: 20px;
	margin-left: 0px;
}

.grpcolumnzoomto
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px gray;
	float: left;
	background-color: #3E5299;
	color: White;
	font-weight: bold;
	height: 20px;
	margin-left: 20px;
}


.resultcolumn
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px gray;
	float: left;
	background-color: #3E5299;
	color: White;
	font-weight: bold;
	height: 20px;
}

.resultcolumnpun
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px gray;
	float: left;
	background-color: #3E5299;
	color: White;
	font-weight: bold;
	height: 16px;
}

.resultvaluedownload
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px white;
	float: left;
	background-color: gray;
	color: White;
	font-weight: bold;
	height: 18px;
	width:16px;
	margin-left: 0px;
}

.resultvaluezoomto
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px gray;
	float: left;
	background-color: White;
	color: Black;
	font-weight: lighter;
	height: 18px;
	cursor: default;
	overflow: hidden;
	margin-left: 1px;
}

.resultvalue
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px gray;
	float: left;
	background-color: White;
	color: Black;
	font-weight: lighter;
	height: 18px;
	cursor: default;
	overflow: hidden;
	margin:0 0 0 0;
}

.resultvaluepun
{
	font-family: Courier New;
	font-size: 8pt;
	border: solid 1px gray;
	float: left;
	background-color: White;
	color: Black;
	font-weight: lighter;
	height: 16px;
	cursor: default;
	overflow: hidden;
}


.fpresults
{
	z-index: 101; 
	top: 2px;
	left: 10px; 
	position: 
	absolute; 
	border: solid 2px black;
    overflow: hidden; 
}

.loginbuttonstyle
{
	margin-right: 6px;
	margin-bottom: 4px;
}

.loginlabelstyle
{
	margin-top: 6px;
}

.zoomto
{
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 17px;
	cursor: pointer;
}

.removeresult
{
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 14px;
	cursor: pointer;
}

.zoomto1
{
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 17px;
	cursor: pointer;
}

.download
{
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 0px;
	cursor: pointer;
}

.divaddgraphics
{
	float: left;
	width: 270px;
	height: 36px;
	border: solid 1px gray;
	padding: 2px 0 0 2px;
	margin: 2px 0 0 0;
	overflow: hidden;
}

.divaddlabel
{
	float: left;
	width: 220px;
	height: 146px;
	border: solid 1px gray;
	margin: 2px 4px 0 0;
	padding: 4px 0 0 2px;
	font-family: Arial;
	font-size: small;
	font-style: normal;
}

.divaddlabel1
{
	float: left;
	width: 217px;
	margin-bottom: 2px;
}

.addlabels
{
	text-align: right;
	float: left;
	width: 59px;
	margin-right: 1px;
}

.addlabels1
{
	float: left;
	border: solid 1px gray;
}

.ddlfont
{
	float: left;
}

.labeltext
{
	float: left;
}

.labelredliningtask
{
	float: left;
	margin: 0 10px 0 2px;
}

.mapclose
{
	background-image: url(images/SearchClose.gif);
	cursor: pointer;
	z-index: 4;
}

.MapViewer_WindowTitleBarStyle
{
	background-color: #2F5675;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Sans-Serif, Arial;
	background-image: url(images/blue-gradient-24x1.gif);
	background-repeat: repeat-x;
}

.labelredliningtask
{
	border: solid 1px red;
}

.labeltoolmargin1
{
	margin: -1px 0 -1px 0;
}

.labeltoolmargin2
{
	margin: -2px 0 -1px 0;
}

.labeltoolmargin3a
{
	margin: -2px 0 0 0;
	text-align: center;
}

.labeltoolmargin3
{
	margin: -2px 0 -1px 0;
}

.labeltoolmargin4
{
	margin: -5px 0 0 -1px;
	text-align: left;
	border: solid 1px gray;
}

.labeltoolmargin5
{
	margin: -2px 0 0 0;
	width: 220px;
	border: none;
	overflow: auto;
}

.labeltoolmargin6
{
	width: 226px;
	border: solid 1px gray;
}

.labeltoolmargin7
{
	text-align: left;
	margin: 0 0 0 0;
}

.shapetoolcaption
{
	text-align: left;
	margin: 0 0 0 0;
	border: none;
}

.previewtable
{
	margin: -2px 0 0 0;
	border: none;
}

.labeltoollabel
{
	text-align: right;
}

.shapetoolmargin1
{
	margin: 0 0 0 0;
}

.labelredliningtask
{
	cursor: pointer;
}

.divclearall
{
	float: left;
	height: 180px;
	width: 240px;
	left: 280px;
	position: absolute;
	top: 76px;
}

.divclearall1
{
	width: 99%;
	float: left;
	margin: 2px 0 10px 2px;
}

.divclearall2
{
	width: 99%;
	float: left;
	margin: 2px 0 2px 2px;
}

.divclearall3
{
	color: Red;
	width: 100%;
	float: left;
	margin: 2px 6px 2px 0;
}

.divclearall4
{
	width: 62px;
	float: right;
	margin: 6px 4px 0 2px;
}

.floatleft
{
	float: left;
}

.floatright
{
	margin-right: 4px;
	float: right;
}

.fontwhite
{
	color: White;
	background-color: Transparent;
}

.fpinfo
{
	float: left;
	position: absolute;
	z-index: 4;
	background: url(images/map/info.jpg) repeat;
	left: 2px;
	top: 82px;
	overflow: hidden;
}

.identifytool1
{
	float: left;
	margin: -2px 0 0 2px;
	width: 254px;
	height: 24px;
	color: White;
	text-align: left;
}

.identifytool2
{
	float: left;
	margin: 8px 4px 0 2px;
	width: 224px;
	height: 170px;
	border: solid 1px White;
}

.identifytool3
{
	float: left;
	margin: 18px 0 0 4px;
	height: 40px;
	width: 95px;
}

.identifytool4
{
	float: left;
	margin: 5px 0 0 4px;
	height: 40px;
	width: 95px;
}

.cblinfo
{
	color: white;
	float: left;
	margin: 2px 0 0 0;
	text-align: left;
}

.showhideidentify
{
	margin: 3px 0 0 0;
	float: left;
	background-image: url(images/map/showidentifyresults.PNG);
}

.showhideidentifymouseover
{
	margin: 3px 0 0 0;
	float: left;
	background-image: url(images/map/showidentifyresults1.PNG);
}

.clearidentify
{
	margin: 3px 0 0 0;
	float: left;
	background-image: url(images/map/clearidentifyresults.PNG);
}

.clearidentifymouseover
{
	margin: 3px 0 0 0;
	float: left;
	background-image: url(images/map/clearidentifyresults1.PNG);
}

.toolbar3
{
	float: left;
	margin: 12px 0 0 34px;
}

.fpselect
{
	float: left;
	position: absolute;
	z-index: 10;
	background: url(images/map/info.jpg) repeat;
	left: 2px;
	top: 82px;
	width: 577px;
}

.selecttool1
{
	float: left;
	margin: -2px 0 0 2px;
	width: 382px;
	height: 24px;
	color: White;
	text-align: left;
}

.selecttool2
{
	float: left;
	margin: 2px 0 0 2px;
	width: 220px;
	height: 184px;
	border: solid 1px White;
}

.selecttool11
{
	float: left;
	height: 180px;
	width: 178px;
	margin: 2px 0 0 2px;
}


.selecttool3
{
	float: left;
	height: 138px;
	width: 178px;
	margin: 0 0 0 0;
}

.selecttool4
{
	width: 37px;
	height: 41px;
	float: right;
	margin: 2px 0 0 0;
}

.cblselect
{
	color: White;
	float: left;
	margin: 2px 0 0 0;
	text-align: left;
	overflow:hidden;
}

.showhideselect
{
	margin: 3px 0 0 0;
	float: left;
	background-image: url(images/map/showidentifyresults.PNG);
}

.showhideselectmouseover
{
	margin: 3px 0 0 0;
	float: left;
	background-image: url(images/map/showidentifyresults1.PNG);
}

.clearselect
{
	margin: 3px 0 0 0;
	float: left;
	background-image: url(images/map/clearidentifyresults.PNG);
}

.clearselectmouseover
{
	margin: 3px 0 0 0;
	float: left;
	background-image: url(images/map/clearidentifyresults1.PNG);
}

.searchselect1
{
	float: left;
	background: url(images/map/SearchBy.jpg) no-repeat top left;
	width: 178px;
	height: 50px;
	display: block;
}

.ddlsearchselect1
{
	border: none;
	position: relative;
	float: left;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-top: 22px;
	text-align: left;
}

.searchvalue1
{
	position: relative;
	float: left;
	background: url(images/map/SearchValue1.jpg) no-repeat top left;
	width: 178px;
	height: 44px;
	display: block;
}

.txtsearchvalue1
{
	position: relative;
	float: left;
	border: none;
	margin: 22px 0 2px 20px;
	text-align: center;
	z-index: 4;
	background-color: White;
}

.samplevalue1
{
	float: left;
	position: relative;
	background: url(images/map/Example.jpg) no-repeat top left;
	width: 178px;
	height: 44px;
	display: block;
}

.lblsamplevalue1
{
	float: left;
	position: relative;
	margin: 22px 0 2px 20px;
	text-align: center;
	background-color: Silver;
	color: Black;
	font-size: smaller;
	font-weight: normal;
	vertical-align: middle;
	z-index: 4;
	border: none;
}

.mapsearchimg2
{
	float: left;
	background-image: url(images/map/map_select.jpg);
}

.mapsearchimgmouseover2
{
	float: left;
	background-image: url(images/map/map_select_over.jpg);
}

.divdownloadresults
{
	float: right;
	height: 22px;
	width: 180px;
	margin: 0 4px 0 0;
}

.lmfscalebar
{
	z-index: 3;
	position: absolute;
	top: 600px;
	left: 540px;
	margin: 0 0 0 0;
	background-color: Transparent;
	font-family: Verdana;
	color: Navy;
	font-weight: bold;
}

.lmfnavigation
{
	z-index: 5;
	position: absolute;
	margin: 108px 0 0 504px;
	width: 52px;
	height: 52px;
	font-family: Verdana;
	font-size: x-small;
}

.lmfzoomcontrol
{
	z-index: 4;
	position: absolute;
	width: 20px;
	height: 55px;
	margin: 156px 0 0 516px;
	background-color: Transparent;
	font-family: Verdana;
	font-size: x-small;
}

.lmfoverview
{
	float:left;
	z-index: 4;
	width: 100%;
	height: 24px;
	background-color: Transparent;
	font-family: Verdana;
	font-size: x-small;
}

.appFloat2 {float: right;}

.lmfmap
{
	float:left;
	cursor: pointer;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

.lmfmainlabel1
{
	font-family: Verdana;
	font-size: 9pt;
	margin: 2px 0 2px 2px;
	width: 484px;
	float: left;
}

.lmfmainlabel2
{
	font-family: Verdana;
	font-size: smaller;
	font-weight:bold;
	margin: 1px 0 0 12px;
	width: 45%;
	float: left;
}

.lmfmainlabel3
{
	font-family: Verdana;
	font-size: 7pt;
	margin: 4px 0 0 2px;
	width: 484px;
	float: left;
	font-style:italic;
}

.lmfdetaillabel1
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	float: left;
	text-align:right;
	margin:0 0 0 0;
}

.lmfdetaillabel2
{
	float: left;
	font-family: Verdana;
	font-size: 9pt;
	margin:0 0 0 2px;
}

.lmfdetaillabel3
{
	float: left;
	font-family: Verdana;
	font-size: 9pt;
	margin:0 0 6px 2px;
}

.lmfstatewidelabel
{
	font-family: Verdana;
	font-size: 9pt;
	float: left;
	text-align:right;
	margin:6px 0 0 4px;
}

.lmfstatewideddl
{
	font-family: Verdana;
	font-size: 9pt;
	float: left;
	text-align:left;
	margin:6px 0 0 2px;
}

.slbackground
{
	z-index:0;
	float:left;
}

.lmfprojectpnl
{
	width: 492px;
	margin: 2px 2px 2px 4px;
	z-index:3;
	background-color:Transparent;
}

.lmfprojectdtlpnl
{
	height:208px;
	width: 492px;
	margin: 2px 2px 2px 4px;
	z-index:3;
	background-color:Transparent;
}

.lmfmain
{
	height: 574px;
	width: 496px;
	border-right: solid 1px black;
	border-left:solid 1px #aaa;
	border-top:solid 1px #aaa;
	float: left;
	margin: 0 0 0 0;
	background-color:White;
}

.lmfmain1
{
	height: 210px;
	width: 496px;
	border-bottom: solid 1px black;
	float: left;
	margin: 2px 0 0 0;
}

.lmfmain2
{
	height: 360px;
	width: 496px;
	border-top: solid 1px black;
	float: left;
	background-color: Navy;
	margin: 0 0 0 0;
}

.lmfmain3
{
	z-index:3;
	background-color:White;
	height: 574px;
	width: 488px;
	border-left: solid 1px black;
	border-right:solid 1px #aaa;
	float: left;
}

.lmfmain5
{
	z-index:3;
	background-color:White;
	height:542px;
	width:486px;
	border-left:solid 1px black;
	border:solid 1px #aaa;
	float:left;
}

.lmfmain4
{
	margin: 0 0 0 0px;
	background-color:White;
	height: 30px;
	width: 488px;
	border-top:solid 1px #aaa;
	border-left: solid 1px black;
	border-right:solid 1px #aaa;
	border-bottom:solid 1px black;
	float: left;
}

.lmfcategories
{
	border:solid 1px black;
	float:left;
}

.lblcategories
{
	float:left;
	color:White;
	text-align:left;
	font-family:Verdana;
	font-size:8pt;
    width:198px;
    margin-top:1px;
    font-weight:bold;
}

.catimages
{
	float:left;
	margin-right:6px;
}

.divlmfcat
{
	margin-top:2px;
	width:100%;
	float:left;
	border-bottom:ridge 4px white;
}

.divlmfcat1
{
	margin-top:4px;
	width:100%;
	float:left;
	border-bottom:ridge 2px white;
}

.divlmfcat2
{
	width:100%;
	float:left;
	border-bottom:ridge 2px white;
}

.searchtool
{
	float: left;
	background: url(images/map/searchtool.png) no-repeat top left;
	width: 424px;
	height: 43px;
	display: block;
	margin-top: -2px;
	margin-left: 0px;
}

.searchtool1
{
	float: left;
	margin: 0 0 0 0;
	width: 416px;
	height: 43px;
	color: White;
	text-align: left;
}

.searchtoolexample
{
	float: left;
	background: url(images/map/searchtoolexample.png) no-repeat top left;
	width: 227px;
	height: 43px;
	display: block;
	margin:0 0 0 2px;
}

.searchtool11
{
	height: 43px;
	width:152px;
	float:left;
	margin:0 0 0 0;
}

.searchtool111
{
	float:left;
	margin:2px 0 0 2px;
}

.searchtooll111
{
	float:left;
	margin:10px 0 0 2px;
}

.searchtool2
{
	float: left;
	display: block;
	margin: 0 0 0 0;
	width: 410px;
	height: 92px;
	border: solid 1px White;
}

.searchtool21
{
	float: left;
	width: 220px;
	height: 92px;
	border-right: solid 1px White;
}

.searchtool22
{
	float: left;
	width: 160px;
	height: 92px;
	border-left: solid 1px White;
}

.searchtoolbutton
{
	position: relative;
	float: left;
	height: 50px;
	margin:20px 0 0 30px;
}

.ddlsearchtool
{
	border: none;
	position: relative;
	float: left;
	margin-left: 12px;
	margin-top: 20px;
	text-align: left;
}

.txtsearchtoolvalue
{
	position: relative;
	float: left;
	border: none;
	border-width: 0px;
	margin-top: 18px;
	margin-left: 30px;
	text-align: center;
	z-index: 4;
}

.lblsampletoolvalue
{
	float: left;
	position: relative;
	margin-top: 18px;
	margin-left: 18px;
	text-align: center;
	background-color: Silver;
	color: Black;
	font-size: small;
	vertical-align: middle;
	z-index: 4;
}

.chkpun
{
	font-size:7pt;
    color:White;	
	float:left;
	margin:0 0 0 0;
}

.lmftitle1
{
	color:White;
	font-family: Times New Roman;
	font-size: 20pt;
	font-weight:bold;
	float:left;
	margin:12px 0 0 6px;
}

.lmftitle2
{
	color:black;
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	float:left;
	margin:2px 0 2px 2px;
}

.lmftitle3
{
	color:black;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	float:left;
	margin:2px 0 2px 2px;
}

.divlmftitle1
{
	float:right;
	margin:3px 4px 0 0;
	width:150px;
	height:48px;
}

.lmftitlebuttons
{
	height:52px;
	width:172px;
	float:right;
	margin: 0 0 0 0;
}

.lmftitleddls
{
	margin:4px 0 0 0;
    float:left;
    height:26px;
    width:370px;
}
	
.lmfprojectcategories
{
	float:left;
	z-index: 3;
	margin: 0 0 0 2px;
	background-color: Transparent;
	font-family: Verdana;
	color: White;
	font-weight: bold;
}

.btnprojcate
{
	float: left;
	background-image: url(images/projectcategories1.png);
	cursor: pointer;
	margin:4px 0 0 6px;
}

.btnprojcatemouseover
{
	float: left;
	background-image: url(images/projectcategories2.png);
	cursor: pointer;
	margin:4px 0 0 6px;
}

.btnstatewide
{
	float: left;
	background-image: url(images/statewide1.png);
	cursor: pointer;
	margin:4px 0 0 0;
}

.btnstatewidemouseover
{
	float: left;
	background-image: url(images/statewide2.png);
	cursor: pointer;
	margin:4px 0 0 0;
}

.btnculturalresources
{
	float: left;
	background-image: url(images/culturalresources1.png);
	cursor: pointer;
	margin:4px 0 0 0;
}

.btnculturalresourcesmouseover
{
	float: left;
	background-image: url(images/culturalresources2.png);
	cursor: pointer;
	margin:4px 0 0 0;
}

.bdcontentslmf
{
	text-align: left;
	width: 988px;
	padding: 1px 0px 2px 1px;
	overflow: hidden;
	height: 820px;
	background-color: Transparent;
}

.lmfdetailspace
{
	width: 470px; 
	height: 1px; 
	margin-top: 2px; 
	margin-bottom:2px;
	float: left;
}

.lmfprojectdtlpnl1
{
	height:540px;
	width: 482px;
	margin: 2px 2px 2px 2px;
	z-index:3;
	background-color:Transparent;
	overflow:hidden;
}

.fpdownload
{
	left: 246px;
	top: 82px;
}

.busy
{
	cursor:progress;
}