/* 
    Document   : player
    Created on : 2 de septiembre de 2005, 10:07
    Author     : marco
    Description:
        Purpose of the stylesheet follows.
*/

.playerMainTable {
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.playerTop {
	background-position: top left;
	background-repeat: no-repeat;
}

.playerNextTitle{
	background-position: top left;
	background-repeat: no-repeat;
}

.playerNowPlaying{
	background-position: top left;
	background-repeat: no-repeat;
}

.playerNews{
	background-position: top left;
	background-repeat: no-repeat;
}

.playerButtons{
	background-position: top left;
	background-repeat: no-repeat;
}

.playerBanner{
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

.playerProgramImage{
	border-color: #cc0033;
	border-style: solid;
	border-width: 1px;
}

.playerTitlesText{
    font-family: arial,serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: condensed;
    color: #cc0033;
}

.playerNextPlayingText{
    font-family: arial,serif;
    font-size: 10px;
    font-weight: bold;
    font-stretch: condensed;
    color: black;
}

.playerNowPlayingText{
    font-family: arial,serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: condensed;
    color: black;
}

.playerStatusText{
    font-family: arial,serif;
    font-size: 13px;
    font-weight: bold;
    font-stretch: condensed;
    color: #999999;
}