html { 
  background: url(images/radioissbackground.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
}

/* unvisited link */
a:link {
    color: #E6E6E6;
}

/* visited link */
a:visited {
    color: #E6E6E6;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: #E6E6E6;
}

div {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#outer-container {

}

#main-content {
	width: 724px;
	margin: auto;
	border: 0px;
	padding:0px;
}

#title-table {
	margin-top:8px;
	font-weight: lighter;
	width:100%;
}

#title-cell {	
	font-size: 30px;
	vertical-align: bottom;
}

#tag-cell {	
	font-size: 20px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 4px;
}

#info-button {
	text-decoration: none;
	font-weight: bold;
}

#video-container {
	margin-top: 4px;
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
	background-color: black;
}

#dashboard-container {
	width: 720px;
	height: 235px;
	margin-top: 12px;
}

#map-container {
	margin: 0px;
	width: 508px;
	height: 235px;
	float:left;
}

#dashboard-right-container {
	margin: 0px;
	width: 208px;
	height: 235px;
	float:right;
}

#info-container {
	font-size: 14px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 188px;
	height: 174px;
	padding: 10px;
	background: url(images/bg2x2_50pct.png);
}

#info-heading {
	margin:0px;
}

#controls-container {
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 4px;
	width: 188px;
	height: 18px;
	padding: 10px;
	background: url(images/bg2x2_50pct.png);
}

input[type='range'] {
	-webkit-appearance: none;
	border-radius: 5px;
	box-shadow: inset 0 0 5px #333;
	background-color: #999;
	height: 10px;
	vertical-align: middle;
}
input[type='range']::-moz-range-track {
	-moz-appearance: none;
	border-radius: 5px;
	box-shadow: inset 0 0 5px #333;
	background-color: #999;
	height: 10px;
}
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
	border: 1px solid #999;
	height: 20px;
	width: 20px;
}
input[type='range']::-moz-range-thumb {
	-moz-appearance: none;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
	border: 1px solid #999;
	height: 20px;
	width: 20px;
}

#modal-info {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	margin:20px;
	width: 400px;
	font-size: 20px;
	background-color:black;
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
}

.link-button {
	text-decoration: none;
	font-weight: bold;
}

#block-button {
	font-weight: lighter;	
}

#unblock-button {
	font-weight: lighter;	
}
