﻿body
{
	font-size: 11px;
	font-family: Tahoma, Arial, 'Arial Black';
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
	left: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	top: 2px;
	position: relative;
}

/*
.Button
{
	font-family: Tahoma, Arial, 'Arial Black';
	font-size: 10px;
}
*/

.Button
{
	background: url(img/degrade4.jpg) repeat-x;
	color: #696969;
	font-size: 10px;
	border: 1px solid #6685A2;
	padding: 2px 3px 2px 3px;
	margin-right: 5px;
	vertical-align: baseline;
	font-weight: bold;
}

.frmTitulo
{
	font-weight: bold;
	font-size: 14px;
}

.subTitulo
{
	background-position: center center;
	background: url(../Imagens/degrade2.jpg);
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	cursor: pointer; 
	vertical-align: middle;
}

.frmNomeCampo
{
	font-weight: bold;
}

.lblRodape
{
	font-size: 11px;
}

.Numero
{
	text-align: right;
}

.pnlInLine
{
	display:inline;
}

INPUT
{
	font-family: Tahoma, Arial, 'Arial Black';
	font-weight:normal;
}

.TextBox
{
	font-family: Tahoma, Arial, 'Arial Black';
	font-weight:normal;
}

SELECT
{
	font-family: Tahoma, Arial, 'Arial Black';
	font-weight:normal;
}

TEXTAREA
{
	font-family: Tahoma, Arial, 'Arial Black';
	font-size: 11px;
	font-weight:normal;
}

#pnlDados
{
	font-weight:bold;
}

.DescricaoLocalizar
{
	font-weight: bold;
	color: #0000ff;
	font-style: italic;
	background-color: #ffffcc;
}

.LinhaDivisao
{
	color: gray;
	border-top-style: dotted;
	height: 2px;
}

.LinkPaginacao
{
	text-decoration: underline;
}

.LaudoLabel
{
	
}

.LaudoTituloTabela
{
	color: #ffffff;
	background-color: #696969;
	font-weight: bold;
}

.LaudoLinhaAlternativa
{
	background-color: #dcdcdc;
}

.OpcaoRadio
{
	border-right: thin ridge;
	border-bottom: thin ridge;
	font-family: Tahoma;
	font-weight: normal;
	background-color: #f8f8ff;
}

.DescricaoDados
{
	display: inline;
	font-size: larger;
	background-color: #ffffff;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-right: lightgrey thin solid;
	border-top: lightgrey thin solid;
	border-left: lightgrey thin solid;
	border-bottom: lightgrey thin solid;
}

.Destaque1
{
	background-color: #f0ffff;
	height: 20px;
	font-weight: bolder;
}

.Centralizado
{
	text-align: center;
}

.Direita
{
	text-align: right;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background: url(img/degrade4.jpg);
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.descEspacoPeq {
	width: 60px;
}
