/*tabela forum*/
.tabelatopoforum{
	background: #F0F5FA;
	border: 1px solid #C2CFDF;
}

.tabelaforum{
	background : White;
	border : 1px solid Black;
	text-align: left;
	font-weight: normal;
}

.td1forum{
	background: #5C86C6;
	font-family:tahoma;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}
.td2forum{
	background: #C5D0E1;
	font-family:verdana;
	font-size:10px;
	color:#3A4F6C;
	font-weight:bold;
	padding:4px;
}
.td3forum{
	background: #E4EAF2;
	padding:5px;
	font-size:10px;
	font-family:verdana;
}
.td4forum{
	background: #D1DCEB;
	padding: 3px;
}
.td5forum{
	background: #8394B2;
}
.td6forum{
	background: #E4EAF2;
	padding:5px;
	font-size:12px;
	font-family:verdana;
	min-height: 100px;
}
/*fim*/

/*links*/
A.linkforum:link {
	color: Black;
	text-decoration: underline;
	font-size: 11px;
	font-family : Tahoma;
}
A.linkforum:visited {
	color: Black;
	text-decoration: underline;
	font-size: 11px;
	font-family : Tahoma;
}
A.linkforum:hover {
	color: #537AB9;
	text-decoration: underline;
	font-size: 11px;
}
A.linkforum:active {
	color: #999999;
	text-decoration: underline;
	font-size: 11px;
}

A.linktopico:link {
	color: Black;
	text-decoration: underline;
	font-size: 13px;
	font-family : Tahoma;
	font-weight: normal;
}
A.linktopico:visited {
	color: Black;
	text-decoration: underline;
	font-size: 13px;
	font-family : Tahoma;
	font-weight: normal;
}
A.linktopico:hover {
	color: #537AB9;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
A.linktopico:active {
	color: #999999;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}

A.linkpaginaforum:visited {
	color: #5E8ACA;
	text-decoration: none;
	font-weight: 700;
	font-size: 10px;
	FONT-FAMILY: Verdana;
}
A.linkpaginaforum:link {
	color: #5E8ACA;
	text-decoration: none;
	font-weight: 700;
	font-size: 10px;
	FONT-FAMILY: Verdana;
}

A.linksaida:link {
	color: Black;
	text-decoration: underline;
	font-size: 11px;
	font-family : Tahoma;
	font-weight: normal;
}
A.linksaida:visited {
	color: Black;
	text-decoration: underline;
	font-size: 11px;
	font-family : Tahoma;
	font-weight: normal;
}
A.linksaida:hover {
	color: #537AB9;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
A.linksaida:active {
	color: #999999;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
/*fim*/

/*outros*/
.botaoforum{
	background-color : #E4EAF2;
	width : 150px;
	height : 20px;
	text-align : center;
	color : Black;
	border : 1px ridge Silver;
	cursor : pointer;
	border-color : #4C77B6 #4C77B6 #4C77B6 #4C77B6;
	border-bottom-style : solid;
	border-right-style : solid;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left-style : solid;
	border-top-style : solid;
}

.datasforum{
	color: Black;
	font-size: 11px;
	font-family : Tahoma;
	font-weight: normal;
}
/*fim*/


