/************************************************************************/
/* Desenvolvido por Flex Soluções - Soluções em Web e Software          */
/* www.flexsolucoes.com.br										        */
/* contato@flexsolucoes.com.br											*/
/* (48)3632-3178												        */
/************************************************************************/


/* -------- Principal ---------- */
html, body, div, p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
	
body {
	background:#fff url("../imagens/background.gif") top center;
	margin:0 auto; 
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif; 
	font-size: 11px;
	color: #7B7676;
}

td,th {
	margin:0 auto; 
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif; 
	font-size: 11px;
	color: #7B7676;
}


/* -------- Fontes ---------- */
.tit { 
	font-size: 13px; 
	font-family: Tahoma; 
	text-decoration: none; 
	font-weight: bold; 
	color:#477EAE; 
}

.handcursor_ponteiro{
	cursor:hand;
	cursor:pointer;
	font-size: 12px;
}

.titulo {
	background-color: #ECECEC;
	font-weight: bold;
	margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	color: #686868;
	font-size: 110%;
	padding-left: 3px;
	border-bottom: 1px solid #dadada;
}

.texto_termo {
	color: #FF0000
}

.texto_escondido {
	color: #FFFFFF
}

.texto_corpo {
	font-size: 12px;
}

.data_not { 
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	color:#7B7676; 
}

h1 span{ 
	display:none; 
}


/* -------- Links ---------- */
a {	
	font-size: 11px; 
	font-family: Tahoma; 
	color: #000000; 
	text-decoration: none; 
}

a:visited {	
	font-size: 11px; 
	font-family: Tahoma; 
	color: #000000; 
	text-decoration: none; 
}

a:hover { 
	font-size: 11px; 
	font-family: Tahoma; 
	color: #315393; 
	text-decoration: underline; 
}

a:active { 
	font-size: 11px; 
	font-family: Tahoma; 
	color: #000000; 
	text-decoration: none; 
}

a.noticia { 
	font-size: 11px; 
	font-family: Tahoma; 
	color: #000000; 
	text-decoration: none; 
}

a.noticia:visited {
	font-size: 11px; 
	font-family: Tahoma; 
	color: #000000; 
	text-decoration: none; 
}

a.noticia:hover { 
	font-size: 11px; 
	font-family: Tahoma; 
	color: #315393; 
	text-decoration: underline; 
	background-color:#DDF3FF; 
	padding:5px; 
}

a.noticia:active {
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none; 
}

/* -------- estilo das nóticias ---------- */
.commentbox{
	background-color: #ececec;
	width: 480px;
	padding: 10px;
}

.commentfooter{
	background: url("../imagens/arrow_not.gif") 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}

/* FORMULÁRIO ================================================================= */
select, textarea, input { 
	border-style: solid; 
	font-face: verdana; 
	font-size: 11px; 
	color: #000000; 
	background-color: #F2F2F2; 
	border-color: #D5D5D5; 
	border-width: 1px; 
}

option { 
	font-family: verdana; 
	font-size: 11px; 
	color: #000000;
}

.button{ 
	cursor:pointer;  
	margin-top:0px;  
	border:outset 1px #ccc; 
	background:#999; 
	font-size:.9em; 
	color:#666; 
	font-weight:bold; 
	padding:5px;  
	background:url("../imagens/button-bg.gif") repeat-x left top; 
	padding:1px;  
}

/* estilo p/ botões do tipo select ================================================================= */
.form_field {
	font-family: verdana;
	font-size: 10px;
}

/* troca cor do input quando clica para digitar algo ================================================================= */
.text_input,textarea{  
	border-style: solid; 
	font: verdana;
	font-size: 11px; 
	color: #000000; 
	background-color: #F2F2F2; 
	border-color: #D5D5D5; 
	border-width: 1px; 
	padding:1px;
}

.inputHighlighted{  /* Highlighting style */
	border-style: solid; 
	font-face: verdana;
	font-size: 11px; 
	color: #000000; 
	background-color: #FFFFCC; 
	border-color: #D5D5D5; 
	border-width: 1px; 
	padding:1px;
}