body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#site{
	width:100%;
	margin:0px 0px 0px 0px;
	background-image: url(../img/layout/filet_logo.gif);
	background-repeat:repeat-x;
}
#header{
	width:910px;
	height:154px;
}
#header_logo{
	width:376px;
	height:154px;
	float:left;
}
#header_menu{
	width:534px;
	height:75px;
	margin-top:79px;
	float:left;
	text-align:right;
}
#content{
	width:900px;
	margin-left:10px;
}
#footer{
	width:900px;
	height:60px;
	margin-top:30px;
	margin-left:10px;
}
#footer_menu{
	width:900px;
	height:25px;
	padding-top:5px;
	border-bottom:dotted 1px #a5a5a5;
}
#footer_copy{
	width:450px;
	height:25px;
	padding-top:5px;
	float:left;
	text-align:left;
}
#footer_assina{
	width:450px;
	height:25px;
	padding-top:5px;
	float:left;
	text-align:right;
}
/******CSS PARA ELEMENTOS******/
#barra_titulo{
	padding:5px;
	text-align:left;
	background-color:#99cc00;
	color:#ffffff;
}
#barra_titulo_mensagens{
	padding:10px;
	background-color:#99cc00;
	color:#ffffff;
}

/******* CSS para ver thumbnails (no onmouseover) *******/
.thumbnail{
	position: relative;
	z-index: 1;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{
	position: absolute;
	background-color: #fff;
	padding: 5px;
	left: -1000px;
	border: 1px dotted #a5a5a5;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{
	visibility: visible;
	top: 0;
	left: 40px;
}
/******CSS PARA INPUT******/
.input_pesquisa{
	BORDER: solid 1px #a5a5a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:10px;
	height:40px;
	width:498px;
	color: #666666;
}
.input{
	BORDER: solid 1px #a5a5a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:22px;
	width:300px;
	color: #666666;
}
.button{
	border:0px;
	background-color: #99cc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 22px;
	width: auto;
}
/****************************************************************************/
/* CSS para mensagens de confirmação [popup] */
/****************************************************************************/
.jqifade {
	POSITION: absolute; BACKGROUND-COLOR: #fff
}
DIV.jqi {
	PADDING: 10px 10px 10px 10px; WIDTH: 450px; POSITION: absolute; BACKGROUND-COLOR: #a5a5a5; TEXT-ALIGN: left
}
DIV.jqi .jqiclose {
	FLOAT: right; MARGIN: -35px -10px 0px 0px; CURSOR: pointer
}
DIV.jqi .jqicontainer {
	PADDING: 5px 5px 5px 5px; FONT-family: Arial; font-size:13px; COLOR: #ffffff; BACKGROUND-COLOR: #fff
}
DIV.jqi .jqimessage {
	PADDING: 10px 10px 10px 10px; BACKGROUND-COLOR: #99cc00
}
DIV.jqi .jqibuttons {
	PADDING: 5px 0px 0px 0px; TEXT-ALIGN: center;
}
DIV.jqi BUTTON {
	PADDING: 3px 10px 3px 10px; color:#ffffff; MARGIN: 0px 10px; BACKGROUND-COLOR: #99cc00;border:0px;
}