HTML {
	overflow-y: scroll;
}

BODY {
	background: #000 url('background.png') repeat-x top;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 13px Arial;
}

IMG {
	border: 0;
}

A {
	color: #fff;
}

A:active,
:-moz-any-link:focus {
	outline: none;
}

H2,
H3 {
	margin: 9px;
	font: bold 20px Arial;
}

H3 {
	font-size: 18px;
}

P {
	margin: 9px;
}

TH {
	text-align: left;
	border-bottom: 1px dotted #aaa;
}

.clearer {
	clear: both;
}

.spacer {
	height: 7px;
}

.spacer_big {
	height: 15px;
}

.hr {
	border-top: 1px dotted #ccc;
	margin: 7px 0;
}

.small {
	font-size: 11px;
}

.center {
	text-align: center;
}

#header {
	margin: 70px auto 0;
	width: 890px;
}

#logo {
	float: left;
	margin: 0 2px;
}

#logo IMG {
	border: 0;
}

#menu {
	margin: 31px 9px 0 0;
	float: right;
}

#menu A {
	display: block;
	height: 0;
	padding-top: 9px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0 20px;
}

#menu #chat_activeCount {
	opacity: 0.8;
	font-size: 11px;
	line-height: 13px;
	margin-left: 3px;
}

#menu #chat_activeCount A {
	height: auto;
	padding: 0;
	margin: 0;
	display: inline;
	float: none;
	text-decoration: none;
}

#menu_chat {
	width: 74px;
	background: url('menu_chat.png') no-repeat 0 0;
}

#menu_donate {
	width: 112px;
	background: url('menu_donate.png') no-repeat 0 0;
}

#menu_podcast {
	width: 132px;
	background: url('menu_podcast.png') no-repeat 0 0;
}

#menu A:hover,
#menu .active {
	background-position: 0 -9px;
}

#container {
	margin: 15px auto;
	width: 890px;
}

.col25,
.col50,
.col75 {
	float: left;
}

.col25 {
	width: 25%;
}

.col50 {
	width: 50%;
}

.col75 {
	width: 75%;
}

#streamSelector {
	margin: 25px 0 0 9px;
}

A.index_chSel {
	display: block;
	text-decoration: none;
}

A.index_chSel:hover {
	background: url('stream_over.png') no-repeat;
}

A.index_chSel.opened:hover {
	background: none;
}

A.index_chSel .wrap {
	background: url('stream_border_middle.png') no-repeat top;
	width: 872px;
	height: 85px;
}

A.index_chSel.first .wrap {
	background: url('stream_border_first.png') no-repeat top;
}

A.index_chSel.last .wrap {
	background: url('stream_border_last.png') no-repeat;
	height: 86px;
}

A.index_chSel .wrap .col {
	float: left;
	width: 291px;
	height: 85px;
	background: url('stream_divider.png') no-repeat center left;
}

A.index_chSel .wrap .col1 {
	width: 290px;
	background: none;
}

A.index_chSel .wrap .col1 IMG {
	margin: 24px 0 0 26px;
}

.col3 .hr {
	position: absolute;
	margin: 42px 10px 0 10px;
	width: 271px;
	height: 1px;
	background: url('dotted_hr.png') repeat-x top;
	border: 0;
}

.index_chInfo {
	clear: both;
	display: none;
	background: url('stream_info_back.png') repeat-y left;
	width: 872px;
}

.index_chInfo_inner {
	background: url('dotted_hr.png') repeat-x top;
	padding: 9px;
	padding-top: 10px;
}

#index_chInfo2 {
	background: url('stream_info_back_last.png') no-repeat left bottom;
}

.listeners {
	margin: 13px 0 0 61px;
	display: none;
}

.listenersCount {
	float: left;
	width: 60px;
	height: 60px;
	background: url('badge_listeners.png');
	font: bold 18px Arial;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.listenersText {
	float: left;
	font: 15px Arial;
	color: #fff;
	padding-left: 8px;
	line-height: 60px;
}

.index_currentPlaylist {
	position: absolute;
	margin: 16px 0 0 10px;
	width: 268px;
	overflow: hidden;
	color: #aaa;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px;
	line-height: 20px;
}

.index_currentTrack {
	position: absolute;
	margin: 51px 0 0 10px;
	width: 268px;
	color: #aaa;
	height: 20px;
	line-height: 20px;
}

.index_currentPlaylist SPAN,
.index_currentTrack SPAN {
	display: block;
	float: left;
}

.index_currentPlaylist SPAN.sub,
.index_currentTrack SPAN.sub {
	width: 55px;
	text-align: right;
}

.index_currentPlaylist SPAN.cont,
.index_currentTrack SPAN.cont {
	color: #fff;
	width: 213px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tunein_wrap {
	width: 357px;
	height: 94px;
	background: url('tune_in.png') no-repeat 0 0;
}

.tunein_wrap A {
	display: block;
	width: 357px;
	height: 94px;
	cursor: pointer;
}

.tunein_wrap A.on,
.tunein_wrap A:hover {
	background: url('tune_in.png') no-repeat 0 -94px;
}

.tunein_wrap A:hover {
	opacity: 0.5;
}

.tunein_wrap A.on:hover {
	opacity: 1;
}

.volumebar {
	background: url('volumebar.png') repeat-x center;
	width: 331px;
	height: 8px;
	margin-left: 13px;
}

.volumebar OBJECT,
.volumebar EMBED {
	position: absolute;
	outline: none;
	z-index: 100000;
}

.tunein_external {
	margin: 6px 0 0 14px;
}

.timetable_link {
	border-bottom: 1px dotted #aaa;
}

.timetable_link:hover {
	border-bottom: 1px solid #fff;
}

.index_playLog {
	color: #ddd;
	font: 13px Arial;
	line-height: 16px;
}

.index_playLog .time {
	width: 100px;
	float: left;
	font-size: 11px;
	margin-top: 4px;
	color: #bbb;
}

.index_playLog .track {
	float: left;
	width: 315px;
	margin-top: 4px;
	color: #ddd;
}

.index_playlist {
	margin: 5px 0 10px 0;
}






#tunein_wrapper {
	width: 357px;
	height: 94px;
	background: url('tune_in.png') no-repeat 0 0;
}

#tunein {
	display: block;
	width: 357px;
	height: 94px;
	background: url('tune_in.png') no-repeat 0 -94px;
	opacity: 0;
	cursor: pointer;
}

#tunein.on {
	opacity: 1;
}

#tunein_external {
	display: block;
	float: left;
	margin: 7px 11px;
	font: 13px Arial;
	color: #ddd;
	text-decoration: none;
}

#volumebar {
	background: url('volumebar.png') repeat-x center;
	width: 331px;
	height: 8px;
	margin-left: 13px;
}

#volumebar OBJECT,
#volumebar EMBED {
	position: absolute;
}

#listeners {
	display: none;
	margin-top: 7px;
}

#listenersCount {
	float: left;
	width: 74px;
	height: 74px;
	background: url('listeners_badge.png');
	font: bold 20px Arial;
	color: #fff;
	text-align: center;
	line-height: 74px;
}

#listenersText {
	float: left;
	font: 16px Arial;
	color: #fff;
	padding-left: 11px;
	line-height: 74px;
}

#playlog_block {
	float: left;
	padding: 0 10px;
}

#playlog {
	color: #ddd;
	font: 13px Arial;
	line-height: 16px;
}

#playlog .time {
	width: 100px;
	float: left;
	font-size: 11px;
	margin-top: 4px;
	color: #bbb;
}

#playlog .track {
	float: left;
	width: 315px;
	margin-top: 4px;
	color: #ddd;
}

#playlists_block {
	display: none;
	height: 60px;
}

#playlist {
	color: #fff;
	font: bold 13px Arial;
	margin-top: 3px;
}

#timetable_block {
	margin-bottom: 25px;
}

#chat_onAir {
	font-weight: bold;
}

#chat_listeners {
	display: none;
	float: right;
}

#chat_wrap {
	padding: 0 9px;
	margin-top: 20px;
}

#chat_wrap.archive {
	margin: 0;
}

#chat_message {
	width: 100%;
}

.el_login {
	margin: 30px 9px;
}

.list_table {
	padding: 0 5px;
	width: 100%;
}

#banip_chatActivity {
	max-height: 350px;
	overflow: hidden;
}

.banipActivity_item {
	height: 35px;
}

.banipActivity_item .col1 {
	padding: 3px 3px 0 9px;
}

.banipActivity_item DIV {
	float: left;
}

#chat_window {
	margin: 15px 2% 0 0;
	width: 78%;
	float: left;
}

#chat_window.archive {
	margin: 0;
	width: 100%;
}

#chat_users {
	width: 20%;
	float: right;
	padding: 12px 0;
}

#chat_window .post {
	padding: 5px 0;
	opacity: 0.6;
}

#chat_window .new {
	opacity: 1;
}

#chat_window .post_time {
	float: left;
	width: 53px;
	font-size: 10px;
	color: #aaa;
	line-height: 20px;
}

#chat_window .post_user {
	color: #ccc;
	font: bold 12px Arial;
	line-height: 19px;
}

#chat_window .current {
	color: #cffaab;
}

#chat_window .post_message {
	margin: 2px 0 1px 53px;
	font-size: 13px;
}

#chat_window .post_message .mentioned {
	color: #fac2c2;
}

.slided {
	display: none;
}

.showman_block,
.p_block {
	margin: 0 9px;
}

.showman_block INPUT,
.showman_block SELECT {
	margin: 3px 7px;
}

#showmantable_ss1 TR {
	height: 24px;
}

TD.radio {
	width: 30px;
	text-align: center;
}

#showmantable_ss2 TR {
	height: 30px;
}

#footer {
	margin: 25px 9px 20px 9px;
}

#social {
	float: left;
	padding-top: 13px;
	line-height: 16px;
}

#social A {
	margin-right: 4px;
	opacity: 0.5;
}

#social A:hover {
	opacity: 0.75;
}

#social IMG {
	border: 0;
	vertical-align: middle;
}

#facebook_like_wrap {
	height: 60px;
	margin: 25px 9px 0;
}

#facebook_like {
	display: none;
}

.timetable {
	margin: 0 0 0 9px;
}

.timetable DIV DIV {
	padding: 2px 0;
}

.timetable .header {
	border-bottom: 1px dotted #aaa;
}

.timetable .hours {
	width: 5.5%;
	float: left;
	padding: 5px 0;
}

.timetable .hours DIV {
	text-align: center;
	height: 16px;
	line-height: 16px;
}

.timetable .day {
	width: 13.5%;
	float: left;
	padding: 5px 0;
}

.timetable .day .item {
	padding: 2px 5px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.timetable .day .item.header {
	text-transform: uppercase;
}

.timetable .day.active,
.timetable .day .item.active,
.timetable .hours .active {
	background: #222;
}

.timetable .day.active .item.active {
	background: #333;
}

.timetable .liveshow {
	background: #a00;
}

.timetable .day .item.active .liveshow {
	background: #ab9d00;
}

#podcast_subscribe {
	display: block;
	background: url('subscribe.png') no-repeat;
	width: 199px;
	height: 0;
	padding-top: 74px;
	overflow: hidden;
}

#podcast_subscribe:hover {
	background-position: 0 -74px;
}

#podcasts_list {
	margin: 25px 9px 0 9px;
	padding: 0;
	list-style: none;
}

#podcasts_list LI {
	margin: 0;
	padding: 3px 0;
	font: 16px Arial;
	line-height: 130%;
}

#podcasts_list LI SPAN {
	font-size: 11px;
	color: #999;
}

#podcasts_list A {
	text-decoration: none;
}

#podcasts_list A:hover {
	text-decoration: underline;
}

#jack {
	float: right;
	font: italic 14px "Times New Roman";
}

.attention {
	font: bold 17px Arial;
	color: #f99;
}
