body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
}
span.info {
  font-style: italic;
  text-align: center;
}
div.quadroprincipal {
  border: solid 2px #003399;
  background-color: CornflowerBlue;
  padding: 1px;
  width: 700px;
  margin: auto;
}
div.quadrorodape {
  background-color: LightSteelBlue;
  padding: 1px;
  width: 600px;
  margin: auto;
}
div.tituloprincipal {
  background-color: SteelBlue;
  color: white;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}
div.quadro {
  border: solid 1px #003399;
  background-color: LightSteelBlue;
  margin: 5px;
  padding: 3px;
}
div.botoes {
  margin: 5px;
}
div.titulo {
  background-color: #003399;
  color: white;
  font-size: 12pt;
  padding: 3px;
}
div.conteudo {
  padding: 10px;
}
table.dados {
	border: solid 1px #003399;
	border-collapse: collapse;
	width: 100%;
	padding: 3px;
}
table.dados tr th
, table.dados tr td {
	border: solid 1px #003399;
	padding: 3px;
}
table.dados tr th {
	background-color: SteelBlue;
	color: White;
}
table.dados tr.alt td {
	background-color: #B7D5AB;
}
table.campos 
{
	border: 0;
	width: 100%;
	padding: 3;
	font-weight: bold;	
}
A,A:visited {
	color: DimGray;
}
A:hover{
	color: DimGray;
}
.destaqueErroValidacao {
	background-color: #ffff99
}
.modalBackground {
	background-color: whitesmoke;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.campos {
	border:solid 1px #999999;
	background-color:#EEEEEE;
	color:#666666;
	font-family:Verdana;
	font-size:10px
}
.textbox_image {
    background-image: url(Images/bg.png);
}
.linha
{
	font-size: 10pt; 
	color: #003366;
	text-align:center;
	font-weight: bold;
	padding-top: 6px;
}
.linhaTxt
{
	/*margin-left: calc(50% - 90px);*/
	clear: both;
}
.pulaLinha{
	padding-bottom: 6px;
}
.login_txt{
	width: 180px;
	padding: 3px;
	font-weight: 500;
}
.btn_acessar{
	font-weight: 500 !important;
	background-color: #003399 !important;
  border-color: #002d88 !important;
}
.btn_acessar:hover{
	font-weight: 500 !important;
	background-color: #003399bd !important;
  border-color: #002d88bd !important;
}