/* blog */
#comentarioBox {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006ac2;
	padding: 5px;
	color: #006ac2;
}

.titulo {
	color: #0066CC;
	font:bold;
	font-size: 20px;
}
.linkComentario {
	color: #006ac2;
	text-decoration: none;
}
.linkComentario:hover {
	color: #FF0000;
	text-decoration: underline;
}
/******* Noticias *******/	

#listaNoticias {
	width: 900px;
	clear: right;
	height: auto;
	
	float: left;
}
#descricao {
/*	background-color: #00CC66; */
	clear: both;
	float: left;
	width: 650px;
	padding-left: 10px;
}
#numeroRegistro {
/*	background-color: #FFCC00;*/
	width: 60px;
	padding-left: 10px;
	clear: both;
	float: left;

}
#action {
/*	background-color: #CC9999; */
	float: right;
	width: 140px;
	padding-right: 10px;
	padding-left: 10px;
}
#boxNoticia {
	float: right;
	width: auto;
	padding-left: 10px;
}

.marginRegistro {
	float: left;
	width: 40px;
}

.marginStatus {
	float: left;
	width: 80px;
}

.statusA{
color: #009933;
}

.statusD{
color: #FF0000;

}

/*** Menu Horizontal ***/

#menuHorizontal {
	
	border: none;
	
	margin:0 0 0 50px;
	
	font: 12px Arial, sans-serif;
	padding-top:3px;
	font-weight:600;
	
	}
	
	 
	
	#menuHorizontal li {
	
	list-style: none;
	
	margin: 0 0 0 0;
	
	display: inline;
	
	padding:5px;
	
	}
	
	#menuHorizontal li a {
	
	height: 1px; /* conserto para Internet Explorer */
	
	margin: 0;
	
	text-decoration: none;
	color:#0066FF;
	
	}
	
	#menuHorizontal li a:hover {
	
	color: #ff0000;
	}
	
	/* tag */
	.tituloAdm {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006ac2;
}

.alterarAdm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339999;
	text-decoration: none;
}
.alterarAdm:hover {
	text-decoration: underline;
	color: #00CC00;
}
.excluirAdm {
	font-size: 14px;
	color: #CC3300;
	text-decoration: none;
}
.excluirAdm:hover {
	color: #FF0000;
	text-decoration: underline;
}
.menuAdm {
	font-size: 14px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;	
}
.menu:hover {
	color: #FF0000;
	text-decoration: underline;
}

/***********classe de noticias*************/

.linkNoticia {
	color: #006ac2;
	text-decoration:none;
}
.linkNoticia:hover {
	color:#003399;
	text-decoration: none;
}
