/* CSS Document */

/* Login Restrito ----------------------*/
table.tit_login_restrito {
	background: none;
}
td.tit_login_restrito {
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	color: #215473;
	font-size: 10px;
}
table.corpo_login_restrito {
	margin-bottom: 0px;	
}
td.corpo_login_restrito {
	background: none;
	text-align: default;
	padding: 0px 10px;
	color: #215473;
	font-size: 9px;
}
/* Menu Restrito ----------------------*/
table.menu_restrito {
	width: 100%;
	border: 0px;
	height: 24px;
	border-bottom: 1px solid #C8DAE5;
}
td.menu_restrito {
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	font-size: 10px;
	color: #215473;
}
td.menu_restrito_ov {
	padding: 3px 5px 3px 5px;
	background: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	color: #215473;
}