/*########################## AGENDA ##########################*/
#tableAgenda{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-image: url(../images/site-musica-brasil/fundo-geral.png);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
	width: 100%;
}

#divInfoAgenda{
	padding:20px 5px 30px 5px;
	float:left;
	width: 594px;
}

.divInfoImagem{
	float:left;
	padding:0px 6px 6px 0px;
}

.divImagem{
	border:1px solid #000;
	width:100px;
	height:68px;
	margin: 0px 0px 0px 3px;
}

.bar{
	background-image: url(../images/site-musica-brasil/titulo-geral.png);
	background-repeat: no-repeat;
	height: 18px;
	padding: 8px 8px 8px 18px ;
}

.barTitleAgenda{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-transform: uppercase;
}

a.divAgendaAno{
	font-family: Verdana;
	font-size:10px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a.divAgendaAno:hover{
	font-family: Verdana;
	font-size:10px;
	color:#000;
	text-decoration:underline;
}

a.divAgendaMes{
	font-family: Verdana;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

a.divAgendaMes:hover{
	font-family: Verdana;
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}

.divTexto{
	font-family: Verdana;
	font-size:10px;
	color:#000;
	font-style: italic;
	padding: 10px 0px 10px 10px;
}

.divAgendaData{
	padding: 3px 3px 10px 3px;
	font-family: Verdana;
	font-size:10px;
	color:#000;
	font-weight:bold;
	float:left;
}

.divAgendaLocal{
	padding: 3px 3px 10px 3px;
	font-family: Verdana;
	font-size:10px;
	color:#000;
	font-weight:bold;
}
/*########################## AGENDA ##########################*/

.divHr{
	padding: 0px 0px 5px 0px;
}
.divErroAgenda{
	padding: 5px;
	font-family: Verdana;
	font-size:10px;
	color:#000;
	text-align:center;
	font-style: italic;
}