/* root element for tabs  */
ul.tabs {
	list-style:none;
	padding:0;
	height:30px;
	margin: 0px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(/calendario/tab_css/blue.png);
	background-repeat: no-repeat;
	background-position: -420px 0;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* 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-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

	 tab pane styling 
	
/* tab pane styling */
.panes div {
	display:none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
    .detalhes {
	margin-bottom: 15px;
}
.detalhesBranco {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.detalhes_data {
	background-color: #FFCC00;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color: #FFF;
	width: 50px;
	text-align: center;
	font-size: 13px;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.detalhes_data1 {
	background-color: #FFCC00;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	width: 85px;
	font-size: 16px;
	padding: 2px;
	background-repeat: no-repeat;
	font-family: 'Viga';
}
.detalhes_data2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #FC0;
	font-size: 14px;
	padding: 2px;
	background-repeat: no-repeat;
	font-family: 'Viga';
}
.mesano {
	text-align: left;
}

.detalhe_icone {
	margin-top:12px;
	background-color:#FFFFFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-top-width: 1px;
	border-top-style: solid;
}
.logoevento {
	float: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
	height: 130px;
	vertical-align: top;
	width: 130px;
	margin-left:50px;
}
.logoevento img{
	width: 100%;
	height: auto;
}
.logoevento_th {
	height: 40px;
	width: 40px;
}
.logoevento_th img{
	width: 100%;
	height: auto;

}



.botaoinscricao {
	background-color: #FC0;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius:3px;
}
    

    .icon_comentarios {
	padding-right: 5px;
	float: left;
	width: 15px;
}
#corpointerno #conteudo #titulo_detalhe #evento #cabecalhoevento tr td .addthis_toolbox.addthis_default_style table tr td a div #num_comentarios {
	color: #496598;
}
.mainContent {
	min-height:700px;
	background-color:#FFFFFF;
	padding:10px;
}
