﻿@charset "utf-8";
/* CSS Document */

/* ========== FORMATAÇÃO DE CAMPOS DE TEXTO ========== */

.td_lista-data {
	font-family: tahoma;
	font-size: xx-small;
	color: #EC9836;
	font-weight: bold;
}
.td_lista-sub-titulo {
	font-family: tahoma;
	font-size: small;
	color: #666666;
}
.td_lista-label {
	list-style: square;
	font-family: tahoma;
	font-size: x-small;
	color: #006699;
	font-weight: bold;
}
.td_lista-titulo_secao {
	font-family: tahoma;
	font-size: large;
	color: #006699;
	font-style: normal;
	font-weight: normal;
}
.td_lista-titulo {
	font-family: tahoma;
	font-size: medium;
	color: #006699;
	font-style: normal;
	font-weight: normal;
}
a.td_lista-titulo:link {
	font-family: tahoma;
	font-size: medium;
	color: #006699;
	font-style: normal;
	font-weight: normal;
}
a.td_lista-titulo:hover {
	font-family: tahoma;
	font-size: medium;
	color: #006699;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.td_lista-titulo:focus {
	font-family: tahoma;
	font-size: medium;
	color: #006699;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.td_lista-titulo:visited {
	font-family: tahoma;
	font-size: medium;
	color: #006699;
	font-style: normal;
	font-weight: normal;
}
a.td_lista-titulo:active {
	font-family: tahoma;
	font-size: medium;
	color: #006699;
	font-style: normal;
	font-weight: normal;
}
.td_lista-link-relacionado {
	font-family: tahoma;
	font-size: x-small;
	color: #006699;
}
.td_lista-link-relacionado:link {
	font-family: tahoma;
	font-size: x-small;
	color: #006699;
	text-decoration: none;
}
.td_lista-link-relacionado:hover {
	font-family: tahoma;
	font-size: x-small;
	color: #006699;
	text-decoration: underline;
}
.td_lista-link-relacionado:visited {
	font-family: tahoma;
	font-size: x-small;
	color: #006699;
	text-decoration: none;
}




/* ========== FORMATAÇÃO DE LINHAS ========== */
hr.td_lista-hr-forte{
	color: #006699;
	height: 2px;
	
	border-bottom:2px solid #006699;
	*border:0;
}
hr.td_lista-hr-fraca{
	color: #C0C0C0;
	height: 1px;
	margin:5px 0 6px 0;
	border-bottom:1px solid #C0C0C0;
	*border:0;
	*margin:0;
}



/* ========== FORMATAÇÃO DE CÉLULAS / TABELAS ========== */
.td_lista-ms-formbody{
	font-family: tahoma;
	font-size: x-small;
	vertical-align: top;
	padding: 3px 6px 4px 6px;
}


/* ========== FORMATAÇÃO DE CAMPOS DE TEXTO (HOME) ========== */
.td_lista-data-home {
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
	display:block;
	width:90px;
	height:30px;
	padding: 8px 0 0 9px;
	background:url(../Imagens/bgr_data.png);
	background-repeat: no-repeat;
}
.td_lista-sub-titulo-home {
	font-size: 11px;
	color: #666666;
	display:block;
	padding: 3px 0 15px 10px;
}
.td_lista-label-home {
	list-style: square;
	font-size: x-small;
	color: #006699;
	font-weight: bold;
}
.td_lista-titulo_secao-home {
	font-size: 14px;
	color: #006699;
	font-style: normal;
	font-weight: normal;
}
.td_lista-titulo-home {
	font-size: 13px;
	color: #000000;
	display:block;
	margin: -10px 0 0 0;
	*margin: -1px 0 0 0;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 0 10px;
}
a.td_lista-titulo-home:link {
	font-size: 13px;
	color: #000000;
	display:block;
	font-style: normal;
	font-weight: normal;
}
a.td_lista-titulo-home:visited {
	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
a.td_lista-titulo-home:hover {
	font-size: 13px;
	color: #006699 !important;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.td_lista-titulo-home:focus {
	font-size: 13px;
	color: #006699;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a.td_lista-titulo-home:active {
	font-size: 13px;
	color: #006699;
	font-style: normal;
	font-weight: normal;
}
.td_lista-link-relacionado-home {
	font-size: x-small;
	color: #006699;
}
.td_lista-link-relacionado-home:link {
	font-size: x-small;
	color: #006699;
	text-decoration: none;
}
.td_lista-link-relacionado-home:hover {
	font-size: x-small;
	color: #006699;
	text-decoration: underline;
}
.td_lista-link-relacionado-home:visited {
	font-size: x-small;
	color: #006699;
	text-decoration: none;
}
/* ========== FORMATAÇÃO DE LINHAS ========== */
.ms-WPHeader h3{
	display:none;
}
