/*
 * Estilo para ferramentas padrões do Joomla
 */
 
 .componentheading, .contentheading { 
	width:600px;
	font-size: 14px;
	color: #ffffff;	
	text-transform:uppercase;
	font-family: "Trebuchet MS";
	font-weight:bold;
	background-image:url(../imagens/tpl_linha.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

.contentheading {
	line-height:30px;
}

.componentheading {
	line-height:35px;
}



.buttonheading img {			/** BOTÕES DE IMPRESSÃO, PDF E EMAIL DOS ARTIGOS **/
	border:0;	
}

.contentpaneopen {			/** BARRA DE TÍTULO DOS ARTIGOS **/
	font-size: 8pt;
	color: #ffffff;	
	padding-top:0px;
}

.contentdescription {
	padding-right:10px;
	padding-bottom:15px;
}

.sectiontableentry td {
	padding:5px;
	font-size:8pt;
}

.contentseparator {
	background-image:url(../imagens/tpl_linha.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
}

.minifont {
	font-size:2px;
}


.sectiontableheader {
	padding:3px;
	margin:1px;
	background-color: #6b7787;
}

.sectiontableheader img { 
	border:0px; 
}


.inputbox {
background-color: #BAC4CD; 
color:#000000;
border:1px solid #899DB4;
}