@charset "utf-8";

a.menu:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
	text-decoration: none
}
a.menu:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
	text-decoration: none
}
a.menu:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
a.menu:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
	text-decoration: none
}

.botao { display: inline-block; background: url(../images/botao.gif) no-repeat; text-align: center; line-height: 24px; border: none; font-size: 15px; font-weight: bold; color: black; cursor: pointer; -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
.botao:hover { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; color: black; text-decoration: none; }
.botao:active { -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; position: relative; top: 1px; }

.textos_principal{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.fundo_principal {
	background:#FFF;
}

.forms {
	background-color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.box_caixa_restrito{ 
	width: 192px;
	height: 213px;
	background-image:url(images/layout/fundo_area_reservada.jpg);
	background-repeat:no-repeat;
}

/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background: #373737; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:2; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}