﻿table.results
{
	background-color:#FFFFFF;
	color:#000000;
	width:100%;
}

table.results_alt
{
	background-color:#4394CC;
	color:#000000;
	width:100%;
}

a:link.tab, a:visited.tab
{
	text-decoration: none;
	font-weight:bold;
	background-position: right;
	padding: 8px 10px 9px 10px;
	color: #FFFFFF;
	position: relative;
	z-index: 100;
}

a:hover.tab
{
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/hi_blue-gradient-30x1.gif);
	background-position: right;
	padding: 8px 10px 9px 10px;
	background-color: White;
	background-repeat:repeat-x;
	color: #ffffff;
	position: relative;
	z-index: 100;
}

a:link.tab_selected, a:visited.tab_selected
{
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/sel_blue-gradient-30x1.gif);
	background-position:right;
	padding: 8px 10px 9px 10px;
	background-repeat:repeat-x;
	color: #000000;
	position: relative;
	z-index: 100;
}

.MapViewer_TitleBarStyle
{
    background-color: #004080; 
    font-weight: bold; 
    font-size: xx-large; 
    vertical-align: middle; 
    color: white; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_TitleBannerStyle
{
	display: block; 
	background-color: #82b8de;
	background-image: url(images/TitleBanner.jpg);
	background-repeat: no-repeat;
	font-weight: bold; 
	font-size: 	small; 
	font-family: Verdana, Sans-Serif, Arial;
	color: #666666;
}

.MapViewer_TaskbarStyle
{
    background-color: #376F92; 
    font-weight: bold; 
    font-size: 8pt;    
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
	background-image: url(images/blue-gradient-30x1.gif);
	background-repeat: repeat-x;	
}

.MapViewer_SmallTitleBarStyle
{
    background-color: Navy; 
    font-weight: bold; 
    font-size: small; 
    color: white; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_PanelHeaderStyle
{
    background-color: Navy; 
    color:White; 
    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: #376F92; 
    font-weight: bold; 
    font-size: 8pt;    
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
	background-image: url(images/blue-gradient-24x1.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_ResizeHandleStyle 
{
    width:250px; 
    height:8px; 
    background-image:url(images/blank.gif); 
    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;
}
