﻿
a { font-size: 14px;
	font-family: Helvetica,  Arial, Helvetica, sans-serif;
	color: #941e19; 
	text-decoration: none;
	font-weight: bolder}

a:hover {
	color:#B0251E;
	text-decoration: none;}



/*--------PLAYER--------*/

.blcGeral { 
	width: 300px;
	/*height: 320px;*/
}

.blcControles {
	width: 134px;
	height: 57px;
	position: absolute;
	top: 320px;
	left: 35px;
}

.btnPlay 
{
	width: 18px;
	height: 25px;
	float: left;
	padding: 16px 0 0 0;
	cursor: pointer

}

.btnVolume
{
	width: 31px;
	height: 33px;	
	float: left;
	padding: 10px 0 0 30px ;
	
}

.blcVolume {
	width: 25px;
	height: 60px;
	float: left;
	padding: 5px 0 0 5px;
}

.mnMais {
		width: 15px; 
		height: 14px;
		display: block;
		background: url(Imagens/btnVolumeMais.gif) 0 0 no-repeat;
}

div:hover.mnMais {
		background-position: -15px 0;
}

.mnMenos {
		width: 12px; 
		height: 19px;
		display: block;
		margin-top: 12px;
		background: url(Imagens/btnVolumeMenos.gif) 0 0 no-repeat;
		padding: 5px 0 5px 0
}

div:hover.mnMenos {
		background-position: -12px 0;
		padding: 5px
}



/*--------------*/


.clsCapa {
	width: 148px;
	height: 148px;
	top: 120px;
	left:33px;
	/*margin:  50px 0 0 33px;*/
	position: absolute;
}

.clsMusica {
	width: 160px;
	height: 45px;	
	position: absolute;
	left: 35px;
	top: 278px;
}

.musica { 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bolder;  
	font-size: 15px; 
	overflow: hidden;
	height: 17px;
	width: 230px;
	color: #000;
}

.artista { 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bolder;  
	font-size: 13px; 
	color: #000;
	padding-bottom: 5px;
}


#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: 70px;
	position:absolute;
	left: 200px;
	top: 200px;
}

.blcVotoPositivo{ 
	width: 100px;
	height: 30px;
	padding: 13px 0 5px 0;
}

.imgVotoPositivo {
	width:	21px;
	height: 26px;
	float: left;
	cursor: pointer;
}



#divVotoPositivo
{
	color: #83361C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	float: left;
	margin: 5px 0 0 5px;
}

/*-----------*/


.blcVotoNegativo{ 
	width: 100px;
	height: 26px;
}

.imgVotoNegativo {
	width:	25px;
	height: 27px;
	float: left;
	cursor: pointer;
}


#divVotoNegativo
{
	color: #83361C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	float: left;
	margin: 5px 0 0 3px;
}


.btnHelp {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	float: left;
	cursor: pointer;

}

/*----------------*/

.comment {
	height: 70px;
	width: 146px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	position: absolute;
	left: 170px;
	top: 320px;
}

.commentLink {
	height: 19px;
	width: 136px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8d372f;
	font-size: 11px;
	font-weight: bolder;
	position: absolute;
	left: 170px;
	top: 345px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 5px;
	float: left
}

.commentLink a:hover{
	color: #B0251E
}


/*------------*/
.carregando {
	width: 159px;
	height: 15px;
	position: absolute;
	top: 380px;
	left: 30px;
}

.clsOculto
{
	display: none;
}

/* Mensagem top */

.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;
}