body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
html, body {
	font-family: Arial,Verdana,Helvettica,Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #99bbcc;
	text-align: center;
}

a {
	color: #900;
	text-decoration: none;
}

#container {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 100%;
	background-color: #99bbcc;
	position: relative;
}

#header {
	margin: 20px 10px 20px 10px;
	text-align: center;
	width: 120px;
	float: left;
}

#options {
	text-align: left;
	color: #606;
	background-color: #79a4ff;
	padding: 5px;
}

h1 {
	font-size: 22px;
	color: #606;
}

h2 {
	font-size: 14px;
	color: #606;
}

#options select {
	width: 100px;
	margin-bottom: 12px;
}

#options label {
	display: block;
}

div.debug {
	clear: both;
	margin: 8px;
	padding: 8px;
	background: #336;
	color: #ff9;
}

#streams {
	margin: 20px;
	float: left;
	width: 600px;
}

th {
	padding: 2px 4px 2px 4px;
	border: 1px solid #333;
	background: #fcf;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 2px 4px 2px 4px;
	border: 1px solid #333;
	background-color: #9c9;
	text-align: left;
	vertical-align: top;
}

td img {
	float: left;
	margin: 0 8px 0 0;
}

tr.row1 td { background-color: #9c9; }
tr.row2 td { background-color: #ada; }

.listings tbody tr:hover td {
	background: #cfc;
}

.listings tfoot div {
	text-align: center;
}

.pagePrev {
	padding: 0px 4px 0px 4px;
	float: left;
	display: block;
}

.pageNext {
	padding: 0px 4px 0px 4px;
	float: right;
	display: block;
}

input {
	padding: 2px 8px 2px 8px;
	font-size: 10px;
	line-height: 10px;
}


#footer {
	font-size: 11px;
	clear: both;
	text-align: center;
	margin: 20px;
}

.testmode {
	margin: 8px 0px 8px 0px;
	padding: 4px;
	color: #606;
	background-color: #bde;
}

.testmode p {
	padding: 4px 0px 4px 0px;
}

.listings {
	width: 100%;
}

object, embed {
	display: block;
	margin: 0px auto 0px auto;
}

.center {
	text-align: center;
}

.date {
	font-family: monospace;
}

.path {
	font-family: monospace;
	color: #333;
}

th.datetime { width: 110px; }
th.station { width: 70px; }

#player {
	z-index: 4000;
	position: absolute;
	padding: 4px;
	left: 50%;
	margin-left: -160px; /* overwritten by javascript; this is just a safety */
	background-color: #99bbcc;
}
#player[id] {
	position: fixed;
}

#player div {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#player div span.buttons {
	display: block;
	float: right;
}

#player div span.title {
	line-height: 16px;
	vertical-align: middle;
}

.nowhere {
	width: 1px;
	height: 1px;
	left: -10000px;
	top: -10000px;
}

