@charset "UTF-8";
/* CSS Document */


#rj-player {
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 1.0);
	
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 60px;
	width:125px;
    margin-left: 0px;
    padding-left: 145px;
    padding-top: 45px;
	position:relative;
    z-index:91;
}


.jp-unmute {
    z-index:110;
	background:transparent url(/player/images/volume_full.png) no-repeat;
	width:22px;
	height:17px;
	display:block;
	position:absolute;
	top:68px;
	margin-left:99px;
	text-indent:-999999px;
	opacity:0.8;
}

.jp-mute {
    z-index:100;
	background:transparent url(/player/images/volume_mute.png) no-repeat;
	width:19px;
	height:19px;
	display:block;
	position:absolute;
	top:68px;
	margin-left:99px;
	margin-right:30px;
	text-indent:-999999px;
	opacity:0.8;
}

.jp-mute:hover,.jp-unmute:hover,.new-window a:hover{
	opacity:1;
}

.new-window a{
    z-index:100;
    margin-left: 97px;
    opacity: 0.8;
    position: absolute;
    top: 16px;
    width: 22px;
}


.logo-station {

    padding-top: 0px;
    padding-left: 0px;
    margin-left: 2.5px;
    margin-top: 2.5px;
    float: left;
    opacity: 1;
	z-index:100;
    text-indent: -99999px;
}

a.jp-play {
    z-index:100;
	border-radius: 100px 100px 100px 100px;
    display: block;
    height: 49px;
    margin-left: 18px;
    margin-top: -30px;
    text-indent: -99999px;
    width: 50px;
}

a.jp-pause {
    z-index:100;
	text-indent:-99999px;
	width:50px;
	height:49px;
	display:block;
    margin-left: 18px;
    margin-top: -30px;
	border-radius:100px;
}

.jp-volume-bar {
    z-index:100;
	border-radius: 4px 4px 4px 4px;
    height: 8px;
    margin: 10px 5px 0 -10px;
    width: 100px;
}

.jp-volume-bar-value {
    z-index:101;
	height:8px;
	border-radius:4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}


.bg-color {
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 1.0);

}

.bg-station {
	background:transparent url(/background/181381838538904/) no-repeat;
}

.logo-station {
	background: url("/logo/181381838538904/") no-repeat scroll center center transparent;
}

a.jp-play {
	background: #F00000 url(/player/images/play_test_btn.png) no-repeat;
}

a.jp-pause {
	background: #F00000 url(/player/images/stop_test_btn.png) no-repeat;
}

a.jp-play {
	border-radius: 100px 100px 100px 100px;
}

a.jp-pause {
	text-indent:-99999px;
	border-radius:100px;
}

a.jp-play:hover {
	
	box-shadow: inset 0 0 10px #000000;
}

a.jp-pause:hover {
	 box-shadow: inset 0 0 10px #000000;
}

.jp-volume-bar {
	background:#EFEFEF;
}

.jp-volume-bar-value {
	background:#F00000;
}

.chat_area {
	background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.8);
	border: 3px #EFEFEF solid;
}
