@charset "UTF-8";
/* CSS Document */


body {
	padding: 0px;
	margin: 0px auto;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffcc;
	}

table#mainTable {
	border: 0px;
	margin: 5px auto 10px;
	padding: 0px;
	background: #ffffcc;
	width: 248px;
	clear: both;
	}		
	
	table#mainTable tr td {
		padding: 5px;
		}
	
	table#mainTable tr.newSection td {
		padding: 0px;
		line-height: 1px;
		font-size:1px;
		height: 12px;
		}
	
	table#mainTable tr.sameSection td {
		padding: 0px;
		line-height: 1px;
		font-size:1px;
		height: 2px;
		}
	
		
		table#mainTable tr td.stationCall, table#mainTable tr.inHdWhathaveyou td.stationCall {
			font-size: 10px;
			font-weight: normal;
			white-space: nowrap;
			background-color: #fff68e;
			color: #A29C48;
			}
		
		table#mainTable tr.inHdWhathaveyou td.stationCall {
			background-color: #fcd136;
			color: #a88829;
			}
		
			table#mainTable tr td.stationCall strong {
				font-size: 12px;
				font-weight: bold;
				color: #000000;
				display: block;
				}
		
		
		table#mainTable tr td.stationFreq, table#mainTable tr.inHdWhathaveyou td.stationFreq {
			font-size: 12px;
			padding-right: 5px;
			color: #f99d1c;
			font-weight: bold;
			white-space: nowrap;
			background: #fff68e url(http://www.hdradioalliance.com/station_guides/i/bg_arrow.gif) right center repeat-y;
			text-align: center;
			}
		
		table#mainTable tr.inHdWhathaveyou td.stationFreq {
			color: #f36100;
			background: #fcd136 url(http://www.hdradioalliance.com/station_guides/i/bg_arrow_hd.gif) right center repeat-y;
			}
		
		table#mainTable tr td.stationInfo, table#mainTable tr.inHdWhathaveyou td.stationInfo {
			font-size: 11px;
			font-weight: normal;
			background-color: #fee97e;
			text-align: left;
			}
		
		table#mainTable tr.inHdWhathaveyou td.stationInfo {
			background-color: #f7a318;
			}

#arrowBeak{
	position: fixed;
	top: 0px;
	left: 68px;
	}

#legend {
	text-align: left;
	clear: both;
	margin: 17px 0px 0px 9px;
	}

	#legend #yourFavouriteStations { 
		float: left;
		clear: both;
		height: 15px; 
		width: 15px; 
		margin: 0px 5px 0px 0px; 
		background: #fee97e url(http://www.hdradioalliance.com/station_guides/i/bg_arrow.gif) -17px -60px no-repeat; 
		font-size: 1px; 
		line-height: 1px; 
		}
		
	#legend #newFreeChannels {
		float: left;
		clear: both;
		height: 15px; 
		width: 15px; 
		margin: 2px 5px 0px 0px; 
		background: #f7a318 url(http://www.hdradioalliance.com/station_guides/i/bg_arrow_hd.gif) -17px -60px no-repeat; 
		font-size: 1px; 
		line-height: 1px;
		}
	
	#legend .definition {
		height: 15px;
		width: 160px;
		padding: 2px 0px;
		float: left;
		}

.printOnly {
	display: none;
	}

h1 { font-size: 1.4em; }
