@charset "UTF-8";
/* Widget Styles */

/* Weather Page Elements */

#gadgettable {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 8px;
}

#gadgetIndex {
	background-color: #999999;
	border: 1px solid black;
	padding: 8px;
}

.gadgetsubhr {
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	margin-right: 5px;
	padding-bottom: 3px;
}
.rcLayer {
	padding: 5px;
}
#WeatherChannel {
	position: absolute;
	visibility: hidden;
	width:320px;
	height:380px;
	z-index:1;
}

#GoogleDirections {
	position: absolute;
	visibility: hidden;
	width:320px;
	height:94px;
	z-index:4;
}

#BayTraffic {
	position: absolute;
	visibility: hidden;
	width:320px;
	height:200px;
	z-index:5;
}

#InstantTraffic {
	position: absolute;
	visibility: hidden;
	width:320px;
	height:330px;
	z-index:6;
}

#RTRoad {
	position: absolute;
	top: 300;
	visibility: hidden;
	width:320px;
	height:200px;
	z-index:7;
}
