.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: 30px;
	background-image: url('Images/Header.jpg');
	



}

.MapViewer_TitleBannerLeftStyle
{
	width: 100%;
	height: 30px;
	background-image: url('Images/HeaderLogo.jpg');
	background-repeat: no-repeat;	
	background-position: bottom left;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 5px;

}

.MapViewer_TitleBannerRightStyle
{
	width: 100%;
	height: 30px;
	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.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 165px;
	position: absolute;
	right: 10px;
	top: 7px;
	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: 250px;	
	height: 65px;
	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: 46px;
	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;
	
}

.MapViewer_ApplicationTitleStyle
{
	position: absolute;
	color: #000000;
	font-family: Tahoma;
	font-size: 16px;
	height: 100px;
	left: 200px;
	top: 24px;
	white-space: nowrap;
	z-index: 10001;
}

.MapViewer_FloatingPanelStyle
{
	margin-top: -1px;
	margin-right: -1px;
}

.VerticalSplitter,
.VerticalSplitterOpen {
    display: block;
    height: 8px;
    background-image: url(Images/VerticalSplitterBackground.gif);
    font-size: .1em;
    text-align: center;
}
.VerticalSplitterOpen {
    cursor: n-resize;
}
.VerticalSplitter span,
.VerticalSplitterOpen span {
    cursor: pointer;
    display: block;
    height: 8px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}
.VerticalSplitter span {
    background-image: url(Images/VerticalSplitter.gif);
}
.VerticalSplitterOpen span {
    background-image: url(Images/VerticalSplitterOpen.gif);
}

