﻿html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: small;
	color: #000000;
	overflow: hidden;
	position: relative;
}

a
{
    text-decoration: none;
}

hr 
{
    height: 1px;
    border: 1px solid #DDDDDD;
    border-bottom: 1px none #DDDDDD;
}

form
{
	height: 100%;
}

input
{
	font-family: Verdana,Arial,Sans-Serif;
	font-size: small;		
}

textarea
{
	font-family: Verdana,Arial,Sans-Serif;
	font-size: small;		
}

select
{
	font-family: Verdana,Arial,Sans-Serif;
	font-size: small;		
}

.Message
{
	color: #990000;	
}

.Left
{
	text-align: left;	
}

.Right
{
	text-align: right;	
}

.Center
{
	text-align: center;	
}

.Hint
{
	font-size: 0.85em;
	color: #666666;	
}

.FlashContent
{
	margin: 0px; /* center, not in IE5 */
	width: 100%;
	background-color: #bfe2fc;
	height: 100%; /* IE6: treaded as min-height*/
	text-align: center;
	z-index: 0;
}

.InstallFlash
{
	padding-top: 300px;	
}

.PanelCover
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: Red;
	opacity: 0;
	filter: alpha(opacity=50);
}

.TaskPane
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 100%;
	background-color: #ffffff;
	/*background-image: url(../../images/TaskPaneGradient.gif);
	background-repeat: repeat-x;*/
	border-left: 1px solid #304050;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
	z-index: 99999;
}

.TaskPaneShow
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0px;
	right: 0px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../../images/taskpaneshowbutton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.TaskPaneHide
{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../../images/taskpanehidebutton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.TaskPaneTitleBar
{
	width: 300px;
	height: 30px;
	background-color: #ffffff;
	background-image: url(../../images/titlebarbackground.gif);
	background-repeat: repeat-x;
}

.TaskPaneTitle
{
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	text-align: center;
	line-height: 2em;
}

.TaskPaneBody
{
	font-weight: normal;
	color: #000000;
	width: 270px;
	text-align: left;
	line-height: 1.2em;
	padding: 10px 10px 10px 20px;
}

.TaskPaneFooter
{
	position: absolute;
	width: 300px;
	height: 160px;
	bottom: 0px;
	padding: 0px;
	background-color: #ffffff;
	/*background-image: url(../../images/FooterBackground.gif);
	background-repeat: no-repeat;*/
}

.TaskPaneRefreshButton
{
	position: absolute;
	padding: 5px;
	left: 90px;
	bottom: 160px;
}

.TaskPaneMenu
{
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: 37px;
	text-align: center;
	cursor: pointer;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #dddddd;
	border-top: 1px none #ffffff;
	overflow: hidden;
}

.TaskPaneMenuItem
{
	width: 300px;	
}

.MapInfo
{
	position: absolute;
	bottom: 0px;
	left: 15px;
	width: 500px;
	height: 25px;
	font-size: 0.85em;
	z-index: 99999;	
}

.MapInfoLatitude
{
	position: absolute;
	top: 0px;
	left: 160px;
}

.MapInfoLongitude
{
	position: absolute;
	top: 0px;
	left: 280px;
}

.MapInfoScale
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.MapListPanel
{
	position: absolute;
	left: 400px;
	top: 50px;
	width: 500px;
	height: auto;
	border: 1px solid #708090;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;
	z-index: 99999;
}

.MapListPanelTitle
{
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #708090;
	text-align: center;
	background-image: url(../../images/PopupTitleBarBackground.gif);
	background-repeat: repeat-x;
	cursor: move;
}

.MapListPanelClose
{
	position: absolute;
	width: 23px;
	height: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../../images/PopupTitleBarCloseButton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.MapList
{
	width: 290px;	
	margin: 10px auto 10px auto;
}

.MapListItem
{
	width: 100%;	
	height: 75px;
	color: #000000;
	border: 3px solid #ffffff;
}

.MapListSelectedItem
{
	width: 100%;	
	height: 75px;
	color: #000000;
	border: 3px solid #708090;
}


.LegendPanel
{
	position: absolute;
	left: 10px;
	top: 50px;
	width: 200px;
	height: auto;
	border: 1px solid #708090;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;
	z-index: 99999;
}

.LegendPanelTitle
{
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #708090;
	text-align: center;
	background-image: url(../../images/PopupTitleBarBackground.gif);
	background-repeat: repeat-x;
	cursor: move;
}

.LegendPanelClose
{
	position: absolute;
	width: 23px;
	height: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../../images/PopupTitleBarCloseButton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.LegendMoreInfo
{
	margin: 5px;	
	text-align: right;
}

.LegendContent
{
	width: 180px;
	margin: 10px;		
}





.DescriptionPanel
{
	position: absolute;
	left: 10px;
	top: 2000px;
	width: 700px;
	height: auto;
	border: 1px solid #708090;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;
	z-index: 99999;
}

.DescriptionPanelTitle
{
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #708090;
	text-align: center;
	background-image: url(../../images/PopupTitleBarBackground.gif);
	background-repeat: repeat-x;
	cursor: move;
}

.DescriptionPanelClose
{
	position: absolute;
	width: 23px;
	height: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../../images/PopupTitleBarCloseButton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.DescriptionContent
{
	width: 680px;
	margin: 10px;	
	text-align: justify;	
}

.DescriptionMetadataContent
{
	width: 680px;
	margin: 20px 10px 10px 10px;	
	text-align: justify;	
}

.DescriptionMetadataText
{
	width: 680px;
	height: 200px;
	border: 1px solid #dddddd;
	overflow: auto;
	margin-top: 10px;
}



.InfoPanel
{
	position: absolute;
	right: 320px;
	top: 10px;
	width: 515px;
	height: 97%;
	border: 1px solid #708090;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;
	z-index: 99999;
}

.InfoPanelTitle
{
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #708090;
	text-align: center;
	background-image: url(../../images/PopupTitleBarBackground.gif);
	background-repeat: repeat-x;
	cursor: move;
}

.InfoPanelClose
{
	position: absolute;
	width: 23px;
	height: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../../images/PopupTitleBarCloseButton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.InfoContent
{
	width: 500px;
	margin: 10px 5px 10px 10px;
}



.FindPlacePanel
{
	position: absolute;
	left: 50px;
	top: 9px;
	width: 400px;
	height: auto;
	border: 1px solid #708090;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;
	z-index: 99999;
}

.FindPlacePanelTitle
{
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #708090;
	text-align: center;
	background-image: url(../../images/PopupTitleBarBackground.gif);
	background-repeat: repeat-x;
	cursor: move;
}

.FindPlacePanelClose
{
	position: absolute;
	width: 23px;
	height: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../../images/PopupTitleBarCloseButton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.FindPlaceContent
{
	width: 380px;
	padding: 10px;
}

.FindPlaceFormLabel
{
	width: 90px;
}

.EmailPanel
{
	position: absolute;
	left: 10px;
	top: 50px;
	width: 500px;
	height: auto;
	border: 1px solid #708090;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;
	z-index: 99999;
}

.EmailPanelTitle
{
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #708090;
	text-align: center;
	background-image: url(../../images/PopupTitleBarBackground.gif);
	background-repeat: repeat-x;
	cursor: move;
}

.EmailPanelClose
{
	position: absolute;
	width: 23px;
	height: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../../images/PopupTitleBarCloseButton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.EmailContent
{
	width: 480px;
	margin: 10px;		
}

.EmailLabel
{
	width: 80px;	
}

.EmailAttachment
{
	display: none;	
}

.SaveMapPanel
{
	position: absolute;
	left: 10px;
	top: 50px;
	width: 500px;
	height: auto;
	border: 1px solid #708090;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;
	z-index: 99999;
}

.SaveMapPanelTitle
{
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #708090;
	text-align: center;
	background-image: url(../../images/PopupTitleBarBackground.gif);
	background-repeat: repeat-x;
	cursor: move;
}

.SaveMapPanelClose
{
	position: absolute;
	width: 23px;
	height: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../../images/PopupTitleBarCloseButton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.SaveMapContent
{
	width: 480px;
	margin: 10px;		
}

.SaveMapTitleLogin
{
	width: 100%;
	border-collapse: collapse;	
}

.SaveMapTable
{
	width: 100%;
	color: #666666;
	border-collapse: collapse;	
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.SaveMapOptionTitle
{
	color: #ffffff;
	background-color: #5d7b9d;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	width: 50%;
}

.SaveMapOption
{
	padding: 5px;
	width: 50%;
}

.SaveMapPreviewImage
{
	padding: 10px;
	width: 50%;
	vertical-align: top;
	text-align: center;
	background-color: #efefef;
}

.SaveMapPreviewImageFrame
{
	border: 1px none #708090;
	width: 200px;
	height: 170px;
	margin: 5px auto 0px auto;
	background-color: #708090;
}

.SaveOptionSelected
{
	color: #ffffff;
	background-color: #708090;
}


.DDMainFrame
{
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 10px;	
}

.DDHeader
{
	font-size: 1.5em;
	font-weight: bold;
	color: #304080;
}

.DDShowHideAll
{
	cursor: pointer;
	margin-top: 10px;		
}

.DDGroup
{
	border: 1px solid #cfdfc2;
	margin-top: 10px;	
}

.DDGroupHeader
{
	font-weight: bold;
	background-color: #cfdfc2;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	background-image: url(../../images/titlebarbackground.gif);
	background-repeat: repeat-x;
}

.DDShowDetails
{
	cursor: pointer;	
}

.DDGroupDetails
{
	display: none;
	padding: 0px;
	color: #666666;
	line-height: 1.5em;
}

.DDGroupTable
{
	width: 100%;
	border-collapse: collapse;	
}

.DDGroupTableTitle
{
	width: 25%;	
	font-weight: bold;	
	border-right: 1px solid #cfdfc2;
}

.DDGroupTableLegend
{
	width: 25%;		
	vertical-align: top;
	border-right: 1px solid #cfdfc2;
}

.DDGroupTableDefinition
{
	width: 75%;
	vertical-align: top;
	text-align: justify;
}




/* Begin Info */
.InfoTitle
{
	color: #304080;
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
	margin-top: 10px;
}

.InfoBody
{
	padding: 0px;	
	margin: 0px 0px 0px 5px;
	overflow: auto;
}

.InfoMainFrame
{
	width: 98%;
	margin: 5px 0px 5px 0px;
}

.FieldHeader
{
	width: 25%;
	vertical-align: top;
	text-align: left;
}

.InfoDetailFrame
{
	width: 100%;	
}

.InfoShowDetailsImage
{
	cursor: pointer;	
}

.InfoShowDetailsLocation
{
	cursor: pointer;	
}

/* End Info */


.AccountLogin
{
	font-size: 1em;
	width: 100%;
	background-color: #ffffff;
	color: #666666;
}
.AccountLoginTable
{
	width: 100%;
	border-collapse: collapse;	
	background-color: #fafafa;
	border: 1px solid #dddddd;
}
.AccountLoginLabel
{
	width: 30%;
}
.AccountLoginField
{
	width: 70%;
}





.LayerGroup
{
	margin: 5px 0px 5px 0px;	
	font-weight: bold;
}

.LayerGroup2
{
	margin: 5px 0px 5px 0px;	
	background-color: #cfdfc2;
	padding: 4px 5px 4px 5px;
}

.SubGroup
{
	margin: 5px 0px 5px 20px;	
}