@CHARSET "ISO-8859-1";

body, a, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a{
	text-decoration: none;

	color: #0563A9;
}

body {
	font-size: 0.8em;
}

table {
	border: 1px solid #0F4C6F;
	border-collapse: collapse;
}

a:visited{
	color:#0F4C6F;
}

a:hover{
	color: #87CEFA;
}

tr, td, th {
	border: none;
	padding: 2px 5px;
}

td.centro{
	text-align: left;
	}

tr.even {
	background-color: #DDE;
}
th {
	background-color: #0F4C6F;
	color: #FFF;
}

fieldset {
	border: none;
}

.semBorda{
	border: none;
	}
	
#semBorda{
	border: none;
}
	
.inputFile {
	width: 20px;
	height: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/buttons/upload.png") no-repeat;
	z-index: 1;
	padding-top: -20px;
}

.inputFile input{
	width: 15px;
	line-height: 15px;
	position: absolute;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	z-index: 1;
}

.inputFile:hover{
	cursor: pointer;
}

.inputFile input[type="file"] {
     cursor: pointer;
}
  

.tree {
	border: none;
	background: url("../images/buttons/tree.png") no-repeat 4px;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
	border: none;
	padding-left: 18px;
}

.coluna_1,
.coluna_2{
	display: inline-table;
	margin-left: 30px;
}
.coluna_1_not_space,
.coluna_2_not_space{
	display: inline-table;
	margin-left: 1px;
}

.print,
.delete,
.delete1,
.download,
.apagar,
.historico,
.confirm,
.lista,
.new,
.cancel,
.plus,
.subtract,
.editar {
	border: none;
	background: none;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	border: none;
}

.div_esq { 
	float: left;
}
.div_dir { 
	float: right;
	margin-left: 5px;
}

.print {
	background-image: url("../images/buttons/printer.png");
	text-decoration: none;
}

.delete {
	background-image: url("../images/buttons/delete.png");
	text-decoration: none;
}

.delete1 {
	background-image: url("../images/buttons/delete.png");
	text-decoration: none;
}

.confirm {
	background-image: url("../images/buttons/check.png");
	text-decoration: none;
}

.cancel {
	background-image: url("../images/buttons/cancel.png");
	text-decoration: none;
}


.download{
	background-image: url("../images/buttons/download.png");
	text-decoration: none;
}

.editar {
	background-image: url("../images/buttons/edit.png");
	text-decoration: none;
}

.plus {
	background-image: url("../images/buttons/plus.png");
	text-decoration: none;
}

.subtract {
	background-image: url("../images/buttons/subtract.png");
	text-decoration: none;
}

.apagar {
	background-image: url("../images/buttons/no.png");
	text-decoration: none;
}

.historico {
	background-image: url("../images/buttons/history.png");
	text-decoration: none;
}

.lista {
	background-image: url("../images/buttons/lista.png");
	text-decoration: none;
}

.new {
	background-image: url("../images/buttons/novo.png");
	text-decoration: none;
}

.erro, .sucesso {
	margin: auto; 
	padding: 3px 0px;
	margin-bottom: 10px;
	min-width: 40%;
	max-width: 50%;
	color: white;
	text-align: center;
}
.erro {
	background: #E83209;
}
.sucesso {
	background: #317B04;
}

.msgOperacao{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;	
	display: block;
}

.links_inferior{
	padding-top: 20px;
}

.links_superior{
	padding-bottom: 20px;
}

.validationError {
	font-size: 1em;
	color: #E83209;
}

#incompativel{
	color: #0F4C6F;
	font-style: italic;
}

.observacao{
	background: #F00;
	color: #FFF;	
}

.atencao{
	color: #F00;
}

.file-wrapper {
  cursor: default;
  display: none;
  z-index: 0;
}
.file-wrapper input {
  cursor: default;
  display: none;
  z-index: 0;
}
.file-wrapper .button {
  cursor: default;
  display: none;
  z-index: 0;
}

.file-wrapper1 {
  cursor: default;
  display: none;
  z-index: 0;
}
.file-wrapper1 input {
  cursor: default;
  display: none;
  z-index: 0;
}
.file-wrapper1 .button {
  cursor: default;
  display: none;
  z-index: 0;
}



/* MALO */

.div_guarnicao{
	height: 180px; 
	width: 900px; 
	font-size: 12px; 
	overflow: auto; 
	border: 1px solid #0F4C6F;
}

table#listaGuarnicao,
table#listaOrdenada {
	border: none;
}

table#listaOrdenada td,
table#listaGuarnicao td {
	border-bottom: 1px solid #0F4C6F;
}

table {
	 border-collapse: separate; 
}
table tr {
	 margin: 0; padding: 0; 
}

tr th {
	text-align: left;
}

div.boxDadosTabulados {
	 overflow: auto;
	 border: 1px solid #0F4C6F; 
	 width: 100%; height: auto;
}	