@CHARSET "UTF-8";

#header {
	background-color: #a4c633;
	background-image: none;
}

#content {
	float: left;
	width: 700px;
}

#selecao {
	
}

.miniTitle {
	margin: 0 0 0 0px;
	color: #72ae3c;
	font-weight: bold;
	font-size: 1em;
}

.small,.small a {
	margin: 0 0 0 0px;
	color: #494647;
	display: block;
	font-weight: bold;
	font-size: 1em;
}

#numerocomentarios {
	float: left;
	padding-left: 5px;
}

#postadoem {
	float: left;
	padding-right: 5px;
}

#artista, #curador {
	width: 100%;
}

#artistaCurador {
	overflow: hidden;
	padding: 15px 0;
	text-align: justify;
    
}

#artistaCurador #musicdata,#artistaCurador #curadordata {
	overflow: hidden;
}

#musicdata div div#artista p {
    font-size: 1em;
    color: #666;
}

#musicdata div div#musicdetails p {
    font-size: 0.6em;
    color: #666;
    margin-left: 90px;
}

.titulo p a {
    color: #1F7D05;
}

.userPhoto {
	width: 80px;
}
#curadordata .userPhoto img, #musicdata .userPhoto img{
	float: left;
	margin: 0 10px 10px 0;
}

#curadordata .titulo,#musicdata .titulo {
	font-size: 1.8em;
	color: #1f7d05;
}

#curadordata a,#musicdata a {
	text-decoration: none;
	color: #1F7D05;
}

#musicdata #artistaname{
	font-size: 1em;
	color: gray;
	
}

.curadorname {
	font-size: 1.4em;
	color: gray;
	margin-left: 100px;
}

.playgif {
	float: right;
	display: none;
	position: absolute;
	right: 3px;
	top: 24px;
}

#artistaCurador .text {
	font-size: 1.3em;
	color: gray;
	margin: 5px 5px;
}



.avatar-80 {
	height: 80px;
	width: 80px;
}

.avatar-40 {
    height: 40px;
    width: 40px;
}

.avatarloader {
	float: left;
	border-top: 1px solid gray;
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-left: 1px solid gray;
	padding: 32px 32px;
	margin: 5px 15px 0 5px;
}

#fundoTituloSelecao {
	background: no-repeat url("../img/radio_fundo_titulo_selecao.jpg");
	height: 20px;
	width: 600px;
	margin: 15px 0 20px 0;
	padding: 9px 0 0 100px;
	text-align: left;
	color: white;
	font-size: 1.5em;
	font-family: "Arial";
	position: relative;
}

#fundoTituloSelecao #names {
	position: absolute;
	top: 6px;
	left: 100px;
	letter-spacing: 1px;
}

#fundoTituloSelecao #playlistname {
	font-weight: bold;
}

.playing {
	color: #aaa !important;
}


#player {
	height: 111px;
	width: 700px;
	text-align: center;
	font-size: 3em;
	color: silver;
}

.thumb_selected {
	border: 2px solid orange !important;
}


#grupos {
	overflow: hidden;
}

#grupos h2 {
	color: #23408F;
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 15px;
	float: left;
}

#grupos #gruposBox {
	width: 680px;
	text-align: left;
	float: left;
	padding: 10px;
	line-height: 20px;
	margin-bottom: 5px;
}

#gruposBox a {
	color: #3d781a;
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
}

#gruposBox a:hover {
	color: #333333;
}

#gruposChamadas{
	margin-left: 90px;
}

.chamadaSelecionada{
	color: white !important;
	text-decoration: none;
	font-size: 1.9em !important;
}

#selecionadosTitle {
	text-align: left;
	margin-top: 10px;
	border-bottom: 5px solid #d9e58a;
	overflow: hidden;
	margin-bottom: 10px;
}

#selecionadosTitle h2 {
	color: #3d781a;
	margin: 0 0 0 10px;
	
}

#selecionados {
	overflow: hidden;
	position: relative;
}
.eletroPagination{
	position:absolute;
	top: 12px;
}

#listaChamadas {
    height: 200px;
    overflow-y: auto;
    display: none;
}

#listaChamadas div {
    clear: both;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
}

#chamadaAtual {
    cursor: pointer;
    font-size: 1.8em;
    color: white;
    padding: 1px 3px 3px;
}

#listaChamadas div:hover, #chamadaAtual:hover {
    background-color: #CCCCCC;
}

#listaChamadas div img {
    float: left;
    margin-right: 10px;
}

#listaChamadas div a {
    float: left;
}

