/* Estilos customizados */
html {
  height: 100%;

}

body {
	margin: 0;
	padding: 0;
height: 1%;
}


#bg {background:url(../images/bg-pagina.jpg) repeat-x #B13400;


}

#tudo {
	width:757px;
	margin: 0px auto;
	z-index:2;
	position:relative; 

}

#topo {
	background:url(../images/topo.jpg) no-repeat top right;
	width: 590px;
	height: 53px;
	float:right;
}

#topo-direita {
	background:url(../images/topo-direita1.jpg) bottom no-repeat;
	width: 80px;
	height:53px;
	left:100%;
	position: relative;
}

#topo-direita2 {
	background:url(../images/topo-direita2.jpg) no-repeat;
	width: 80px;
	height:178px;
	left:100%;
	position: absolute;
	top: 53px;
}

#porta {
	float:right;
	width:450px;
	height:178px;
	padding:0;margin:0;
}

#topo-direita3 {
	background:url(../images/topo-direita3.jpg) no-repeat;
	width: 80px;
	height:29px;
	left:100%;
	position: relative;
}

#logo {
	float:left;
	width: 307px;
	height: 178px;
	padding:0;margin:0;
}



#porta2 {
	float:right;
	background:url(../images/portas-corta-fogo2.jpg) no-repeat;
	width:518px;
	height:54px;
}

#localizar {
	float: left;
	background: url(../images/bg-localizar.jpg) no-repeat;
	width:239px;
	height:54px;
}
.localizar-texto {
	padding-left:30px;
	padding-top: 8px;
}

#menu-topo {
	margin: 8px 17px 0 0;
	float: right;
	width:50%;
	height:25px;
}
#caminho {
	background: url(../images/linha-horizontal.gif) 0 bottom repeat-x;
	height:23px;
}



#principal-transparente {
	padding:0px 10px 10px 10px;
	background: url(../images/bg-pagina.png) repeat;
	clear: both;
	float: left;
}

#principal {
	background-color:#fff;
	width: 736px;
	margin: 0px auto;
	padding: 0;
	float:left;
	z-index:2;
	position:relative;
}

#esquerda {
	width: 207px;
	float:left;
	padding-left:10px;
	top: -25px;
	position:relative;
}

#conteudo {
	width: 494px;
	background:url(../images/linha-vertical.gif) 0 repeat-y;
	float:right;
	padding:10px;
}

#animacao {
	
}

#cadastro {
	background:url(../images/linha-vertical.gif) right -20% repeat-y;
	width: 50%;
	float: left;
}

#newsletter {
	width: 50%;
	float: right;
}

#artigos {
	
}

#rodape {
	float:left;
	width:717px;
	padding: 10px;
}

#endereco {
	background:url(../images/bg-rodape.jpg) no-repeat;
	height:69px;
	width:599px;
	float:left;
}

#timelink {
	width:117px;
	height:69px;
	float:right;
	background:url(../images/bg-timelink.jpg) no-repeat;
	text-align: center;
	line-height: 20px;

}

.clr {
	clear:both;
}

#bg-rodape {
	background:url(../images/bg-rodape-fundo.jpg) no-repeat;
	width:880px;
	height:266px;
	margin: 0px auto;
	padding: 0;
	z-index:1;
	position: relative;
	bottom:215px;

}

form {
  padding: 0;
  margin: 0;
}

#localizar .inputbox {
	border: 1px solid #D9D19D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: url(../images/lupa.jpg) #fff right no-repeat;
	padding: 5px;
	height: 13px;
	font-weight: bold;
}

#localizar .button {
	padding: 0px;
	color: #E9E6C8;
	visibility:hidden;
	height: 0px;
        margin: 0px;
}


table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}



.pathway {
	font-size: 10px;
	padding: 5px 0px 0px 0px;
	color:#666;
}

a.pathway:link,a.pathway:visited {font-weight:normal;}	
a.pathway:hover {text-decoration:underline;}


h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}

hr {
	height:0;
	border: 0;
	border-bottom: 1px dotted #D54902;
}

/** old stuff **/

.back_button {
	float: right;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #DDD7AA;
	width: auto;
	background-color: #EAE6C9;
	padding: 0px 10px;
	line-height: 20px;
	margin: 20px 5px 5px 5px;
	color: #fff;
}

.pagenav {
  text-align: center;
  font-size: 10px;
	border: 1px solid #DDD7AA;
  width: auto;
  background-color:#EAE6C9;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}


li{ list-style: square;}
ul { list-style: square;}


td {
	text-align: left;
	font-size: 11px;
}



body {
	height: 100%;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	line-height: 160%;
	font-size: 11px;
	color: #666;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}


table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #fff;
  font-family: Tahoma, Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #DDD7AA;
  background-color: #E75601;
  padding: 0px 5px;
  line-height: 16px;
  height: 24px;
  margin: 1px;
}

.inputbox {
	border: 1px solid #D9D19D;
	padding: 2px;
	background-color: #fff;
	font-size: 11px;
	color: #C83F03;
	line-height: 20px;
}

.componentheading {
	height: 30px;
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}


table.moduletable, div.module {
	margin: 10px 5px 10px 5px;
	padding: 0px;
	width: 90%;
}



div.moduletable {
	padding: 0px;
	margin-bottom: 5px;
}

table.moduletable th, div.moduletable h3, div.module h3 {
	background: url(../images/titulo-modulo.gif) 4px  no-repeat;
	color: #C83F03;
	text-align: left;
	padding-left: 34px;
	padding-top: 5px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 5px 0;
	border-bottom: 3px solid #EAE6C9;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
	background: url(../images/marcador-menu.jpg) 0 -20px no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-left: 18px;
	height: 20px;
	width: 100%;
	text-decoration: none;
	margin-left: 30px;
	line-height: 25px;
}


a.mainlevel-trans:hover {
	background: url(../images/marcador-menu.jpg) 0 2px no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #C83F03;
	text-align: left;
	padding-left: 18px;
	height: 20px;
	width: 100%;
	text-decoration: none;
	margin-left: 30px;
	line-height: 25px;
}

a.mainlevel-topo:link, a.mainlevel-topo:visited {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: center;

	height: 30px;
	text-decoration: none;
	line-height: 30px;
	width: auto;
	text-align: center;
}

a.mainlevel-topo:hover {
	text-decoration: none;
	color: #e9e6c8;
}

a.mainlevel-trans#active_menu-trans {
	background: url(../images/marcador-menu.jpg) 0 2px no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #C83F03;
	text-align: left;
	padding-left: 18px;
	height: 20px;
	width: 100%;
	text-decoration: none;
	margin-left: 30px;
	line-height: 25px;
}

a.mainlevel-trans#active_menu-trans:hover {
	color: #C83F03;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}