/* CSS Document */

body,td,th,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#015A82;
}
form {padding:0px; margin:0px;}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#conteudo {
	width:100%;
	height:100%;
	background:#015A82 url(assets/imagens/back_notafacil.jpg) no-repeat bottom right;
}

#logo {
	float:left;
	width:30%;
}
#debug {
	padding:15px;
	color:#003c57;
}

#ferramentas {
	float:right;
	color:#CCCCCC;
	text-align:right;
	margin:15px;	
	font-size:10px;
}

.fonteCinza {
	color:#999999;
}

.nota {
	position:absolute;
	background-color: #FFCC00;
	background:#FFCC00 url(assets/imagens/back_nota.jpg) repeat-x bottom;
	padding: 5px;
	width:150px; 
	height:110px;
	/* visibility:hidden; */
}

.editarNota {font-size: 9px; color:#947705;}

.textareaEditar {
	background-color:#f8e38d;
	width:100%;
}

.branco a {
	color:#E4E4E4;
}

.titulo {
	font: normal 20px/25px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	color: #000000;
}

#centro {
	position:absolute;
	left:50px;
	top:100px;
	z-index:1;
	background-color: #FFFFFF;
	padding:10px;
	z-index:1;
	width: 440px;
}

.fonte9px {
	font-size:9px;
	color:#999999;
}

#semNotas {
	position:absolute;
	left:124px;
	top:50px;
	width:327px;
	height:128px;
	z-index:1;
}

