body { 
	margin:0; 
	padding:0;
	font: 12px 'Trebuchet MS', 'Arial';
	text-align: center;
	background: #cdcdcd;
	scrollbar-arrow-color: #5a5a5a;
	scrollbar-base-color: #f3f3f3;
	scrollbar-face-color: #f3f3f3;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-3dlight-color: #f3f3f3;
	scrollbar-track-color: #f3f3f3;
	scrollbar-darkshadow-color: #f3f3f3;
} 

img { border: 0px; }

.login {
	font: 14px 'Trebuchet MS', 'Arial';
	text-decoration: none;
	color: #fff;
	}

.campo_form_login {
	filter: alpha ( opacity = 50 );
	opacity: 0.5;
	-moz-opacity: 0.5;
    border: 1px solid #023357;
    font: bold 12px 'Trebuchet MS', 'Arial';
    color: #000;
}

.campo_form {
	border: 1px solid #023357;
    font: 12px 'Trebuchet MS','Arial';
    color: #000;
    background-color: #cccccc;   
}

.botao {
    font: 12px 'Trebuchet MS', 'Arial';
    color: #fff;
    background-color: #545454;   
    border: 0px solid #8f8f8f;
}

.botao_apagar {
   font: 12px 'Trebuchet MS', 'Arial';
   color: white;
   background-color: red;   
   border:0px solid #336600;
}

#tudo {
	width:1014px;
	position:relative;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}

#topo {
	width: 1014px;
	text-align: left;
	height: 32px;
}

#topo_e {
	background-image: url("../images/e.png");
	width: 16px; 
	height: 130px;
	float: left;
}

#topo_d {
	background-image: url("../images/d.png");
	width: 449px; 
	height: 130px;
	float: right;
	font: 12px 'Trebuchet MS', 'Arial'; 
	text-align: center;
}

#topo_meio {
	background-image: url("../images/f.png");
	width: 549px; 
	height: 129px;
	padding-top: 1px;
	float: left;
	font: 12px 'Trebuchet MS', 'Arial'; 
	text-align: center;
}

#logo {
	position: relative;
	top: 12px; 
	width: 350px; 
	height: 75px;
	padding-top: 1px;
	float: left;
}

#menu {
	position: relative;
	top: -40px; 
	left: 10px;
	float: left;
}

#menu_e {
	background-image: url("../images/menu/fd_e.png");
	position: relative;
	width: 8px;
	height: 32px;
	float: left;
}

#menu_m {
	background-image: url("../images/menu/fd.png");
	position: relative;
	width: 976px;
	height: 32px;
	float: left;
}

#menu_d {
	background-image: url("../images/menu/fd_d.png");
	position: relative;
	width: 8px;
	height: 32px;
	float: left;
}

#mensagem_topo {
	position: relative;
	top: -87px; 
	right: 15px;
	height: 32px;
	float: right;
	font: 12px 'Trebuchet MS', 'Arial'; 
	color: #ffffff;
	text-align: right;
}

#conteudo {
	top: 3px;
	width: 1014px;
	position: relative;
	text-align: left;
}

#menu_lateral{
	position: relative;
    top: -35px; 
	width: 180px;
	float: left;
}

#conteudo_principal{
	position: relative;
    top: -68px; 
	width: 834px;
	float: left;
}

.clear {
	clear: both;
}

#rodape_p{
	width: 1014px;
	height: 33px;
	position: relative;
	bottom: 0;
}

.rodape {
	font: 12px 'Trebuchet MS','Arial';
	color: #fff;
	text-align: center;
}

.linhasmenu {
	font: 12px 'Trebuchet MS', 'Arial'; 
    border-left: #000 dashed 1px;
    border-right: #000 dashed 1px;
	text-align: left;
	text-decoration: none;
	color: #000;
	}
	
.linhafinalmenu {
    border-left: #000 dashed 1px;
    border-right: #000 dashed 1px;
    border-bottom: #000 dashed 1px;
	}

.link {
	font: 12px 'Trebuchet MS', 'Arial'; 
	color: #545454;
	text-decoration: none;
	}
.link:hover {
	font: 12px 'Trebuchet MS', 'Arial'; 
	color: #545454;
	text-decoration: underline;
	}

.link_rodape {
	font: 12px 'Trebuchet MS', 'Arial';
	color: #fff;
	text-decoration: none;
	}
.link_rodape:hover {
	font: 12px 'Trebuchet MS', 'Arial';
	color: #fff;
	text-decoration: underline;
	}

.linklistagem {
	font: 12px 'Trebuchet MS','Arial';
	color: #fff;
	text-decoration: none;
	}
.linklistagem:hover {
	font: 12px 'Trebuchet MS','Arial';
	color: #545454;
	text-decoration: underline;
	}

#vista_toolbar {
float: left;
font: normal 12px 'Trebuchet MS', 'Arial';
margin: 0;
padding: 0;
}

#vista_toolbar ul {
background-repeat: repeat-x;
float: left;
line-height: 32px;
list-style: none;
margin: 0;
padding: 0 1px 0 1px;
width: 717px;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar a {
color: #FFF; 
float: left;
padding: 0 3px 0 3px; 
text-decoration:none;
}

#vista_toolbar a span {
display: block;
float: none;
padding: 0 2px 0 1px;
}

#vista_toolbar a span img {
border: none;
margin: 8px 4px 0 0;
}

#vista_toolbar a:hover{
background: url(../images/menu/left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(../images/menu/right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; 
}

.titulo {
	font: bold 14px 'Trebuchet MS', 'Arial';
	text-align: center;
	text-decoration: none;
	color: #000;
}

.titulomenu {
	font: 12px 'Trebuchet MS', 'Arial'; 
	height: 15px;
	text-align: center;
	color: #FFF;
	}

.titulolistagem {
	font: bold 12px 'Trebuchet MS','Arial';
	text-align: center;
	text-decoration: none;
    background-color: #545454;
	color: #fff;
	}

.titulolistagemapagar {
	font: bold 12px 'Trebuchet MS','Arial';
	text-align: center;
	text-decoration: none;
    background-color: red;
	color: #000;
	}

.titulolistagemlink {
	font: bold 12px 'Trebuchet MS','Arial';
	text-align: center;
	text-decoration: none;
    background-color: gray;
	color: #fff;
	}

.texto_direita {
	font: 12px 'Trebuchet MS', 'Arial';
	text-align: right;
	text-decoration: none;
	color: #000;
}

.texto_esquerda {
	font: 12px 'Trebuchet MS', 'Arial';
	text-align: left;
	text-decoration: none;
	color: #000;
}

.texto_centro {
	font: 12px 'Trebuchet MS', 'Arial';
	text-align: center;
	text-decoration: none;
	color: #000;
}

#div_escala_ftp{
	text-align: left;
	position: relative;
	height: 10;
	z-index:1; 
	background-color: #FF0000;
	float: left;
}

#div_numero_ftp{
	text-align: center;
	position: relative;
	height: 11;
	z-index: 5; 
}

