﻿.formulario {
	font-family: arial;
	font-size: small;	
	font-style: normal;
	font-weight: bold;
	width: 640px;
}

.formulario div {
	float: left;
	border: 0px;
	margin-top: 8px;
	margin-right: 6px;
}

.formulario input {
	border: 1px solid;
}

.formulario a {
	text-decoration: none;
}

.formulario a:hover  {
	background-color: transparent;
}

.detalhe {
	font-family: arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	border: 1px solid black;
	background-color: #E7E7E7;
	width: 580px;
	padding: 8px 8px 8px 8px;
}

.detalhe div {
	float: left;
	margin-top: 8px;
	margin-right: 6px;
}

.detalhe input {
	border: 1px solid;
}

.textocaixaalta {
	text-transform: uppercase;
}

.textoalinhadodireita {
	text-align: right;
}

.checkbox input {
	Border: 0px;
}

.janelamodal {
	margin-top: 6px;
	margin-left: 4px;
	padding: 8px;
	display: table;
	background-color: #EFF6FC;
	border: 1px solid #75A4D2;
	float: left;
	font-family: arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: 440px;
	height: 342px;
}

.janelamodal h2 {
	margin-top:0;
	padding-bottom:4px;
	font-size:20px;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	border-bottom: 1px solid #005496;
}

.janelamodal a {
	font-family: arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.janelamodal input {
	border: 1px solid;
}

.gridvazia {
	color: #284775;
	background-color: #F7F6F3;
	width: 640px;
	height: 80px;
	text-align: center;
	border: 2px solid #284775;
}

.mensagem {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	/*	
	position:absolute;
	top:40%;
	left:40%;
	border:2px solid lightsteelblue;
	background-color: red;
	height:50px;
	width:250px;
	text-align:center;
	*/
}


/* Estilos usados no controle MaskEdit */
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/* JANELA MODAL */
.Modal
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	border: 2px solid; 
}