﻿.texto {
    font-size: 14px;
    text-align: justify;
}

.cabecalho {
    font-family: Lucida Calligraphy;
    font-size: 15px;
    width: 100%;
    border-bottom: solid 1px silver;
}

.listagens {
    list-style-image: url(../imagens/arrow_right.png);
    font-size: 11px;
	padding-bottom: 15px;
	font-family: Verdana; 
}

.listagens li {
	padding-bottom: 15px; 
}

.tabelaListagem {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px Gray;
}

.tabelaListagem td {
    border: solid 1px Gray;
}

.linhaCabecalho {
    text-align: center;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
}

.linhaConteudo {
    font-weight: normal;
    font-family: Verdana;
    font-size: 11px;
}

#rodapeLista {
    font-size: 11px;
    width: 100%;
    text-align:right;
}

.label
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
}

.text
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
}

.cabec
{
	width: 100%;	
}

.cabecEsquerda
{
	background-image: url('../imagens/fundo_titulos_esquerdo.png');
	background-repeat: no-repeat;
	background-position: left;
	height: 55px;
	width: 23px;
}
.cabecMeio
{
	background-image: url('../imagens/fundo_titulos_meio.png');
	background-repeat: repeat;
	background-position: top;
	height: 55px;
	font-family: Lucida Calligraphy;
    font-size: 15px;
}
.cabecDireito
{
	background-image: url('../imagens/fundo_titulos_direito.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 55px;
	width: 23px;
}
.cabecDireitoFechar
{
	background-image: url('../imagens/fundo_titulos_direito_x.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 55px;
	width: 35px;
	cursor: pointer;
}
.texto_pq
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: Black;
}
