﻿/* ---------------------------------- */

body
{
	background-color:#EEEEEE;	
}

#WindowWrapper
{
	width:710px;
    
}

/* ---------------------------------- */

#MobileWrapper
{
	width:710px;
	background-color:White;
}

#topborder
{
	width:100%;
	height:3px;
	background-image: url('Images/Mobile/topborder.jpg');
	background-position:top;
	background-repeat:repeat-x;
}

#bottomborder
{
	width:100%;
	height:3px;
	background-image: url('Images/Mobile/bottomborder.jpg');
	background-repeat:repeat-x;
}

/* ---------------------------------- */

#Flags
{
	width:500px;
	padding-bottom:10px;
}

.Flag
{
	width:32px;
	height:32px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}

/* ---------------------------------- */

#PlayerChoice
{
	width:500px;
	color:/*#178cae;*/ #7f7f7f;
	font-weight:bold;
	font-style:italic;
}

.TextHH
{
	padding:2px 5px 0 5px;
	font-size:20px;
}

.TextH
{
	padding-top:14px;
	padding-bottom:10px;
	font-size:13px;
}

.Text
{
	color:#7f7f7f;
}

#LatestNews
{
	width:680px;
	padding:20px 15px 15px 15px;
}

/* ---------------------------------- */

#PlaylistWrapper
{
	width:210px;
}

#NowPlaying
{
	width:314px;
	height:370px;
	background-image:url('Images/Playlist/NowPlaying.jpg');
}

#NowPlayingHeader
{
	width:314px;
	height:30px;
	padding-top:8px;
	text-align:center;
	padding-left:20px;
}

#SongBoxContent
{
	width:314px;
	height:350px;
	/*padding: 6px 10px 4px 10px;*/
	overflow:hidden;
	text-align:center;
	color:Red;
	font-size:14px;
	padding-left: 20px;
}

#SongBoxContent .title
{
	width:314px;
	
	padding-left:10px;
	padding-top:4px;
	text-align:left;
	font-weight:bold;
}

#SongBoxContent .artist
{
	width:314px;
	padding-left:10px;
	text-align:left;
	font-weight:bold;
}



.OnAirWrapper
{
}

.OnAirWrapper .pictureBox
{
	padding-top:2px;
	padding-bottom:3px;
}

.OnAirWrapper .onair_picture
{
	width:312px;
	height:280px;
	border:1px solid gray;

}

.OnAirWrapper .onair_title
{
}

.OnAirWrapper .onair_artist
{
}
/* ---------------------------------- */

#GoBack
{
	width:100%;
	padding:8px;
}

#GoBack a
{
	font-weight:bold;
	color:#7f7f7f;
	text-decoration:underline;
}

#Attualita_Panel
{
	vertical-align:top;
	height:370px;
}
