@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
	margin: 0px;
	padding: 50px 0px 50px 0px;
	background-image: url(../img/fndpage.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

li{
	list-style-image:url(../img/circle.jpg);
	font-size: 1.4em;
	line-height: 1em;
}
/* //-----------------------------------------------Estrutura----------------------------------------------// */
#Container{
	text-align:center;
}

#Container #Content{
	width: 997px;
	border: solid 1px #CCCCCC;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#Content {
	margin: 0px;
	padding: 0px;
}
#Content #Top{
	border-bottom: solid 1px #CCCCCC;
	height: 110px;
}

#Content #Top #Top_band1 img{
	text-align:left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#Content #Top #Top_band2{
	background-image:url(../img/rostos.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#Content #Banner1{
	background-color: #ECECEC;
	height: 110px;
	border-bottom: solid 1px #CCCCCC;
}

#Content #Body{
	display:table;
}

#Content #Body #col_1{
	width: 270px;
}

.MenuTitulo{
	padding-left: 30px;
	text-align:left;
	color:#CCCCCC;
	font-size: 1.2em;
	font-weight:bolder;
	line-height: 1.2em;
}

.MenuItem {

	text-align:left;
	color:#CCCCCC;
	font-weight:bolder;
	line-height: 1.2em;
	text-decoration:none;
}


.MenuItem a{

	text-align:left;
	color:#CCCCCC;
	font-size: 1.4em;
	font-weight:bolder;
	line-height: 1.2em;
	text-decoration:none;
}

.MenuItem a:hover{
	color:#666666;
}

.txtTitulo{
	text-align:left;
	color:#FFFFFF;
	font-size: 1.6em;
	line-height: 1.2em;
	text-decoration:none;	
}

.Titulo{
	text-align:left;
	color:#999999;
	font-size: 1.6em;
	line-height: 1.2em;
	text-decoration:none;
}

.Spacer{
	border-bottom: solid 1px #CCCCCC;
	height: 25px;
}

#Content #Body #col_2{
	width: 530px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

#Content #Body #col_2 #Banner2{
	height: 75px;
	width: 529px;
}

#Content #Body #col_2 #Banner3{
	height: 100px;
	width: 529px;
	background-color:#990000;
	margin-bottom: 30px;
	*margin-bottom: 0px;
}

#Content #Body #col_2 #Text{
	text-align: left;
	padding: 10px;
	margin-top: 30px;
}

#Content #Body #col_3{
	width: 195px;
	background-color: #E5E5E5;
}

#Content #Body .legend{
	background-color:#CC0000;
}

#Content #Body .legend a{
	font-size: 1.2em;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	height: 15px;
}

.img{
	background-color:#FFFFFF;
	border: solid 1px #DDDDDD;
	padding: 3px;
	width:150px;
	height:60px;
}
/* //------------------------------------------------------------------------------------------------------// */

/* Css para menu admin */
.xTB_Button_On, .xTB_Button_Off
{
	border: #eeeeee 1px solid;
	height: 20px;
}

.xTB_Button_On
{
	border-color: #316ac5;
	background-color: #c1d2ee;
}

.xTB_Button_Off
{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	background-color: #eeeeee;
}

div.BoxMenuAdm
{
	position: absolute;
	width: 150px;
	border: 1px solid #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
}

.TituloMenuAdm
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}

.ItemMenuAdm
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	background-color: #EEEEEE;
	color: #000000;
	padding: 2px 2px 2px 2px;
	margin: 1px 0px 0px 0px;
}

.MenuGerConItem 
{
	display: none;
	position: absolute; 
	border: 1px solid #8F8F73; 
	background-color: #FFFFFF; 
	padding: 2px;
}

.IconMenuGerConItem
{
background-color: #E3E3C7; 
height: 22px; 
width: 22px; 
display: inline;
}

.TextMenuGerConItem
{
height: 22px; 
font-family: Tahoma; 
font-size: 10pt; 
padding-left: 5px; 
padding-right: 5px; 
line-height: 18px;
display: inline;
white-space: nowrap;
}

a:hover {text-decoration: underline; color: #333333; font-size:12px;}
a:link {text-decoration: none; color: #333333; font-size:12px;}
a:visited {text-decoration: none; color: #333333; font-size:12px;}
a:active {text-decoration: none; color: #333333; font-size:12px;}

.tabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
/* Fim do css para o menu admin */
