/* ************************************* */
/* Common styles for the theme			  */
/* ************************************* */

/* blueTed Theme (c) 2009 pixelslot.com */

/* Normal, standard links. */
@import "css/dropmenu.css";

a:link
{
	color: #18a3da;
	text-decoration: none;
}
a:visited
{
	color: #18a3da;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #db5414;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/*table.bordasubquadro p
{
    margin: 0px;
    padding: 0px;
}
*/
table.boardsframe td.lastpost p
{
    padding: 0;
    margin: 0;
}
/*table.bordasubquadro td, table.bordasubquadro th
{
    padding: 5px;
}*/
/*table.bordasubquadro tbody.header td
{
    padding: 0;
}
table.bordasubquadro tbody.content td.stats
{
    font-size: 90%;
    width: 15%;
    text-align: center;
}
table.bordasubquadro tbody.content td.lastpost
{
    line-height: 1.3em;
    font-size: 85%;
    width: 24%;
}*/

/* set a fontsize that will look the same in all browsers. */
body
{
	font-size: 12px;
color: #393a3c;
font-weight: normal;
font-family: "Trebuchet MS"; 
	margin: 0;
	padding: 12px 0 4px 0;
background-color: #F1F8F7;
background-image: url(images/header_bg.gif);
background-repeat: repeat-x;
background-position: top left;
}
#mainframe {
width: 955px;
margin: auto;
position: relative;
}

/* use dark grey for the text, leaving black for headers etc */
body, td, th , tr
{
	color: #444444;
}

/* lets give all forms zero padding/margins */
form
{
	padding: 0px;
	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #3A3A3C;
	font-family: "Trebuchet MS";
font-size: 11px;
font-weight: normal;
}
input, button
{
	
}

textarea
{
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	border: none;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #9BAEBF;
	background-color: #9BAEBF;
}
/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7
{
	color: black;
	margin: 0;
	padding: 0;
}
h4 {
font-size: 14px;
font-weight: bold;
font-family: "Trebuchet MS";
}
h3 {
font-family: "Trebuchet MS";
font-size: 15px;
text-transform: uppercase;
color: #18A3DA !important;
font-weight: bold;
}
/* No image should have a border when linked. */
a img
{
	border: 0;
}

/* No lines around buttons in Firefox! */
a
{
	outline: none;
}

/* Reset all lists. */
ul, ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left: 20px;
}

ul.normallist li
{
	list-style: disc;
}

/* ************************************* */
/* Some handy custom classes				 */
/* ************************************* */

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

.jumpfloat
{
	float:left;
	margin-left: 15px;
}

.smallbold
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	margin-left: 18px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
.moderators {
	font-family: "Trebuchet MS";
font-size: 12px;
font-weight: normal;
}
.middletext
{
font-family: "Trebuchet MS";
font-size: 11px;
font-weight: normal;
color: #3a3a3c;
}
.middle12bold {
font-family: "Trebuchet MS";
font-size: 12px;
font-weight: bold;
color: #3a3a3c !important;
}
.normaltext
{
}
.largetext
{

}

/* This style will make sure all headers use the same padding throughout. */
#infocenterframe .headerpadding
{
padding-top: 11px;
padding-left: 39px !important;
}
/* smaller padding used in paragraphs, sections etc */
.smallpadding
{
}
/* larger padding used in paragraphs, sections etc */
.largepadding
{

}

/* A small space to the next section. */
.marginbottom
{
}
/* On the top too. */
.margintop
{

}
/* remove bold/italic styles */
span.plainstyle
{
	font-weight: normal;
	font-style: normal;
}
/* float a list horizontally */
ul.horizlist
{
	width: 100%;
}
ul.horizlist li
{
	float: left;
	padding: 0;
	vertical-align: top;
}
/* make a inline-list */
ul.nolist li
{
	display: inline;
}
/* Helping style to clear floated items. */
.clearfix:after
{
	 content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac. \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac. */

/* ************************************* */
/* Some specific SMF elements				*/
/* ************************************* */

/* A quote, perhaps from another post. */
blockquote
{
	color: #393a3c;
	background-color: #f0f1f1;
	font-size: 12px;
font-family: "Trebuchet";
font-style: italic;
padding-left: 74px;
padding-bottom: 5px;
width: 480px;
background-image: url(images/quote.jpg);
background-repeat: no-repeat;
background-position: top left;
margin: 0 !important;
min-height: 38px;
}

blockquote img {
	max-width: 476px;
}
	

/* A code block - maybe even PHP ;). */
code
{
	color: #393A3C;
	background-color: #F0F1F1;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #ADC3C7;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	overflow: auto;
	white-space: nowrap;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
	border-radius: 1ex;
	-webkit-border-radius: 1ex;
	-khtml-border-radius: 1ex;
	-moz-border-radius: 1ex;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	width: 100%;
}

.quoteheader {
	font-size: 12px;
font-family: "Trebuchet";
font-style: italic;
margin-left: 70px !important;
padding: 5px 4px 5px 4px;
width: 476px;
	background-color: #f0f1f1;
}

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}

.bbc_list li
{
	list-style: disc;
}

.bbc_list li li
{
	list-style: circle;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2
{
	background-color: #B3F4B0;
	color: black;
}

/* ************************************* */
/* Real common classes						 */
/* ************************************* */


/* Color for background of posts requiring approval */
.approvebg
{
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	background-color: #E4A17C;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg2, tr.titlebg2 td, #credits h3
{
	color: #18a3da;
	font-family: "Trebuchet MS";
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
tr.titlebg th, tr.titlebg2 th {
	color: #18a3da;
	font-family: "Trebuchet MS";
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
text-align: left;
}
form#creator .titlebg,
form#creator .titlebg td {
padding-left: 6px;
	padding-right: 6px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
		color: #18a3da;
	font-family: "Trebuchet MS";
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}

.titlebg a:hover
{
	color: #db5414;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #18A3DA;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers. */
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
color:#18A3DA;
line-height:25px;
padding-left:18px;
padding-right:18px;
font-size: 15px;
font-weight: bold;
font-family: "Trebuchet MS";
text-transform: uppercase;
}
.catbg2 , tr.catbg2 td,
h3.catbg
{
	color: #18A3DA;
	padding-left: 18px;
	padding-right: 18px;
line-height: 25px;
background-color: #ebf7fc !important;
}
.catbg, .catbg2, .catbg3
{
	
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #18A3DA;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #18a3da;
font-size: 15px;
font-weight: bold;
font-family: "Trebuchet MS";
text-transform: uppercase;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #db5414;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	padding: 0px;
background-color: #ffffff;
border: 1px solid #b6c5c6;
	border-radius: 0.5ex;
	-webkit-border-radius: 0 0 0.5ex 0.5ex;
	-khtml-border-radius: 0 0 0.5ex 0.5ex;
	-moz-border-radius: 0 0 0.5ex 0.5ex;
}
#name .bordercolor,
.categoryframe .bordercolor,
#forumposts .bordercolor,
#messageindex .bordercolor,
#childboards .bordercolor,
#childboards .boardsframe {
background-color: transparent;
border: none;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0;
margin: 0 !important;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
}
.postarea .post
{
	clear: right;
	float: left;
width: 746px !important;
/*padding-right: 30px !important;*/
}
/* add a visual divider between subject and post */
.post .inner
{

}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	clear: right;
	padding: 4px 0 0 0;
	width: 100%;
	overflow: visible;
	line-height: 20px;
background-image: url(images/bordasignature.png);
background-position: top left;
background-repeat: no-repeat;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* Messages that somehow need to attract the attention. */
.alert
{
	color: red;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 0.4em;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#ajax_in_progress a
{
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

div.topposter dt
{
    display: inline;
    float: left;
    width: 60%
}
div.topposter dl
{
    margin-left: 40px;
    margin-top: 5px;
}
div.topposter dd
{
    text-align: right;
    margin-right: 15px;
}

/* ************************************* */
/* Buttons and menus							*/
/* ************************************* */

.buttonlist {
	margin-top: 7px;
}

.buttonlist ul, .buttonlist_bottom ul
{
	background: url(images/maintab_first.png) no-repeat top left;
	padding-left: 10px;
}

.nav .buttonlist_bottom ul {
	background: url(images/navmirrortab_first.png) no-repeat top left;
}

.nav .buttonlist ul {
	background: url(images/navmaintab_first.png) no-repeat top left;
}

.buttonlist ul li, .buttonlist_bottom ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}

/*.smalltext .postingbuttons a:link
{
	color: #18a3da;
	text-decoration: none;
}*/


#pollmoderation .buttonlist_bottom ul
{
	margin-bottom: 10px;
}

#pollmoderation .buttonlist_bottom a#middle
{
	background-image: url(images/mirrortab_back.png);
	background-position: left;
	background-repeat: repeat-x;
}

#pollmoderation .buttonlist_bottom a#first
{
	background-image: url(images/mirrortab_back.png);
	background-position: left;
	background-repeat: repeat-x;
}
#pollmoderation .buttonlist_bottom a#last
{
	background-image: url(images/mirrortab_last.png);
	background-position: right;
	background-repeat: repeat-x;
}

#pollmoderation .buttonlist_bottom span.middle
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(images/navbordabutton.png);
	background-repeat: no-repeat;
}

#pollmoderation .buttonlist_bottom span.last
{
	display: block;
	padding-left: 10px;
	padding-right: 14px;
	background-image: none;
}

#pollmoderation .buttonlist_bottom a span.singlebutton
{
	padding-right: 14px;
	padding-left: 4px;
}

#pollmoderation .buttonlist_bottom span.first
{
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(images/navbordabutton.png);
	background-repeat: no-repeat;
}

#moderationbuttons .buttonlist_bottom a#middle
{
	background-image: url(images/mirrortab_back.png);
	background-position: left;
	background-repeat: repeat-x;
}

#moderationbuttons .buttonlist_bottom a#first
{
	background-image: url(images/mirrortab_back.png);
	background-position: left;
	background-repeat: repeat-x;
}
#moderationbuttons .buttonlist_bottom a#last
{
	background-image: url(images/mirrortab_last.png);
	background-position: right;
	background-repeat: repeat-x;
}

#moderationbuttons .buttonlist_bottom span.middle
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(images/navbordabutton.png);
	background-repeat: no-repeat;
}

#moderationbuttons .buttonlist_bottom span.last
{
	display: block;
	padding-left: 10px;
	padding-right: 14px;
	background-image: none;
}

#moderationbuttons .buttonlist_bottom a span.singlebutton
{
	padding-right: 14px;
	padding-left: 4px;
}

#moderationbuttons .buttonlist_bottom span.first
{
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(images/navbordabutton.png);
	background-repeat: no-repeat;
}

#display_jump_to_select
{
	width: 340px !important;
}

#modaction_select
{
	width: 200px !important;
}
#moveItTo
{
	width: 340px !important;
}

#message_index_jump_to_select
{
	width: 340px !important;
}

#posticons .buttonlist a
{
	background-image: url(images/maintab_last.png);
	background-position: right;
	background-repeat: no-repeat;
}

.buttonlist span.singlebutton
{
	padding-right: 14px;
	padding-left: 5px;
}

.buttonlist ul li a, .buttonlist ul li a:visited, .buttonlist_bottom ul li a, .buttonlist_bottom ul li a:visited
{
	float: left;
	display: block;
	color: #3a3a3c;
	font-size: 11px;
	font-family: "Trebuchet MS";
	text-transform: none;
	font-weight: bold;
	line-height: 40px;
/*	background-image: url(images/button.png);
	background-repeat: repeat-x;
	background-position: top left;*/
}

.nav .buttonlist ul li a, .nav .buttonlist ul li a:visited, .nav .buttonlist_bottom ul li a, .nav .buttonlist_bottom ul li a:visited {
	background-image: url(images/navbutton.png);
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 36px;
}

.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover
{
	color: black;
	text-decoration: none;
}

/*.buttonlist ul li a span, .buttonlist_bottom ul li a span
{
	display: block;
	padding-left: 1px;
	padding-right: 10px;
	background-image: url(images/bordabutton.png);
	background-repeat: no-repeat;
	background-position: center right;
}*/

.nav .buttonlist ul li a span, .nav .buttonlist_bottom ul li a span
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/navbordabutton.png);
	background-repeat: no-repeat;
	background-position: center right;
}

/*.nav .buttonlist ul li a span, .nav .last .buttonlist_bottom ul li a span
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/navbordabutton.png) !important;
	background-repeat: no-repeat;
	background-position: center right;
}*/

.nav .buttonlist_bottom ul li a span.last
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
}

.nav .buttonlist ul li a span.last
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
}

.nav .buttonlist_bottom ul li a span.first
{
	padding-left: 2px;
}

.nav .buttonlist ul li a span.first
{
	padding-left: 2px;
}

/*.nav .buttonlist .first ul li a span, .nav .first .buttonlist_bottom ul li a span
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/navbordabutton.png);
	background-repeat: no-repeat;
	background-position: center right;
}*/

.buttonlist ul li a.active, .buttonlist_bottom ul li a.active
{
	padding-right: 8px;
}
.buttonlist ul li a.active span em, .buttonlist_bottom ul li a.active span em
{
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span
{
	padding: 0 0 0 8px;
}
.buttonlist ul li a span.last, {
	background-image: url(images/maintab_last.png);
}

.moderationbuttons .buttonlist_bottom ul li a span.last
{
	padding-left: 10px;
	background-image: url(images/maintab_last.png);
}

.moderationbuttons .buttonlist_bottom ul li a span.first
{
	padding-left: 1px;
	background-image: url(images/maintab_last.png);
}

.moderationbuttons .buttonlist ul li a span.last
{
	padding-left: 1px;
	background-image: url(images/maintab_last.png);
}

.nav.buttonlist_bottom ul li a span.last
{
	padding-left: 10px;
	background-image: url(images/maintab_last.png);
}

/*.buttonlist ul li a span.last #register
{
		  text-color: #DD0000;
}*/

/* For links that are basically submit buttons. */
.buttonlist_submit
{
	background: transparent;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.buttonlist_submit:hover
{
	color: #db5414;
}

/* ..for the "bottom" menu */
.buttonlist_bottom {
	margin-top: 7px;
	margin-bottom: 7px;
}

.buttonlist_bottom ul
{
	background: url(images/mirrortab_first.png) no-repeat top left;
}

/*.buttonlist_bottom ul li a span
{
padding-left: 10px;
padding-right: 10px;
background-image: url(images/bordabutton.png);
background-repeat: no-repeat;
background-position: center right;
}*/

.buttonlist_bottom ul li a.active
{
}
.buttonlist_bottom ul li a.active span em
{
}
.buttonlist_bottom ul li a.active span
{
}
/*.buttonlist_bottom ul li a span.last
{
background-image: none;
}*/
/* the old type of menu, with images */
.oldbuttonlist
{
	text-align: right;
	padding: 0.5em;
}

/* ************************************* */
/* The below is deprecated.				  */
/* ************************************* */

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.png) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.png) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.png) right bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.png) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.png) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.png) right bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
	color: #696969;
	text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover
{
	color: black;
	text-decoration: none;
}
.maintab_active_back a:hover
{
	color: #db5414;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.png) no-repeat;
	width: 8px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.png) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.png) no-repeat 100% 0;
	width: 8px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.png) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.png) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.png) no-repeat 100% 0;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
	color: #696969;
	text-decoration: none;
}

.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover
{
	color: black;
	text-decoration: none;
}

.mirrortab_active_back a:hover
{
	color: #db5414;
	text-decoration: none;
}

/* These are for the auto suggest floating div type thing. */
.auto_suggest_div
{
	border: 1px solid #505050;
	position: absolute;
	font-size: .7em;
}

/* An auto suggest item */
.auto_suggest_item
{
	background-color: #FAFAFA;
	padding: 2px;
}

/* hovered auto suggest item */
.auto_suggest_item_hover
{
	background: url(images/autosuggest_back.gif) repeat-x;
	background-color: #7897B4;
	padding: 2px;
	cursor: pointer;
	color: white;
}

/* blueTed Theme (c) 2009 pixelslot.com */

#header {
	display: none;
}
#header h1 {
	color: #335DA8;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0;
	padding: 0;
display: none;
}
.post .inner {
	background: white;
	border-radius: 1ex;
	-webkit-border-radius: 1ex;
	-khtml-border-radius: 1ex;
	-moz-border-radius: 1ex;
	margin: 15px 0 15px 0;
	padding: 0;
}
.poster {
	text-align: left;
	width: 141px !important;
	padding-right: 18px;
	margin-left: 18px !important;
}

.moderatorbar {
clear:both !important;
margin:20px 0 20px 177px !important;
padding-right: 30px !important;
}
#search_form input
{
	border: none;
	background: transparent;
	padding: 5px;
	color: #939393;
font-size: 10px;
font-family: Arial;
text-transform: lowercase;
}
#search_form
{
	background: url(images/search.png) no-repeat 0 0;
	width: 195px;
	height: 23px;
	padding-left: 26px;
}

.rborder
{
	border: 1px solid #b6c5c6;
	position: relative;
	border-radius: 0.7ex;
		-webkit-border-radius: 0.7ex;
		-khtml-border-radius: 0.7ex;
		-moz-border-radius: 0.7ex;
	background-color: #ffffff;
	height: 100%;
}

#newsrborder
{
	border-radius: 0.7ex;
	        border-radius: 0.7ex;
                -webkit-border-radius: 0 0 0.7ex 0.7ex;
                -khtml-border-radius: 0 0 0.7ex 0.7ex;
                -moz-border-radius: 0 0 0.7ex 0.7ex;	
}

#infocenterframe .rborder {
	border: none;
	background-color: transparent;
}

.rborder > .tl, .rborder > .tr, .rborder > .bl, .rborder > .br
{
  width: 1ex;
  height: 1ex;
  position: absolute;
}

.rborder > .tl
{
  top: -1px;
  left: -1px;
}

.rborder > .tr
{
  top: -1px;
  right: -1px;
}

.rborder > .bl
{
  bottom: -1px;
  left: -1px;
}

.rborder > .br
{
  bottom: -1px;
  right: -1px;
}
.mensagens {
background-image: url(images/mensagens.png);
background-repeat: no-repeat;
background-position: top left;
width: 64px;
height: 30px;
font-size: 12px;
text-transform: lowercase;
font-family: "Trebuchet MS";
font-weight: bold;
color: #ffffff;
margin-right: 3px;
float: left;
text-align: center;
line-height: 14px;
padding-top: 5px;
}
.topicos {
background-image: url(images/topicos.png);
background-repeat: no-repeat;
background-position: top left;
width: 45px;
height: 30px;
font-size: 12px;
text-transform: lowercase;
font-family: "Trebuchet MS";
color: #ffffff;
float: left;
text-align: center;
line-height: 14px;
padding-top: 5px;
font-weight: bold;
}
table.boardsframe td.lastpost {
    width:190px !important;
    vertical-align: middle !important;
    line-height: 1.2em;
}
table.boardsframe td.stats {
width:123px !important;
vertical-align: middle;
}
/*table.boardsframe td.stats:nth-child(3) 
{
    padding-top: 4px;
}*/
table.boardsframe td.icon {
width:50px !important;
}
table.boardsframe td.info {
width:auto !important;
}
div.infocenter_section2 {
	border-radius: 0.5ex;
	-webkit-border-radius: 0.5ex;
	-khtml-border-radius: 0.5ex;
	-moz-border-radius: 0.5ex;
background-color: #ffffff;
margin-bottom: 7px;
}

div.infocenter_section {
	border: 1px solid #b6c5c6;
	border-radius: 0.5ex;
	-webkit-border-radius: 0.5ex;
	-khtml-border-radius: 0.5ex;
	-moz-border-radius: 0.5ex;
background-color: #ffffff;
margin-bottom: 7px;
}
#infocenterframe h3.catbg,
#infocenterframe .tl,
#infocenterframe .tr {
display: none;
}
.infocenter_section div.sectionbody {
border-left: none !important;
margin-left: 39px !important;
padding-left: 0 !important;
}
#infocenter_recentposts {
font-size: 11px;
font-family: "Trebuchet MS";
font-weight: normal;
color: #4b4c4e;
}
.userstats td:first-child {
border-right: 1px solid #b6c5c6;
}
.infocenter_section p.section {
padding:11px 0 0 11px !important;
text-align:left !important;
width:28px !important;
}
.infocenter_section + .infocenter_section + .infocenter_section {
display: none;
}
#user_section ul,
#user_section .utilizador {
float: left;
}
#greeting_section {
clear: both;
padding: 0;
}
#greeting_section ul li#name {
font-size: 11px;
font-weight: normal;
font-family: "Trebuchet MS";
color: #4d4d4d;
text-transform: none;
}
#user_section .utilizador {
font-size: 11px;
font-weight: normal;
font-family: "Trebuchet MS";
color: #4d4d4d;
text-transform: none;
margin-right: 5px;
}
#user_section a,
#user_section {
color: #f8fcfb !important;
font-size: 11px;
font-family: "Trebuchet MS";
font-weight: bold;
text-transform: none;
}
#user_section {
padding-top: 11px;
}
#user_section ul li {
float: left;
margin-left: 6px;
}
.boardsframe {
border-top: 1px solid #c3c3c3 !important;
}
.abrefecha {
	background-image: url(images/bordafecha.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	padding-left: 18px;
/*	padding-bottom: 6px; */
	clear: both; 
	height: 18px;
}

.abrefecha2 {
	background-image: url(images/bordafecha.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	padding-left: 18px;
/*	padding-bottom: 6px; */
	clear: both; 
	height: 1px;
}

.abrefecha3 {
	clear: both;
	width: 100%;
	height: 1px;
}

h3#newsfader {
background-image: url(images/novidades.png);
background-repeat: no-repeat;
background-position: center left;
height: 79px;
width: 280px;
background-color: #ffffff;
padding: 0;
text-indent: -5555px;
float: left;
}
#recent_posts_content {
	margin-left: 25px !important;
    margin-right: 25px !important;
}
#recent_posts_content tr td:first-child {
    background-image: url(images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 14px !important;
    width: 40%;
}
#recent_posts_content tr td:first-child {
    background-image: url(images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 14px !important;
    width: 50%;
}
#recent_posts_content tr td:last-child {
    width: 20%;
}

#recentpoststitle{
    padding-left: 8px;
}

div .recentpostsdiv{
    overflow: hidden;
    height: 18px;
}
#recent_posts_content tr td {
line-height: 18px;
}
.modbuttons .buttonlist, .modbuttons .buttonlist_bottom {
float:left !important;
margin-right: 0 !important;
clear: left !important;
}
.fundocinza {
background-color: #e8e8e8;
height: 45px;
}
.navegacaopag {
float: right;
color: #3a3a3c;
font-size: 11px;
font-weight: bold;
font-family: "Trebuchet MS";
line-height: 45px;
margin-right: 18px;
}
.selects {
float: left;
line-height: 45px;
margin-left: 8px;
}
.quickmodselects {
	display: block;
	margin-left: 100px;
	line-height: 45px;
}
#quickmodlabel {
	line-height: 45px;
}

.selects select,
select {
/*width: 160px;*/
font-family: Arial;
font-size: 11px;
color: #000000;
}
.nav .buttonlist_bottom {
margin-top: 0;
margin-bottom: 0;
}
#postbuttons_lower .nav {
margin:0 !important;
width: 100% !important;
clear: both !important;
height: 43px !important;
}
#postbuttons_lower .nav .buttonlist {
float: right;
}
#display_jump_to .smalltext {
	color: #3a3a3c;
	font-size: 11px;
	font-family: "Trebuchet MS";
	text-transform: none;
}
#moderationbuttons {
margin-left:0 !important;
}
#quickreplybox {
	display: block;
}
#quickReplyText {
	display: inline;
	float: left;
	width: 20%;	
	font-weight: bold;
}
#quickReplyContent {
	display: inline;
	float: left;
	width: 80%;
}
.topborder {
border-top: 3px solid #f1f1f1 !important;
padding-top: 25px !important;
}
div.postarea .keyinfo {
width: 746px !important;
padding-right: 30px !important;
background-image: url(images/bordapost.png);
background-repeat: no-repeat;
background-position: -40% 100%;
padding-bottom: 5px;
margin-bottom: 16px;
clear: right !important;
}

.keyinfo h5 {
font-size: 13px !important;
width: 350px;
}
#footerarea {
background-image: url(images/bkgfooter.png);
background-repeat: no-repeat;
background-position: top center;
height: 40px;
padding-top: 22px;
margin-top: 14px;
}
.footerleft {
float: left;
width: 465px;
text-align: left;
padding-left: 10px;
font-size: 10px;
font-family: Arial;
color: #000000;
line-height: 14px;
}
.copy {
font-size: 14px;
font-weight: bold;
}
.burocratik {
border-bottom: 1px dashed #18A3DA;
}
.footerright {
float: right;
width: 232px;
padding-right: 10px;
font-family: Arial;
font-size: 10px !important;
color: #000000 !important;
line-height: 14px;
text-align: right;
}
.footerright span.copywrite span {
color: transparent;
}
.footerright span.copywrite span a {
font-size: 10px !important;
color: #000000 !important;
display: block !important;
float: left;
clear: right;
}
.footerright span.copywrite span a:first-child {
font-weight: bold;
}
#footerarea div {
display: none;
}
#footerarea div.footerleft,
#footerarea div.footerright {
display: block;
}
.logo {
width: 360px;
height: 120px;
float: left;
}
#mainlevel-nav a {
border-bottom: none;
text-transform: uppercase;
color: #15cbf3;
}
#mainlevel-nav {
position:relative;
height:25px;
width:535px;
list-style-type: none;
list-style-image: none;
float: right;
margin-top: 48px;
}
#mainlevel-nav li{
float: left;
list-style-type: none;
list-style-image: none;
}
#mainlevel-nav li.back{
border-bottom:4px solid #19cbf5 !important; 
position:absolute; 
z-index:8;
height:28px;
}
#mainlevel-nav li a {
display:block;
height:18px;
overflow:hidden;
position:relative;
z-index:10;
text-indent: -5555px;
padding:0;
}
#mainlevel-nav li a {
background-image: url(images/iniciobtn.png);
background-repeat: no-repeat;
background-position: top left;
width: 60px;
height: 30px;
}
#mainlevel-nav li + li a {
background-image: url(images/comofuncionabtn.png);
background-repeat: no-repeat;
background-position: top left;
width: 139px;
height: 30px;
}
#mainlevel-nav li + li + li a {
background-image: url(images/jogobtn.png);
background-repeat: no-repeat;
background-position: top left;
width: 78px;
height: 30px;
}
#mainlevel-nav li  + li + li + li a {
background-image: url(images/quemsomosbtn.png);
background-repeat: no-repeat;
background-position: top left;
width: 120px;
height: 30px;
}
#mainlevel-nav li + li + li + li + li a {
background-image: url(images/faqbtn.png);
background-repeat: no-repeat;
background-position: top left;
width: 52px;
height: 30px;
}
#mainlevel-nav li + li + li + li + li + li a {
background-image: url(images/forumbtn.png);
background-repeat: no-repeat;
background-position: top left;
width: 80px;
height: 30px;
}
#mainlevel-nav li a:hover {
background-image: url(images/iniciobtn.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 60px;
height: 30px;
}
#mainlevel-nav li + li a:hover {
background-image: url(images/comofuncionabtn.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 139px;
height: 30px;
}
#mainlevel-nav li + li + li a:hover {
background-image: url(images/jogobtn.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 78px;
height: 30px;
}
#mainlevel-nav li  + li + li + li a:hover {
background-image: url(images/quemsomosbtn.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 120px;
height: 30px;
}
#mainlevel-nav li + li + li + li + li a:hover {
background-image: url(images/faqbtn.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 52px;
height: 30px;
}
#mainlevel-nav li + li + li + li + li + li a:hover {
background-image: url(images/forumbtn.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 80px;
height: 30px;
}
#mainlevel-nav li.current a {
background-image: url(images/iniciobtn2.png);
background-repeat: no-repeat;
background-position: top left;
width: 60px;
height: 30px;
margin-top: 0;
}
#mainlevel-nav li + li.current a {
background-image: url(images/comofuncionabtn2.png);
background-repeat: no-repeat;
background-position: top left;
width: 139px;
height: 30px;
margin-top: 0;
}
#mainlevel-nav li + li + li.current a {
background-image: url(images/jogobtn2.png);
background-repeat: no-repeat;
background-position: top left;
width: 78px;
height: 30px;
margin-top: 0;
}
#mainlevel-nav li  + li + li + li.current a {
background-image: url(images/quemsomosbtn2.png);
background-repeat: no-repeat;
background-position: top left;
width: 120px;
height: 30px;
margin-top: 0;
}
#mainlevel-nav li + li + li + li + li.current a {
background-image: url(images/faqbtn2.png);
background-repeat: no-repeat;
background-position: top left;
width: 52px;
height: 30px;
margin-top: 0;
}
#mainlevel-nav li + li + li + li + li + li.current a {
background-image: url(images/forumbtn2.png);
background-repeat: no-repeat;
background-position: top left;
width: 70px;
height: 30px;
margin-top: 0;
}
#mainlevel-nav li + li + li + li + li + li + li {
background-image: none;
}
.membros {
background-image: url(images/membros.png);
background-repeat: no-repeat;
background-position: top left;
width: 198px;
height: 54px;
font-size: 30px;
font-family: "Trebuchet MS";
color: #ffffff;
text-align: center;
float: right;
margin-right: 6px;
margin-top: 12px;
font-weight: bold;
}
.premios {
	background-image: url(images/premios.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 198px;
	height: 54px;
	font-size: 30px;
	font-family: "Trebuchet MS";
	color: #ffffff;
	text-align: center;
	float: right;
	margin-right: 30px;
	margin-top: 12px;
	font-weight: bold;
}

#smfNewsFader {
	clear:  both;
}

#smfNewsFader + .espacamento {
	clear: both;
	height: 1px;
}

#fscroller{
	width: 286px;
/*	float:left; */
	margin-left: 0px;
	margin-right: 25px;
	line-height: 15px;
	/*border: 1px solid #CCC;*/
	clear: both;	
/*	height: 20px !important;*/
}
/*
.div1 {
	width: 286px;
	float: left;
	clear: left;
	margin-left: 16px;
	margin-right: 25px;
	line-height: 15px;
	height: 20px !important;
}

.div2 {
	width: 286px;
	float: left;
	line-height: 15px;
/*	height: 20px !important; *//*
}

.div3 {
	width: 286px;
	float: left;
	margin-left: 25px;
	margin-right: 29px;
	line-height: 15px;
/* 	height: 20px !important; */
/*}*/

/*
#smfFadeScroller1 .div1,
#smfFadeScroller1 .div2,
#smfFadeScroller1 .div3 {
	padding-bottom: 10px;
	height:120px;
	line-height: 15px;
}*/

#news_section {
	display: none;
}
.path {
background-color: #e8e8e8;
line-height: 39px;
border-left: 1px solid #adc3c7;
border-right: 1px solid #adc3c7;
}
#linktree {
line-height: 39px;
padding-left: 18px;
padding-right: 18px;
min-height: 26px;
}
#linktree li.last a,
#linktree li.last a:hover {
color: #db5414;
}
#main_menu ul.clearfix {
/*background-image: url(images/menu_first.png);
background-repeat: no-repeat;
background-position: top left;*/
height: 25px;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0.5ex;
-moz-border-radius-topright:0.5ex;
border-top:1px solid #B6C5C6;
border-left:1px solid #B6C5C6;
border-right:1px solid #B6C5C6;
border-bottom: 1px solid #18A3DA;
border-bottom: none;
}
#main_menu {
background-image: url(images/menu_last.png);
background-repeat: no-repeat;
background-position: top right;
border-bottom: 2px solid #18a3da;
}
#main_menu ul.clearfix li {
float: left;
background-image: url(images/menu_back.png);
background-repeat: repeat-x;
background-position: top left;
}
#main_menu ul.clearfix li.active {
background-image: none;
background-color: #18a3da;
}
#main_menu ul.clearfix li.activehome {
background-color:#18A3DA;
background-image:none;
}

#main_menu ul.clearfix li a {
height: 25px;
line-height: 25px;
text-decoration: none;
}
#main_menu ul.clearfix li a span,
#main_menu ul.clearfix li a span em {
font-size: 13px;
font-weight: bold;
font-family: Arial;
color: #4b4b4d;
line-height: 25px;
height: 25px;
text-transform: uppercase;
padding-left: 10px;
padding-right: 10px;
font-style: normal;
}
#main_menu ul.clearfix li a:hover span {
color: #18a3da;
}
#main_menu ul.clearfix li.active a:hover span {
color: #4b4b4d;
}
.categoryframe17 h3.catbg2,
.categoryframe17 h3.catbg {
background-image: url(images/topometododinheiro.png);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
}
.categoryframe18 h3.catbg2,
.categoryframe18 h3.catbg {
background-image: url(images/topotrading.png);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
}
.categoryframe11 h3.catbg2,
.categoryframe11 h3.catbg {
background-image: url(images/topopoker.png);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
}
.categoryframe8 h3.catbg2,
.categoryframe8 h3.catbg {
background-image: url(images/topoapostas.png);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
}
.categoryframe10 h3.catbg2,
.categoryframe10 h3.catbg {
background-image: url(images/topoofftopic.png);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
}
.categoryframe3 .bordercolor {
background-image: url(images/mdforum.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
.categoryframe17 .bordercolor {
background-image: url(images/metododinheiro.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
.categoryframe11 .bordercolor {
background-image: url(images/poker.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
.categoryframe18 .bordercolor {
background-image: url(images/trading.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
.categoryframe8 .bordercolor {
background-image: url(images/apostas.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
.categoryframe10 .bordercolor {
background-image: url(images/offtopic.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}
.contadortopicos {
font-size: 14px;
font-weight: bold;
font-family: "Trebuchet MS";
width: 43px;
height: 39px;
padding-top: 5px;
text-align: center;
color: #ffffff;
background-image: url(images/topicosnovos.png);
background-repeat: no-repeat;
background-positiion: top center;
}
.respostas {
font-size: 11px;
font-weight: bold;
font-family: "Trebuchet MS";
width: 50px;
height: 24px;
padding-top: 2px;
text-align: center;
color: #ffffff;
background-image: url(images/respostas.png);
background-repeat: no-repeat;
background-positiion: top center;
}
td.views div.views {
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	width: 44px;
	height: 24px;
	padding-top: 2px;
	padding-right: 15px;
	text-align: center;
	color: #ffffff;
	background-image: url(images/views.png);
	background-repeat: no-repeat;
	background-positiion: top center;
}
/* CSS Referente aos novos posts que estão temporariamente comentados */
td.novosposts div.novosposts {
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	width: 23px;
	height: 23px;
	padding-top: 2px;
	text-align: center;
	color: #ffffff;
	background-image: url(images/novosposts.png);
	background-repeat: no-repeat;
	background-positiion: top center;
}
#messageindex td.subject {
	background: none !important;
	padding:5px 18px 5px 18px !important;
	width: auto !important;
}
#messageindex td.icones {
	background: none !important;
	width: 80px !important;
}
#messageindex td.icones img {
	background: none !important;
	float: right;
}
#messageindex td.lastpost {
	background: none !important;
	width: 290px !important;	
	padding: 5px 5px 5px 5px !important;
}
#messageindex td.replies {
	background: none !important;
	width: 50px !important;
	vertical-align: middle !important;
	padding: 0.5em 0.2em 0.5em 0.2em !important;
}
#messageindex td.views{
	background: none !important;
	width: 44px !important;
	vertical-align: middle !important;
	padding: 0.5em 0.2em 0.5em 0.2em !important;
}

#messageindex td.novosposts {
width: 23px !important;
vertical-align: middle !important;
padding: 0.5em 0.2em 0.5em 0.2em !important;
}

#messageindex td.moderation{
	width: 12px; /* !important;*/
	vertical-align: middle /* !important;*/
	padding: 3px 3px 3px 4px;
/*	padding: 0.5em 30px 0.5em 0.2em !important;*/
}

#messageindex .boardsframe {
border: none !important;
}
.floatright2 {
float: right !important;
}
.modbuttons {
clear:right !important;
width:auto !important;
}
#whoisviewing {
padding-top: 36px;
padding-left: 18px;
padding-bottom: 26px;
display: none;
}
td#whoisviewing {
padding-top: 0;
}
#messageindex table tr.borda,
table.memberlist tr.borda {
	background-image: url(images/bordamsg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}
#messageindex table tr.borda:last-child {
background-image: none;
}
#childboards {
margin-bottom: 12px !important;
}
#messageindex .bordercolor {
margin-top: 0px;
}
.loginuser,
.loginpass {
width: 55px;
height: 23px;
line-height: 23px;
padding-left: 6px;
padding-right: 6px;
background-color: transparent;
border: none;
font-size: 10px;
font-family: Arial;
color: #939393;
}
#guest_form select  {
display: none;
}
#greeting_section {
position: relative;
min-height: 28px;
}
#guest_form {
position: absolute;
bottom: -25px;
right: 6px;
height: 25px !important;
line-height: 25px;
background-image: url(images/guest_form.png);
background-repeat: no-repeat;
background-position: top left;
z-index: 50;
width: 245px;
padding-left: 18px;
}
#guest_form .loginuser {
margin-right: 38px;
}
#guest_form .loginpass {
margin-right: 6px;
}
#bodyarea > script + br + form,
#bodyarea form#creator,
#bodyarea form#frmLogin {
margin: 0 !important;
	background-color: #ffffff;
	border: 1px solid #b6c5c6;
	border-radius: 0.5ex;
	-webkit-border-radius: 0.5ex;
	-khtml-border-radius: 0.5ex;
	-moz-border-radius: 0.5ex;
padding-top: 20px;
padding-bottom: 20px;
}
#bodyarea form#creator  {
padding-left: 12px;
padding-right: 12px;
}
#bodyarea > script + br {
display: none;
}
.categoryframe {
margin-top: 14px !important;
}
#infocenterframe {
margin-top: 35px !important;
}

#infocenterframetop {
margin-top: 5px !important;
}


.helpmenu {
	background-color: #ffffff;
	border-left: 1px solid #b6c5c6;
	border-right: 1px solid #b6c5c6;
padding-left: 18px !important;
padding-right: 18px !important;
}
#helpmain {
	background-color: #ffffff;
padding-left: 18px !important;
padding-right: 18px !important;
}
.helpmenu {
padding-top: 20px !important;
}
.helpmenu + #helpmain + .helpmenu {
	background-color: #ffffff;
	border-left: 1px solid #b6c5c6;
	border-right: 1px solid #b6c5c6;
border-bottom: 1px solid #b6c5c6;
padding-bottom: 20px !important;
padding-left: 18px !important;
padding-right: 18px !important;
padding-top: 4px !important;
}
form#registration,
form#whoFilter {
	background-color: #ffffff;
	border-left: 1px solid #b6c5c6;
	border-right: 1px solid #b6c5c6;
border-bottom: 1px solid #b6c5c6;
padding-bottom: 20px !important;
padding-left: 18px !important;
padding-right: 18px !important;
padding-top: 4px !important;
}
form#whoFilter h4 {
padding: 0;
}
form#frmLogin {
padding-left: 18px;
padding-right: 18px;
}
form#frmLogin h3.catbg {
background-color: transparent !important;
padding: 0 !important;
}
form#frmLogin dt {
font-weight: bold;
}
form#registration h3.catbg {
padding: 0 !important;
background-color: transparent !important;
}
form#registration h4 {
font-size: 12px;
text-transform: none;
}
#topic_icons #message_index_jump_to label {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #3a3a3c;
	text-transform: none;
}
#topic_icons select {
color:#000000;
font-family:Arial;
font-size:11px;
}
script + br + br + script + table.bordercolor {
width: 100% !important;
}
script + br + br + script + table.bordercolor table.windowbg td {
padding: 25px 16px 0px 16px !important;
}
script + br + br + script + table.bordercolor table.windowbg tr.windowbg2 td {
border-bottom:1px solid #F1F1F1 !important;
padding-bottom: 20px !important;
}
script + br + br + script + table.bordercolor table.windowbg tr.windowbg2:last-child td {
border-bottom: none !important;
}
script + br + br + script + table.bordercolor table.windowbg tr.catbg td {
text-transform: none !important;
}
/*#postmodify > table {
display: none;
}
#postmodify > table.tborder {
display: block;
}*/
#postmodify > table + div + table {
display: block;
}
#bodyarea script + div.tborder {
	background-color: #ffffff;
	border: 1px solid #b6c5c6;
	border-radius: 0.5ex;
		-webkit-border-radius: 0 0 0.5ex 0.5ex;
		-khtml-border-radius: 0 0 0.5ex 0.5ex;
		-moz-border-radius: 0 0 0.5ex 0.5ex;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#bodyarea script + div.categoryframe,
#bodyarea script + div#infocenterframe,
#bodyarea script + div.marginbottom {
	border: none;
	padding: 0;
	background-color: transparent;
}
#bodyarea script + div.tborder + div + div.middletext,
#bodyarea script + div.tborder + div + div.middletext + form > table + div.middletext {
background-color:#E8E8E8;
border-left:1px solid #ADC3C7;
border-right:1px solid #ADC3C7;
line-height:39px;
padding-left: 18px;
padding-right: 18px;
text-align: right;
}
#bodyarea script + div.tborder + div + div.middletext {
border-top:1px solid #ADC3C7;
}
#bodyarea script + div.tborder + div + div.middletext + form > table + div.middletext {
border-bottom:1px solid #ADC3C7;
margin-bottom: 7px;
}
#bodyarea script + div.tborder + div + div.middletext + form > table.bordercolor tr.titlebg td + td + td {
width: 50% !important;
}
#bodyarea script + div.tborder + div + div.middletext + form > table.bordercolor tr td {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #f1f1f1;
}
#bodyarea script + div.tborder + div + div.middletext + form > table.bordercolor tr.titlebg td {
padding-bottom: 0;
border-bottom: none;
}
#bodyarea script + div.tborder + div + div.middletext + form > table.bordercolor tr.fundocinza td {
padding: 0;
}
#bodyarea script + div.tborder + div + div.middletext + form {
margin-bottom: 7px !important;
}
#postbuttons {
background-color:#E8E8E8;
border-left:1px solid #ADC3C7;
border-right:1px solid #ADC3C7;
line-height:39px;
text-align: right;
}
#quickModForm {
margin-top: 45px !important;
}
#childboards + #quickModForm {
margin-top: 11px !important;
}
h3#newsfader {
background-color: #ffffff !important;
}
.estatisticas {
font-size: 12px !important;
}
p.moderators {
display: none;
}
h4.titlebg a.recentes {
font-size: 15px;
text-transform: none;
/*text-decoration: underline;*/
}
h4.titlebg span.recentes{
	font-size: 12px;
}
div#pollmoderation {
margin:10px 0 10px 0 !important;
padding:0 !important;
}
div#pollmoderation + #postbuttons {
border-top:1px solid #ADC3C7;
}
/*h3.titlemd + table {
	width: 100%;
background-image: url(images/bordaquadro.png);
	background-repeat:no-repeat;
	background-position: bottom left;
}*/
h3.titlemd2 {
	padding-top: 13px;
}
/*h3.titlemd2 + table {
	width: 100%;
	background-repeat:no-repeat;
	background-position: bottom left;
}*/
.boardsframe tr + tr td h3.titlemd,
.boardsframe tr + tr td h3.titlemd2 {
background-image: url(images/bordaquadro.png) !important;
	background-repeat:no-repeat;
	background-position: top left;
}
h3.titlemd,
h3.titlemd2 {
padding-top: 13px !important;
}
h3.titlemd a,
h3.titlemd2 a {
padding-left: 18px !important;
}
/*.boardsframe td {
width: 100%;
	background-image: url(images/bordaquadro.png) !important;
	background-repeat:no-repeat;
	background-position: bottom left;
}
.boardsframe td table td {
background-image: none !important;
}*/
#searchform,
#pmSearchForm {
background-color: #ffffff !important;
border: 1px solid #b6c5c6 !important;
padding: 20px 18px !important;
}
#pmSearchForm {
margin-left: 10px;
}
#frmLogin td.windowbg {
padding-left: 18px !important;
}
.bordercolor .bordercolor {
border: none;
}
.tborderadmin {
background-color: #ffffff !important;
border: 1px solid #b6c5c6 !important;
}
.tborderadmin + div {
padding: 0 !important;
}
.boardsframe .windowbg3 {
    
	padding-left: 17px;
	padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 3px;
}

ul.postingbuttons li a {
	font-size: 11px !important;
}

ul.postingbuttons li img {
	vertical-align: middle !important;
}

ul.postingbuttons li input {
	vertical-align: middle !important;
}

.keyinfo .smalltext {
font-size: 11px !important;
}
.poster ul li {
font-size: 11px !important;
}
.membersnavepag a,
.membersnavepag {
font-size: 11px !important;
}
textarea#message {
width: 100% !important;
}
h3.h3title {
color: #18a3da;
text-transform: uppercase;
}
.msgimportant td,
.msgnimportant td {
padding-left: 18px;
}
.msgimportant h3.h3title,
.msgnimportant h3.h3title {
font-size: 13px;
padding-top: 22px;
padding-bottom: 15px;
}
.msgimportant h3.h3title {
padding-top: 0px;
}
.msgnimportant {
background-image: url(images/pxmsgimportant.jpg);
background-repeat: repeat-x;
background-position: top left;
}
/* TIAGO */
.only_msgnimportant td {
padding-left: 18px;
}
.only_msgnimportant {
/*background-image: url(images/pxmsgimportant.jpg);*/
background-repeat: repeat-x;
background-position: top left;
}
.only_msgnimportant h3.h3title {
font-size: 13px;
padding-top: 22px;
padding-bottom: 15px;
}
/* END TIAGO */

#main_menu + #postbuttons {
position: absolute;
/*top: 175px;*/
right: 0;
border: none;
background-color: transparent;
}
.links a {
font-size: 11px !important;
}
.moderatorbar .smalltext a {
font-size:11px !important;
}
.memberlist tr.borda td,
.memberlist tr.borda td a {
text-transform: none;
font-weight: normal;
font-size: 12px;
}

.memberlist tr.catbg3 td {
padding-left: 0;
padding-right: 0;
}
.memberlist tr.borda td {
padding-top: 5px;
padding-bottom: 5px;
}
.postarea {
position: relative;
}
.postarea ul.postingbuttons {
	position: absolute;
	top:      0px;
	right:    0px;
}
.recenttable tr.titlebg2 td,
.recenttable tr.titlebg2 td a,
.recenttable tr td.catbg,
.recenttable tr td.catbg a {
text-transform: none;
}
.recenttable tr.titlebg2 td,
.recenttable tr.titlebg2 td a {
font-size: 13px !important;
text-decoration: none;
}
.recenttable tr.titlebg2 td {
padding-left: 18px;
padding-right: 18px;
}
.recenttable tr td.catbg,
.recenttable tr td.catbg a {
font-size: 11px !important;
}
.recenttable tr td.windowbg2 {
padding-left: 18px;
padding-right: 18px;
}
.recenttable tr.titlebg2 {
background-image: url(images/bordamsg.png);
background-repeat: no-repeat;
background-position: bottom left;
}
.memberlist tr.catbg3 td:first-child {
padding-left: 18px;
}
#poll_options dl.options {
border: none !important;
}
#poll_options dl.options dt,
#poll_options dl.options dd {
float: left;
}
#poll_options dl.options dt {
margin-right: 10px;
clear: left !important;
width: 200px !important;
}
#poll_options dl.options dd {
clear: right !important;
width: 500px !important;
}
#poll_options p {
float: none;
clear: both !important;
background-image:url(images/bordapost.png);
background-position:left top;
background-repeat:no-repeat;
padding:0.2em 2em 0.7em;
}
table.alinhar tr td:first-child {
width: 100px !important;
}
#adm_container + script + table #personal_messages {
background-color: #ffffff;
border: 1px solid #B6C5C6;
}
#personal_messages .table_grid,
#personal_messages .pagesection,
#personal_messages .description {
margin-left: 18px;
}
#personal_messages .pagesection,
#personal_messages form#searchform fieldset#advanced_search + input {
margin-bottom: 12px;
}
#personal_messages .content {
padding-left: 18px;
padding-right: 18px;
padding-bottom: 12px;
}
#personal_messages h3.titlebg {
padding-left: 18px;
}
#basicinfo,
#detailedinfo {
padding-left: 18px;
}
#personal_messages form#searchform fieldset#advanced_search {
margin: 0;
padding-left: 18px;
padding-right: 18px;
border: none;
}
#personal_messages form#searchform fieldset#advanced_search + input {
margin-left: 18px;
}
h3.catbg + h4.titlebg {
padding-left: 18px;
}
#basicinfo {
float:left;
width:18%;
}
#detailedinfo {
border-left:1px solid #696969;
float:right;
width:81%;
}
#profileview #detailedinfo .content {
padding:0.7em 1.2em;
}
#detailedinfo div.content dl {
border-bottom:1px solid #CCCCCC;
clear:both;
margin:0 0 18px;
overflow:auto;
padding:0 0 15px;
}
#detailedinfo div.content dl.noborder {
border-bottom:0 none;
}
#detailedinfo div.content dl {
clear:both;
margin:0 0 18px;
overflow:auto;
padding:0 0 15px;
}
#detailedinfo div.content dt {
clear:both;
float:left;
font-weight:bold;
margin:0 0 3px;
padding:0;
width:30%;
}
#detailedinfo div.content dd {
float:left;
margin:0 0 3px;
padding:0;
width:70%;
}
#basicinfo h4 {
font-size:150%;
font-weight:100;
line-height:105%;
overflow:hidden;
white-space:normal;
}
#basicinfo h4 span.position {
display:block;
font-size:65%;
font-weight:100;
}
#profileview {
background-color:#ffffff;
border:1px solid #696969;
padding:1px;
}
#profileview #basicinfo,
#profileview #detailedinfo {
padding-left: 0;
}
#basicinfo div.content {
padding-left: 18px;
padding-top: 0.7em;
padding-right: 0.7em;
}
br.clear {
clear: both !important;
}
.modblock_left,
.modblock_right {
background-color:#FFFFFF;
border:1px solid #B6C5C6;
}
.modblock_left div.content,
.modblock_right div.content {
padding-left: 18px;
}
#modcenter .information {
background-color:#FFFFFF;
border-left:1px solid #B6C5C6;
border-right:1px solid #B6C5C6;
border-bottom:1px solid #B6C5C6;
margin-bottom: 12px;
padding-left: 18px;
}
#modcenter h3.catbg {
border-left:1px solid #B6C5C6;
border-right:1px solid #B6C5C6;
border-top:1px solid #B6C5C6;
}
#modcenter .modblock_left h3.catbg,
#modcenter .modblock_right h3.catbg {
border: none;
}
#personal_messages #searchform {
border: none !important;
padding: 0 !important;
}
.helpbox {
border:1px solid #B6C5C6;
background-color: #ffffff;
padding-bottom: 12px;
}
#admincenter {
border:1px solid #B6C5C6;
background-color: #ffffff;
}
.attachments {
width: 100%;
float: left;
clear: right !important;
background-image:url(images/bordapost.png);
background-position:left top;
background-repeat:no-repeat;
}
.attachments .hrcolor {
display: none;
}
#message_index_jump_to {
margin: 0 !important;
line-height: 45px !important;
margin-right: 10px !important;
margin-left: 18 !important;
}
.postarea {
width: 746px !important;
margin-left: 177px !important;
padding-right: 30px !important;
}
#bodyarea #description {
background-color:#E8E8E8;
border-left:1px solid #ADC3C7;
border-right:1px solid #ADC3C7;
line-height:39px;
padding-left: 8px;
}
.tabelatop {
width: 100%;
height: 20px !important;
}
#button_register a span {
color: #DB5414 !important;
}
.fundonews {
background-color: #ffffff;
}
#quickReplyOptions {
height: 270px;
padding-left: 18px;
}
#quickReplyContent {
margin-top: 20px;
}
#quickReplyContent textarea {
	height: 200px !important;
}
/* blueTed Theme (c) 2009 pixelslot.com */
