/* Normal, standard links. */

.wellcome, a.wellcome {
	text-decoration:none;
	font-font: verdana, arial;
	font-size: 10px;
	color: #0D5377;
}
a.wellcome:hover{
	text-decoration:underline;
}
a:link, a:visited {
	font-size: 11px;
	color: #005177;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #DD6900;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	font-size:11px;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #DD6900;
	background-color: transparent;
	text-decoration: underline;
}

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

/* By default (td, body..) use Verdana in black. */
body {
	color: #005B88;
	font-size: 11px;
	font-family: verdana, sans-serif;
	background-color: #005B88;
	background-image: url(images/fundo_forum.jpg);
}

td, th {
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}
.pontilhado {
	background-color: #FFFFFF;
	height: 10px;
}

.pontilhado_old {
	background-color: #EFEFEF;
	background-image: url(images/pontilhado_h.gif);
	height: 8px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea {
	font-size: 9pt;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #F8F8F8;
}

/* Checkboxes shouldn't have a background color. */
input.check {
	background-color: transparent;
}

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

/* Standard horizontal rule.. */
hr {
	color: #CCCCCC;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor {
	height: 1px;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

/* A quote, perhaps from another post. */
.quote {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
	font-size: 10px;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #333333;
	background-color: #cccccc;
	border: 1px solid #666666;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.5em;
}

/* Generally, those [?] icons. */
.help {
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction {
	color: red;
	background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg {
	color: #000000;
	background-color: #EFEFEF;
	border: solid #CCCCCC 1px;	
}
.windowbg2 {
	color: #000000;
	background-color: #F8F8F8;
	border: solid #CCCCCC 1px;	
}

.linebg {
	color: #000000;
	background-color: #EFEFEF;
	border-bottom: solid #DBDBDB 1px;
}
.linebg2 {
	color: #000000;
	background-color: #F8F8F8;
	border-bottom: solid #DBDBDB 1px;	
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #187CAD;
}
.titlebg a:hover, .titlebg2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg {
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	padding: 0px 0px 0px 8px;
	background-image: url(images/home/catbg_bg.gif);
	border-bottom: solid #CCCCCC 1px;
}

.catbg3 {
	font-size: 11px;
	font-weight: bold;
	background-color: #CACACA;
	color: #000000;
}

.catbg4 {
	font-size: 10px;
	color: #666666;
}

.catbg_old, .catbg3_old {
	font-size: 11px;
	font-weight: bold;
	background-color: #CACACA;
	color: #000000;
}

/* The borders around things. */
.bordercolor {
	background-color: #FFFFFF;
}
.tborder {
	border: none;
}

/* Default font sizes. */
.smalltext {
	font-size: 9px;
	line-height: 1.5em;
}
.normaltext {
	font-size: 10px;
}
.largetext {
	font-size: 11px;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

.titletopic, tr.titletopic th, tr.titletopic td, .titletopic a:link, .titletopic a:visited
{
	font-weight: bold;
	overflow: hidden;
	line-height: 1.5em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #187CAD;
	padding-bottom: 12px;
	padding-top: 15px;
}