@charset "utf-8";

#Acesso_restrito {
	width:568px;
	height:60px;
	border:0;
	padding:0;
	font-weight:bold;
	font-size:18px;
	color:#069;
	background:url(../img/top_acesso.jpg);
}

.tituloacesso{
	position:relative;
	width:300px;
	display:inline;
	top:19px;
	left:125px;
	color:#069;
	font-size:16px;
	font-family:Arial,Helvetica,Trebuchet MS;
}


#form_restrito{
	width:200px;
	height:100px;
	padding:10px 30px;
	border:1px solid #EFEFEF;

}

#form_restrito #OK{
	float:right;
}

h1 a,h2 a,h3 a,h1 a:visited,h2 a:visited,h3 a:visited{
	color:#069;
	text-decoration:none;
}

h1 a:hover,h2 a:hover,h3 a:hover{
	text-decoration:underline;
}

.tab_titulo{
	width:500px;
	height:20px;
	border:0;
	color:#069;
	background:#C4D4E4;
	font-weight:bold;
}

.tab_titulo_apagar{
	width:80px;
	height:20px;
	background:#EEE;
	color:#000;
	font-weight:bold;
	text-align:center;
}

a.tab_adicionar{
	width:500px;
	height:20px;
	display:block;
	font-weight:bold;
	color:#857C7C;
	background:#EEE;
	text-decoration:none;
	text-align:center;
	padding:0 5px;
}

a.tab_adicionar:hover{
	color:#000;
	background:#DFEFFF;
}

a.tab_apagar {
	width:80px;
	height:20px;
	display:block;
	color:#000;
	background:#EEE;
	text-decoration:none;
	text-align:center;
}
 
a.tab_apagar:hover {
	color:#000;
	background:#DFEFFF;
}

a.tab_apagar img{border:0;}

a.tab_a {
	width:500px;
	height:20px;
	display:block;
	font-weight:normal;
	color:#000;
	background:#CCC;
	text-decoration:none;
	padding:0 5px;
}
 
a.tab_a:hover {
	font-weight:bold;
	color:#000;
	background:#DFEFFF;
}

