body {
 background-color: #fff;
 margin: 40px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 12px;
 color: #4F5155;
}

table {
 font-size: 12px;
}


a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

.ulInicio { list-style: none; }

.divInicio { width: 500px; }

.divCadastro { width: 800px; }

.divCadastro label {
	line-height: 30px;
    width:170px;
	float: left;
    padding-left:5px;
    margin:5px;
    color:#003;
	border-bottom: 1px #ccc solid;
	vertical-align: top;
}

.divCadastro input,select{
	line-height: 30px;
	
}

.divCadastro br{ clear: left; }

.divCadastro ul { list-style: none; }

div.erro {
	display: block;
	width: 400px;
	background-color:#C30;
	border: solid 2px red;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 15px;
	color: white;
}

div.resultado {
	display: block;
	width: 400px;
	background-color:#1B0FFF;
	border: solid 2px blue;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 15px;
	color: white;
}

label.error { 
	float: none; 
	clear: both;
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	border: none;
	font-size: -0.2em;
	display: none;
}

ul.menu_itens {
	line-height: 25px;	
}

#alteracaoSenha {
	display: none;
	float: right;
	width: 300px;
	padding: 10px;
	border: solid 1px #900;
}

#alteracaoSenha th {
	font-size: 0.8em;
	text-align: right;	
}

#lembrarSenha {
	margin-left: 10px;
	color:#069;
	font-size:10px;	
	cursor: pointer;
}

fieldset.form1 legend {
	font-size: 14px;
	font-weight: bold;
	color:#000; /* IE styles legends with blue text by default */
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
fieldset.form1 {
	border:1px solid #dedede;
	margin-top: 15px;
}
fieldset.form1 div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
}
fieldset.form1 div {
	display:block; 
	margin-top: 10px;
} 
fieldset.form1 label {
	float:left;
	width:12em;
	text-align: right;
	margin-right: 5px;
}

.radio {
	position:relative; /* Position so children are relative to this container */
	border:0; /* Remove the border */
}
.radio span {
	position:absolute; /* Take the content of the legend out of flow */
	top:0;left:0; /* and position it to the top left of the fieldset */
	width:5em; /* Same width as labels */
}
.radio ul {
	margin-left:5em; /* Since the legend is out of flow. set margin, so inputs are inline */
	list-style:none; /* Dont want bullets */
}
.radio li {
	position:relative; /* Fix a bug in IE zoom functionality */
	display:inline; /* Display the inputs in a line */
	white-space:nowrap; /* We dont want a label to wrap between the input and label */
	margin-left:20px;
}
.radio label, .radio input {
	width:auto; /* Reset the width on the label from the 5em, set earlier */
	float:none; /* Reset the float from left on the label, set earlier */
	vertical-align:middle; /* Align the radio buttons with the inputs */
}

.caixaErro {
	color:red;
	padding: 10px;
	border: solid 1px red;
	margin: 5px;
	display: block;
	width: 300px;
	text-align: center;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.caixaOk {
	color:green;
	padding: 10px;
	border: solid 1px green;
	margin: 5px;	
	display: block;
	width: 300px;
	text-align: center;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.caixaArquivo {
	
	padding: 10px;
	border: solid 1px gray;
	margin: 5px;	
	display: block;
	width: 300px;
	text-align: center;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	cursor: pointer;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	clear: right;
}
.caixaArquivo img {
	float:left;
}

.caixaArquivo span {
	margin-left: 40px;
	color:black;
	font-weight: bold;
}

.caixaEsquerda {
	float:left;
	margin-top:0px !important;
	min-width:250px;
	padding: 5px;
}

.caixaDireita {
	margin-top:0px !important;
	min-width:250px;
	padding: 5px;
}

.textoPreservado {
	white-space:pre-wrap;
	display:block;
}

.linha0 {
    background-color:#ccc;	
}
.linha1 {
    background-color:#fff;	
}

.spInfo{
	font-size: 10px;
	font-style:italic;
	color:#999;
}