/*
## CSS for Player Widget
## ====================================================
## The TREE of DOM elements
## ========================
idPlayerWidget
	idStationName
	idNowPlaying
		idArtist
		idTitle
		idBuyLink
			idBuyLink_href
	idPlayerSpace
	idCoverArea
		idCoverAd
		idTextAd
		idCoverPic
			imgCoverPic
		idVideoArea
	idStatusRow
		idStatusImg
		idStatus
## ========================
*/
div#idPlayerWidget
{
	font-family: Arial,Verdana;
	background-color: #333;
	width: 320px;
	color: #CCCCCC;
	padding: 1px;
	border: 1px solid #515151;
	overflow: hidden;
}

div#idStationName
{
	background-color: #000000;
	font-size: 18px;
	width: 320px;
	padding: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #515151;
}

div#idNowPlaying
{
	background-color: #000000;
	/*margin-top: 5px;*/
	padding: 5px;
	width: 320px;
	margin-bottom: 2px;
	border-bottom: 1px solid #515151;
}

div#idNowPlaying
{
	text-align: center;
}

div#idArtist
{
	font-size: 16px;
	font-weight: bold;
}

div#idTitle
{
	font-size: 14px;
}

div#idBuyLink a:link,a:visited,a:active
{
	color: #2f5473;
	text-decoration:none;
	font-weight: bold;
}

div#idBuyLink a:hover
{
	color: #336C99;
	text-decoration:underline;
	font-weight: bold;
}

div#idStatusRow
{
	font-family: Arial,Helvetica,sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	margin-bottom: 2px;
	border-bottom: 1px solid #515151;
}

img#idStatusImg
{
	margin: 2px;
}

span#idStatus
{
	padding-left: 5px;
}

div#idPlayerSpace
{
	/*margin-top: 5px;*/
	margin-bottom: 2px;
	border-bottom: 1px solid #515151;
}

div#idCoverArea
{
	position:relative;
	text-align: center;
	width: 320px;
	height: 250px;
	/*margin-top: 5px;*/
	background-color: #000000;
	margin-bottom: 2px;
	border-bottom: 1px solid #515151;
}

div#idCoverAd {}
div#idTextAd
{
	position:absolute; top:50%; left: 35px; height:10em; margin-top:-5em;
	display: inline-block;
	text-align: center;
	width: 250px;
	background-color: #000000;
}

div#idCoverPic {}
img#imgCoverPic
{
 width: 250px;
 height: 250px;
 border: 0px;
}

div#idVideoArea {}

/* StreamAds box text advertisements */
/* ================================= */
a.AdBox:link, a.AdBox:visited, a.AdBox:active {
    font: 12px geneva, verdana, arial, sans-serif;
    text-decoration: none;
}

.AdBoxHeader {
	color: #336C99;
	text-align: center;
	font-family: Arial,Verdana;
	font-size: 12pt;
	font-weight: bold;
 	text-decoration: underline;
}

.AdBoxBody {
	color: #6F6F6F;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.AdBoxFooter {
	color: green;
	text-align: center;
	font-family: Helvetica;
	font-size: 9pt;
	text-decoration: none;
}
