﻿body {
}
.body 
{
	background-image:url('images/fundo.jpg');
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:10pt;
	color:Black;
	margin:0px;
}
.textoMenor
{
	font-size:8pt;
	font-family:Arial;
}

.titulo 
{
	font-size:20pt;
	font-weight:bold;
	font-style:italic;
}
.errorMessage 
{
	font-size:8pt;
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
}
.inputText2
{
	background-image: url('images/fundoinput2.jpg');
	background-repeat:repeat-x;
	font-size:10pt;
	font-family:Arial;
	height:17px;
	border: 1px solid #D4D9DC ;
	padding: 0 1px ;
}
.inputText 
{
	background-image: url('images/fundo_inputtext.gif');
	background-repeat:repeat-x;
	font-size:10pt;
	font-family:Arial;
	height:16px;
	border: 1px solid #D4D9DC ;
	padding: 0 1px ;
}

.inputText_vazio
{
	background-image: url('images/fundo_textboxvazio.jpg');
	background-repeat:repeat-x;
	font-size:10pt;
	font-family:Arial;
	color:#967E42;
	height:16px;
	border: 1px solid #D4D9DC ;
	padding: 0 1px ;
}

.textArea 
{
	background-image: url('images/fundo_textarea.gif');	
	font-size:10pt;
	font-family:Arial;
	height:16px;
	border: 1px solid #D4D9DC ;
	padding: 0 1px ;	
}

.textArea_vazio
{
	background-image: url('images/fundo_textareaboxvazio.jpg');
	color:#967E42;
	font-size:10pt;
	font-family:Arial;
	height:16px;
	border: 1px solid #D4D9DC ;
	padding: 0 1px ;
}

.botao 
{
	background-image: url('images/fundo_inputtext.gif');
	font-size:10pt;
	font-family:Arial;
	height:22px;
	border: 1px solid #D4D9DC ;
	padding: 0 1px ;
}


.botao_azul
{
	background-image: url('images/fundo_botao_azul.gif');	
	color:#FFFFFF;
	font-size:10pt;
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
	height:22px;
	border: 1px solid #D4D9DC;
	padding: 0 1px;
	text-align: center;
}

A.linkPreto:link
{
	color:Black;
	text-decoration:none;
	font-size:8pt;	
}
A.linkPreto:visited
{
	color:Black;
	text-decoration:none;
}
A.linkPreto:hover 
{
	color:Black;
	text-decoration:underline;	
}

.grid_linha 
{
	background-image:url('images/fundo_grid_linhas.gif');
	background-repeat:repeat-x;
	border:5px solid #FF0000;
}

.grid_topo
{
	background-image:url('images/topogrid_.jpg');
	background-repeat:repeat-x;	
}

.grid_rodape
{
	background-image:url('images/topogrid_2.jpg');
	background-repeat:repeat-x;	
}

.modalPopup 
{
	background-image:url('images/fundo_modalpopup.jpg');
	background-repeat: repeat;
}

.modalBackground 
{
	background-color:#ABD5F9;
	filter:alpha(opacity=70);
	opacity:0.7;
}