/************************************************************************/
/* 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("../gif/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; 
}

.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
}

.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: 710px;
	padding: 10px;
}

.commentfooter{
	background: url("../gif/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;
}

/* -------- menu ---------- */

#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Tahoma;
}

#thicktabs li{
	display: inline;
}

#thicktabs li a{
	float: left;
	color: black;
	padding: 8px 11px; /*padding of tabs*/
	text-decoration: none;
	background: transparent url("../gif/bg_menu.gif") top right no-repeat;
	border-top: 1px solid #d3bdbe; /*top border style*/
	border-bottom: 3px solid #B8C0C5; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	border-right: 1px solid #d3bdbe; /*right border style*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
	color: black;
}

#thicktabs li a:hover{
	color: black;
	background-image: url("../gif/bg_menu_hover.gif"); /*background image swap on hover*/
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
	padding-top: 1em;
}


/* 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("../gif/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{  /* General style for my inputs when they're not highlighted */
	border-style: solid; 
	/*font-face: verdana; */
	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;
}