/* CSS Document */

/* NOVO menu de nevegação de acesso restrito */

.box-link {
	width: 200px;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}
	
/* FIM */


/*MENU ATUAL de navegação principal do painel de acesso restrito */
#base-menu-restrito{
	width: 213px;
	height: overflow;
	float: right;
	margin-right: 15px;


	/*width: 213px;
	height: overflow;
	float: left;
	margin-left: 13px;*/
	}

#borda-top-menu {
	width: 213px;
	height: 68px;
	float:	left;
	background: url(../images/borda-top-menu.png) no-repeat;	
	}

.titulo-painel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;
	text-align: center;
	padding-top: 10px;
	}
	
#fundo-conteudo-central{
	width:	210px;
	margin-top:	-18px;
	margin-left: 1px;
	margin-right: 1px;	
	height:	overflow;
	float:	left;
	background: url(../images/fundo_area_restritra.png) repeat-x right;
	}	

#borda-bottom-menu{
	width: 213px;
	height:	15px;
	float:	left;
	background: url(../images/borda-bottom-menu.png) no-repeat;
	}

/*Fundo interno do menu - Area branca*/
#borda-interna{
 	width: 202px;
	height:	overflow;
	float: left;
	margin-top: -14px;
	padding-left: 4px;
	}

#borda-interna-top{
	width: 202px;
	height: 11px;
	float:	left;
	background: url(../images/fund-interno-top.png) no-repeat;
	}
	
#borda-interna-fundo{	
	width: 202px;
	float: left;
	background: url(../images/fund-interno-meio.png) repeat-y;
	margin-bottom: 0px;
	padding-bottom:0px;
	
	
	}

#borda-interna-bottom{	
	width:	202px;
	height: 11px;
	float: left;
	background: url(../images/fund-interno-bottom.png) no-repeat;
	margin-top: -5px;
	}

/* links de navegação do menu de acesso restrito */

#borda-interna ul {	
	width:						200px;
	list-style:					none;
	float:						left;
	padding:                    0;
	margin:						0;			
	}
		
#borda-interna li {
	width:						180px;
	height:						20px;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	font-weight:				normal;
	text-transform:				none;
	float:						left;
	margin-left:				10px;
	padding-bottom: 			10px;
	border-bottom:				1px dotted #999999;
	

	}
				
#borda-interna li a{	
	display:					block;
	list-style:					none;
	text-decoration:			none;
	color:						#666666;
	margin-top:					8px;
	margin-bottom:				2px;
	}
		
#borda-interna li a:hover{	
	display:					block;
	text-decoration:			none;
	color: 						#1060A2;/*#000066;*/
	font-weight:				bold;
	}
/* FIM */

/* FORMATAÇÃO DOS CAMPOS DE LOGIN E SENHA */


.box-login{
	width:	175px;
	height:	overflow;
	float: left;
	margin-top: -18px;
	
	border: #FFFFFF;
	background: #FFFFFF;
	display: block;
	}
	

.titulo-login{
	width:	175px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight: bold;
	float: left;	
	text-align: center;
	padding-bottom: 9px;
	letter-spacing: 2px;
	}
	
.box-line{
	width:	175px;
	float:	left;
	padding-bottom: 3px;
	}
	
.bottom-voltar-login {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	}
	
.box-login{
	width:	175px;
	float: left;
	margin-top: -15px;
	
	border: #FFFFFF;
	background: #FFFFFF;
	}

	
.label-login {
	width: 50px;
	float: left;
	}

/* SEGUNDA FORMA DE FAZER O MENU LOGIN EM LISTAS */

#box-login{
	width: overflow;
	height: overflow;
	float:left;
	}
	
.box-lista{
	list-style: none;
	margin: 0px;
	padding:0px;
	width: auto;
	height: auto;
	}
	
.box-login {
	list-style:  none;
	}

.box-senha {
	width: auto;
	float: left;
	font-size: 14px;
	}

.box-campo {
	width: auto;
	float: left;
	margin-top: -120px;
	}
	
	