/*
Autor(es)      : Ed. David Segura (wdedy@uol.com.br, edysegura@gmail.com).
Data           : 12 de Outubro de 2004.
Versão         : 1.0
Parâmetros     : Nenhum.
Descrição      : Folhas de estilos para a padronização do Sistema FACIL!.
*/

body, table, div, form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

body
{
	margin-top: 90px;
	background-image:url(../imagens/headerv1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

table, #ocorrencia
{
	background-color: #F0F8FF;
	border: 1px solid #DAEAFE;
}

table th, #ocorrencia #divtitle
{
	background-color: #DAEAFE;
}

table th h1, #ocorrencia #divtitle
{
	font-size: 12px;
	padding: 5px;
	margin: 0px;
}

table td
{
	text-align: left;
}

label
{
	text-align: right;
}

input.cmp, select.cmpBox, input.cmpFrmDep, input.cmpFrmSis, textarea.longTxt
{
	background-color: #EBEDFC;
	border-width: 1px 1px 1px 1px;
	/*background-color: #F5F5F5;*/
}

input.cmp
{
	width: 230px;
}

input.cmpFrmDep
{
	width: 35px;
}

input.cmpFrmSis
{
	text-transform: uppercase;
	width: 35px;
}

select.cmpBox
{
	width: 236px;
}

textarea.longTxt
{
	width: 470px;
	height: 80px;
}

label span
{
	text-decoration: underline;
	color: green;
}

fieldset
{
	border: 1px solid #C7D6FC;
	padding: 5px;
	text-align: left;
}

acronym
{
	cursor: help;
	text-decoration: underline;
	color: blue;
}

span.top
{
	font-weight: bold;
}

span.bottom
{
	color: green;
}

b, span
{
	color: green;
}

img
{
	border: 0px;
}

#msgStatus
{
	padding: 5px;
	color: red;
	font-size: 10px;
	background-color: transparent;
}

#btns
{
	text-align: center;
	background-color: transparent;
}

#btns input, .padraoBtn
{
	border-width: 1px 1px 1px 1px;
	background-color: #DAEAFE;
	width: 100px;
	
}

.tdcampos
{
	text-align: right;
}

.rowcolor1
{
	background-color: #F0F8FF;
}

.rowcolor2
{
	background-color: #C8DBFD;
}