﻿html {
@media all
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow-y:auto;
overflow-x:auto;
/*overflow-x:hidden;*/
/*position: absolute;*/
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
filter:(fixPNG(this));
font-size : 10px;
margin: 0px auto;
}
.body 
{
overflow: -moz-scrollbars-vertical; o\verflow-x: auto;
}
body {
margin:0;padding:0;
min-height: 100%;
/*height: auto !important;*/
height: 100%;
min-width: 100%;
/*width: auto !important; */
width: 100%;
padding: 0px;
cursor: default;
/*background-color: #090805;*/
font-family:"Times New Roman", Arial, serif;
font-size : 10px;
filter:(fixPNG(this));
/*background: url(img/bg1.png) no-repeat;*/
}
.slideBg {
width : 100%;
height : 100%;
position : absolute;
left : 0;
z-index : 0;
border : 0px none;
}
.img
{
behavior: url(png.htc);
}
#onlisten
{
margin:0px 0px 0px 50px;
padding-left: 50px;
position: absolute;
float: left;
}
#onlisten2
{
margin:50px 0px 0px 0px;
padding-right: 50px;
position: relative;
float: right;
}
img
{
behavior: url(iepngfix.htc);
behavior: url(png.htc);
}
#pageflip
{
	position: relative;
	right: 0;
        top: 8;
	float: right; 
}
#pageflip img
{
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block
{
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0;
	background: url('banners/bin2.png') no-repeat right top;
}

		body {
			background-color: #FFF;
			font-size;
			color: #000;
                        font-style: normal;
                        font-variant: normal;
                        font-weight: normal;
                        font-family: verdana, arial, sans-serif
		}
		
		a {
			color: #000;
			text-decoration: underline;
		}
		
		a:hover {
			text-decoration: none;
		}
		
		span.show-tooltip-text {
                        vertical-align: top;
                        margin: -170px 0px 0px -100px;
                        cursor:pointer;
			display: none;
			position: fixed;
                        text-align:left;
			font-size: 8px;
                        white-space:nowrap;
			background-image: url('img/white_arrow.png');
			background-repeat: no-repeat;
			padding-left: 45px;
			padding-right: 45px;
                        height:70px;
                	width:160px;
			color: black; 
                        padding-top: 45px; 
                        padding-bottom: 45px;
		}

#content {
border-left:2px solid #333333;
border-right:2px solid #333333;
margin:20px auto 0;
padding:0px;
text-align:center;
/*position:relative;*/
white-space:nowrap;
width:930px;
height:100%;
}
a.day {
	position: relative;
}

a.day span {
	display: none;
	position: absolute;
	top: -30px;
	left: -10px;
	width: 35px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
	background: #fff;
        background-position:center; 
        background-repeat: no-repeat;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.day {
	font-size: 99%;
}

a:hover.day span {
	display: block;
}
a.night {
	position: relative;
}

a.night span {
	display: none;
	position: absolute;
	top: -30px;
	left: -6px;
	width: 35px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
	background: #000;
        background-position:center; 
        background-repeat: no-repeat;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.night {
	font-size: 99%;
}

a:hover.night span {
	display: block;
}

a.listen {
	position: relative;
}

a.listen span {
	display: none;
	position: absolute;
	top: -80px;
	left: -30px;
	width: 160px;
	padding: 5px;
	z-index: 100;
        height: 32px;
        cursor : hand;
        height: 1px !importtant;
        background-image: url('img/listen2.png');
        background-repeat: no-repeat;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.listen {
	font-size: 89%;
}

a:hover.listen span {
	display: block;
}
a.listen2 {
	position: relative;
        /*margin: 0 auto;*/
        margin-left:-30px;
}

a.listen2 span {
        margin: 0 auto;
	display: none;
	position: absolute;
	top: -80px;
	left: -24px;
	width: 160px;
	padding: 5px;
        height: 32px;
        float: left;
	z-index: 100;
        cursor : hand;
	/*background: red;*/
        height: 1px !importtant;
        background-image: url('img/listen3.png');
        background-repeat: no-repeat;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
        -ms-border-radius: 5px;
        -opera-border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.listen2 {
	font-size: 89%;
        /*margin: 0 auto;*/
        margin-left:-30px;
}

a:hover.listen2 span {
	display: block;
        margin: 0 auto;
}

a.listen3 {
	position: relative;
}

a.listen3 span {
        margin: 0 auto;
	display: none;
	position: absolute;
	top: -80px;
	left: -30px;
	width: 160px;
        height: 32px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
	/*background: #5EAB0B;*/
        height: 1px !importtant;
        background-image: url('img/listen1.png');
        background-repeat: no-repeat;
	color: #fff;
	-moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.listen3 {
	font-size: 89%;
        margin: 0 auto;
}

a:hover.listen3 span {
	display: block;
        margin: 0 auto;
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
a.listen3 {
	position: relative;
}

a.listen3 span {
        margin: 0 auto;
	display: none;
	position: absolute;
	top: 30px;
	left: -30px;
	width: 160px;
        height: 32px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
	/*background: #5EAB0B;*/
        height: 1px !importtant;
        background-image: url('img/listen1.png');
        background-repeat: no-repeat;
	color: #fff;
	-moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.listen3 {
	font-size: 89%;
        margin: 0 auto;
}

a:hover.listen3 span {
	display: block;
        margin: 0 auto;
}
}


a.listen3, x:-moz-any-link {
	position: relative;
}

a.listen3 span, x:-moz-any-link {
        margin: 0 auto;
	display: none;
	position: absolute;
	top: -80px;
	left: -30px;
	width: 160px;
        height: 32px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
	/*background: #5EAB0B;*/
        height: 1px !importtant;
        background-image: url('img/listen1.png');
        background-repeat: no-repeat;
	color: #fff;
	-moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.listen3, x:-moz-any-link {
	font-size: 89%;
        margin: 0 auto;
}

a:hover.listen3 span, x:-moz-any-link {
	display: block;
        margin: 0 auto;
}

.listen01
{
position: relative;
top:0px;
}

body:last-child:not(:root:root) {
.listen01
{
position: relative;
top:10px;
}
}

html:first-child .listen01
{
position: relative;
top:0px;
}

@-moz-document url-prefix() {
.listen01
{
position: relative;
top:0px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.listen01
{
position: relative;
top:20px;
}
}

.listen02
{
position: relative;
top:0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.listen02
{
position: relative;
top:20px;
}
}

@-moz-document url-prefix() {
.listen02
{
position: relative;
top:0px;
}
}

body:last-child:not(:root:root) {
.listen02
{
position: relative;
top:10px;
}
}

html:first-child .listen02
{
position: relative;
top:0px;
}

#leftlisten
{
left:50px;
}

a.listen4 {
	position: relative;
        /*margin: 0 auto;*/
        margin-left:30px;
}

a.listen4 span {
        margin: 0 auto;
	display: none;
	position: absolute;
	top: -80px;
	left: 18px;
        float: right;
	width: 160px;
        height: 32px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
	/*background: red;*/
        height: 1px !importtant;
        background-image: url('img/listen4.png');
        background-repeat: no-repeat;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
        -ms-border-radius: 5px;
        -opera-border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.listen4 {
	font-size: 89%;
        /*margin: 0 auto;*/
        margin-left:30px;
}

a:hover.listen4 span {
	display: block;
        margin: 0 auto;
}

a.upmenu {
	position: relative;
}

a.upmenu span {
	display: none;
	position: absolute;
	top: -60px;
	left: -50px;
	width: 108px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
        list-style:none;
        background: #ffffff;
        height: 1px !importtant;
        background-position:center; 
        background-repeat: no-repeat;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.upmenu {
	font-size: 89%;
}

a:hover.upmenu span {
	display: block;
}

a.upmenu2 {
	position: relative;
}

a.upmenu2 span {
	display: none;
	position: absolute;
	top: -60px;
	left: -50px;
	width: 125px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
        list-style:none;
        background: #ffffff;
        height: 1px !importtant;
        background-position:center; 
        background-repeat: no-repeat;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.upmenu2 {
	font-size: 89%;
}

a:hover.upmenu2 span {
	display: block;
}

a.upmenu3 {
	position: relative;
}

a.upmenu3 span {
	display: none;
	position: absolute;
	top: -60px;
	left: -50px;
	width: 105px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
        list-style:none;
        background: #ffffff;
        height: 1px !importtant;
        background-position:center; 
        background-repeat: no-repeat;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
        /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.upmenu3 {
	font-size: 89%;
}

a:hover.upmenu3 span {
	display: block;
}

a.upmenu4 {
	position: relative;
}

a.upmenu4 span {
	display: none;
	position: absolute;
	top: -60px;
	left: -50px;
	width: 105px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
        list-style:none;
        background: #ffffff;
        height: 1px !importtant;
        background-position:center; 
        background-repeat: no-repeat;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        -opera-border-radius: 5px;
        border-radius: 5px;
         /*-ms-filter: «progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)»;*/
}

a:hover.upmenu4 {
	font-size: 89%;
}

a:hover.upmenu4 span {
	display: block;
}
#fbg
{
/*background: url(img/footer_bg.png) repeat-x;*/
/*height:192px;*/
/*margin-top:164px;*/
position: relative;
}
#bt1
{
margin-top:0px;
position: relative;
}
#bt2
{
margin-top:-97px;
position: relative;
}
#sun
{
white-space:nowrap;
margin:-28px 110px 0px 0px;
}
#moon
{
white-space:nowrap;
margin:-16px 0px 0px 90px;
}
#chacheday
{
white-space:nowrap;
margin:-20px 10px 0px 0px;
}
.popup 
{ 
padding:10px; border:0px solid #ccc;
background:#eee; 
width:250px; 
font-size:small; 
no-repeat;
position: relative; 
}
.speakers
{
float:left;
white-space:nowrap;
margin:-20px 120% 0px 0px;
}
div.hello
{
color: white;
margin:-179px 0px 8px 230px;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
#adtext
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:hand;
font-size:strong; 
margin-top:22px;
margin-left:10px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) { 
#adtext2
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
cursor:hand;
font-size:strong; 
margin-top:22px;
margin-right:60px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}
}
#adtext
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:hand;
font-size:strong; 
margin-top:22px;
margin-left:10px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}
#adtext2
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
cursor:hand;
font-size:strong; 
margin-top:22px;
margin-right:60px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}
#adtext, x:-moz-any-link
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:hand;
font-size:strong; 
margin-top:14px;
margin-left:10px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}
#adtext2, x:-moz-any-link
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
cursor:hand;
font-size:strong; 
margin-top:15px;
margin-right:60px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}
#shareDiv
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:hand;
font-size:strong; 
margin-top:17px;
margin-left:10px;
/*border-bottom: 1px dashed white;*/
border-bottom:0px;
position: relative;
text-decoration: none;
}
/*#shareDiv, x:-moz-any-link*/
@-moz-document url-prefix() {
#shareDiv
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:hand;
font-size:strong; 
margin-top:9px;
margin-left:10px;
/*border-bottom: 1px dashed white;*/
border-bottom:0px;
position: relative;
text-decoration: none;
}
}
body:last-child:not(:root:root) { 
#shareDiv
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:hand;
font-size:strong; 
margin-top:9px;
margin-left:10px;
/*border-bottom: 1px dashed white;*/
border-bottom:0px;
position: relative;
text-decoration: none;
}
}
html:first-child #shareDiv
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:hand;
font-size:strong; 
margin-top:9px;
margin-left:10px;
/*border-bottom: 1px dashed white;*/
border-bottom:0px;
position: relative;
text-decoration: none;
}
/*#ims_cloud[id=ims_cloud] {
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:15px;
margin-right:10px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}*/
@-moz-document url-prefix() {
#ims_cloud
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:15px;
margin-right:10px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}
}
body:last-child:not(:root:root) {
#ims_cloud
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:22px;
margin-right:10px;
border-bottom: 1px dashed white;
position: absolute;
text-decoration: none;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#ims_cloud
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:22px;
margin-right:10px;
border-bottom: 1px dashed white;
position: absolute;
text-decoration: none;
}
}
#ims_cloud
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:22px\0/;
margin-right:10px;
border-bottom: 1px dashed white;
position: relative;
text-decoration: none;
}
#flip2
{
white-space:nowrap;
margin:-43px 0px 0px 0px;
}
#talk
{
white-space:nowrap;
float:left;
position: relative: 
margin:0px 0px 0px 0px;
}
#facebook
{
text-align:center;
white-space:nowrap;
margin:-50px 0px 0px 0px;
}
#right_menu
{
white-space:nowrap;
width: 130px;
border-radius-bottomleft:10px; 
border-radius-bottomright:10px;  
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
-opera-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
/*background: url(img/menu-bg.png) no-repeat top center;*/
margin:23px 0px 0px 770px;
}
#menu
{
margin:63px 0px 0px 770px;
}
#ballon
{
position: relative;
white-space:nowrap;
color:white;
margin:-55px 87% 0px 0px;
}
@-moz-document url-prefix() 
{
#ballon
{
position: realative;
white-space:nowrap;
color:white;
margin:-30px 87% 0px 0px;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
#ballon
{
position: realative;
white-space:nowrap;
color:white;
margin:-30px 87% 0px 0px;
}
}
#party
{
margin-top: -10px;
}
#now
{
white-space:nowrap;
color:black;
margin:-17px 430px 0px 0px;
}
.nowbg
{
/*background: url(img/stream1.png) no-repeat top center;*/
height:20px;
margin-left:130px;
float: left;
text-align: left;
margin-right:auto;
}
#parusline_host
{
white-space:nowrap;
position:relative;
margin:-30px 0px 0px 770px !important;
}

#copyrighton
{
white-space:nowrap;
margin:-38px 0px 0px 0px;
}

#logo_lradio2
{
white-space:nowrap;
margin:23px 750px 0px 0px !important;
}

#clock
{
white-space:nowrap;
margin: 30 auto;
        padding-top: 10px;
	padding: -30px 0;
	width: -40px;
}

#online
{
white-space:nowrap;
float:center;
/*margin: 30 auto;*/
margin-top:40px;
margin-left:auto;
margin-right:auto;
/*margin:-23px 0px 0px 500px;*/
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
#weater
{
white-scape:nowrap;
float:right;
text-align:center;
margin-left:40px;
margin-top:30px;
color:white;
border-style: none;
background-repeat:no-repeat;
text-decoration: none;
position: relative:
border: none;
}
}
#weater[id=weater]
{
white-scape:nowrap;
float:right;
text-align:center;
margin-left:40px;
margin-top:25px;
color:white;
border-style: none;
background-repeat:no-repeat;
text-decoration: none;
position: absolute:
border: none;
}
#weater
{
white-scape:nowrap;
float:right;
text-align:center;
margin-left:40px;
margin-top:30px;
color:white;
border-style: none;
background-repeat:no-repeat;
text-decoration: none;
position: relative:
border: none;
}
:link img {
  border: none;
}
img
{  
border-style: none;
}
#wrap
{
text-decoration: none;
white-space:nowrap;
/*margin:-24px 0px 0px 0px;*/
margin-top:-18px;
margin-left: auto;
margin-right: auto;
margin-center: auto;
border: none;
position: relative:
}
@-moz-document url-prefix() {
#wrap
{
text-decoration: none;
white-space:nowrap;
/*margin:-24px 0px 0px 0px;*/
margin-top:-24px;
margin-left: auto;
margin-right: auto;
margin-center: auto;
border: none;
position: relative:
}
}
.weth
{
text-decoration: none;
border: none;
white-space:nowrap;
/*margin:-24px 0px 0px 0px;*/
margin-top:-24px;
margin-left: auto;
margin-right: auto;
margin-center: auto;
position: relative:
}
#time2
{
white-space:nowrap;
color:white;
margin:35px 0px 0px 0px;
}
#time_menu
{
white-space:nowrap;
background: url(img/tab_menu.png) no-repeat top center;
background-repeat: no-repeat;
width:160px;
height:42px;
float:center;
font-color:#ffffff;
font-size:140%;
font-weight: 600;
color:white;
text-align:center;
margin-top:-40px;
margin-left: auto;
margin-right: auto;
margin-center: auto;
/*margin:-40px 0px 0px 40%;*/
}
div.city
{
padding-top:20px;
color:white;
text-align:center;
float:center;
font-weight: 600;
font-color:#ffffff;
position:relative;
}
#disko
{
float: center;
color: white;
white-space:nowrap;
margin-top:-35px;
background: url(img/top_head.png) repeat-x;
height:33px;
}
div.play
{
margin:-21px 0px 8px 230px;
}
div.info
{
text-align:center;
vertical-align: top;
font-size: 78%;
margin:8px 0px 8px 1px;
text-transform: uppercase;
position:relative;
}
#info1
{
text-align:left;
vertical-align: top;
/*font-size: 78%;*/
margin:-10px 0px 8px 5px;
text-transform: uppercase;
position:relative;
}
#info2
{
text-align:right;
vertical-align: top;
/*font-size: 78%;*/
margin:-10px 7px 8px 0px;
text-transform: uppercase;
position:relative;
}
#basic-accordian
{
position:relative;
/*z-index:2;*/
}
.accordion_headings
{
color:white;
cursor:pointer;
margin:8px 0px 8px 1px;
font-weight:bold;
}
.accordion_headings:link
{
color:red;
}
.accordion_headings:active
{
color:red;
}
.accordion_headings:hover
{
color:red;
}
#color_title
{
color:red;
}
.accordion_child
{
}
.header_highlight:hover
{
color:red;
}
.color:link
{
color:red;
}
.header_highlight
{
color:white;
vertical-align: top;
margin:8px 0px 8px 1px;
text-transform: uppercase;
position:relative;
}
.round {

padding: 20px;

}
div.round1, div.inner 
{ 
color: #000; 
text-align: center; 
font-family: verdana, arial, sans-serif;
}
div.round1  
{ 
float: left; 
width: 18em; 
padding: 20px; 
margin: 1em; 
background: #6af; 
}
div.inner 
{ 
margin: 0; 
background: #ffc; 
padding: 10px; 
border:0; 
zoom:1;
}
div.outer 
{ 
float: left; 
margin: 15px; 
background: #c82; 
padding: 8px; 
width: 22em 
}
div.fun   
{ 
margin: 2px; 
}
div.holder1
{
vertical-align: top;
margin:-40px 0px 0px 0px;
position:relative;
}
div#tipDiv { 
    padding:4px;
    font-size:11px; line-height:1.2;
    color:white;
position: absolute;
}

div.tooltip { 
    /* background-color:#ffffff; border:1px solid #667295; 
    width:120px; */
position: absolute;
    }
    
div.tip2 {
    /* background-color:#000080; border:1px solid #eee; 
position: absolute;
    width:150px; color:white; */
    }
div.lradio
{
filter:center(fixPNG(this));
background: url(img/image2.png) no-repeat top center;
width:969px;
height:603px;
margin:0 auto;
}
div.link
{
text-align:center;
vertical-align: top;
margin:-30px 0px 0px 10px;
position:relative;
}
div.head
{
text-align:right;
vertical-align: top;
position:relative;
}
div.head2
{
text-align:left;
vertical-align: top;
position:relative;
}
#logo
{
float: center;
vertical-align: top;
margin:-40px 90px 5px 105px;
position:relative;
}
p.tr
{
margin-top:3px;
}
p.parusline
{
text-align:center;
margin-top:-18px;
}
p.sr
{
margin-top:43px;
}
p.r1
{
margin-top:300px;
}
p.r2
{
margin-top:80px;
}
#parusline_logo2
{
text-align:left;
vertical-align: top;
margin:50px 10px 5px -5px;
position:relative;
}
post-author{
text-align: center !important;
}
html>body
{
height: 100%;
min-height: 100%;
width:100%; 
min-width:996px;
filter:(fixPNG(this));
/*background: url(img/bg1.png) no-repeat;*/
/*background: url(img/bg.png);*/
background: url(img/bg5.png) no-repeat top;
background-attachment: fixed;
background-attachment: scroll;
margin: 0px auto;
}
.header {
	FONT-WEIGHT: normal; FONT-SIZE: 26px; COLOR: #a30000; FONT-STYLE: italic; FONT-FAMILY: "Times New Roman", Times, serif; TEXT-DECORATION: none
}
.body 
{
cursor: default;
}
{
overflow: -moz-scrollbars-vertical; 
o\verflow-x: hidden !important; 
scroll: no-repeat;
cursor: default;
}

.body-font {
	FONT-SIZE: 12px;
	COLOR: #00507e;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	}
.body-font a{
	COLOR: #065a8b;
}
.body-font a:hover{
	COLOR: #a30000;
}
.body-font-white {
	FONT-SIZE: 11px;
	COLOR: #3C1600;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	}
.body-font2 {
	FONT-SIZE: 10px; COLOR: #00507e; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.border-bottom {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #d21f06; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.proces-with-time {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #0f699c; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.table-border-top-left {
	BORDER-TOP: #e9e9e9 1px solid; BORDER-BOTTOM-COLOR: #e9e9e9; BORDER-LEFT: #e9e9e9 1px solid; BORDER-RIGHT-COLOR: #e9e9e9
}
.table-border-top-left a{
	text-decoration:none;
}
.table-border-top-left a:hover{
	color:#a30000;
	text-decoration:none;
}
.boreder-right-bottom {
	BORDER-RIGHT: #e9e9e9 1px solid; BORDER-TOP: #e9e9e9 1px; FONT-SIZE: 12px; BORDER-LEFT: #e9e9e9 1px; COLOR: #0f699c; BORDER-BOTTOM: #e9e9e9 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none
}
.boreder-right-bottom-header {
	BORDER-RIGHT: 1px solid #e9e9e9; BORDER-TOP: 1px solid #e9e9e9; FONT-WEIGHT: bold; FONT-SIZE: 12px; BORDER-LEFT: 1px solid #e9e9e9; COLOR: #a30000; BORDER-BOTTOM: 1px solid #e9e9e9; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #e1f4fb; TEXT-DECORATION: none
}
.news-font {
	FONT-SIZE: 11px; COLOR: #00507e; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.news-header {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #a30000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f2fafd
}
.news-link {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #a30000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.advertisement {
	FONT-SIZE: 11px; COLOR: #00507e; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
h1 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 26px;
	COLOR: #a30000;
	FONT-STYLE: italic;
	FONT-FAMILY: "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h2 {
	FONT-SIZE: 14px; COLOR: #00507e; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.body-font11px {
	FONT-SIZE: 11px; COLOR: #00507e; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
/* Lightbox Styles */
#lightbox{
	background-color:#f2fafd;
	padding: 10px;
	border-bottom: 2px solid #96A8B0;
	border-right: 2px solid #96A8B0;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ margin: 0; padding: 0; background-image: url(common/files/jspopup/overlay.png); }
* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/files/jspopup/overlay.png", sizingMethod="scale");
	}
	
div#scrobody{
	margin-top:10px;
	FONT-SIZE: 12px;
	COLOR: #00507e;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
div#scrobody h1 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 26px;
	COLOR: #a30000;
	FONT-STYLE: italic;
	FONT-FAMILY: "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 3px;
	background-image:url(common/images/header-line.jpg);
}
div#scrobody a{
	color:#00507e;
	font-weight: bold;
}
div#scrobody a:hover{
	color:#a30000;
	font-weight: bold;
}
div#scrobody p{
	margin-top:10px;
	margin-right:8px;
}
div#scrobody .article1{
float:left; width:100%; margin-top:25px;
}
div#scrobody .arrow{
margin:-2px 5px 0px 20px; float:left;
}
div#scrobody .particles{
margin:7px 10px 0px 60px;
}
div#div1,div#div2, div#div3, div#div4, div#div5, div#div6, div#div7, div#div8, div#div9, div#div10, div#div11, div#div12{
display:none;
position:relative;
margin:10px 5px 10px 17px;
}
td.bg-path-left{
    background-image:url(common/images/bg-path-left.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
}
td.bg-path{
    background-image:url(common/images/bg-path.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3C1600;
}
td.bg-path a{
	color:#3C1600;
}
td.bg-path a:hover{
	color:#E1F0FF;
	text-decoration:none;
}
td.bg-path p{
    margin-left:10px;
}
.subscribtionform{
margin: 30px 0px 0px 22px;
}
.yourmail{
font-size:12px;
margin:2px 0px 0px 6px;
COLOR: #00507e;
padding-left:2px;
height:21px;
}
.submitstyle{
width:18px;
height:21px;
border:0px solid;
background-image:url(common/images/submitb.jpg);
background-repeat:no-repeat;
}
div#subscribe{
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
display:block;
COLOR: #fff;
margin:5px 0px 0px 2px;
}
div#unsubscribe{
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
COLOR: #fff;
display:block;
margin:0px 0px 0px 2px;
}
.subcheck{
position:relative;
top:1px;
margin:0px 1px 0px 0px;
cursor:pointer;
}
.subpointer{
cursor:pointer;
}
div#meaning{
	position:absolute;
	right:300px; top:75px;   width:175px;	FONT-SIZE: 11px;
	COLOR: #00507e;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none; 
	float:right;
	margin:0px 0px 0px 550px;
	padding-left:5px;
}
div#meaning a{
	display: block;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #065a8b;*/
	color: #00507e;
}
div#meaning a:hover{
	color: #a30000;
}
.meaningname{
float:right; margin-top:10px; font-style:italic;
}
.qoutes{
margin-left:-5px;
}
.subscribtionform{
color:#FFFFFF;
font-size:13px;
margin:30px 0px 0px -20px;
padding:0px;
}
.yourmail{
padding:2px 1px 0px 2px;
}
li#first-line-subscribe {
list-style:none;
margin:0px 0px 5px 0px;
}
.submitstyle{
position:relative;
top:1px;
}
* html .submitstyle{
position:relative;
top:0px;
}
form.subscribtionform li{
list-style:none;
margin:0px 0px 0px 2px;
}
form.subscribtionform label{
position:relative;
top:-1px;
cursor:pointer;
}
div.news-header {
	background-color:#f2fafd;
	margin-top:1px;
	margin-bottom:3px;
	color:#a30000;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div.news-header a {
	color:#a30000;
	text-decoration: none;
}
div.news-header a:hover{
	color:#a30000;
}
div.news-summary {
	font-size: 11px;
	color: #00507e; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom:5px;
}
div.news-date {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#00507e;
	margin-bottom:10px;
	float:left;
}
div.news-next {	
	font-weight: normal;
	font-size: 9px; 
	color: #a30000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom:5px;
	float:right;
}
div.news-next a {
	color:#a30000;
}
div.news-next a:hover{
	color:#065a8b;
}
div.news-horizont-line {
	clear:both;
	background-image:url('common/images/line.jpg');
	background-repeat: repeat-x;
}
.png
{
	//background-image: none ! important;
	behavior: url('pngfix.htc');
}

.fl
{
position:relative; 
background: url(img/logo_water .jpg) no-repeat top center; 
margin:0 auto; 
text-align:center; 
width:1283px; 
height:581px; 
}

.img { 
behavior: url("png.htc") 

}

.img { 
behavior: url("png.htc") 
}
body			{background:#ffff url() no-repeat 50% 50%}
                              
.png {behavior: url(png.htc);}

                #logo {height: 424px; background: transparent url(/img/lradio_logo_1.png); _background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/lradio_logo_1.png');}

	#link2 a:link {color: #000000;
				font-weight: bold;
				text-decoration: none;}
	
	#link2 a:visited {color: #000000;
				font-weight: bold;
				text-decoration: none;}
	
	#link2 a:hover {color: red;
				font-weight: bold;
				text-decoration: none;}
				
	#link2 a:visited:hover {color: black;
				font-weight: bold;
				text-decoration: none;}
	
	#link2 a:active {color: red;
				font-weight: bold;
				text-decoration: none;}
        #link3 a:link {color: #CCCCCC;
				font-weight: bold;
                                font-family:ArtBrush;
				text-decoration: none;}
	
	#link3 a:visited {color: #CCCCCC;
				font-weight: bold;
                                font-family:ArtBrush;
				text-decoration: none;}
	
	#link3 a:hover {color: red;
				font-weight: bold;
                                font-family:ArtBrush;
				text-decoration: none;}
				
	#link3 a:visited:hover {color: #CCCCCC;
				font-weight: bold;
                                font-family:ArtBrush;
				text-decoration: none;}
	
	#link3 a:active {color: red;
				font-weight: bold;
				font-family:ArtBrush;
                                text-decoration: none;}
        #link4 a:link {color: #000000;
				font-weight: bold;
				text-decoration: none;}
	
	#link4 a:visited {color: #000000;
				font-weight: bold;
                                text-decoration: none;}
	
	#link4 a:hover {color: #FF7200;
				font-weight: bold;
				text-decoration: none;}
				
	#link4 a:visited:hover {color: black;
				font-weight: bold;
				text-decoration: none;}
	
	#link4 a:active {color: #FF7200;
				font-weight: bold;
				text-decoration: none;}

/* #player3 a:hover 
{
color: black; 
filter:glow(strength="4",color="white"); 
height:2px;
position:relative; 
filter:center(fixPNG(this));
/*background: transparent url(img/player_menu.png); _background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/player_menu.png') no-repeat top center;*/
margin:0 auto; 
text-align:center; 
width:283px; 
height:581px; 
}*/
#player
{
vertical-align: top;
margin:30px 0px 0px 0px; 
text-align:center;
}
div.icon
{
vertical-align: top;
margin:45px 0px 0px 0px; 
text-align:center;
}
 div.player2
{
position:relative; 
/*background: url(img/player_menu.png) no-repeat center top;*/
margin:0 auto; 
text-align:center; 
width:518px; 
height:281px; 
}
a#BottomTo1, a#BottomTo2, a#BottomTo3, a#BottomTo4, a#BottomTo5{
	position:absolute;
	top:37px;
	opacity:0.4;
	filter:alpha(Opacity=40);
}
a#BottomTo1{left:334px;}
a#BottomTo2{left:372px;}
a#BottomTo3{left:445px;}
a#BottomTo4{left:491px;top:44px}
a#BottomTo5{left:566px}
a#BottomTo1:hover, a#BottomTo2:hover, a#BottomTo3:hover, a#BottomTo4:hover, a#BottomTo5:hover{
	opacity:1;
	filter:alpha(Opacity=100);
}
#conash3D0
{
display:none;
}
div.hidden
{
display: none !important;
  visibility: hidden !important;
}
#center-me 
{
  height: 100%;
  display: table !important;
  margin: auto;
  left: 0;
  top: 0;
  z-Index: 80001;
  position: absolute;
}
#center-me
{
  width: 100%;
  display: table-cell !important;
  vertical-align: middle !important;
  margin: auto;
  left: 0;
  top: 0;
  z-Index: 80001;
  position: absolute;
}