.MapViewer_TitleBarStyle
{
    background-color: white; 
    font-weight: bold; 
    font-size: xx-large; 
    vertical-align: middle; 
    color: black; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_TitleBannerStyle
{
	height: 70px;
	background-image: url('Images/Header.jpg');
}

.MapViewer_TitleBannerLeftStyle
{
	width: 400px;
	height: 70px;
	background-image: url('Images/HeaderLogo.jpg');
	background-repeat: no-repeat;	
	background-position: bottom left;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

.MapViewer_TitleBannerRightStyle
{
	width: 400px;
	height: 70px;
	background-image: url('Images/HeaderGraphic.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.MapViewer_TitleBannerHelpStyle a
{
	background-image: url('Images/HelpIcon.gif');
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	right: 10px;
	top: 22px;
	z-index: 10000;
}
.MapViewer_TaskbarStyle
{
    background-color: #ffffff; 
    font-weight: bold; 
    font-size: 8pt; 
    color: black; 
    font-family: Verdana, Sans-Serif, Arial;
    background-image: url('Images/TaskBarBackground.gif');
    background-repeat: repeat-x;
}

.MapViewer_SmallTitleBarStyle
{
    background-color: white; 
    font-weight: bold; 
    font-size: small; 
    color: white; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_PanelHeaderStyle
{
    background-color: white; 
    color: black; 
    font-family: Arial, Verdana, Sans-Serif; 
    font-size: small;
    font-weight: bold;
    width: 100%;
}

.MapViewer_PanelContentsStyle
{
    background-color: white; 
    color: black; 
    font-family: Arial, Verdana, Sans-Serif;
    font-size: small;
    width: 100%; 
    display: block;
}

.MapViewer_WindowTitleBarStyle 
{
    background-color: #ffffff; 
    font-weight: bold; 
    font-size: 8pt; 
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
    background-image: url('Images/TitleBarBackground.gif');
    background-repeat: repeat-x;
}

.MapViewer_WindowStatusBarStyle
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:x-small; 
    color: white;
}

.MapViewer_WindowContentsStyle
{
    font-family:Arial, Verdana, Sans-Serif;	
    font-size:x-small; 
    background-color: White; 
    color: Navy; 
    border: 1px solid black; 
    overflow: hidden;
}

.MapViewer_WindowBodyStyle
{
    background-color: #00008b; 
    color:White; 
    font-family:Arial, Verdana, Sans-Serif; 
    font-size:x-small;
    border: solid thin Black;
}

.MapViewer_ScaleAnchorStyle
{	
	width: 275px;	
	height: 64px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #000000;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 10px;
	overflow: hidden;	
}

.MapViewer_ScaleAnchorStyle .JumpToExtent
{
	margin-top: 2px;
}

.MapViewer_StatusAnchorStyle
{
	width: 290px;	
	height: 44px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #000000;
	padding-top: 3px;
	padding-left: 3px;
	overflow: hidden;
}

.MapViewer_ScaleBarStyle
{
	display: block;
	height: 25px;
	width: 285px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
	position: absolute;
}

.MapViewer_ApplicationTitleStyle
{
	position: absolute;
	color: #000000;
	font-family: Tahoma;
	font-size: 16px;
	height: 100px;
	left: 200px;
	top: 24px;
	white-space: nowrap;
}

.MapViewer_FloatingPanelStyle
{
	margin-top: -1px;
	margin-right: -1px;
}