@CHARSET "UTF-8";
body {
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	background-color: black;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.onair {
	text-align: left;
	padding-bottom: 5px;
	border-width: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	border-style: solid;
	border-left-color: #484848;
	border-bottom-color: #2e2e2e;
	border-right-color: #2e2e2e;
	border-top-color: #484848;
}

div.onair-sign {
	margin-bottom: 5px;
	margin-top: -14px;
	letter-spacing: -4px;
	font-size: 105px;
	margin-right: 20px;
	float: left;
	color: #c0000f;
}

div.onair-show {
	margin-left: 410px;
	font-size: 36px;
	width: 40%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div.onair-dj {
	margin-bottom: 10px;
	color: #4d4d4d;
	margin-top: -6px;
	font-size: 52px;
	width: 40%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div.onair-time {
	right: 5px;
	position: absolute;
	line-height: 0.90;
	text-align: center;
	font-size: 46px;
	margin-top: 4px;
	margin-right: 5px;
	float: right;
}

table.schedule {
	width: 100%;
	font-size: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

table.schedule td {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: rgb(25,25,25);
	border-color: black;
	border-style: solid;
	border-width: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table.schedule td.nowplaying {
	padding: 5px;
	border-width: 1px;
	border-color: #37ff00;
	border-style: solid;
	color: #26ff00;
	text-align: center;
	background-color: black;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

table.schedule tr.nowplayingCurrent {
	color: #37ff00;
}

table.schedule td.upcoming {
	padding: 5px;
	border-color: #fb8b00;
	border-style: solid;
	border-width: 1px;
	color: #ff9b00;
	text-align: center;
	background-color: black;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

div.silentrunning {
	text-align: left;
	font-size: 22px;
	height: 200px;
	line-height: 1.40;
	margin-right: 8.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 25%;
	padding: 10px;
	padding-bottom: 0;
	vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #111111;
	background: -webkit-gradient(
   		linear,
	    left bottom,
	    left top,
	    color-stop(0.21, rgb(10,10,10)),
	    color-stop(0.61, rgb(25,25,25)));
}

div.silentrunning ul {
	padding-left: 0px;
	margin-left: 5px;
	margin-top: -10px;
	list-style-type: none;
}

div.silentrunning li {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: -10px;
	margin-left: -15px;
	border-bottom-color: #1d1d1a;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #272624;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div.streams {
	padding: 10px;
	padding-bottom: 0;
	height: 200px;
	font-size: 36px;
	text-align: left;
	line-height: 1.40;
	margin-right: 8.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #111111;
	background: -webkit-gradient(
   		linear,
	    left bottom,
	    left top,
	    color-stop(0.21, rgb(10,10,10)),
	    color-stop(0.61, rgb(25,25,25)));
}

div.streams ul {
	padding-left: 5px;
	margin-top: -5px;
	list-style-type: none;
}

span.streamCount {
	color: #37ff00;
}

div.zookeeper {
	font-size: 18px;
	height: 200px;
	text-align: left;
	line-height: 1.40;
	display: inline-block;
	width: 25%;
	padding: 10px;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #111111;
	background: -webkit-gradient(
   		linear,
	    left bottom,
	    left top,
	    color-stop(0.21, rgb(10,10,10)),
	    color-stop(0.61, rgb(25,25,25)));
}

div.zookeeper ol {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 5px;
	margin-top: -10px;
}

div.zookeeper li {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: -10px;
	margin-left: -15px;
	border-bottom-color: #1d1d1a;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #272624;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div.boxheader {
	text-align: center;
	line-height: 1.00;
	margin-bottom: 10px;
	font-size: 26px;
	padding: 10px;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: -10px;
	background-color: #872122;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}

div.ticker {
	margin-left: 100%;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.ticker ul {
	padding-left: 0px;
	font-size: 24px;
	list-style-type: none;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.ticker li {
	padding-right: 40px;
	display: inline;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.ticker img {
	vertical-align: -25%;
	margin-right: 10px;
}