/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image:url(../_images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

vbody, span, div, b, center, text, select, textarea, input, strong, p, a { 
	font-size: 11px;
	font-family: trebuchet ms, tahoma, sans-serif;
	color: #000000;
	line-height: 15px;
	text-decoration:none;
}

body,text, td {
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}

#chamada {
	margin: 10px 25px 0px 20px;
	text-align: left;
	height: 92px;
	overflow:hidden;
	width: 140px;
}

#dvPesquisa {
	text-align:left;
	margin: 5px 0px 0px 5px;
	height: 50px;
	overflow:hidden;
}

#saibaMais {
	margin: 5px 25px 0px 20px;
	overflow:hidden;
	text-align: right;
	width: 140px;
}

a.saibaMaisAzul{
	color: #3374E8;
	text-decoration:underline;
}

a.saibaMaisVerde{
	color: #207556;
	text-decoration:underline;
}

a.saibaMaisLilas{
	color: #CC7CF9;
	text-decoration:underline;
}

#eventos {
	margin: 5px 0px 0px 10px;
	width: 160px;
}

.dataEvento{
	margin: 10px 0px 0px 0px;
	color: #F21325;
	font-weight: bold;
	display:block;
}

.chamadaEvento{
	margin: 10px 0px 0px 0px;
	color: #000000;
	text-align: justify;
	display:block;
}

.localEvento{
	margin: 10px 0px 0px 0px;
	color: #818181;
	display:block;
	text-align: justify;
}

.campos{
	width:302px;
	height:20px;
	font-size:12px;
	color: #000000;
	border-width: 1px;
	border-color: #666666;
}
.opa{
	filter: alpha(opacity=70);
    -moz-opacity:.7;
    opacity:.7;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	overflow-y:hidden;
	overflow-x:hidden;
	z-index:100;
}

.camposTexto{
	width:350px;
	height:150px;
	font-family:Trebuchet MS;
	font-size:9px;
	color: #000000;
	border-width: 1px;
	border-color: #666666;
}

.divisao {
	width:95%;
}

.txtUsuario {
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	width: 100px;
	margin-top:16px;
	margin-right:20px;
}

.txtSenha {
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	width: 100px;
	margin-top: 8px;
	margin-right: 18px;
}

#dvUsuario{
    width:195px;
	height:36px;
	background-image:url(../_images/faeli-home_04.jpg);
	text-align: right;
}


#fundo{
	position:absolute;
	top: 0;
	left: 0;
	background-color:#333333;
	filter: alpha(opacity=70);
    -moz-opacity:.7;
    opacity:.7;
	margin:0px;
	z-index: 10;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	display: none;
}

#popup
{
	position: absolute;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-color:#FFFFFF;
    width:544px;
    height: 330px;
    margin-left:-272px;
    margin-top:-165px;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: none;
    overflow: hidden;
}

#tituloNoticiaPopup{
	color: #F51B1A;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 25px;
	line-height:25px;
}

