.GWeatherOverlay
{
	width: 33px;
	padding-top: 29px;
	background-repeat: no-repeat;
	filter: alpha(opacity=70);
	font-weight: bold;
	-moz-opacity: 0.7;	
}

.GWeatherSlider
{
	position: relative;
	height: 15px;
	left: 3px;	
	background-color: #000000;
}

.GWeatherSliderContainer
{
	height: 45px;
	background-color: #FFFFFF;	
	background-image: url(../images/weather_slide_bg.gif);
	background-position: left center;
	background-repeat: no-repeat;	
}

.GWeatherDay
{
	position: absolute;
	width: 30px;
	overflow: hidden;
}

.GWeatherTime
{
	position: absolute;
	width: 98%;
	height: 15px;
	top: 30px;
	text-align: right;
}

#googlemap div
{
	font-family: Arial;
	font-size: 11px ! important;
	text-decoration: none ! important;
	color: #000000 ! important;
}

#googledirections
{
	margin-top: 0px;
}

.ControlLoading
{
	background-color: #000000;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

.ControlError
{
	background-color: #FF0000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
}

.InfoWindow
{
	width: 264px;
	font-family: Arial;
	font-size: 11px;
}

.InfoWindow .Name
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.Row
{
	width: 100%;
	clear: both;
	overflow: hidden;
}

.InfoWindow .Image
{
	float: left;
	margin-right: 10px;			
}

.InfoWindow .Text
{		
}

.InfoWindowRow
{
	font-weight: bold;
	margin-bottom: 3px;
}

.InfoWindowTab
{
	font-family: arial;
	font-size: 11px;
}

.Link
{
	float: right;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: underline ! important;
}