.ToolboxHeader
{
	background-color: #495e7e;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: White;
	BORDER-RIGHT: black 1px; 
	BORDER-TOP: black 1px; 
	BORDER-LEFT: black 1px; 
	BORDER-BOTTOM: black 1px solid;  
}
.TableHeader
{
	background-color: Navy;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.TextSpacer
{
	font-family: Tahoma;
	font-size: 10px;
}
.TextDefault
{
	font-family: Tahoma;
	font-size: 11px;
}
.TextDefaultBold
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.GridRow
{
	font-family: Tahoma;
	font-size: 10px;
}
.GridRowAlt
{
	font-family: Tahoma;
	font-size: 10px;
	background-color: Silver;
}
.DefaultButton
{
	font-family: Tahoma;
	font-size: 11px;
	width: 65px;
}
.ZoomBox
{
	border:2px;
	border-style:solid;
	border-color:Red;
	visibility:hidden;
}
.MapBorder
{  
    border: 1px;
    border-color:#000000;
    border-style:solid; 
    BACKGROUND-COLOR: transparent;	
}
.XYLocatorText
{
	COLOR: #000000;
	BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    border-style:none;	
    visibility: hidden;
}
.DefaultTool
{
	border: 1px;
	border-style:solid;
	border-color:Black;	
}
.SelectedTool
{
	border: 1px;
	border-style:solid;
	border-color:Red;	
}
.PanButton
{
	cursor: pointer;
}
.Links
{
  list-style-image:none;
  color:Black;
  font-size:11px;
}
A.TabView:LINK		{Text-Decoration: none; color:#FFFFFF; font-size:11px; font-family: Tahoma;  font-weight: bold; text-align: center;} 
A.TabView:VISITED	{Text-Decoration: none; color:#FFFFFF; font-size:11px; font-family: Tahoma; font-weight: bold; text-align: center}
A.TabView:HOVER		{Text-Decoration: underline; color:#FFFFFF; font-size:11px; font-family: Tahoma; font-weight: bold; text-align: center}

.TabPanelVisible
{
	border-top: #000080 3px solid;
	padding-left: 2px;
	overflow: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	background-color: gainsboro;
	visibility: visible;
}
.TabPanelHidden
{
	visibility: hidden;
}
.SearchResults
{
	padding-left: 2px;
	overflow: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.PageTitle
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: White;
}
.toolTable
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
}



