﻿
a { font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #941e19; 
	text-decoration: none;
	font-weight: bolder}

a:hover {
	color:#B0251E;
	text-decoration: none;}



/*--------PLAYER--------*/

.blcGeral { 
	width: 300px;

}

.blcControles {
	width: 180px;
	height: 34px;
	position: absolute;
	top: 320px;
	left: 36px;
}

.btnPlay 
{
	width: 41px;
	height: 34px;
	float: left;
	padding: 0;
	cursor: pointer;
}

.btnVolume
{
	width: 27px;
	height: 33px;	
	float: left;
	padding-top: 3px;
}

.blcVolume {
	width: 95px;
	height: 33px;
	float: left;
	padding: 3px 0 0 0;
}

.mnMais {
	width: 45px; 
	height: 31px;
	display: block;
	float: left;
	background: url(Imagens/btnVolumeMais.gif) 0 0 no-repeat;
}

div:hover.mnMais {
		background-position: -45px 0;
}

.mnMenos {
		width: 45px; 
		height: 31px;
		display: block;
		float: left;
		background: url(Imagens/btnVolumeMenos.gif) 0 0 no-repeat;
}

div:hover.mnMenos {
		background-position: -45px 0;
}



/*--------------*/


.clsCapa {
	width: 148px;
	height: 148px;
	top: 165px;
	left:41px;
	position: absolute;
}

#divInfoMusica { border: 0px solid blue}

.blcInfoMusicas  
{
	width: 210px; 
	height:170px; 
	position:absolute;
	padding: 10px 0 0 0;
	left: 210px;
}
	

.clsMusicaAnterior 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	width: 160px;
	padding: 5px 0 0 0;
	line-height: 140%
}

.clsMusicaProxima
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	width: 210px;
	height: 65px;
	line-height: 140%;
	padding: 5px 0 0 0;
}

#divProxMusica  
{	width: 210px;
	height: 35px;
	overflow: hidden;
}

.ouvindo 
{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	overflow: hidden;
	height: 17px;
	width: 210px;
	padding: 5px 0 5px 0;
}

.musica  
{	color: #fff;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	overflow: hidden;
	height: 13px;
	width: 210px;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	font-weight: bolder;
	margin: 0 0 5px 0
}

.artista { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #fff;
	font-weight: bolder;
	padding: 0 0 8px 0;
	width: 210px;
}


.album
{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	overflow: hidden;
	height: 32px;
	width: 210px;
	font-weight: bolder;
}




#musicaInfo {
	position: absolute;
	width: 249px;
	left: 127px;
	top: 143px;
	height: 268px;
}


.blcConteudo  
{
	position: absolute;
	width: 300px; 
	height: 140px;
	left: 185px;
	top: 142px;
	padding-left: 0px;
}


.blcPlayers {
	height: 40px;
}

/*----------------*/


/*--------VOTAÇÃO--------*/

.clsvotos{
	width: 100px;
	height: 60px;
	position:absolute;
	left: 205px;
	top: 300px;
}

.blcVotoPositivo{ 
	width: 100px;
	height: 28px;
	/*padding: 13px 0 5px 0;*/
}

.imgVotoPositivo 
{
	width:	30px;
	height: 25px;
	float: left;
	cursor: pointer;
	background: url(imagens/btnVotoPositivo.gif) no-repeat;	
}
.imgVotoPositivo:hover 
{
	background-position: -30px;
}

#divVotoPositivo
{
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	margin: 7px 0 0 5px;
}

/*-----------*/


.blcVotoNegativo{ 
	width: 100px;
	height: 30px;
}

.imgVotoNegativo {
	width:	30px;
	height: 25px;
	float: left;
	cursor: pointer;
	background: url(imagens/btnVotoNegativo.gif) no-repeat;	
}
.imgVotoNegativo:hover 
{
	background-position: -30px;
}


#divVotoNegativo
{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	margin: 6px 0 0 5px;
}


/*----------------*/


/*------------*/
.carregando {
	width: 90px;
	height: 16px;
	background-color: #000;
	position: absolute;
	padding: 0 0 0 5px;
	top: 477px;
	left: 341px;
	z-index:10;
}

.clsOculto
{
	display: none;
}



/*------Mensagem Erro Flash Player--------*/	

.mensagemTop
{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	z-index: 1000; 

}

.mensagemTop a 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.72em;
	padding:7px 7px 7px 30px; 
	border-bottom: 2px solid #000;
	font-weight: normal;
	display: block;
	background: #FFFFE1 url(Imagens/error.png) no-repeat 7px 4px;
}
.mensagemTop a:hover 
{
	background-color:#0A246A; 
	color: #FFF;
}