body
{
	margin: 2px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 11pt;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	margin: 8px 0px 4px;
}

h2
{
	font-size: 11pt;
	font-weight: bold;
	margin: 0 8px 4px;
}

h3
{
	color: red;
	font-size: 11pt;
	font-weight: bold;
	margin: 8px 0px 4px;
}

p
{
	margin: 6px 0px;
}

option, select
{
	font-size: 11pt;
}

div.PageDiv
{
	background-color: #EEEEEE;
	padding: 0;
}

form, form input
{
	font-size: 10pt;
}

div.Banner
{
	background-image: url(NTourGfx/cbuttonGrey.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border: solid 1px black;
	font-size: 10pt;
	height: 14px;
	margin: 0px;
	padding: 2px;
	clear: both;
}

div.Banner span	{ vertical-align: middle; }

div.Banner span.Left
{
	text-align: left;
	float: left;
	width: 49%;
}

div.Banner span.Right
{
	text-align: right;
	float: right;
	width: 49%;
}

div.Menu
{
	text-align: left;
}



table.PopBanner
{
    background-image: url(NTourGfx/BanMiddle.gif);
	background-repeat: repeat-x;
    font-weight: bold;
    font-size: 12px;
    color: black;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.PopBanner td.BanLeft      { width: 34px; }
table.PopBanner td.BanMiddle    { padding: 8px 12px; }
table.PopBanner td.BanRight     { width: 7px; }



div.PopBanner
{
    height: 34px;
    margin: 0;
    padding: 0;
}

div.PopBanner span
{
    background-image: url(NTourGfx/BanMiddle.gif);
	background-repeat: repeat-x;
}

div.PopBanner span span.BanMiddle
{
    background-image: none;
    vertical-align: 110%;
    font-weight: bold;
    font-size: 12px;
    color: black;
}

div.ViewPic, div.ViewMap
{
	vertical-align: top;
	margin-top: 4px;
	float: left;
	text-align: center;
}

div.ViewPic { margin-right: 4px; }

div.ImageDiv
{
	position: relative;
	background-color: #999999;
	border: none;
	padding: 0px;
	margin: 0px;
}

/*div.ImageDiv img*/
#PicImage
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 0;
}



#PicLegend
{
	border: solid 1px black;
	visibility: hidden;
	text-align: center;
	padding: 0;
	margin: 0;
}


.Button, .ButtonHover, .ButtonInactive, .ButtonSelected
{
	height: 20px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	margin: 0;
	padding: 0;
}

.Button span,
.ButtonHover span,
.ButtonInactive span,
.ButtonSelected span
{
	vertical-align: middle;
	text-align: center;
}

.Button
{
	background-image: url(NTourGfx/vbuttonGrey.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;

	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	
}

.ButtonHover
{
	background-image: url(NTourGfx/vbuttonPink.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFF0F0;

	border: 1px solid #CC6666;
	border-bottom: 1px solid #663333;
	border-right: 1px solid #663333;
}

.ButtonInactive
{
	background-image: url(NTourGfx/vbuttonGrey.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #999999;
}

.ButtonSelected
{
	background-color: #FF9999;
}

#AltDirections
{
	height: 20px;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}


/******* Feature Box classes *******/
#FeatureBox
{
	position: relative;
	visibility: hidden;
}

#FeatureInfo, #FeaturePrompt
{
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	width: 100%;
	visibility: hidden;

}

#FeaturePrompt
{
	position: absolute;
	left: 0;
	top: 0;
}

#FeatureName { font-weight: bold; }
#FeatureDesc { font-style: italic; }

/**** End of Feature Box classes ****/

#SearchResultBox	{ visibility: hidden; }
#SearchTitle		{ font-weight: bold; }
#SearchResult		{ font-style: italic; }




#MapMenuIcon
{
	background-color: #CCCCCC;
	position: absolute;
	left: 0;
	top: 0;

	border: outset 2px;

	background-image: url(NTourGfx/MenuIcon.gif);
	background-repeat: no-repeat;
	visibility: visible;

	height: 16px;
	width: 16px;
	z-index: 10;
}


#MapMenuDiv
{
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	display: none;
}

#MapMenuDiv p
{
	white-space: nowrap;
	margin: 0;
	padding: 0 6px;
	border: outset 2px;
}

#MapMenuDiv p.hover
{
	background-color: #FF9999;
}

#MapMenuDiv p.sel
{
	background-color: #99FF99;
	border: solid 2px #99FF99;
}

.MapLegend
{
	font-size: 12px;
	text-align: left;
	visibility: visible;
	font-weight: bold;
	padding: 0 2px;
}

.MapLegend img
{
	margin-right: 4px;
}

.MapLegend div
{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}


div.Upgrade
{
	font-family: "Tahoma Bold", sans-serif;
	font-family: "Verdana Bold", sans-serif;
	font-family: "Trebuchet MS Bold", sans-serif;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 10em;

	margin-top: 8px;
	padding: 0 0 4px 0;

	background-color: #CCCCCC;
	border: solid 1px black;
	cursor: hand;
}

div.Upgrade div.Banner
{
    background-image: url(NTourGfx/BanMiddle.gif);
    background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 20px;
	border: none;
	border-bottom: solid 1px black;
	padding: 6px 0 0;
}

div.Upgrade div.Red
{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

div.Upgrade div.Red span
{
	font-style: italic;
	font-family: serif;
}



/***********************************
div.FormDiv is used for pop-up forms
***********************************/
div.FormDiv
{
	position: absolute;
	left: 30px;
	top: 60px;

	padding: 4px 6px;
	visibility: hidden;

	background-color: #CCCCCC;
	color: #000000;

	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	border-right: solid 4px black;
	border-bottom: solid 4px black;
}

div.FormDiv div.Caption
{
	background-image: url(NTourGfx/cbuttonGrey.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: solid 1px black;
	font-size: 10pt;
	width: 100%;
	height: 14px;
	margin: 0px;
	padding: 2px;
}

div.FormDiv td
{
	vertical-align: top;
}

div.FormDiv td input
{
	margin: 0px 4px 0 0;
}



td.MultiDisp
{
	position: relative;
}

td.MultiDisp div.MultiDisp
{
	visibility: hidden;
	postion: relative;
	left: 0px;
	top: 0px;
}

td.MultiDisp div.MultiDisp img
{
	position: absolute;
	left: 0;
	top: 0;
}


