﻿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-image: url(../Imagens/degrade2.jpg);
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	cursor: pointer; 
	vertical-align: middle;
	height: 15px;
}

.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;
    height: 18px;
}

.DescricaoDados
{
    display: inline;
    font-size: larger;
    background-color: #ffffff;
    font-weight: normal;
    padding: 3px;
    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;
}

.CollaPanel hr
{
    color: gray;
    border-top-style: dashed;
    border-right-style: dashed;
    border-left-style: dashed;
    border-bottom-style: dashed;
}

.CollaPanel .cabecalho
{
}

