/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Joab ( http://www.joomlaclube.com.br )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	color: #3F3F3F;
	background: #868686 url("images/back.jpg");
		background-attachment: fixed;
	background-position: center top;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0 auto 0 auto;
	width: 1020px;
	
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	/*width: 760px;*/
	width: 1020px
	margin: 0 auto 0 auto;
}

#wrapcentre {
	/*width: 740px;  Ajusta apenas o forum central*/
	width: 910px; /*Valor de 1000px sem o no laytout */
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
}

#wrapfooter {
	text-align: center;
	clear: both;
	/*width: 760px;*/
	width: 1020px;
	margin: 0 auto 0 auto;
	background: url("images/footer.png") bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#wrapfooterjo {
	text-align: center;
	clear: both;
	/*width: 760px;*/
	width: 930px;
	margin: 0 auto 0 auto;
	/*background: url("images/footer.png") bottom no-repeat;*/
	background-color:#FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #F3F3F3;
}

#logodesc {
	/*background: url("images/header.png");
	height: 80px;*/
}

.menubar {
	text-align:center; font-size:12px; margin:1px 0 58px; height:29px; line-height:29px; padding-top: 34px;
}

.menubar a {
	margin:0 15px;
}

.menubar a:hover {
	text-decoration:none; color:#ff9000;
}

#datebar {
	background-color: #FFFFFF;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.member {
	padding: 78px 0 0 400px;
	margin: 0;
	text-align: center;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}

.ultijo{
width:180px;
overflow:hidden;
font-weight: bold;
font-size: 100%;
text-align:left;

}

.member a:hover {
	color:#333333;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

#pageheaderjo { }

#pageheaderjoa {
text-align:center;

 }

/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", Verdana, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

h4 a:visited, h4 a:hover, h4 a:link {
	color: #FFFFFF;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

p.linkmcpjoa {
	margin: 0;
	float: right;
	font-size: 10px;
}

p.linkmcpjo {
	margin: 0;
	padding-left: 400px;
	float: left;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 0.9em;
}


p.breadcrumbsjo{
	margin: 0;
	float:left;
	padding-left: 15px;
	background: url("images/icon_home.gif") no-repeat;
	/*background-image: url('./images/icon_home.gif') no-repeat;*/
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1m;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	font-size:11px;
	color:#666666;
	
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

p.topicdetailsjo {
font-size: 90%;

}

p.topicdetailsjoa {
font-size: 100%;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.funjo {

	background-color:#F1F1F1;

}
.postdetails {
text-align:center;
	color:#666666;
	font-size:11px;
	text-align:center;
}

.avatarjo {
	background: url("images/avatar.gif") no-repeat;
	text-align: center;

}

.avatarjov {
	background: url("images/avatar.gif") no-repeat;
	text-align: center;
	width: 150px;
	height: 150px;

}


.rankjo{
	text-align: center;
/*	border:1px solid #CCCCCC;
	margin:5px;
	padding:1px;*/

}
	
.ranktitulo{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-style:italic;
}

.onlinejo{
text-align:center;
}

.mpperfijo{
text-align:center;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
/*	font-weight: bold;*/
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	font-size : 10px;
	color: #000000;
}

.gensmalljor {
	font-size : 10px;
	color: #000000;
	margin: 0;
	float: left;
}

.gensmall2 {
	font-size : 10px;
	color: #FFFFFF;
}

gensmall2jo{
	font-size : 10px;
	color: #BFBFBF;
}
.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
.jofor1 {
background: url(images/th.gif) repeat-x scroll left top;
border-color:#FFFFFF #F2F2F2 #F2F2F2 #FFFFFF;
border-style:solid;
border-width:1px;
color:#484848;
font-size:11px;
font-weight:bold;
height:25px;
padding:0 5px;
padding-bottom: 3px;
text-align:center;
white-space:nowrap;
}

th {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	/*background-color: #C7D0D7;*/
	background-image: url('./images/cellpic1.gif');
	color: #FFFFFF;
	max-height:30px;
	text-decoration:underline;
	padding-left: 10px;
	/*padding-bottom: 10px;*/
}

td {
	padding: 2px;
}

td.profile {
	padding: 4px;
	/*min-width: 170px;*/
	
}

.tablebg {
	background-color: #FFFFFF;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat;
}

.cat {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
	color: #FFFFFF;
	max-height:30px;
}

.catjoa {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	/*background-color: #C7D0D7;*/
	background-image: url('./images/cellpic1.gif');
	color: #FFFFFF;
	max-height:30px;
	text-decoration:underline;
	padding-left: 10px;
	/*padding-bottom: 10px;*/
	
	
}

.catjo {
	height: 30px;
	/*margin: 0;*/
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/fundo2.gif');
	text-indent: 4px;
	color: #3F3F3D;
	max-height:30px;
	
}

.catjot {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	max-height:30px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	
}
.catjl {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/fundojl.gif');
	text-indent: 4px;
	color: #FFFFFF;
	max-height:30px;
	

}


.catjla {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/fundojl.gif');
	text-indent: 4px;
	color: #000;
	font-weight:bold;
	font-size:12px;
	max-height:30px;
	
}

.catjlaf {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/fundojl.gif');
	text-indent: 4px;
	color: #000;
	font-weight:bold;
/*	font-size:12px;*/
	max-height:30px;
	
}

.cat a:link, .cat a:visited, .cat:hover {
	color: #FFFFFF;
}

.catjo a:link, .catjo a:visited, .catjo:hover {
	color: #3F3F3D;
}

.row1 {
	/*background-color: #F3F3F3;*/
	background-color: #FFFFFF;
	padding: 4px;
}



.row1j{
	/*background-color: #F3F3F3;*/
	background-color: #FFFFFF;
	padding: 4px;
	width: 50px;
	height:50px;
}


.row1:hover {
/*background:#F1F1F1 none repeat scroll 0 0;*/
}

.row2 {
	/*background-color: #EEEEEE;*/
	background-color: #FFFFFF;
	padding: 4px;
}

.row2:hover {
/*background:#F1F1F1 none repeat scroll 0 0;*/
}

.row3 {
	background:#E76E15 url(images/th.gif) repeat-x scroll left top;
	padding: 4px;
}


.row3a {
	background:#ECD5D8 scroll left top;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #3f3f3f;
	/*font-weight: bold;*/
	text-decoration:none
}

a:active,
a:visited {
	color: #3f3f3f;
	/*font-weight: bold;*/
	text-decoration:none
}

a:hover {
	color:#ff9000;
}

a.forumlink {
	color: #3F3F3F;
	font-weight: bold;
	font-family:"Lucida Grande", Verdana, Tahoma,Arial,sans-serif;
	font-size:1.2em;/*
	font-family: verdana,"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;*/
}

a.forumlink:hover {
	color:#FF9000;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #333333;
	text-decoration: none;
}

a.topictitle:hover {
	color: #FF9000;
}

th a,
th a:visited {
	/*color: #FFA34F !important;*/
	color: #FFFFFF !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

input.login { /*Ajusta o login superior */
	background: #3F3F3F;
	font-size: 11px;
	text-align:center;
	color: #FFFFFF;
	padding-top: 5px;
	border: solid 1px;
	border-left-color: #FF7200;
	border-top-color: #FF7200;
	border-right-color: #FFE100;
	border-bottom-color: #FFE100;
	width: 125px;
	height: 20px;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}

.mainoption {
	font-size: 11px;
	width: 60px;
	height: 27px;
	padding-bottom:5px;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/* ########################################  Filebase by JoomlaClube ###########################################  */  

.navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}


ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

.icon-search					{ background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }

#search-box input.button1 {
	padding: 1px 5px;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

.bg1	{ background-color: #FFFFFF;}
.bg2	{ background-color: #FFFFFF; }
.bg3	{ background-color: #FFFFFF; }

.column1 {
	float: left;
	clear: left;
	width: 49%;
	background-color:#F3F3F3;
	text-align:center;
	padding-top:2px;


}

dl.column1 dt{
	height: 200px;
}

* html .column1, * html .column2 { width: 45%; }

.column2 {
	float: right;
	clear: right;
	width: 49%;
	background-color:#F3F3F3;
	text-align:center;
	padding-top:2px;


}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
	font-weight:bold;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
	text-align:left;
}

.panel {
	/*margin-bottom: 4px;
	padding: 0 0px;*/
	background-color: #f3f3f3;
	color: #3f3f3f;
}

.paneljo {
	/*margin-bottom: 4px;
	padding: 0 0px;*/
	background-color: #f3f3f3;
	color: #3f3f3f;
	width: 840px;
	display:block;
	margin-left:35px;
	margin-top: 10px;
	border-color: #BB9860;
}

#innerjo{
	/*margin-bottom: 4px;
	padding: 0 0px;*/
	background-color: #f3f3f3;
	color: #3f3f3f;
	width: 840px;
	display:block;
}

.rtl #smiley-box {
	float: left;
}

#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

#message-box textarea {
	color: #fff;
}

#message-box {
	width: 80%;
}

#message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 1.3em;
	color: #333333;
}
#message-boxjo textarea {
	color: #333333;
}

#message-boxjo {
	width: 80%;
}


#message-boxjo textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 130%;
	color: #333333;
	height: 180px;
}

fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttonsjo {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
	width:830px;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}


.rtl .postbody {
	float: right;
}

.rtl .postbody ul.profile-icons {
	float: left;
}

.rtl .postprofile ul.profile-icons li {
	float: right;
	margin: 0 0 3px 6px;
}

ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}


/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
ul.profile-icons li.aim-icon	{ width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
ul.profile-icons li.yahoo-icon	{ width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
ul.profile-icons li.web-icon	{ width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
ul.profile-icons li.msnm-icon	{ width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
ul.profile-icons li.icq-icon	{ width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
ul.profile-icons li.jabber-icon	{ width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
ul.profile-icons li.pm-icon		{ width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
ul.profile-icons li.quote-icon	{ width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
ul.profile-icons li.report-icon	{ width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
ul.profile-icons li.edit-icon	{ width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
ul.profile-icons li.delete-icon	{ width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
ul.profile-icons li.info-icon	{ width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
ul.profile-icons li.warn-icon	{ width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }

.edit-icon, .edit-icon a			{ background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
.delete-icon, .delete-icon a		{ background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
ul.profile-icons li.delete-icon	{ width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }

.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}

.rtl p.author {
	margin: 0 0 0.6em 15em;
}

p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}


.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}

.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-bottom: 0.6em;
}

.postbody .author a:link, .postbody .author a:visited, 
html>body .postbody .author a:link:after, 
html>body .postbody .author a:visited:after,
.postquote .quote-by a:link, .postquote .quote-by a:visited, 
html>body .postquote .quote-by a:link:after, 
html>body .postquote .quote-by a:visited:after,
html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
	text-decoration: none;
	content: "";
}

.post:target .content {
	color: #000000;
}

.content {
	color: #333333;
}

.content h2, .panel h2 {
	color: #115098;
	border-bottom-color:  #CCCCCC;
}

.rtl .content ul, .rtl .content ol {
	margin-right: 3em;
	margin-left: 0;
}

.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}

.content h2, .panel h2 {
	font-weight: normal;
	color: #989898;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.content p {
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.content dl.faq {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.postprofile {
	color: #666666;
	border-left-color: #FFFFFF;

}

.rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #DDDDDD;
}

.postprofile strong {
	color: #000000;
}

.rtl .postprofile {
	border-left: none;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
/*	text-align: right; */
}

.rtl .pm .postprofile {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none;
}

.rtl .postprofile dd, .rtl .postprofile dt {
	margin-left: 0;
	margin-right: 8px;
}


.rtl .postprofile ul.profile-icons li {
	float: right;
	margin: 0 0 3px 6px;
}

.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}


/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

.postprofile { display: none; }

.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	float: right;
	display: inline;
}

.pm .postprofile {
	border-left: 1px solid #DDDDDD;
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

.postprofile strong {
	font-weight: normal;
	color: #000000;
}

.search .postprofile {
	width: 30%;
}

.rtl .back2top {
	text-align: left;
}

.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

#top {
	position: absolute;
	top: -20px;
}

.rtl a.top {
	float: left;
}

.rtl a.top2 {
	padding-left: 0;
	padding-right: 15px;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: {IMG_ICON_BACK_TOP_WIDTH}px;
	height: {IMG_ICON_BACK_TOP_HEIGHT}px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}


hr.divider {
	display: none;
}

.paginationfb {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}

.paginationfb span.page-sep {
	display: none;
}

li.paginationfb {
	margin-top: 0;
}

.paginationfb strong, .paginationfb b {
	font-weight: normal;
}

.paginationfb span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

.paginationfb span a, .paginationfb span a:link, .paginationfb span a:visited, .paginationfb span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.paginationfb span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.paginationfb img {
	vertical-align: middle;
}

.row .paginationfb {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .paginationfb span a, li.paginationfb span a {
	background-color: #FFFFFF;
}

.row .paginationfb span a:hover, li.paginationfb span a:hover {
	background-color: #d2d2d2;
}

.row .paginationfb span a:hover, li.paginationfb span a:hover {
	background-color: #d2d2d2;
}

.paginationfb span strong {
	color: #FFFFFF;
	background-color: #4692BF;
	border-color: #4692BF;
}

.paginationfb span a, .paginationfb span a:link, .paginationfb span a:visited, .paginationfb span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

.paginationfb span a:hover {
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFF;
}

.row .paginationfb {
	background-image: url("{T_THEME_PATH}/images/icon_pages.gif");
}

.row .paginationfb span a, li.paginationfb span a {
	background-color: #FFFFFF;
}

.row .paginationfb span a:hover, li.paginationfb span a:hover {
	background-color: #368AD2;
}
/* Pagination
---------------------------------------- */
.rtl .paginationfb {
	text-align: left;
	float: left;
	padding-left: 5px;
}

/* Pagination in viewforum for multipage topics */
.rtl .row .paginationfb {
	float: left;
	padding: 1px 0 1px 15px;
}

.rtl .paginationfb span {
	direction: ltr;
}

.rtl .paginationfb span.page-sep {
	display: inline;
	visibility: hidden;
	position: absolute;
}

.rtl #cp-main .paginationfb {
	float: left;
}

.rtl .row .paginationfb {
	float: left;
	padding: 1px 0 1px 15px;
}

.rtl .paginationfb span {
	direction: ltr;
}

.rtl .paginationfb span.page-sep {
	display: inline;
	visibility: hidden;
	position: absolute;
}

.forabg {
	background: #323232 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

/*.forabg {
	background-color: #0076b1;
	background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}*/

.rtl .forabg {
	width: 99%;	/* fix for IE6 */
}

ul.topiclist li {
	color: #4C5D77;
}

ul.topiclist dd {
	border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
	border-right-color: #fff;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}

.rtl ul.topiclist dt {
	float: right;
}

.rtl ul.topiclist dl {
	position: static;	/* fix for IE6 */
}

.rtl ul.topiclist dd {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none;
}

.rtl ul.topiclist li.row dt a.subforum {
	padding: 0 0 0 12px;
	background-position: 100% 100%;
	position: static;
}

.rtl dd.lastpost span, .rtl ul.topiclist dd.searchby span, .rtl ul.topiclist dd.info span, .rtl ul.topiclist dd.time span, .rtl dd.redirect span, .rtl dd.moderation span {
	padding-left: 0;
	padding-right: 5px;
}

.rtl ul.topiclist dd.searchextra {
	margin-left: 0;
	margin-right: 5px;
	border-right: none;
}

* html ul.topiclist li { position: relative; }

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 2px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
	border-left: 1px solid #FFFFFF;
	padding: 4px 0;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	display: none;
}

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

li.header dt, li.header dd {
	color: #FFFFFF;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
}

.rtl li.header dt, .rtl li.header dd {
	border-right-width: 0;
}

.rtl li.header dd {
	margin-left: 0;
	margin-right: 1px;
}

.rtl li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-right: 0;
	padding-left: 50px;
}

li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

li.header dt {
	font-weight: bold;
}

li.header dd {
	margin-left: 1px;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

.rtl dl.icon {
	background-position: 99.5% 50%;
}

.rtl li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-right: 0;
	padding-left: 50px;
}


.rtl dl.icon dt {
	padding-left: 0;
	padding-right: 45px;					/* Space for folder icon */
	background-position: 99.5% 95%;			/* Position of topic icon */
}

dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}



dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

dd.lastpost {
	width: 25%;
	font-size: 1.1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}


table.table1 .posts		{ text-align: center !important; width: 7%; }


dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}


.fields1 {
	border:hidden;
}




/* FIMM!!!! Filebase by JoomlaClube. */


.jobread {

background-image:url(./images/gradj.gif);
border:1px solid #DDDDDD;
font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
font-size:12px;
height:28px;
padding:2px 2px 2px 23px;
}

#pesquisaforum{
padding-left: 175px;
margin-bottom: 20px;
/*margin-top: 5px;*/
}

#procfundo{
background-image:url(./images/funproc.png);
background-repeat:no-repeat;
height:51px;
width:550px;
}

#prodajust{
float:left;
margin-top: -2px;
margin-left: 163px;
}

#prodajust input{
border: 0px none !important;
border-style:none !important;
padding: 0 !important;
font-size:12px;
background-color: transparent !important;
}
