/*------------------------------------------------------------------------
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.5em;
	font-size:14px;
	color:#BFDB38;
}

body#bd {
	color: #22222;
	background: url(../images/bg.jpg);
	margin: 0;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #BFDB38;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FFF;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}	

.contentheading, .componentheading {
	font-size: 28px!important;
	color: #FFF !important;
	font-weight:bold!important;
}	



/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #ja-pathway, #ja-botsl, #ja-footer {
	font-size: 92%;
}



small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p, p.site-slogan {
	color: #BFDB38;
}

img {
	margin: 0;
	padding: 0;
}



/* Heading */

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}
/*ADD*/
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	font-family:Arial, Helvetica, sans-serif!important;
}
/**/
ul {
	list-style: none;
}

ul li {
	background:no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 36px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #BFDB38;
	height: 1px;
}

td, div {
	font-size: 100%;
}



/* FORM

--------------------------------------------------------- */


form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

#contact_email_copy {
	border: none;
}

#modlogn_remember2 {
	border: none;
	background: none;
}

input, select, textarea, .inputbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	background: #FFF none repeat scroll 0 0;
	border: 1px solid #FFF;
	padding: 3px;
	color: #FFF;
}

/*ADD Box de "receba noticia"*/

#subscribeFormModule input {
	width: 98%;
}

* html #subscribeFormModule input {
	width: 160px;
	margin-top: -1px;
	padding: 2px 8px;
	border: none;
	background: url(../images/bg_module.png) repeat;
	color: #BFDB38;
}


* html #name, #email {
	width: 143px!important;
	border: 1px solid #555;
	background: #FFF;
}

#name, #email {
	width: 143px;
	border: 1px solid #555;
}

.inputbox {
	padding: 2px;
	/*background: #BFDB38;*/
	color: #333;
}

#comment_body {
	margin-bottom: 5px;
}

input[type=button], .button, button, #submitter {
	margin-top: -1px;
	padding: 2px 8px;
	border: none;
	background: url(../images/bg_module.png) repeat;
	color: #BFDB38;
}

input[type=button]:hover, .button:hover, button:hover, #submitter:hover {
	background: #000;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */

.article_separator {
	clear: both;
	display: block;
	height: 30px;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */

.sectiontableheader {
	border-right: none;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

tr.sectiontableentry2 td {
	background: none;
}

table.contentpane {
	border: none;
	width: 100%;
}



table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	font-size: 92%;
	float: right;
}

table.contenttoc td {
	background: no-repeat 10px 7px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #BFDB38;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #BFDB38;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}


.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: no-repeat 6px 7px;
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 15px;
	padding: 10px 0 5px;
}

.componentheading {
	font-size: 180%;
	border-bottom: 1px solid #BFDB38;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 5px;
	font-size: 150%;
}

table.blog .contentheading {
	font-size: 175%;
	padding-top: 10px;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 20px!important;
}

a.readon {
	color: #BFDB38;
	text-align: center;
	display: block;
	clear: both;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #BFDB38;
	background: #FFF;
	margin: 10px 0px 11px 0px ;

}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #BFDB38;
	background: #DFFFF1;
}



table.contentpaneopen td, table.contentpane td {
	margin-top: 5px;
	padding-top: 5px; /*ADD*/
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	font-size:13px;
}

* html .modulehome {
	background: #4e4f50;
}

.modulehome {
	background: url(../images/bg_module.png) repeat scroll 0 0;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #FFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 3px -5px 10px;
	padding: 0 0 0 10px;
	background: url(../images/meta-l.gif) no-repeat top left #BFDB38;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	background: url(../images/meta-r.gif) no-repeat top right;
}

.article-meta {
	width: 70%;
	float: left;
}


.createby {
	padding: 3px 5px 3px 20px;
	background: url(../images/icon-author.png) no-repeat left center;
}

.createdate {
	padding: 3px 5px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat left center;	
}

.modifydate {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

div.buttonheading {
	position: absolute;
	top: 3px;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper {
}

/*Centralizar no ie8*/
#ja-topslwrap, #ja-footer, #ja-header, #ja-container {
	position: relative;
	left: 50%;
	margin-left: -475px;
}

#ja-topslwrap {
	width: 950px;
}
/**/
#ja-header,
#ja-container,
#ja-topsl,
#ja-footer {
	width: 950px;
	/* ALT margin: 0 auto; */
	clear: both;
}

.narrow #ja-header,
.narrow #ja-container,
.narrow #ja-topsl,
.narrow #ja-footer {
	width: 750px;
}

#ja-container {
	width: 960px; /*ADD*/
	padding-top: 30px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-contentwrap {
	clear: both;
	display: block;
	float: left;
	width: 54%;
}

.leftlayout #ja-contentwrap {
	float: right;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
	float: left; 
	overflow: visible; /*ALT*/
	width: 45%;
}

.leftlayout #ja-colwrap {
	float: left;
}

/*columns*/
#ja-col1 {
	float: left;
	width: 190px; /*ALT*/
	_width: 190px; /*ALT*/
	margin-left: 33px; /*ADD*/
	_margin-left: 12px; /*ADD*/
}

#ja-col2 {
	float: right;
	width: 200px;/*ADD*/
	_width: 190px; /*ALT*/
	_margin-left: -10px; /*ADD*/
}


* html #ja-col2 {
	_width: 49%;
}

#ja-col1 div.ja-innerpad {
	padding-right: 10px;
}

#ja-col2 div.ja-innerpad {
	padding-left: 10px;
}

/*common style for column*/

#ja-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-colwrap .article_separator {
	display: none;
}

#ja-colwrap ul {
	list-style: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */

#ja-containerwrap,
#ja-containerwrap-f,
#ja-containerwrap-c {
	clear: both;
	padding-bottom: 30px;
}



/* full */

#ja-containerwrap-f #ja-container  {
	background: none;
}

#ja-containerwrap-f #ja-container-inner {
	background: none;
}

#ja-containerwrap-f #ja-contentwrap {
	width: 100%;
}

/* content + 1 col */
#ja-containerwrap-c #ja-container  {
	background: none;
}

#ja-containerwrap-c #ja-contentwrap {
	width: 75%;
}

#ja-containerwrap-c #ja-colwrap {
	width: 24%; /*alt*/
}

/*ADD Hack - Config tabela de "Dicas" para IE6*/
#ja-containerwrap-c #ja-col1 {width: 90%!important;}
#ja-containerwrap-c #ja-col2 {width: 90%!important;}
/**/

#voteid1, #voteid2, #voteid3, #voteid4, #voteid5 {
	border: none;
	background: none;
}


#ja-containerwrap-c #ja-col1 div.ja-innerpad,
#ja-containerwrap-c #ja-col2 div.ja-innerpad {

}

/* MODULE

--------------------------------------------------------- */
.show {
	line-height: 17px;
	color: #606e1f;
	background: #A0B733;
	height: 18px;
	font-weight: bold!important;
	font-size: 10px;
	margin: 0px;
	text-transform: uppercase;
}

.show span {
	padding: 4px 0px 0px 10px;
}

.ja-mod-content object{
	margin-left: -10px!important;
}

* html .ja-mod-content {
	margin-right: -5px;
}
.ja-mod-content {
	padding: 0px 5px 5px 10px;
	color: #FFF;
}

div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_hilite h3 {
	height: 18px;
	margin: 0 -15px 0px;
	padding: 0px;
	color: #606e1f;
	font-weight: bold!important;
	font-size: 10px;
	text-transform: uppercase;
	background: #A0B733;
	position: relative;
}



div.module h3 span,
div.module_text h3 span,
div.module_menu h3 span,
div.module_hilite h3 span {
	display: block;
	padding:0px 0px 0px 13px;
}

div.module,
div.module_text,
div.module_menu,
div.module_hilite,
div.ja-box-br {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	overflow: hidden;
	
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div,
div.ja-box-bl {
	padding: 0;
	
}


div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div,
div.ja-box-tr {
	padding: 0;
}

* html div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div,
div.ja-box-tl {
	padding: 0 15px 15px;
	background: #4e4f50;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div,
div.ja-box-tl {
	padding: 0 15px 15px;
	background: url(../images/bg_module.png);
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}



/* box style */

* html .ja-box-tl {
	margin-right: -2px;
}

.ja-box-tl p span {
	font-size: 16px!important;
}

.ja-boxw-br {
	clear: both;
	background: url(../images/box-white-br.gif) no-repeat bottom right #FFFFFF;
}

.ja-boxw-bl {
	background: url(../images/box-white-bl.gif) no-repeat bottom left;
}

.ja-boxw-tr {
	background: url(../images/box-white-tr.gif) no-repeat top right;
}

.ja-boxw-tl {
	background: url(../images/box-white-tl.gif) no-repeat top left;
	padding: 15px;
}

/*module tools*/

.ja-mdtool {
	display: none!important;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: none !important;
	width: 17px;
	height: 16px;
}

/* mis */

div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.module ul,
div.module_text ul,
div.module_menu ul {
	margin: 0;
	padding: 0;
}

div.module li,
div.module_text li,
div.module_menu li,
div.module_hilite li {
	background:  no-repeat 5px 8px;
	margin: 0;
	padding-left: 0px;
}

/* HEADER
--------------------------------------------------------- */

#ja-headerwrap {
	height: 138px;
	border-bottom:30px solid #000;
	z-index: 101;
	position: relative;
}



#ja-header {
	background: url(../images/topo.png) no-repeat;
	height: 138px;
	line-height: normal;
	position: relative;
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 250%;
}

h1.logo a {
	width: 183px;
	display: block;
	/*background: url(../images/t06.png) no-repeat;*/
	background: none !important;
	position: absolute;
	height: 138px;
	widows:590px;
	left: 0;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #222222;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
	color: #FFFFFF;
	background: none;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 10px;
	letter-spacing: 2px;
}

.h-shadow {
	display: none;
}

/* MAIN NAVIGATION

--------------------------------------------------------- */
#ja-mainnavwrap {
	background: #000;
}

#ja-mainnav {

	height: 30px;

	position: absolute;
	top: 138px;
	bottom: 0;a
	left: 0;

}



#ja-mainnav a, #ja-subnav a {

	outline: none;

}



#ja-subnav ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



#ja-subnav li {

	background: none;

	margin: 0;

	padding: 1px 0;

	border-bottom: 1px solid #BFDB38;

}



#ja-subnav a {
	display: block;
	outline: none;
	padding: 4px 2px 4px 14px;
	color: #222222;
	text-decoration: none;
	background: no-repeat 3px 10px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #FA2326;
}

#ja-subnav li.active a {
	font-weight: bold;
	color: #FFFFFF;
}

/* breadcrumbs */

#ja-pathway {
	padding: 6px 0 7px;
	text-transform: uppercase;
	}

#ja-pathway strong {
	margin-right: 5px;
	padding: 5px 5px 5px 31px;
	text-transform: uppercase;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway a:hover {
	text-decoration: underline;
}

#ja-pathway img {
	margin: 4px 5px;
}

/* Default Joomla! Menu */

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px solid #BFDB38;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 4px 2px 4px 0px;
	color: #BFDB38;
	text-decoration: none;
	background: no-repeat 3px 10px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #FFF;
}

ul.menu li.active a {
	font-weight: bold;
	color: #FFF;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
}

ul.menu li li a {
	background: url(../images/arrow.png) no-repeat 15px 11px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 25px !important;
	width: 75%; /*need for ie6*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #FA2326;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left, .ja-box-center {
}

/* Top spotlight */

/*ADD IE6 hack distancia do slide show para o conteúdo abaixo*/
*html #ja-topslwrap {
	padding-bottom: 2px;
	background: #4e4f50;
}
/*------------------------*/

#ja-topslwrap {
	background: url(../images/bg_module.png) repeat;
	padding-bottom: 45px;
	top: 15px;
}



#ja-topsl {
	color: #FFFFFF;
	position: relative;
	height: 300px;
	z-index: 10;
}

/* FOOTER (menu rodapé)
--------------------------------------------------------- */
#ja-footerwrap {
	position: relative;
	height: 70px;
	background: #000;
	margin-bottom: -36px;  /*ADD*/
/*	clear: both;	*/
}

#ja-footer { 
	position: absolute; /*ADD*/
}

#ja-footer small {
	color: #52AB300;
	font-size: 100%;
	padding: 8px 10px;
}

#ja-footer ul {
	margin: 0;
	padding-bottom: 5px;
	line-height: normal;
	font-size: 12px;
}



#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	float: left;
	display: inline;
	padding: 0 10px;
	line-height: normal;
}

li.ja-firstitem {
	background: none !important;
}

#ja-footer a {
	float: left; /*ADD*/
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size:12px !important;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration:none;
	color: #BFDB38;
}
/*ADD - Config do "pesquisar" */
#ps_search_str {
	width: 185px!important;
	border: 1px solid #CCC!important;
	color: #222!important;
} /**/

/*ADD - Config do resultado de pesquisa */
#ps_results {
	*position: relative!important;
	*left: 1px!important;
	*width: 140%!important;
	margin-left: -171px!important;
}
/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Login */
#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 5px 0 0;
}



#modlgn_username, #modlgn_passwd {

	width: 90%;

}



/* Tabs */

#ja-tabs {

}
* html #ja-tabs div.ja-box-br {background:#4e4f50;}

#ja-tabs div.ja-box-br {background: url(../images/bg_module.png) repeat scroll 0 0;}

#ja-tabs div.ja-box-tl { background: none;}
	

#ja-tabs div.ja-box-tl {}
#ja-tabs div.ja-box-tr{}
#ja-tabs div.ja-box-bl{}
#ja-tabs div.ja-box-br {}
#ja-tabs div.ja-box-tl, #ja-tabs div.ja-box-br {
	padding: 0;
	margin: 0;
}

#ja-tabs div.ja-box-tl p {
	padding: 0px 5px 0px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#ja-tabs div.ja-box-tl span p {
	font-family: arial;
	font-size: 16px;
}
/* Search */
#ja-search {
	background: none;
	height: 75px;
	margin-top: 35px;
	position:absolute;
	right:0;
	text-align:right;
	width: 237px;
}

/*#ja-search:hover {
	background: url(../images/search-bg.gif) no-repeat bottom;
}*/

#ja-search .inputbox {
	
	padding: 5px 0 0 35px;
	background: none;
	border: none;
	color: #222222;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.ja-innerdiv {
	padding: 10px 0 5px !important;
	border-bottom: 1px solid #BFDB38;
}

div.ja-innerdiv img {
	padding: 0;
	margin: 0;
}

/* User Tools */

#ja-usertoolswrap {
	clear: both;
	display: block;
	margin: 0 -15px 0px;
	padding: 0;
	font-size: 12px;
}

#ja-usertools {
	background: #A0B733;
	padding: 0px;
	height: 18px;
	display: block;
}



#ja-usertools ul {
	margin: 0;
	padding: 2px 0 0 10px;
}



#ja-usertools ul li {

	margin: 0;

	padding: 0;

	list-style: none;

	background: none;

	display: inline;

}



#ja-usertools img {

	padding: 0 3px 0 0;

}



.ja-usertools-font, .ja-usertools-body {

	float: left;

}



.ja-usertools-layout, .ja-usertools-expand {

	float: right;

}



/*.ja-usertools-modfunc a {

	position: absolute;

	right: 20px;

	top: 10px;

	width: 125px;

	height: 16px;

	background: url(../images/reset.gif) top;

	text-indent: -50000px;

	outline: none;

}



.ja-usertools-modfunc a:hover {

	background: url(../images/reset.gif) bottom;

}*/



/* Tooltips */

.tool-tip {

	background: #FFFFFF;

	border: 1px solid #222222;

	float: left;

	max-width: 200px;

	padding: 5px;

	z-index: 999;

	color: #333333;

}



.tool-title {

	background: url(../../system/images/selector-arrow.png) no-repeat;

	font-size: 100%;

	font-weight: bold;

	margin: 0;

	margin-top: -15px;

	padding: 0;

	padding-bottom: 5px;

	padding-top: 15px;

}



.tool-text {

	font-size: 100%;

	margin: 0;

}



#system-message dd.message ul,

#system-message dd.error ul,

#system-message dd.notice ul {

	margin: 0;

	padding: 0;

}



#system-message dd.message ul li,

#system-message dd.error ul li,

#system-message dd.notice ul li {

	background: none;

	color: #FFFFFF;

	margin: 0;

	padding: 5px;

}



/* System Standard Messages */

#system-message dd.message ul {

	background: #666666;

	border: none;

}



/* System Error Messages */

#system-message dd.error ul {

	background: #666666;

	border: none;

}



/* System Notice Messages */

#system-message dd.notice ul {

	background: #666666;

	border: none;

}



/* Clearfix */

.clearfix:after {

	clear: both;

	content: ".";

	display: block;

	height: 0;

	visibility: hidden;

}



* html > body .clearfix {

	display: block;

	width: 100%;

}



* html .clearfix {

	height: 1%;

}



.moving {

	border: dotted 0px #FFF;

}

* html #eventcalq {
	padding-top: 10px;
}
#eventcalq caption.mod_eventlistcalq_calendar-month a, #eventcalq caption.mod_eventlistcalq_calendar-month a:link, #eventcalq caption.mod_eventlistcalq_calendar-month a:visited {
	color:#606E1F!important;
}
#eventcalq caption.mod_eventlistcalq_calendar-month a:hover {
	color:#FFFFFF!important;
	text-decoration:none;
}

#eventcalq caption.mod_eventlistcalq_calendar-month {
-x-system-font: none;
background :#A0B733!important;
border: none!important;
color: #606E1F;
font-family: Arial,Helvetica,sans-serif;
font-size: 10px;
text-transform: uppercase;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 20px;
text-align: center;
width:197px;
margin:0px 0px 0px -18px;
border:none!important;
}

#eventcalq table.mod_eventlistcalq_calendar {
-x-system-font:none;
background:none!important;
border:none!important;
color:#FFF;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
margin:0;
padding:0;
text-align:center;
width:121px;
}

#eventcalq th.mod_eventlistcalq_daynames {
-x-system-font:none;
color:#A0B733;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:20px;
border: none!important

}

#eventcalq td.mod_eventlistcalq {
	border: none!important;
}

#eventcalq td.mod_eventlistcalq_calday {
	border: none!important;
}

#eventcalq td.mod_eventlistcalq_caltoday {
border:none!important;
	-x-system-font:none;
	background:#A0B733;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-align:center;
	width:20px;
}

#fpss-outer-container {template...50&sw=200 (line 11)
	border:0 solid #333333;
	padding:0;
	width:950px;
}

.fpss-introtext .slidetext h1 a {
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 20px!important;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize!important;
}

.fpss-introtext .slidetext h1 a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif!important;
	text-decoration: none;
	color: #BFDB38 !important;
}

#slide-wrapper #slide-outer .slide {
	right: 19px!important;
	width: 919px!important;
}

#slide-wrapper #slide-outer .slide .slide-inner {
	position:relative;
	height:350px;
	margin:14px 0 0;
	overflow:hidden;
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
}

#navi-outer {
	bottom:2px;
	position:absolute;
	right:0;
	width:200px;
	z-index:9;
}

#fpss-outer-container {
	margin: 0px auto;
	border:0 solid #333;
	
}

tr.albumContainer2 td {
	border-bottom: none!important;
	padding:5px;
}

tr.albumContainer td {
	color: #FFF!important;
	padding:5px;
}

.toggler {
	background:#333333 none repeat scroll 0 0;
	margin:0;
	padding:2px 5px;
}

table.fltable {
	background:none!important;
}

.albumContainer2 {
	background:none!important;
	color:#1A1A1A;
}

tr.albumContainer2 td {
	border-bottom:none!important;
	padding:5px;
	background: none!important;
}

.albumContainer {
	color:#222222;
}

.albumContainer2 {
	color:#222222;
}

.breadcrumbs {
	margin-left: 12px;
}

fieldset.adminform {
	background:none!important;
	border-bottom:medium none !important;
}

textarea#metadesc.inputbox, textarea#metakey.inputbox {
	width: 398px !important;
}
	
.tecnologia {
	*margin-top: -13px;
	_margin-top: -13px;
	*margin-left: 6px; /*ADD*/
	_margin-left: 6px; /*ADD*/
	padding-left: 1px; /*ADD*/
	font-size: 10px!important;
	color: #FFF;
}

.fpss-introtext .slidetext {
	padding: 12px !important;
}



.fpss-introtext {
	background: url(../images/bg_module.png) repeat !important;
	height: 74px !important;
	padding: 0px 0 !important;
	width: 920px !important;
	margin-bottom: 33px;
}


#slide-loading {
	height:308px!important;
	margin:17px 0 0 15px!important;
	width:920px!important;
}

#contact_email_copy, #modlogn_remember2, #area_content, #area_weblinks, #area_contacts, #area_categories, #area_sections, #area_newsfeeds, #voteid1, #voteid2, #voteid3, #voteid4, #voteid5, #voteid6, #state0, #state1, #frontpage0, #frontpage1  {
	border: none!important;
	background: none!important;
}

/*COMENTARIO CONFIGURAÇÃO
/******************************************************************************/
.even { background-color:#666 !important; }
li.comment p.author { color:#FFFFFF !important; }
li.comment p.date { color:#CCCCCC !important; }
/*FIM COMENTARIO CONFIGURAÇÃO
/******************************************************************************/