/* CSS Document */

html, body, div, p, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	}

body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

  body	{
	background-image: url(../gif/background.gif);
	background-repeat: repeat-y;
	background-position: center;
  }


/* - - BARRA DE ROLAGEM - - */
BODY {
scrollbar-face-color: #EADF35;
scrollbar-highlight-color: #F7F796;
scrollbar-3dlight-color: #7C7C04;
scrollbar-darkshadow-color: #B4AA02;
scrollbar-shadow-color: #E4E42E;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #C2C0A7;
}

/* - - FONTES - - */

.title { font-size: 20px;
		 color: #999999;
	}

.red { color: #FF0000;

	}

.cinza_escuro { color: #585858;

	}
	

/* - - LINKS - - */

a {	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
}
a:visited	{	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {	font-size: 11px;
	font-family: Tahoma;
	color: #5A5A57;
	text-decoration: none;
	font-weight: normal;
}
a:active {	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;

}

	/*===Menu Principal===*/
	#menu { width:130px; text-align:left; padding:10px 0 0 0px !important; padding:10px 0 0 0; height:250px; }
	#menu ul { list-style:none; border-bottom: 1px solid #E9E9E9; margin-left:0px; width:130px; }	
	#menu li a { background:url('../jpg/bg_menu.jpg') no-repeat bottom right; padding:0 0 0 0px; line-height:26px; display:block; width: 130px; color:#444; font-size:11px; }
	#menu li a:hover { background:url('../jpg/bg_menu.jpg') no-repeat top right; text-decoration:none; }
	

/*===Abre Pop-up para Informações do Link===*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 200px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

