@charset "utf-8";
/* CSS Document */

/*JQuery CSS*/
#screenshot{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

/*PROTECAO PARA A DIV DO MENU DE SITES*/
div#protecao
{
	border:0px solid #000;
	background: url("http://www.febnet.org.br/includes/protecao.jpg") center top no-repeat;
	width:199px; height:17px;
	margin-top: -8px;
	position: absolute; top:8px;
	left: 54.5%;
}

/* DIV DO MENU DE SITES */
div#siteFeb{
	background: url("http://www.febnet.org.br/includes/bg-caixa.gif") center bottom no-repeat;
	width: 199px;
	height: 143px;
	margin-top: -148px;
	position: absolute; top:9px;
	left: 54.5%;
	border: #000 solid 0px;
	color: #FFF;
	text-align: left;
}
html>body div#siteFeb{
	background: url("http://www.febnet.org.br/includes/bg-caixa.png") center bottom no-repeat;
	margin-top: -120px;
	height: 163px;
}
div#siteFeb ul{
	border:0px solid #000;
	padding-top:50px;
	padding-left:5px; margin-left:0;
	list-style:none;
}
html>body div#siteFeb ul{
	padding-top:20px; position:relative; top:10px;
}

div#siteFeb ul li a.screenshot
{
	border:0px solid #000;
	font-size:75%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	list-style:none;
	padding-left:10px; margin-bottom:2px; margin-top:3px;
	width:90%;
	display:block;
}

div#siteFeb ul li a.screenshot:hover
{
	color:#fff;
	text-decoration:underline;
	list-style:none;
	display:block;
}

/* links de abrir e fechar */
div#siteFeb p a#abrir, div#siteFeb p a#fechar{
	background:url("http://www.febnet.org.br/includes/seta-caixa-down.gif") right top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	list-style:none;
	padding-left:10px; padding-bottom:0; position:relative; top:10px;
	width:85%;
	display:block;
}
html>body div#siteFeb p a#abrir{
	top:10px;
}
div#siteFeb p a#fechar{
	background:url("http://www.febnet.org.br/includes/seta-caixa-up.gif") right top no-repeat;
	padding-left:40px; padding-bottom:0; position:relative; top:-5px;
	width:70%;
}
html>body div#siteFeb p a#fechar{
	top:10px;

}
