@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #000033;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
.rodape {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.cabecalho {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.opcoes {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.itens {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.cadastros {
	border: 1px solid #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menu_principal {
	color: #FFFFFF;
}
.menu_principal:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.botoes_itens {
	background-color: #006699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	width: 60px;
}
.text_align_right {
	text-align: right;
}
.alerta {
	background: #F00;
	width: 600px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -300px;
	background-color: #225485;
	display:none;
}

.conciliar {
    background: #F00;
	width:700px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-300px;
	background-color: #225485;
	display:none;
	//visibility:hidden;
}
#back {
	opacity: 0.7;
	filter:alpha(opacity=70);
     -moz-opacity:0.7;
     -webkit-opacity:0.7;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
}
#Mensagem {
	position:fixed;
	width:300px;
	height:100px;
	background-color:#DDD;
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-150px;	
}
#frm_nota thead th {
	background:#003973;
	background-color:#003973;
	color:#FFF;
	font-weight:bold;
}
#frm_nota table {
	width:100%;
}
#frm_nota {
	position:absolute;
	width:400px;
	top: 50%;
	left: 50%;
	margin-top:-100px;
	margin-left:-200px;
	background-color:#F3F3F3;
	border: #666 thin solid;
}
#frm_nota td {
	text-align:center;
}
#frm_nota input {
	width:98%;
}
#frm_nota select {
	width:98%;
}

#frm_erro thead th {
	background:#C60000;
	background-color:#C60000;
	color:#FFF;
	font-weight:bold;
}
#frm_erro table {
	width:100%;
}
#frm_erro {
	position:absolute;
	width:400px;
	top: 50%;
	left: 50%;
	margin-left:-200px;
	background-color:#F3F3F3;
	border: #666 thin solid;
}
#frm_erro td {
	text-align:center;
}
#frm_erro input {
	width:98%;
}