﻿/******************************
Standard components
******************************/
body
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
}
h1 {
	font-family: "Neo Sans Regular", Arial, Sans-Serif;
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 0.8em 0;
	padding: 0;
}
h2,
.tmTabStrip li.tmActive
 {
	font-size: 133%; /*16px*/
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
}
h3,h4 {
	font-size: 100%;	
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
}
img {
	border: none;
}
q,
blockquote {
	color: #9EA78F;
	display: block;
	font-size: 133%; /*16px*/	
	font-style: italic;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;	
}
label {
	font-weight: bold;
	margin: 0 0 2px 0;
}
select {
	padding: 2px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #8e8e3d;
}
a:visited {
	color: #606029;
}
ul, ol {
	margin: 0 0 1em 2em;	
	padding: 0;
}
ul li {
	padding: 0;
}
blockquote {
	color: #9ea78f;	
	margin: 0 0 1em 0;
	padding: 0 5em;
}

/******************************
Layout
******************************/
#head {
	margin-bottom: 20px;
}
.tertiary
{
	display: none;
}
.topNav 
{
	display: none;	
}
.sIFR-flash,
.sIFR-flash *,
.sIFR-flash object {
	display: none;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.details
{
	display: none;
}
.secondary {
	display: none;
}

.mainContent {
	font-family: Georgia, "Times New Roman", Serif;
	line-height: 1.5em;
}
.environmentIndicator {
	display: none;
}
.freqTable {
	margin-bottom: 20px;
}
.freqTable .freqCell,
.freqTable .effectCell {
	text-align: right;
}
.freqSearchForm {
	display: none;
}
.utilLinks {
	display: none;
}
.tmTabStrip {
	display: none;	
}
.radioTabStrip {
	display: block;
	margin: 0;
	padding: 0;
}
.tmTabStrip li {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tmTabStrip li.tmActive {
	display: block;
}
.tmTabStrip li.tmActive a:link,
.tmTabStrip li.tmActive a:visited {
	color: #000;
}
.tmTabStrip li.tmActive a:hover {
	text-decoration: none;
}



.freqSearchForm h2 {
	display: none;
}
.freqSearchForm label {
 display: none;	
}

.freqSearchForm .label, .radioBtn
{
	display: none;
}
.freqTable table {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}
.freqTable td
{
	border-bottom: solid 1px #D9DAD7;
	padding: 5px 8px 5px 0;
	text-align: left;
	vertical-align: top;
}
.freqTable th
{
	border-bottom: solid 1px #D9DAD7;
	padding: 5px 8px 5px 0;
	text-align: left;
}
.freqTable .freqCell {
	text-align: right;
}
.freqTable .details {
	text-align: right;
}
.freqTable .tmServicesWithLogos img {
	margin-right: 5px;	
}

.freqSearchForm label {
	display: none;
}
.startContainer1 {
	background-color: #FFF;
	float: left;
	padding: 16px 20px 20px 20px;
	z-index: 2;
}
.startContainer2 
{
	display: none;
}
.startContainer3 {
	border-top: solid 1px #E3E3E3;
	clear: both;
	padding: 20px 0;
}
.listType1 .item clickable
{
	display: none;
}
.button {
	display: none;
}

.topBar,
#footer .footerNav,
.miniNav {
	display: none;
}

a.back {
	display: none;
}

#feedback {
	display: none;
}


/*Map specific styles*/
.mapPage .primary {
	display: block;
	float: left;
	width: 40%;
}
.mapPage .secondary {
	display: block;
	float: right;
	width: 58%;
}

#tmMap {
	border: solid 2px #000;
	margin-bottom: 10px;
}
#tmMap {
	height: 550px;
}
.tmMapLegend {
	border: solid 2px #000;
	margin-bottom: 10px;
	padding: 10px;
}
.mapLinks {
	display: none;
}
#searchForm .topTable {
	display: none;
}
#tmStationSearchField,
#searchForm .tmInputButton {
	display: none;
}
#tmAddressSearchField {
	border: none;
	border-width: 0 !important;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%
}
#tmHelp {
	display: none;
}
#tmDisclaimer {
}
#tmBoxerContainer a,
#tmBoxerContainer img {
	display: none;
}
#tmReception {
	padding: 10px 0;
}
#tmReceptionText {
	display: block;
}

.tmTransmitterSuggestions {
	padding-bottom: 5px;
}
.tmTransmitterSuggestion {
	border-left: solid 4px #C11;
	margin-bottom: 1em;
	padding: 0 0 0 6px;
}
.tmTransmitterSuggestion a {
	display: none;
}
.tmAlternative {
	border-color: #000;
}

.tmAdditionalInfo {
}

#tmDisclaimer,
#tmStationDetailsWrapper,
#tmTemplates,
.tmAdditionalInfoLink,
.tmTipText,
#tmStationDetailsWrapper {
	display: none !important;
}


/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

