#temp-map {
	width: 384px;
	height: 352px;
}

#map {
	width: 382px;
	margin-right:16px;
	height: 350px;
	border: 1px solid #000000;
}
#map-wide {
	width: 542px;
	height: 350px;
	border: 1px solid #000000;
	margin-bottom: 16px;
}

table.network-table {
	background: #ffffff;
	border: 0;
	margin-bottom: 16px;
}

table.network-table .network-header, table.network-table th {
	padding: 5px;
	border: 1px solid #94a6c9;
	background: #f0f5fd;
	font-weight: bold;
}
table.network-table .network-data, table.network-table td {
	padding: 2px 5px 2px 5px;
	border: 1px solid #bbbbbb;
}

table.network-table tr.even {
	background: #fafafa;
}

table.network-table tr.odd {
	background: #f2f2f2;
}

table.network-table tr.odd th {
	background: #dee9fb;
}

.station-image {
	padding: 3px;
	background: #ffffff;
	border: 1px solid #777777;
}
.station-image:hover { background: #dee9fb; }

/* Override /css/tabber.css styles */
ul.tabbernav li.tabberactive a { background: #ffffff; }


/** Fixes for new template. */
td[valign="top"] {
	vertical-align: top;
}

.no-margin {
	margin: 0px;	
}
#issues_list, #issues_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

#issues_list li div {
	margin: 15px 16px 15px 0px;
}
.heliplot {
	/*background-color: #dddddd*/;
	margin-bottom:1em;
}
.heliplot img {
	border:1px solid #aaa;
	padding:16px;
}
.heliplot div {
	/*padding:16px;*/
}
.heliplot h3 {
	font-size:smaller;
	font-weight:bold;
	margin-top:0;
}

#key-links {
	margin-bottom: 1em;
}

#key-links span {
	font-weight: bold;
}

#key-links span.link {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
