﻿.titulo {
    font-weight: bold;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    color: rgb(0, 0, 85);
    font-size-adjust: none;
    font-stretch: normal;
}

.nomeCampos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(0, 0, 85);
	font-size-adjust: none;
    font-stretch: normal;
    width: 150px;
}

.resultados {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(0, 0, 115);
	font-size-adjust: none;
    font-stretch: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(0, 0, 115);
	font-size-adjust: none;
    font-stretch: normal;
}

.erro{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(255, 16, 16);
	font-size-adjust: none;
    font-stretch: normal;
    font-weight: bold;
}

.tabelaAssinaturas{
    border: 0px none;
	border-spacing: 1px;
}

.tabelaAssinaturas th{
    font-weight: bold;
	font-size: 10pt;
	padding: 5px;
	background-color: rgb(186, 219, 252);
	color: rgb(51, 51, 51);
	border-bottom-width: 1px;
	border-bottom-color: rgb(128, 128, 128);
    text-align: left;
}

.tabelaAssinaturas td{
    font-weight: normal;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
	color: rgb(51, 51, 51);
}

.botaoP7S{
	cursor: pointer;
	width: 19px;
	height: 18px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
    background-image: url("/ConsultaAssinaturas/Images/btnDownload.png");
    cursor: default;
}

.botaoP7S:hover{
    background-position: 0px -18px;
    cursor: pointer;
}
