.proximos_concertos_container{
    margin-top: 7px; 
    background-color: #333333;
    padding-bottom: 10px;
    width: 200px;
}
.proximos_concertos_container div{
    /*color: #d94c2f;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;*/
}

.proximo_concerto_datas
{
	color: #5D5C5C;
	margin-top: 7px;

	padding-bottom: 14px;
	padding-top: 1px;
	text-align: center;
}
.proximo_concerto_artistas
{
	color: #5D5C5C;
	text-align: left;
}
.proximo_concerto_obras
{
	color: #A6A8A5;
	margin: 0px;
	margin-bottom: 30px;
    margin-right: 10px; 
	text-align: right;
	/* border-bottom: solid 1px; */
	/* border-color: #C5C6CA; */
	/* padding-bottom: 15px; */
}
.proximo_concerto_obras *{
    font-family: futurastdbook; 
    font-size: 11px;
}
.proximo_concerto_obras div
{
	color: #D9DADC;
	margin: 10px 0px 0px 0px;
	text-align: right;

}
.proximo_concerto_artistas div
{
    font-weight: bold;
    line-height: 11px;
    margin-left: 30px;
    margin-right: 10px;
    text-align: right;
}
.proximo_concerto_datas div
{
	font-weight: bold;
	text-align: center;
}

.proximo_concerto_artistas i
{
	font-style: italic;
	font-weight: normal;
}
.proximo_concerto_datas i
{
	font-weight: normal;
	font-style: italic;
}
.Data_Evento {
    color: #D9DADC;  
    font-family: futurastdbook;
    font-size: 19px;
    font-weight: normal;
    margin-left: 10px;
    text-align: justify;
}
.Hora_Evento {
    color: #D9DADC;
    font-size: 19px;
    font-family: futurastdbook;
    font-weight: normal;
    margin-left: 9px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
    text-transform: uppercase;
}
.Nome_Artista {
    color: #d94c2f;
    display: -webkit-inline-box;
    font-family: futurastdbook;
    font-size: 11px;
    font-weight: normal;
    padding-top: 5px;
    text-align: right;
    text-transform: uppercase;
    /* margin-bottom: 5px; */
}
.Funcao_Artista {
    color: #D9DADC;
    font-weight: normal;
    font-size: 11px;
    margin-left: 6px;
    text-transform: uppercase;
}
.Relogio {
    height: 16px;
    margin-right: -5px;
    padding-left: 5px;
    width: 16px;
}
.proximo_concerto_obras i div
{ 
	clear: both;   
	color: #737374;  
	font-weight: normal;
	font-size: 11px !important;
	margin-bottom: 10px;
}


.image_noticia_bloco
{
	clear: both;
	margin: 0px 0 0px 0;
	text-align: center;
}

.image_noticia_bloco img{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    color: #C5C6CA;
    max-width:200px;
    padding-top: 15px;
    width: 180px;
}
.proximo_concerto_divisoria
{
    border-bottom: solid 1px #C5C6CA;
    height: 1px;
    margin-bottom: 20px;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 180px;
}


/* root element for tabs  */
ul.tabs
{
	border-bottom: 0px solid #666;
	height: 30px;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

/* single tab */
ul.tabs li
{
	float: left;
	font-weight: normal;
	list-style-image: none !important;
	margin: 0 !important;
	padding: 0;
	text-indent: 0;
    width: 50%;
}

/* link inside the tab. uses a background image */
ul.tabs a
{
	background-color: #656565;
	color: #f6f6f6;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 1px;
	/*width: 90px;*/
}

ul.tabs a:active
{
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
	background-position: -420px -31px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a
{
	background-color: transparent;
	background-position: -420px -62px;
	color: #d94c2f;
	cursor: default !important;
}

/* initially all panes are hidden */
.panes .pane
{
	display: none;
}

.panes_div
{
	border: 0px solid #999;
	border-top: 0;
}

