﻿.MapViewer_TitleBarStyle
{

    font-weight: bold; 
    font-size: xx-large; 
    vertical-align: middle; 
    color: white; 
    font-family: Calibri,Verdana,Tahoma,San-serif;
}

.MapViewer_TitleBannerStyle
{
	display: block; 
	background: url('images/Banner.jpg') repeat-x scroll center top #E2E2E2;
	font-weight: bold; 
	font-size: 	small; 
	font-family: Calibri,Verdana,Tahoma,San-serif;
	color: #666666;	
}

.MapViewer_TaskbarStyle
{
    font-weight: bold; 
    font-size: 8pt;    
    color: white; 
    font-family: Calibri,Verdana,Tahoma,San-serif;
	background-image: url('images/blue-gradient-30.gif');
	background-repeat: repeat-x;	
}

.MapViewer_SmallTitleBarStyle
{
    font-weight: bold; 
    font-size: small; 
    color: white; 
    font-family: Calibri,Verdana,Tahoma,San-serif;
}

.MapViewer_PanelHeaderStyle
{ 
    color:White; 
    font-family: Calibri,Verdana,Tahoma,San-serif;
    font-size: small;
    font-weight: bold;
    width: 100%;
}

.MapViewer_PanelContentsStyle
{ 
    color: black; 
    font-family: Calibri,Verdana,Tahoma,San-serif;
    font-size: small;
    width: 100%; 
    display: block;
}

.MapViewer_WindowTitleBarStyle 
{
    font-weight: bold; 
    font-size: 10pt;    
    color: white; 
    font-family: Calibri,Verdana,Tahoma,San-serif;
	background-image: url('images/blue-gradient-24.gif');
	background-repeat: repeat-x;	
}

.MapViewer_WindowStatusBarStyle
{
    font-family: Calibri,Verdana,Tahoma,San-serif;
    font-size:x-small; 
    color: white;
}

.MapViewer_WindowContentsStyle
{
    font-family: Calibri,Verdana,Tahoma,San-serif;
    font-size: small; 
    color: Navy; 
    border: 1px solid black; 
    overflow: hidden;
}

.MapViewer_WindowBodyStyle
{
    color:White; 
    font-family: Calibri,Verdana,Tahoma,San-serif;
    font-size: small;
    border: solid thin Black;
}

.MapViewer_ResizeHandleStyle 
{
    width:250px; 
    height:8px; 
	-moz-opacity: 0.1; 
	filter: alpha(opacity=10); cursor:n-resize;
	opacity: 0.1; 
}
        
.MapViewer_CollapsePanel 
{
    cursor:n-resize;
}
