﻿.MapViewer_TitleBarStyle
{
    font-weight: bold; 
    font-size: xx-large; 
    vertical-align: middle; 
    color: white; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_TitleBannerStyle
{
	display: block;
	font-weight: bold;
	font-size: 	small;
	font-family: Arial, Verdana, Sans-Serif;
	background-image: url(images/TitleBanner.gif);
	background-repeat: no-repeat;
}

.MapViewer_MenuBarStyle
{
    font-weight: bold; 
    font-size: 11pt; 
    color: #66584E; 
    font-family: Arial, Verdana, Sans-Serif;
    background-color: #8fBB34;
}

.MapViewer_TaskbarStyle
{
    font-weight: bold; 
    font-size: 11pt; 
    color: White; 
    font-family: Arial, Verdana, Sans-Serif;
    background-color: #66584E;
}

.MapViewer_TaskbarFontStyle
{
    font-weight: bold; 
    font-size: 11pt; 
    color: #66584E; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_ToggleSliderVertical
{
      background-color: #66584E;
      height: 100%;
      width: 100%;
      background-position: bottom;
}

.MapViewer_SmallTitleBarStyle
{
    background-color: #8FBB34; 
    font-weight: bold; 
    font-size: small; 
    color: #66584E; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_PanelHeaderStyle
{
    background-color: #8FBB34; 
    color:#66584E; 
    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 
{
	font-weight: bold;
	font-size: 11pt;
	color: #66584E;
	font-family: Verdana, Sans-Serif, Arial;
    background-color: #8fBB34;
}

.MapViewer_WindowTitleBarStyle2 
{
	font-weight: bold;
	font-size: 11pt;
	color: #66584E;
	font-family: Arial, Verdana, Sans-Serif;
    background-color: #8fBB34;
}

.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: #66584E; 
    border: 1px solid black; 
    overflow: hidden;
}

.MapViewer_WindowBodyStyle
{
    background-color: #8fBB34; 
    color:White; 
    font-family:Arial, Verdana, Sans-Serif; 
    font-size:x-small;
    border: solid thin Black;
}

.MapViewer_ResizeHandleStyle 
{
    width:250px; 
    height:8px; 
    background-color: White;
	-moz-opacity: 0.1; 
	filter: alpha(opacity=10); cursor:sn-resize;
	opacity: 0.1; 
}
        
.MapViewer_CollapsePanel 
{
    background-color:white; 
    cursor:n-resize;
}

.MapViewer_CollapsePanel_2 
{
    background-color:#8fBB34; 
    cursor:n-resize;
}

.MapViewer_HideButton
{
	display:none
}