﻿.cantoSuperiorDireito
{
  background: transparent url(images/TR.png) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}
.cantoSuperiorEsquerdo
{
	background: transparent url(images/TL.png) no-repeat 0 0;			
	width:24px;
	height:30px;
}
.cantoInferiorDireito
{
  background: transparent url(images/BR.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}
.cantoInferiorEsquerdo
{
  background: transparent url(images/BL.png) no-repeat 0 0;			
  width:24px;
  height:40px;
}
.bordaSuperior
{
  background: transparent url(images/T.png) repeat-x 0 0;			
  height:30px;
}
.bordaInferior
{
  background: transparent url(images/B.png) repeat-x 0 0;			
  height:40px;
}
.bordaEsquerda
{
  background: transparent url(images/L.png) repeat-y top left;			
  width:16px;
}
.bordaDireita
{
	background: transparent url(images/R.png) repeat-y top right;			
	width:16px;	  
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:black;
}

.input{
	font-size:10px;
}

.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}
.resultados {
	color:white;
	font-family:Verdana, sans-serif; 
	font-size: 11px;
	width: 231px;
	height: 300px;
	overflow-y: auto;
}

.mapa{
	border:1px;
	border-color:black;
	position:relative; 
	width:850px; 
	height:400px;
	z-index:-1px;
}

.SubHeadTitulo{
	color:white;
	font-family:Verdana, sans-serif; 
	font-size: 10px;
	font-weight:bold;
}
.SubHead{
	color:white;
	font-family:Verdana, sans-serif; 
	font-size: 10px;
	font-weight: normal;
}

.TabelaFormulario
{
	background-image:url(fundo.png);
	background-repeat:repeat-x;
	color:white;
	font-family:Verdana, sans-serif; 
	font-size: 10px;
	font-weight:bold;
}

.TabelaFormularioNO
{
	background-image:url(fundo2.png);
	background-repeat:repeat-x;
	color:white;
	font-family:Verdana, sans-serif; 
	font-size: 10px;
	font-weight:bold;
}

.TabelaResultados
{
	background-image:url(fundo.png);
	background-repeat:repeat-x;
	color:white;
	font-family:Verdana, sans-serif; 
	font-size: 10px;
	
}