.MapViewer_TitleBarStyle
{
    background-color: white; 
    font-weight: bold; 
    font-size: xx-large; 
    vertical-align: middle; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_TitleBannerStyle
{
	height: 70px;
}

.MapViewerTitleBannerWrapperStyle {
	background-image: url('Images/Header.jpg');
	position: fixed;
	height: 70px;
	width: 100%;
	z-index: 10000;
}

.MapViewer_TitleBannerLeftStyle
{
	width: 100%;
	height: 70px;
	background-image: url('Images/HeaderLogo.jpg');
	background-repeat: no-repeat;	
	background-position: bottom left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.MapViewer_TitleBannerRightStyle
{
	width: 100%;
	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
{
	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
{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #000000;
	padding-top: 3px;
	padding-left: 3px;
	overflow: hidden;
}

.MapViewer_ScaleBarStyle
{
	display: block;
	height: 25px;
	width: 300px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	overflow: hidden;
	position: absolute;
}

.MapViewer_ApplicationTitleStyle
{
	position: absolute;
	color: #000000;
	font-family: Tahoma;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
	left: 200px;
	top: 0px;
	white-space: nowrap;
	z-index: 10001;
}

.MapViewer_FloatingPanelStyle
{
	margin-top: -1px;
	margin-right: -1px;
}

.VerticalSplitterCollapsed,
.VerticalSplitterIntermediate,
.VerticalSplitterExpanded {
    display: block;
    height: 8px;
    background-image: url(Images/VerticalSplitterBackground.gif);
    font-size: .1em;
    text-align: center;
}
.VerticalSplitterIntermediate {
    cursor: n-resize;
}
.VerticalSplitterCollapsed span,
.VerticalSplitterIntermediate span,
.VerticalSplitterExpanded span {
    cursor: pointer;
    height: 8px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}
.VerticalSplitterExpandButton {
    background-image: url(Images/VerticalSplitterExpandButton.gif);
}
.VerticalSplitterCollapseButton {
    background-image: url(Images/VerticalSplitterCollapseButton.gif);
}

