td				{font-family: Tahoma, sans-serif; font-size: 11px; color: #353434;}
input				{font-family: Tahoma, sans-serif; font-size: 11px; color: #000000; width: 100%; height: 17px; border: 1px solid #4e4e4e;}
textarea			{font-family: Tahoma, sans-serif; font-size: 11px; color: #000000; width: 100%; height: 100px; border: 1px solid #4e4e4e;}
select, option			{font-family: Tahoma, sans-serif; font-size: 11px; color: #000000; width: 100%;}

a				{font-family: Tahoma,sans-serif; font-size:11px; color:#5a5a5a; text-decoration:underline;}

.noborder			{border: none;}
.radio				{border: none; width:14px; height:14px;}

.listen 			{font-family: Tahoma, sans-serif; font-size: 11px; color: #5a5a5a; font-weight: bold;}
.listen a			{color: #5a5a5a; font-size:11px; text-decoration: underline;}
.listen a:hover			{color: #000000; text-decoration:none;}

.copy 				{font-family: Tahoma, sans-serif; font-size: 11px; color: #5a5a5a; font-weight: bold;}
.copy a				{color: #5a5a5a; font-size:11px; text-decoration: underline;}
.copy a:hover			{color: #000000; text-decoration:none;}

.menu_bottom 			{font-family: Tahoma, sans-serif; font-size: 11px; color: #5a5a5a;}
.menu_bottom a			{color: #5a5a5a; font-size:11px; text-decoration: none;}
.menu_bottom a:hover		{color: #000000;}

.vote_percents			{font-family: Tahoma, sans-serif; font-size: 12px; color: #353434;}

.email 				{font-family: Tahoma, sans-serif; font-size: 11px; color: #6e6d6d;}
.email a			{color: #ff0000; font-size:11px; text-decoration: underline;}
.email a:hover			{color: #ff0000; text-decoration: underline;}

.program_title 			{font-family: Tahoma, sans-serif; font-size: 14px; color: #6e6d6d; font-weight:bold;}
.program_title a		{color: #6e6d6d; font-size:14px; text-decoration: none;}
.program_title a:hover		{color: #ff0000;}

.news_title			{font-family: Tahoma, sans-serif; font-size: 14px; color: #0171bd; font-weight: bold;}

.block_title 			{font-family: Tahoma, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold;}

.day_title			{font-family: Tahoma, sans-serif; font-size: 14px; color: #f26c4f; font-weight: bold;}

.songs_title			{font-family: Tahoma, sans-serif; font-size: 14px; color: #ffffff; font-weight: bold;}
.song_artist			{font-family: Tahoma, sans-serif; font-size: 14px; color: #cc0000; font-weight: bold;}
.song_title			{font-family: Tahoma, sans-serif; font-size: 14px; color: #6e6c6d; font-weight: bold;}

.menuWrapper {
	width: 164px;
	position:absolute; 
	background-color:#858688;
	visibility:hidden; 
	display:block;
	padding:5px; 
 }

.menuItem    {
              padding-left:10px; 
              cursor:pointer; 
              color:#ffffff; 
              position:absolute; 
              left:0px; 
              width:164px; 
              height:24px;
              display:block;
		line-height:24px;
             }

.menuItemOn  {
              padding-left:10px; 
              cursor:pointer; 
              color:#000000; 
              position:absolute; 
              left:0px; 
              width:164px; 
              height:24px;
              display:block;
		line-height:24px;
		background: url(../images/mmenu_wrap_bg.gif);
             }

.menuItem a			{font-family:Tahoma,sans-serif;font-size:11px;color:#ffffff;text-decoration:none;font-weight:bold;}
.menuItem a:hover   		{font-size:11px;color:#ffffff;}

.menuItemOn a			{font-family:Tahoma,sans-serif;font-size:11px;color:#ffffff;text-decoration:none;font-weight:bold;}
.menuItemOn a:hover   		{font-size:11px;color:#ffffff;}

.menuImg			{height:42px; width: 150px;background: no-repeat center center;}

.cursor_click			{cursor: pointer;}

	.modalBg {
		position: absolute;
		background-color: #ddd;
		z-index: 100;
		top: 0px;
		left: 0px;
	}

        .modalDialog {
            position: absolute;
            top: 0px;
            left: 0px;
            visibility: hidden;
            z-index: 101;
            background-color: white;
            top: 0;
            left: 0;
            border: 1px solid #777;
        }

	#modalDialogHeader {
		width: 350px;
		margin-bottom: 10px;
	}

        .modalDialog .modalDialogHeader {
            margin:0;
            padding: 0px;
            color: #333;
            font-weight: bold;
            background-color: #ccc;
            border: 1px solid #989898;
            position: absolute;
            top: 0px;
            left: -1px;
            height: 7px;
        }

        .modalShadow {
            position: absolute;
            background-color: black;
            top: 0px;
            left: 0px;
            z-index: 99;
        }