﻿.gPopup 
{
	text-align: left;
	font-family: Arial, Times New Roman, Garamond;
	font-size: 13px;
}

.gPopupTitle
{
	font-family: Times New Roman, Garamond, Arial;
	font-size: 18px;
	text-decoration: underline;
	text-transform:uppercase;
	margin-bottom:7px;
	margin-right:12px;
	color:#317892;
}
.gPopupTitle a
{
	color:#317892;
	font-size: 18px;
}

.gPopupData
{
	font-size: 11px;
	color: #000000;
	float:left;
}

.gPopupData a
{
	font-size:11px;
	color: #2C4A83;
	text-decoration: underline;
}

.gPopupDataBullet
{
	font-size:11px;
	color: #2C4A83;
}

.gPopupImageDiv
{
	float:left;
	border: 2px solid #C4B9A7;
	margin-right: 10px;
}

.gPopupImage
{
	width:123px;
	height:82px;
	border:0;
	border:none;
	border-width: 0px;
	border-style:none;
}

ul#gPopupLinks
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#gPopupLinks li
{
	font-size:11px;
	color: #2C4A83;
	text-decoration: underline;
	display: inline;
	margin-right: 3px;
}


.WrapperDiv {
    height:100%;
}        
.WrapperDiv TH {
    position:relative;
}
.WrapperDiv TR 
{
    /* Needed for IE */
    height:0px;
}

/* IE6 HACK */
* html .MapLegend {
	background-color:#FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	z-index: 1000;
	font-weight:bold;
	font-size: 14px;
	display: block;
	position:absolute;
	vertical-align:middle;
	width:250px;
	bottom:41px;
	right:5px;
	padding-left:10px;
	float:right;
}

.MapLegend
{
	background-color:#FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	z-index: 1000;
	font-weight:bold;
	font-size: 14px;
	display: block;
	position:absolute;
	vertical-align:middle;
	width:250px;
	bottom:5px;
	right:5px;
	padding-left:10px;
	float:right;
}



.MapTabBackground
{
	background-color: White;
	border: solid 1px #C3B9A5;
	border-bottom: none;
	margin-left:3px;
	padding: 5px 15px 5px 15px;
	float:left;
}

.MapTabBackground a
{
	text-decoration: none;
	font-family: Arial, Times New Roman, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #000066;
}

.MapTabForeground
{
	background-color: #000066;
	border: solid 1px #C3B9A5;
	border-bottom: none;
	margin-left:3px;
	padding: 5px 15px 5px 15px;
	float:left;
}

.MapTabForeground a
{
	text-decoration: none;
	font-family: Arial, Times New Roman, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: White;
}
