
body {
	background-color: #e5e7e4;
	margin: 0 auto;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #28166f;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #0093dd;
	border: none;
}

td {
	font-size: 11.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

th {
	font-size: 12px;
	font-weight: bold;
	
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 1px solid #808080;
}

td.bordatopo {
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top: 1px solid #808080; 
	border-bottom-width: 1px;
}

div.pagina {
	width: 780px;
	position: relative; 
	left: 50%;
	margin-left: -390px;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

div.banner-planejamento {
	height:	42px;
	margin: 0px; 
	padding: 0px;
}

div.banner-sistema {
	height:	94px; 
	margin: 0px;
	padding: 0px;
}

div.canto-esquerdo {
	float: left;
	width: 9px;
	margin-bottom: auto;
	background-image: url('../imgs/img_layout_17.jpg');
}

div.canto-direito {
	float: right;
	width: 9px;
	margin-bottom: auto;
	background-image: url('../imgs/img_layout_19.jpg');
}

div.miolo {
	width: 762px;
}

div.barra-topo {
	height:	9px;
	background-image: url('../imgs/canto-bar-backtop.jpg');
}

div.barra {
	margin-bottom: auto;
	background-image: url('../imgs/canto-bar-back.jpg');
}

div.barra-texto {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

div.barra-bottom {
	height:	9px;
	background-image: url('../imgs/canto-bar-backbot.jpg');
}

div.topo-branco {
	height:	9px;
	background-image: url('../imgs/img_layout_14.jpg');
}

div.miolo-branco {
	margin-bottom: auto;
	background-image: url('../imgs/fundo-miolo.jpg');
	background-color: #FFFFFF;
}

div.bottom-branco {
	height:	9px;
	background-image: url('../imgs/img_layout_23.jpg');
}

div.texto-pagina {
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

div.rodape {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul#icons {
	margin: 0; 
	padding: 0;
}

ul#icons li {
	margin: 2px; 
	position: relative; 
	padding: 4px 0; 
	cursor: pointer; 
	float: left; 
	list-style: none;
}

ul#icons span.ui-icon {
	float: left; 
	margin: 0 4px;
}

.botaomenu {
	font-size: 11px;
	font-weight: bold;
}

.botao {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputtexto {
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../imgs/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.ui-autocomplete-loading {
    background: white url("../imgs/ui-anim_basic_16x16.gif") right center no-repeat;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]:after {
  display: none;
  position: absolute;
  top: -5px;
  padding: 5px;
  border-radius: 3px;
  left: calc(100% + 2px);
  content: attr(data-tooltip);
  white-space: nowrap;
  background-color: #0095ff;
  color: White;
}

[data-tooltip]:hover:after {
  display: block;
}