﻿.MapViewer_TitleBarStyle
{
    background-color: #C3C3C3; 
    font-weight: bold; 
    font-size: xx-large; 
    vertical-align: middle; 
    color: white; 
    font-family: Arial, Verdana, Sans-Serif;
}

.MapViewer_TitleBannerStyle
{
	display: block; 
	background-color: #4B4B87;
	background-image: url(images/TitleBanner.jpg);
	background-repeat: no-repeat;
	font-style:italic;
	font-weight:   bolder; 
	font-size: medium; 
	font-family: Verdana, Sans-Serif, Arial;
	color: white;
	text-align: right;
	vertical-align:bottom;
}
.MapViewer_LeftPanel
{
    background-color: #C3C3C3;     
}
.MapViewer_TaskbarStyle
{
    background-color: #DC1D34; 
    font-weight: bold; 
    font-size: 8pt; 
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
	background-image: url(images/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_SelTypeDDLStyle
{
	vertical-align:bottom;
    font-size: x-small; 
    font-style:italic;
    font-family: Arial, Verdana, Sans-Serif;
}
.MapViewer_ButtonStyle
{
    border-top-style: outset;
    font-family: Arial;
    border-right-style: outset;
    border-left-style: outset;
    background-color: #cccccc;
    border-bottom-style: outset;
}
.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: #2F5675; 
    font-weight: bold; 
    font-size: 8pt; 
    color: white; 
    font-family: Arial, Verdana, Sans-Serif;
	background-image: url(images/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;
}
TD.MapViewer_TableHeaderStyle
{
     font-size:10pt;
     color:white;
     font-weight:bolder;    
     background-color:#808080;
}
TD.MapViewer_TableDataStyle
  {  
     background-color:white;
     color:black;
     border-style:solid;
     border-width:0px;
     text-align:left;
  }
  TD.MapViewer_TableDataAlternatingStyle
  {  
     background-color:#f5f5f5;
     color:black;
     border-style:solid;
     border-width:0px;
     text-align:left;
  }
  


