body {
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

div.quadro
{
}

p.erro
{
	color: red;
	font-weight: bold;
}

div.erro
{
	color: red;
	text-align: center;
	margin: auto;
}

div.msg
{
	margin: auto;
}

div.separador
{
	border-bottom: 3px dotted #AAAAAA;
	height: 2px;
	width: 100%;
}

p.titulo
{
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	background-image: url('../imagens/layout/img_titulo.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;	
}

input.invalido
{
	background-color: red;
	color: white;
}

p.rodape
{
	font-size: 10pt;
}

div.sucesso
{
	background-color:#DFF1FF;
	border:1px solid #008DC5;
	width:80%;
	font-weight:bold;
	text-align: center;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#loading 
{
	background: white;
	padding: 20px;
	border: 2px solid #6ABAEE;
	/*position: absolute;    
	left: 50%;
	margin-left: -100px;
	top: 50%;*/
	margin: 0 0;
	position: fixed;
	width: 200px;
	font-weight: bold;
	font-size: large;
	align: center;
}

p.msg
{
	color: blue;
	font-weight: bold;
}

td img {display: block;}body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titPagina {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	
}

.fontPadrao {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

p.chegou_mensagem
{
	text-align: right;
	color: red;
}

a.chegou_mensagem
{
	color: red;
}

p.sucesso
{
	color: #3355FF;
}

span.vermelho
{
	color: red;
}

span.verde
{
	color: green;
}

p.desbloquear_projeto
{
	color: #196585;
}

div.desbloquear_projeto
{
	width: 100%;
	background-color: #ebebeb;
	color: #196585;
}

div#projetos_bloqueados
{
	border: 1px dotted #DDDDDD;
}

div.menuButton
{
}

.mainTrButtons
{
	border: 1px solid black;
}

.mainTdButtons
{
	font-size: 11pt;
	font-style: italic;
	border: 1px solid #CAEFFF;
	width: 300px;
}

.mainTdButtonsOver
{
	border: 1px solid #CAEFFF;
	background-color: #CAEFFF;
	font-size: 11pt;
  font-style: italic;
  width: 300px;
}

.mainButtonDescription
{
	font-style: italic;
	font-size: 11pt;
}

ul.lista
{
	list-style-type: none;
}

ul.lista li
{
	background-color: #EFEFEF;
	padding: 10px;
}

ul.lista li p
{
	color: grey;
}

.caixa_localizacao
{
  padding: 4px;
}

.caixa_localizacao table
{
  border: 1px solid #000;
  background-color: #d4f1ff;
}
