@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	min-width: 1256px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #020303;
	text-align: center;
	/*background-image: url(../images/bg.gif)*/;
	background-repeat: repeat-x;
}
img {
    border:0px solid; 
	-behavior: url('../images/pngbehavior.htc');
}
td, input, textarea, option, select {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#head {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	position: relative;
	width: 100%;
	min-width: 1256px;
	min-height: 495px;
}
#broadcast {
	position: absolute;
	left: 157px;
	top: 310px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	width: 320px;
	z-index: 999;
}
#broadcast a {
	color: #FFFFFF;
	text-decoration: none;
}
#headBox {
	height: 415px;
	width: 1256px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
	#headBox h1 {
		position: absolute;
		width: 100%;
		top: 20px;
		left: 0px;
		right: 0px;
		color: #020303;
		font-size: 24px;
		text-transform: uppercase;
	}
		#headBox h1 p {
			margin: 0;
			padding: 0;
		}
	#headBox .index_link {
		position: absolute;
		width: 240px;
		height: 240px;
		top: 135px;
		left: 510px;
		right: 0px;
		display: block;
		z-index: 2;
	}
#menu {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 15px;
	font-weight: normal;
}
#menu a:hover, #menu a.current {
	color: #ea8d1f;
}
#content {
	width: 1256px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#content p {
	margin-bottom: 25px;
}
#content h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 30px;
}
#content h2 {
	font-size: 30px;
	margin-bottom: 25px;
}
#content h1.voting {
	font-size: 30px;
	text-transform: uppercase;
	color: #8b080e;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.columpL {
	float: left;
	width: 893px;
	padding-left: 57px;
	zoom:1;
}
.columpR {
	float: right;
	width: 285px;
	zoom:1;
}
.clear {
	clear: both;
}
.redBg {
	background-image: url(../images/red_bg.gif);
	background-repeat: repeat-x;
	width: 253px;
	padding: 10px;
	background-color: #8a080d;
	margin-bottom: 15px;
	border-radius: 5px;
}
.redBg2 {
	background-image: url(../images/red_bg2.gif);
	background-repeat: repeat-x;
	width: 263px;
	padding: 5px;
	margin-bottom: 15px;
	font-family: Arial,Helvetica,sans-serif;
	border-radius: 5px;
}
.address {
	font-family: Arial,Helvetica,sans-serif;
}
	.address p {
		margin-bottom: 10px !important;
	}
.blueBg {
	background-image: url(../images/blue_bg.gif);
	background-repeat: repeat-x;
	width: 263px;
	padding: 5px;
	background-color: #084e8a;
	margin-bottom: 17px;
}
.shedule {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	margin: 0 0 15px 0;
	border-radius: 5px;
}
	.shedule p {
		margin: 3px 0 !important;
		padding: 0;
	}
	.shedule .prog_time {
		text-align: right;
		font-size: 14px;
		width: 45%;
		padding: 0 5px 0 0;
	}
	.shedule .prog_name {
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		width: 55%;
		padding: 0 0 0 5px;
	}
.greenBg {
	background: #c9dc4c url(../images/green_bg.jpg) repeat-x bottom;
	width: 263px;
	padding: 5px;
	margin-bottom: 17px;
}
.auth_block
{
	padding: 5px;
	border-radius: 5px;
}
	.auth_block a
	{
		color: #d3d1d2;
		font-size: 12px;
	}
	.auth_block .button
	{
		float: right;
		width: 125px;
		height: 20px;
		color: #ffffff;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		cursor: pointer;
		background: url(../images/gray_bg.jpg) repeat-x;
		padding: 3px 0 0 0;
	}
	.auth_block .register_link
	{
		clear: both;
		text-align: right;
		padding: 5px 25px 5px 0;
	}
	.auth_block .field_div
	{
		margin: 0 0 5px 0;
	}
		.auth_block .field_div input
		{
			width: 100%;
			height: 26px;
			border: 1px solid #747273;
			color: #bcbcbc;
			font-size: 16px;
			text-align: center;
		}
	.auth_block .authorized
	{
		font-size: 14px;
	}
	.auth_block .link
	{
		clear: both;
		text-align: left;
		margin: 10px 0 0 0;
	}
	
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
	height: 115px;
	width: 100%;
	min-width: 1256px;
	text-align: center;
}
#footer a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footerBox {
	width: 1256px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 95px 10px;
}
.bottomMenu {
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: right;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 25px;
	font-size: 18px;
}
.bottomMenu a {
	margin-left: 33px;
}
.bottomAddress {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	letter-spacing:1px;
}
.red {
	color: #ee1d25;
}
.orang {
	color: #f89420;
}
.txt18 {
	font-size: 18px;
}
.txt24 {
	font-size: 24px;
}
.txt30 {
	font-size: 30px;
}
.shows {
	background-repeat: no-repeat;
	padding-right: 180px;
	width: auto;
	padding-top:140px;
}
.Lic25 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
}
#content .fun {
	margin-bottom: 20px;
}
#content .fun p {
	margin-bottom: 0px;
}
#content .fun2 {
	margin-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 268px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content .fun2 p {
	margin-bottom: 3px;
}
#content .fun_active {
	background: #403e3e;
}
/*------------------form-------------------------*/
.niceRadio {
	width: 19px;
	height: 19px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/radio.gif);
	overflow: hidden;
}
.radioChecked {
	 background-position: 0 -19px;
}
.niceRadio input {
	margin-left: -20px;
}
/* --- Slideshow Containers --- */

#fpss-container {
	position:relative;
	width: 893px;
	height: 720px;	
}
#fpss-slider {
	overflow:hidden;
	width:893px;
	height:690px;
}
/* --- Slideshow Block --- */
.slide {
	position:absolute;
	top:0;
	left:0;
	width:893px;
}
#slide-wrapper {
	display:none;
	text-align:left;
	width:893px;
	height:690px;
}
#slide-loading {
	text-align:center;
	width:893px;
	height:340px;
	padding-top: 330px;
}
#slide-outer {
	height:690px;
}
#slide-outer .slide-inner {
	position:relative;
	overflow:hidden;
	height:690px;	
	padding-top:85px;
}
#slide-outer .slide-inner a.fpss_img {
	display:block;
	border-left:0px solid;
	overflow:hidden;
	cursor: default;
}
#slide-outer .slide-inner a.fpss_img span {
	display:block;
	overflow:hidden;
	height:690px;
	position:relative;
}

/* --- Content --- */
.fpss-introtext {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	background:none;
	width:893px;
}
.fpss-introtext .slidetext {	
}
/* --- Navigation Buttons --- */
#navi-outer {
	position:absolute;
	bottom:0;
	left:0;
	padding:0;
	width:893px;
	text-align: center;
}
#navi-outer ul {
	text-align:center;
}
#navi-outer li {
	display:inline;
	background:none;
}
#navi-outer li a, #navi-outer li a:hover, #navi-outer li a.navi-active {
/*	display:block;
	float:left;
	overflow:hidden;
	width:30px;
	height:30px;
	padding:0;
	margin:2px;
	text-decoration:none;
	line-height:40px;
	background:none;*/
}
#navi-outer li a {
	-cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#navi-outer li a:hover {
	color: #ea8d1f;
	text-decoration: none;
}
#navi-outer li a.navi-active {
	color: #ea8d1f;
	text-decoration: none;
}
#navi-outer li.smile a img, #navi-outer li a:hover img, #navi-outer li a.navi-active img {
	height:17px;
	width:auto;
}
#navi-outer li.noimages a {
	background-image: none;
}
#navi-outer li.sp {
	text-align: center;
}
#navi-outer li.sp a {
/*	background-image: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fedd82;
	height: 10px;
	width: 38px;
	padding-bottom: 20px;
	padding-right: 2px;
	padding-left: 2px;*/
}
#navi-outer li.sp a:hover {
/*	background-image: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF00;
	height: 10px;
	width: 38px;
	padding-bottom: 20px;
	padding-right: 2px;
	padding-left: 2px;*/
}
/* --- text styling --- */
#content .fpss-introtext .slidetext h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:25px;
	margin:0;
	padding:0;
	color:#ea8d1f;
	line-height:29px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fpss-introtext .slidetext h1 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:25px;
	color:#ea8d1f;
	cursor: default;
	text-decoration: none;
}
.fpss-introtext .slidetext h1 a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:25px;
	color:#ea8d1f;
	text-decoration: none;
}
.fpss-introtext .slidetext p {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.fpss-introtext .slidetext a.readon {
	display:none;
}
.fpss-introtext .slidetext a.readon:hover {
	display:none;
}
/* --- Generic Styling (highly recommended) --- */
a:active, a:focus {
	outline:0;
}
#fpss-container img {
	border:none;
}
.fpss-introtext .slidetext img, .fpss-introtext .slidetext p img {
	display:none;
} /* this will hide images inside the introtext */
.fpss-clr {/*clear:both;*/
	height:0;
	line-height:0;
}

.pager_div
{
	text-align: center;
}
	.pager_div .pager span
	{
		color: #EA8D1F;
	}
	
#cycle_pager
{
	text-align: center;
	margin: 10px 0;
}
	#cycle_pager .current
	{
		color: #F89420;
	}
	
.slideshow_details
{
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}

.cycle_pics
{
	text-align: center;
}
	.cycle_pics .cycle_pics_item
	{
		width: 893px !important;
		height: 600px !important;
		text-align: center;
	}
	
.cycle_controls
{
	margin: 5px 0 5px 375px;
}
	.cycle_controls .cycle_button
	{
		cursor: pointer;
	}
		.cycle_controls .cycle_button:hover
		{
			color: #F89420;
		}
		
.driod_links
{
	position: absolute;
	top: 50px;
	right: -110px;
	width: auto;
	padding: 0;
	background: #000000;
	border: 1px solid #ffffff;
	z-index: 99;
	display: none;
	font-size: 14px;
	font-weight: bold;
}
	.driod_links .link_listen
	{
		background: #f7b71d;
		color: #000000;
		padding: 5px 15px;
		cursor: pointer;
	}
	.driod_links .link_download
	{
		background: #f7941d;
		color: #000000;
		padding: 5px 15px;
		cursor: pointer;
	}
		.driod_links .link_download a
		{
			color: #000000 !important;
		}
	.driod_links .sep
	{
		line-height: 1px;
		font-size: 1px;
		background: #ffffff;
	}
	
.register_form_div
{
	float: left;
	width: 500px;
}
	.register_form_div .form_row
	{
		margin: 0 0 15px 0;
		position: relative;
	}
		.register_form_div .form_row .label
		{
			display: block;
			margin: 0 0 5px 0;
		}
		.register_form_div .form_row .input_text
		{
			width: 400px;
			height: 20px;
			background: #ffffff;
		}
		.register_form_div .form_row select
		{
			width: 400px;
			height: 24px;
			background: #ffffff;
		}
		.register_form_div .form_row .checkbox_label
		{
			font-size: 14px;
		}
		.register_form_div .form_row .required
		{
			position: absolute;
			left: -20px;
			top: 31px;
			font-size: 25px;
		}
		
.form_button
{
	width: 125px;
	height: 20px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background: url(../images/gray_bg.jpg) repeat-x;
	padding: 3px 0 0 0;
}

.label_error
{
	color: #ff0000;
}

.content_rc_div
{
	float: right;
	width: 280px;
	margin: 20px 0 0 0;
}

.content_description_div
{
	margin: 0 0 20px 0;
	padding: 10px 5px 5px 5px;
	background: #2d2e2e;
}
	.content_description_div h3
	{
		font-size: 16px;
	}
	.content_description_div p
	{
		font-size: 12px;
		margin: 0 0 5px 0 !important;
	}
	
.content_comments_div
{
	margin: 0 0 20px 0;
	padding: 10px 5px 5px 5px;
	background: #4d4c4c;
}
	.content_comments_div h3
	{
		font-size: 20px;
		font-weight: normal;	
	}
	.content_comments_div .comments_list_div
	{
		font-size: 12px;
		margin: 3px;
		background: #ffffff;
		padding: 5px;
		/*width: 262px*/;
		width: 255px;
		/*height: 30px*/;
	}
		.content_comments_div .comments_list_div textarea
		{
			border: 1px solid #000000;
			width: 252px;
			height: 50px;
			color: #9d9d9d;
		}
		.content_comments_div .comments_list_div .button
		{
			width: 125px;
			height: 20px;
			color: #ffffff;
			text-align: center;
			font-size: 14px;
			font-weight: bold;
			cursor: pointer;
			background: url(../images/gray_bg.jpg) repeat-x;
			padding: 3px 0 0 0;
			margin: 5px 0 0 130px;
		}
		.content_comments_div .comments_list_div .comment_item
		{
			margin: 5px 0 15px 0;
			color: #6c6c6c;
			font-size: 16px;
		}
			.content_comments_div .comments_list_div .comment_item p
			{
				margin: 0 !important;
				padding: 0 !important;
			}
			.content_comments_div .comments_list_div .comment_item .user_name
			{
				color: #e31b22;
			}
			.content_comments_div .comments_list_div .comment_item .user_name_2
			{
				color: #084e8a;
			}
	
.music_show_item
{
	width: 275px;
	margin: 0 30px 30px 0;
	float: left;
	position: relative;
	border: 1px solid #ffffff;
}
	.music_show_item a
	{
		display: block;
		width: 245px;
		position: absolute;
		bottom: 15px;
		left: 15px;
	}
	
.audio_list_div
{
	float: left;
	width: 543px;
	margin: 20px 0 0 0;
}
	.audio_list_div h1 img
	{
		border: 1px solid #ffffff;
	}
	.audio_list_div .audio_item
	{
		margin: 0 0 5px 0;
		border-bottom: 2px solid #ffffff;
		position: relative;
		font-size: 16px;
	}
		.audio_list_div .audio_item .votes_count
		{
			float: right;
			width: 40px;
			text-align: right;
			font-weight: bold;
		}
		.audio_list_div .audio_item .audio_vote_leader
		{
			position: absolute;
			top: 2px;
			left: -30px;
			width: 21px;
			height: 20px;
		}
	.audio_list_div .audio_item_player
	{
		background: #2D2E2E;
		height: 20px;
		margin: 5px 0 15px 0;
		padding: 5px;
		display: none;
		font-size: 12px;
	}
		.audio_list_div .audio_item_player a
		{
			text-decoration: underline;
		}
.header_phones {
	position: absolute;
	top: 335px;
	right: 162px;
	font-size: 20px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}
	.header_phones .label {
		color: #f89420;
		font-size: 12px;
	}
	
.header_schedules {
	position: absolute;
	top: 335px;
	right: 0px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	width: 160px;
}
	.header_schedules span {
		font-size: 12px;
	}
	.header_schedules .header_schedules_1 {
		background: #1f8307;
		padding: 8px 0 7px 0;
		margin: 0 0 3px 0;
	}
	.header_schedules .header_schedules_2 {
		background: #f79d00;
		padding: 5px 0 5px 0;
		margin: 0 0 3px 0;
		font-size: 25px;
	}
	.header_schedules .header_schedules_3 {
		background: #920a15;
		padding: 2px 0;
		margin: 0 0 3px 0;
		z-index: 999;
	}

.social_links {
	margin: 0 0 10px 0;
}
.footertxt {
	color: #000000;
	font-size: 1px;
}
.contact_form_box {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 260px;
	background: #a3a1a1 url('../images/bg_contact_form.jpg') repeat-x;
}
	.contact_form_box h1 {
		color: #000000;
		font-weight: bold !important;
		text-align: center;
		font-size: 20px !important;
		text-transform: uppercase;
		font-family: Arial,Helvetica,sans-serif !important;
		padding: 0 !important;
		margin: 0 0 10px 0 !important;
	}
	.contact_form_box label {
		display: block;
		color: #000000;
		font-size: 16px;
	}
	.contact_form_box input {
		color: #a3a1a1;
		width: 250px;
		padding: 5px;
		margin: 0 0 5px 0;
		border: 1px solid #747272;
	}
	.contact_form_box input.submit {
		width: 127px;
		height: 23px;
		background: url('../images/bg_form_button.jpg') no-repeat;
		padding: 0;
		color: #ffffff;
		font-weight: bold;
	}
	.contact_form_box input.error {
		background: #f94c4c;
		color: #ffffff;
	}
.contact_form_description {
	margin: 10px 0 0 0;
}
	.contact_form_description p {
		margin: 0 !important;
		padding: 0 0 5px 0 !important;
	}
.popup_succss {
	position: absolute;
	top: 472px;
	left: 100px;
	z-index: 999;
	width: 300px;
	background: green;
	text-align: center;
	padding: 20px;
	display: none;
}
.facebook_like_box {
	background: #ffffff;
	padding: 10px;
	width: 255px;
	margin: 0 0 15px 0;
	border-radius: 5px;
}

.header_cities {
	margin: 0 0 10px 0;
}
	.header_cities .item {
		width: 178px;
		text-align: center;
		height: 54px;
		min-height: 54px;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: bold;
		float: left;
	}
		.header_cities .item .label {
			font-size: 12px;
			padding: 3px 0;
			margin: 0 0 7px 0;
			font-weight: bold;
		}
	.header_cities .item_1 {
		background: #35aa3e;
	}
		.header_cities .item_1 .label {
			background: #2cf23b;
		}
	.header_cities .item_2 {
		background: #f79d00;
	}
		.header_cities .item_2 .label {
			background: #f9c263;
		}
	.header_cities .item_3 {
		background: #0dd4e5;
	}
		.header_cities .item_3 .label {
			background: #42a7b0;
		}
	.header_cities .item_4 {
		background: #731aa6;
	}
		.header_cities .item_4 .label {
			background: #b251ea;
		}
	.header_cities .item_5 {
		background: #920a15;
	}
		.header_cities .item_5 .label {
			background: #e0424f;
		}