html {
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;*/
}
a {
outline:none;
}
.highslide-html {
background-color : white;
}
.highslide-html-content {
position : absolute;
display : none;
}
.highslide-loading {
display : block;
color : black;
font-size : 8pt;
font-family : sans-serif;
font-weight : bold;
text-decoration : none;
border : 1px solid black;
background-color : white;
padding-left : 22px;
background-image : url('/js/sil/graphics/loading2.gif');
background-repeat : no-repeat;
background-position : 3px 1px;
padding-right : 2px;
padding-top : 2px;
padding-bottom : 2px;
}
a.highslide-credits, a.highslide-credits i {
padding : 2px;
color : silver;
text-decoration : none;
font-size : 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
color : white;
background-color : gray;
}
.highslide-wrapper {
background-color : white;
}
.highslide-wrapper .highslide-html-content {
width : 400px;
padding : 5px;
}
.highslide-wrapper .highslide-header ul {
margin : 0;
padding : 0;
text-align : right;
}
.highslide-wrapper .highslide-header ul li {
display : inline;
padding-left : 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
display : none;
}
.highslide-wrapper .highslide-header a {
font-weight : bold;
color : gray;
text-transform : uppercase;
text-decoration : none;
}
.highslide-wrapper .highslide-header a:hover {
color : black;
}
.highslide-wrapper .highslide-header .highslide-left {
float: left;
}
.highslide-wrapper .highslide-header .highslide-move a {
cursor : move;
}
.highslide-wrapper .highslide-footer {
height : 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
float : right;
height : 11px;
width : 11px;
background : url('/js/sil/graphics/resize.gif');
}
.highslide-move {
cursor : move;
}
.highslide-resize {
cursor : nw-resize;
}
.highslide-display-block {
display : block;
}
.highslide-display-none {
display : none;
}
.slideBg {
width : 100%;
height : 100%;
position : absolute;
left : 0;
z-index : 0;
border : 0px none;
}
.img
{
behavior: url('/png.htc');
}
#bg
{
margin-top: -390px;
}
#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('/bnr/bin.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;
        margin: 0 auto;
}

a.listen span {
        margin: 0 auto;
	display: none;
	position: absolute;
	top: -80px;
	left: -40px;
	width: 160px;
	padding: 5px;
	z-index: 100;
        height: 32px;
        cursor : hand;
	/*background: #5EAB0B;*/
        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;
        margin: 0 auto;
}
a.listen2 {
	position: relative;
        /*margin: 0 auto;*/
        margin-right:50px;
}

a.listen2 span {
        margin: 0 auto;
	display: none;
	position: absolute;
	top: -80px;
	left: -35px;
	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-right:50px;
}

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: -20px;
	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: -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;
}
}


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:17px;
left:10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.listen01
{
position: relative;
top:40px;
left:10px;
}
}

body:last-child:not(:root:root) {
.listen01
{
position: relative;
top:17px;
left:10px;
}
}

html:first-child .listen01
{
position: relative;
top:17px;
left10px;
}

@-moz-document url-prefix() {
.listen01
{
position: relative;
top:17px;
left:-7px;
}
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
.listen01
{
position: relative;
top:17px;
left:10px;
}
}

.listen02
{
position: relative;
top:17px;
left:17px;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
.listen02
{
position: relative;
top:17px;
left:10px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.listen02
{
position: relative;
top:47px;
left:10px;
}
}

@-moz-document url-prefix() {
.listen02
{
position: relative;
top:23px;
left:13px;
}
}

body:last-child:not(:root:root) {
.listen02
{
position: relative;
top:17px;
left:0px;
}
}

html:first-child .listen02
{
position: relative;
top:17px;
left:0px;
}
#list
{
right:-20px;
}

@-moz-document url-prefix() {
#list
{
right:-20px;
}
}

#leftlisten
{
position: relative;
margin-left:10px;
}

@-moz-document url-prefix() {
#leftlisten
{
margin-left:0px;
}
}

a.listen4 {
	position: relative;
        /*margin: 0 auto;*/
        margin-left:10px;
}

a.listen4 span {
        margin: 0 auto;
	display: none;
	position: absolute;
	top: -80px;
	left: 5px;
        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: #6BB4F1;*/
        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: #6BB4F1;*/
        /*background: #ffffff;*/
        height: 1px !importtant;
        background-position:center; 
        background-repeat: no-repeat;
	/*color: #000000;*/
        /*color: rgba(0, 0, 0, 0.5);
        filter:alpha(opacity=50);
        opacity: 0.5;
        -moz-opacity:0.5;*/
	-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: 125px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
        list-style:none;
	/*background: #6BB4F1;*/
        /*background: #ffffff;/
        height: 1px !importtant;
        background-position:center; 
        background-repeat: no-repeat;
	/*color: #000000;*/
        /*color: rgba(0, 0, 0, 0.5);
        filter:alpha(opacity=50);
        opacity: 0.5;
        -moz-opacity:0.5;*/
	-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: 125px;
	padding: 5px;
	z-index: 100;
        cursor : hand;
        list-style:none;
	/*background: #6BB4F1;*/
        /*background: #ffffff;*/
        height: 1px !importtant;
        background-position:center; 
        background-repeat: no-repeat;
	/*color: #000000;*/
        /*color: rgba(0, 0, 0, 0.5);
        filter:alpha(opacity=50);
        opacity: 0.5;
        -moz-opacity:0.5;*/
	-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:10px;
position: relative;
}
#bt2
{
margin-top:-97.5px;
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) {
#atext
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:hand;
font-size:strong; 
margin-top:20px;
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) { 
#atext2
{
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;
}
}
#atext
{
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;*/
position: relative;
text-decoration: none;
}
#atext2
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
cursor:hand;
font-size:strong; 
margin-top:17px;
margin-right:60px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
#atext, x:-moz-any-link
{
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;*/
position: relative;
text-decoration: none;
}
#atext2, x:-moz-any-link
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
cursor:hand;
font-size:strong; 
margin-top:9px;
margin-right:60px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
A.rollover
{
background: url('/img/bl2.png');
display: block;
width: 206px;
height: 24px;
}
A.rollover:hover {
background: url('/img/bl1_0.png');
}
A.rollover2
{
background: url('/img/bl3.png');
display: block;
width: 206px;
height: 24px;
}
A.rollover2:hover {
background: url('/img/bl4_0.png');
}
A.rollover3
{
background: url('/img/facebook3.png') no-repeat;
display: block;
width: 22px;
height: 22px;
}
A.rollover3:hover {
background: url('/img/facebook2.png') no-repeat;
}
A.rollover4
{
background: url('/img/twitter3.png') no-repeat;
display: block;
width: 22px;
height: 22px;
}
A.rollover4:hover {
background: url('/img/twitter2.png') no-repeat;
}
A.rollover5
{
background: url('/img/vkontakte3.png') no-repeat;
display: block;
width: 22px;
height: 22px;
}
A.rollover5:hover {
background: url('/img/vkontakte2.png') no-repeat;
}
A.rollover6
{
background: url('/img/odkl2.png') no-repeat;
display: block;
width: 30px;
height: 30px;
}
A.rollover6:hover {
background: url('/img/odkl.png') no-repeat;
}
A.rollover7
{
background: url('/img/menon2.png') no-repeat;
width: 22px;
height: 22px;
display: block;
}
A.rollover7:hover {
background: url('/img/menon.png') no-repeat;
width: 22px;
height: 22px;
display: block;
}
@-moz-document url-prefix() {
.rollover7
{
background: url('/img/menon.png') no-repeat;
width: 22px;
height: 22px;
float:left;
/*cursor:hand;*/
font-size:strong; 
margin-top:9px;
overflow: auto;
margin-left:-1px;
position: relative;
text-decoration: none;
}
}
body:last-child:not(:root:root) .rollover7
{
background: url('/img/menon.png') no-repeat;
width: 22px;
height: 22px;
float:left;
/*cursor:hand;*/
font-size:strong; 
margin-top:17px;
overflow: auto;
margin-left:-1px;
position: relative;
text-decoration: none;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
.rollover7
{
background: url('/img/menon.png') no-repeat;
width: 22px;
height: 22px;
float:left;
/*cursor:hand;*/
font-size:strong; 
margin-top:17px;
overflow: auto;
margin-left:-1px;
position: relative;
text-decoration: none;
}
}
html:first-child .rollover7
{
background: url('/img/menon.png') no-repeat;
width: 22px;
height: 22px;
float:left;
/*cursor:hand;*/
font-size:strong; 
margin-top:17px;
overflow: auto;
margin-left:-1px;
position: relative;
text-decoration: none;
}
.rollover7
{
background: url('/img/menon.png') no-repeat;
width: 22px;
height: 22px;
float:left;
/*cursor:hand;*/
font-size:strong; 
margin-top:17px\0/;
overflow: auto;
margin-left:-1px;
position: relative;
text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.rollover7
{
background: url('/img/menon.png') no-repeat;
width: 22px;
height: 22px;
float:left;
/*cursor:hand;*/
font-size:strong; 
margin-top:17px;
overflow: auto;
margin-left:-1px;
position: relative;
text-decoration: none;
}
}
A.rollover8
{
background: url('/img/favr2.png') no-repeat;
width: 22px;
height: 22px;
display: block;
}
A.rollover8:hover {
background: url('/img/favr.png') no-repeat;
width: 22px;
height: 22px;
display: block;
}
A.rollover9
{
background: url('/img/gplus.png') no-repeat;
width: 22px;
height: 22px;
display: block;
}
A.rollover9:hover {
background: url('/img/gplus_two.png') no-repeat;
width: 22px;
height: 22px;
display: block;
}
.favr
{
float:left;
overflow: auto;
margin-right:5px;
position: relative;
text-decoration: none;
}
.gplus
{
float:left;
overflow: auto;
margin-left:10px;
margin-top:11px;
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;
}
.odkl-klass, .odkl-klass:hover 
{
background:none;
}
.odkl-klass 
{
/*background: url('/img/odkl.png') no-repeat;
width: 22px;
height: 22px;*/
}
#ims_cloud
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:22px;
margin-right:-225px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
/*#ims_cloud, x:-moz-any-link*/
@-moz-document url-prefix() {
#ims_cloud
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:14px;
margin-right:-225px;
/*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:-225px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
}
html:first-child #ims_cloud
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:22px;
margin-right:-225px;
/*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:black;
margin:-55px 87% 0px 0px;
}
@-moz-document url-prefix() 
{
#ballon
{
position: realative;
white-space:nowrap;
color:black;
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:black;
margin:-30px 87% 0px 0px;
}
}
#party
{
margin-top: -10px;
}
@-moz-document url-prefix() 
{
#cov
{
white-space:nowrap;
color:black;
margin-top:-48px;
margin-left:0px;
margin-right:81%;
margin-bottom: 0px;
}
}
#cov
{
white-space:nowrap;
color:black;
margin-top:-87px;
margin-left:0px;
margin-right:81%;
margin-bottom: 0px;
}
#cov
{
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
white-space:nowrap;
color:black;
margin-top:-47px;
margin-left:130px;
margin-right: 0px;
margin-bottom: 0px;
}
}
#now
{
white-space:nowrap;
color:black;
position:relative;
margin-top:-1px;
margin-left:31px;
margin-right: 0px;
margin-bottom: 0px;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
.nowbg
{
height:20px;
margin-left:130px;
float: left;
text-align: left;
margin-right:auto;
}
#now
{
white-space:nowrap;
color:black;
position:relative;
margin-top:-1px;
margin-left: 33px;
margin-right: 0px;
margin-bottom: 0px;
}
}
@-moz-document url-prefix() {
#now
{
white-space:nowrap;
color:black;
position:relative;
margin-top:-4px;
margin-left: 33px;
margin-right: 0px;
margin-bottom: 0px;
}
}
.nowbg
{
height:20px;
margin-left:130px;
float: left;
text-align: left;
margin-right:auto;
}
#parusline_host
{
white-space:nowrap;
position:relative;
margin:-38px 30px 0px 770px !important;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0){
#parusline_host
{
white-space:nowrap;
position:relative;
margin:-38px 30px 0px 770px !important;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#parusline_host
{
white-space:nowrap;
position:relative;
margin:-5px 30px 0px 770px !important;
}
}

@-moz-document url-prefix() {
#parusline_host
{
white-space:nowrap;
position:relative;
margin:-40px 30px 0px 770px !important;
}
}

body:last-child:not(:root:root) {
#parusline_host
{
white-space:nowrap;
position:relative;
margin:-30px 30px 0px 770px !important;
}
}

html:first-child #parusline_host
{
white-space:nowrap;
position:relative;
margin:-30px 0px 0px 770px !important;
}

#copyrighton
{
white-space:nowrap;
margin:-38px 0px 0px 0px;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0){
#copyrighton
{
white-space:nowrap;
margin:-40px 0px 0px 0px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#copyrighton
{
white-space:nowrap;
position:relative;
margin:-12px 0px 0px 0px;
}
}

@-moz-document url-prefix() {
#copyrighton
{
white-space:nowrap;
margin:-38px 0px 0px 0px;
}
}

body:last-child:not(:root:root) {
#copyrighton
{
white-space:nowrap;
margin:-50px 0px 0px 0px;
}
}

html:first-child #copyrighton
{
white-space:nowrap;
margin:-38px 0px 0px 0px;
}

#logo_lradio2
{
white-space:nowrap;
margin:43px 790px 0px 0px !important;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0){
#logo_lradio2
{
white-space:nowrap;
margin:43px 750px 0px 0px !important;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#logo_lradio2
{
white-space:nowrap;
margin:68px 750px 0px 0px !important;
}
}

@-moz-document url-prefix() {
#logo_lradio2
{
white-space:nowrap;
margin:43px 750px 0px 0px !important;
}
}

body:last-child:not(:root:root) {
#logo_lradio2
{
white-space:nowrap;
position: relative:
margin:43px 750px 0px 0px !important;
}
}

html:first-child #logo_lradio2
{
white-space:nowrap;
position: relative:
margin:43px 750px 0px 0px !important;
}
#clock
{
white-space:nowrap;
margin: 30 auto;
padding-top: 10px;
padding: -30px 0;
width: -40px;
/*font-family: Arial, Helvetica, sans-serif;*/
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
#ico
{
width:24px;
height:24px;
background: url('/img/winamp_white3.png') no-repeat;
background-position: right left top bottom;
border:none;
border-style:none;
text-decoration:none;
right:0;
left:0;
top:0;
bottom:0;
}
#ico:hover
{
width:24px;
height:24px;
background: url('/img/winamp_white4.png') no-repeat;
background-position: right left top bottom;
border:none;
border-style:none;
text-decoration:none;
right:0;
left:0;
top:0;
bottom:0;
}
#ico2
{
width:24px;
height:24px;
background: url('/img/itunes10_white3.png') no-repeat;
background-position: right left top bottom;
border:none;
border-style:none;
text-decoration:none;
right:0;
left:0;
top:0;
bottom:0;
}
#ico2:hover
{
width:24px;
height:24px;
background: url('/img/itunes10_white4.png') no-repeat;
background-position: right left top bottom;
border:none;
border-style:none;
text-decoration:none;
right:0;
left:0;
top:0;
bottom:0;
}
#ico3
{
width:24px;
height:24px;
background: url('/img/wmplayer_white3.png') no-repeat;
background-position: right left top bottom;
border:none;
border-style:none;
text-decoration:none;
right:0;
left:0;
top:0;
bottom:0;
}
#ico3:hover
{
width:24px;
height:24px;
background: url('/img/wmplayer_white4.png') no-repeat;
background-position: right left top bottom;
border:none;
border-style:none;
text-decoration:none;
right:0;
left:0;
top:0;
bottom:0;
}
#ico4
{
width:24px;
height:24px;
background: url('/img/vlc_white3.png') no-repeat;
background-position: right left top bottom;
border:none;
border-style:none;
text-decoration:none;
right:0;
left:0;
top:0;
bottom:0;
}
#ico4:hover
{
width:24px;
height:24px;
background: url('/img/vlc_white4.png') no-repeat;
background-position: right left top bottom;
border:none;
border-style:none;
text-decoration:none;
right:0;
left:0;
top:0;
bottom:0;
}
#online
{
white-space:nowrap;
float:center;
/*margin: 30 auto;*/
margin-top:40px;
margin-left:auto;
margin-right:auto;
/*margin:-23px 0px 0px 500px;*/
}
#weater
{
white-scape:nowrap;
float:right;
margin-right:-210px;
margin-top:24px;
color:white;
border-style: none;
background-repeat:no-repeat;
text-decoration: none;
position: relative:
border: none;
}
/*#weater, x:-moz-any-link*/
@-moz-document url-prefix() {
#weater
{
white-scape:nowrap;
float:right;
margin-right:-210px;
margin-top:22px;
color:white;
border-style: none;
background-repeat:no-repeat;
text-decoration: none;
position: relative:
border: none;
}
}
body:last-child:not(:root:root) { 
#weater
{
white-scape:nowrap;
float:right;
margin-left:40px;
margin-top:22px;
color:white;
border-style: none;
background-repeat:no-repeat;
text-decoration: none;
position: relative:
border: none;
}
}
html:first-child #weater
{
white-scape:nowrap;
float:right;
margin-left:40px;
margin-top:22px;
color:white;
border-style: none;
background-repeat:no-repeat;
text-decoration: none;
position: relative:
border: none;
}
:link img {
  border: none;
}
img
{  
border-style: none;
}
#weater_menu_one
{
text-decoration: none;
white-space:nowrap;
/*background: url('/img/water_menu.png') no-repeat;*/
width:158px;
height:22px;
margin-left:90px;
margin-top:18px;
border: none;
float:right;
position: relative:
}
/*#weater_menu_one, x:-moz-any-link*/
@-moz-document url-prefix() {
#weater_menu_one
{
text-decoration: none;
white-space:nowrap;
/*background: url('/img/water_menu.png') no-repeat;*/
width:158px;
height:22px;
margin-left:90px;
margin-top:9px;
border: none;
float:right;
position: relative:
}
}
body:last-child:not(:root:root) { 
#weater_menu_one
{
text-decoration: none;
white-space:nowrap;
/*background: url('/img/water_menu.png') no-repeat;*/
width:158px;
height:22px;
margin-left:90px;
margin-top:18px;
border: none;
float:right;
position: relative:
}
}
html:first-child #weater_menu_one
{
text-decoration: none;
white-space:nowrap;
/*background: url('/img/water_menu.png') no-repeat;*/
width:158px;
height:22px;
margin-left:90px;
margin-top:18px;
border: none;
float:right;
position: relative:
}
#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:20px;
margin-left: auto;
margin-right: auto;
margin-center: auto;
position: relative:
}
.weth img
{
position: relative;
top: 8px;
left: 7px;
}
#time2
{
white-space:nowrap;
color:white;
float: center;
font-size: 0.8em;
/*font-family: Arial, Helvetica, sans-serif;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
margin-top:35px;
margin-left:auto;
margin-right:auto;
margin-center:auto;
}
#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;
/*font-family: Arial, Helvetica, sans-serif;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
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;
padding-left:-20px;
margin-left:-20px;
color:white;
text-align:center;
float:center;
font-size: 0.8em;
font-weight: 600;
font-color:#ffffff;
/*font-family: Arial, Helvetica, sans-serif;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
position:relative;
}
#disko
{
float: center;
color: white;
white-space:nowrap;
vertical-align:bottom;
margin-top:-35px;
font-size: 0.8em;
/*font-family: Arial, Helvetica, sans-serif;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
background: url('/img/navmday.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/image26.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
{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow-y:auto;
overflow-x:auto;
filter:(fixPNG(this));
/* background: url('/img/bg1.png') no-repeat; */
/* background: url('/img/bg.png'); */
background: url('/img/bg18.png') no-repeat;
}
.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;
}
#get_flash
{
vertical-align: top;
margin-top:23px;
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;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
#weather
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:raindrop;
font-size:strong; 
margin-top:11px;
margin-left:10px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
}
#weather
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:raindrop;
font-size:strong; 
margin-top:8px;
margin-left:10px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
/* #weather, x:-moz-any-link */
@-moz-document url-prefix() {
#weather
{
text-align:left;
white-space:nowrap;
color:white;
float:left;
cursor:raindrop;
font-size:strong; 
margin-top:-3px;
margin-left:10px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
}
.roundedcor_box
{
/*background: #ffffff;*/
background: url('/img/upmenu2.png') no-repeat top center;
width:100%;
margin-top:-8px;
height:50px;
}
.roundedcor_top div
{
/*background: url('/img/roundedcor_tl.png') no-repeat top left;*/
}
.roundedcor_top
{
/*background: url('/img/roundedcor_tr.png') no-repeat top right;*/
}
.roundedcor_bottom div
{
/*background: url('/img/roundedcor_bl.png') no-repeat bottom left;*/
}
.roundedcor_bottom
{
/*background: url('/img/roundedcor_br.png') no-repeat bottom right;*/
}
.roundedcor_top div, .roundedcor_top, .roundedcor_bottom div, .roundedcor_bottom
{
/*width: 100%;*/
width: 100%;
height: 5px;
}
.roundedcor_content
{
/*margin: 0 0px;*/
margin-top:3px;
}
@media screen
.flashScreenshot 
{
display: none;
}
@media print
.printableFlashObj
{
display: none;
}; 
.flashScreenshot 
{
display: block;
border: 0;
outline: none;
}
.wdtext
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:-10px;
margin-right:16px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
/*.wdtext, x:-moz-any-link*/
@-moz-document url-prefix() {
.wdtext
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:-5px;
margin-right:16px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
}
body:last-child:not(:root:root) { 
.wdtext
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:-8px;
margin-right:38px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
}
html:first-child .wdtext
{
text-align:right;
white-space:nowrap;
color:white;
float:right;
font-size:strong; 
margin-top:-8px;
margin-right:38px;
/*border-bottom: 1px dashed white;*/
position: relative;
text-decoration: none;
}
.title
{
text-size: 11pt;
/*font-family: Arial, Helvetica, sans-serif;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
}
@font-face.nowbg {
font-family: 'RussiaBold';
src: url('/csstwo/Russia-Bold.eot'); 
src: url('/csstwo/Russia-Bold.woff') format('woff'),  
     url('/csstwo/Russia-Bold.ttf') format('truetype'),
     url('/csstwo/Russia-Bold.svg') format('svg'); 
font-weight: normal;
font-style: normal;
}
@font-face.now {
font-family: 'RussiaBold';
src: url('/csstwo/Russia-Bold.eot'); 
src: url('/csstwo/Russia-Bold.woff') format('woff'),  
     url('/csstwo/Russia-Bold.ttf') format('truetype'),
     url('/csstwo/Russia-Bold.svg') format('svg'); 
font-weight: normal;
font-style: normal;
}
html.js .no-js {
  display: none;
}
html.js .no-js {
  display: none;
}
@font-face.title {
font-family: 'RussiaBold';
src: url('/csstwo/Russia-Bold.eot'); 
src: url('/csstwo/Russia-Bold.woff') format('woff'),  
     url('/csstwo/Russia-Bold.ttf') format('truetype'),
     url('/csstwo/Russia-Bold.svg') format('svg'); 
font-weight: normal;
font-style: normal;
}
html.js .no-js {
  display: none;
}
html.js .js-hide {
  display: none;
}
@font-face {
font-family: 'RussiaMedium';
src: url('/csstwo/russia-medium.eot');
src: url('/csstwo/Russia-Medium.woff') format('woff'),
     url('/csstwo/Russia-Medium.ttf') format('truetype'),
     url('/csstwo/Russia-Medium.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'RussiaRegular';
src: url('/csstwo/Russia.eot');
src: url('/csstwo/Russia.woff') format('woff'),
     url('/csstwo/Russia.ttf') format('truetype'),
     url('/csstwo/Russia.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'RussiaBold';
src: url('/csstwo/Russia-Bold.eot'); 
src: url('/csstwo/Russia-Bold.woff') format('woff'),  
     url('/csstwo/Russia-Bold.ttf') format('truetype'),
     url('/csstwo/Russia-Bold.svg') format('svg'); 
font-weight: normal;
font-style: normal;
}
@font-face #city {
font-family: 'RussiaBold';
src: url('/csstwo/Russia-Bold.eot'); 
src: url('/csstwo/Russia-Bold.woff') format('woff'),  
     url('/csstwo/Russia-Bold.ttf') format('truetype'),
     url('/csstwo/Russia-Bold.svg') format('svg'); 
font-weight: normal;
font-style: normal;
}
@font-face #ims_cloud {
font-family: 'RussiaBold';
src: url('/csstwo/Russia-Bold.eot'); 
src: url('/csstwo/Russia-Bold.woff') format('woff'),  
     url('/csstwo/Russia-Bold.ttf') format('truetype'),
     url('/csstwo/Russia-Bold.svg') format('svg'); 
font-weight: normal;
font-style: normal;
}
@font-face .wdtext {
font-family: 'RussiaBold';
src: url('/csstwo/Russia-Bold.eot'); 
src: url('/csstwo/Russia-Bold.woff') format('woff'),  
     url('/csstwo/Russia-Bold.ttf') format('truetype'),
     url('/csstwo/Russia-Bold.svg') format('svg'); 
font-weight: normal;
font-style: normal;
}
@font-face #weater {
font-family: 'RussiaBold';
src: url('/csstwo/Russia-Bold.eot'); 
src: url('/csstwo/Russia-Bold.woff') format('woff'),  
     url('/csstwo/Russia-Bold.ttf') format('truetype'),
     url('/csstwo/Russia-Bold.svg') format('svg'); 
font-weight: normal;
font-style: normal;
}
