﻿.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: #888888; 
	background-image: url(images/bg_tw_green.gif);
	background-repeat: repeat-x;
	font-weight: bold; 
	font-size: small; 
	font-family: Verdana, Sans-Serif, Arial;
	color: #666666;
}

.MapViewer_TaskbarStyle
{
    background-color: #F1F2ED; 
    font-weight: bold; 
    font-size: 8pt; 
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
    border-bottom: solid 1px #666;
}

.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: #0C736A; 
    font-weight: bold; 
    font-size: 8pt; 
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
	background-image: url(images/tw-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:303px; 
    height:6px; 
    font-size:0;
    background-color: White;
	-moz-opacity: 0.1; 
	filter: alpha(opacity=10); cursor:n-resize;
	opacity: 0.1; 
}
        
.MapViewer_CollapsePanel 
{
    background-color:white; 
/*    cursor:n-resize; */
}

/* toolbar stuff by partietz  */

div#Toolbar1
{
	float: left;
}

table#Toolbar1Table td
{ 
	width: 2px;
	padding: 0 3px;
	cursor: default;
}

table#Toolbar1Table img
{ 
	border: 0px;
	cursor: pointer;
}

table#Toolbar1Table img#Toolbar1Separator
{ 
	padding: 0 1px;
	cursor: default;
}


.ServiceMenuTD {
	color:#000;
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding:0 12px;
}

.ServiceMenuA {
	cursor:pointer;
	font-weight: bold;
	text-decoration: underline;
 	color: #777;
}

.ServiceMenuHover {
	cursor:pointer;
	font-weight: bold;
	text-decoration: underline;
 	color: #aaa;
}

.ServiceMenuSpacer {
	color:#000;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

