body {
	width: 950px; height: 397px; /*background-color: #ffffff; */ background-image: url("../images/fundo.jpg")
	margin: 0; /* background: transparent;  */
	font-family: Arial, sans-serif;
}

#interface
{
/*	width: 950px;
	margin: auto; */
}

p
{
	font-size: 12px;
}

#form
{
	/*background-color: #cde6eb;*/
	background-color: #FFFFFF;
	width: 250px;
	height: 280px;
	margin: auto;
}

#form h2 
{   font-size: 16px; font-weight: bold; text-shadow: 1px 1px 1px #FFFFFF; /*Original = #dcddec;*/
	margin-left: 330px;
	padding-top: 20px;
	color: #04486c;
	
}

#form .text
{
	margin-left: 330px;
	color: #04486c;
	text-align: left;
	font-size: 16px;
	/*padding: 5px;*/
	padding: 0px;
	font-weight: bold;

}

#form #submit
{
	text-align: right;
	margin-left: 330px;   
}

#form #submit input
{
	padding: 10px;
	background-color: #04486c;
	border: none;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

#interface h1
{   font-size: 18px; font-weight: normal; text-shadow: 1px 1px 0px #dcddec;
	text-align: center;
    color: #1173be;
}

#interface  .tip
{
	text-align: center;
	color: #333;
	padding: 25px;
	background-color: #fbffb9;
	font-size: 14px;
}

#interface  #newnoticia
{
	padding: 20px;
	background-color: #0057a0;
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}

#interface  #newnoticia a
{
	color: #FFF;
	text-decoration: none;
}

#listanoticias
{
	border-top: 2px solid #555;
	padding-top: 20px;
}

#listanoticias .noticia
{
	background-color: #f3f9ff;
	padding: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
	border: 1px dotted #bebebe;
}

#listanoticias h3
{   font-size: 14px; font-weight: normal; text-shadow: 1px 1px 0px #dcddec;
	color: #003562;
}

#listanoticias .data
{
	font-size: 12px;
	font-weight: normal;
}

#listanoticias .commands
{
	text-align: center;
	margin-right: 30px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
}

#listanoticias .commands a
{
	text-decoration: none;
}

#listanoticias .commands .edit
{
	color: #f56200;
}

#listanoticias .commands .delete
{
	color: #c61000;
}


/* AREA de numeracao paginas de publicacoes  interface.php */
#navigation {text-align: justify; font-weight: normal; }
#navigation p {width: 950px; font-size: 10px; padding-top: 0px; line-height: 20px; background-color: #e0ffff;}
#navigation .item a {text-decoration: none;	color: #00509d;}
#navigation .item a:hover {color: #ff0000; }
#navigation .item { /*	background-color: #e0ffff;*/ padding: 5px;}
#navigation .atual { background-color: #f0f0f0;	border-bottom: 1px solid #000000;}
/* FIM AREA de numeracao paginas de publicacoes  interface.php */

#posting h1
{   font-size: 18px; font-weight: normal; text-shadow: 1px 1px 0px #dcddec;
	text-align: center;
    color: #1173be;
}

#posting .tip
{
	text-align: center;
	color: #333;
	padding: 25px;
	background-color: #fbffb9;
	font-size: 14px;
}

#posting #newnoticia
{
	padding: 20px;
	background-color: #0057a0;
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}

#posting #newnoticia a
{
	color: #FFF;
	text-decoration: none;
}

#posting h2
{   font-size: 16px; font-weight: normal; text-shadow: 1px 1px 0px #dcddec
	color: #5f5f5f;
	margin-top: 10px;
	margin-left: 30px;
}


#posting h2 a
{   font-size: 16px; font-weight: normal; text-shadow: 1px 1px 0px #dcddec
    color: #5f5f5f;
}

#posting #formpost
{
	background-color: #ffffff;
	padding: 20px;
}



#posting #formpost p
{
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}

#posting #formpost input
{
	width: 95%;
	height: 30px;
	border: 1px solid #004a8b;
	padding: 5px;
}

#posting #formpost #up
{
	text-align: center;
}

#posting #formpost #resumo
{
	width: 95%;
	height: 70px;
	border: 1px solid #004a8b;
	padding: 5px;
}

#posting #formpost #submit
{
    margin-top: 30px;
}

/* Define as caracteristicas do botao editar noticias */
#posting #formpost #submit input
{
	width: 15%;
	height: 30px;
	border: none;
	padding: 5px;
	background-color: #004683;
	color: white;
	font-weight: bold;
    margin-left: 100px;
}

.alert
{
	text-align: center;
	color: #333;
	background-color: #fffaaf;
	margin-top: 100px;
	padding: 30px;
}

.alert a
{
	color: #333;
}

.sucess
{
	text-align: center;
	color: #333;
	background-color: #c2ff30;
	margin-top: 100px;
	padding: 30px;
}

.sucess a
{
	color: #333;
}

#noneresult
{
	background-color: #ffc261;
	text-align: center;
	font-size: 14px;
	padding: 20px;
}

.num
{
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

h1 a 
{   font-size: 18px; font-weight: normal; text-shadow: 1px 1px 0px #dcddec;
	color: #c52727;
	text-decoration: none;
}

#up img
{
	border: none;
}

h2 a
{   font-size: 16px; font-weight: normal; text-shadow: 1px 1px 0px #dcddec;
    color: #c52727;
	text-decoration: none;
}

.user
{
	width: 50%;
	margin-left: 25%;
	padding-bottom: 5px;
	border-bottom: 2px dotted #ddd;
}

.user h3
{   font-size: 14px; font-weight: normal; color: #00509d; text-shadow: 1px 1px 0px #dcddec;
	margin-bottom: 0px;
}

.categoria 
{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}

.categoria h2
{   font-size: 16px; font-weight: normal; text-shadow: 1px 1px 0px #dcddec;
	color: #1173BE;
	margin-top: 0px;
}

.newlink
{
	background-color: white;
	padding: 5px;
	padding-left: 15px;
	
}

.newlink p
{
	color: #444;
	font-weight: bold;
	font-size: 14px;
}

.newlink input
{
	padding: 5px;
	color: #333;
	width: 850px;
}

.newlink .commandsnew
{
	text-align: center;
	margin-right: 60px;
	margin-top: 20px;
}

.newlink p a
{
	color: #C52727;
	text-decoration: none;
}

.categoria .linker
{
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 15px;
	padding-left: 25px;
}


/*.categoria .linker .titulo
{
	color: #1173BE;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}*/

.categoria .linker .titulo input
{
	padding: 5px;
	border: 1px solid #aaa;
	width: 810px;
}

.categoria .linker .inputlink input
{
	padding: 5px;
	border: 1px solid #aaa;
	width: 810px;
}

.categoria .linker .commands
{
	text-align: center;
	margin-right: 50px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.categoria .linker .commands a
{
	color: #C52727;
	text-decoration: none;
}

.categoria .linker .commands .first
{
	color: #5b8a00;
}



#loader p
{
	width: 950px;
	height: 32px;
	text-align: center;
	background-color: white;
	padding: 5px;
	position: fixed;
	top: 0px;
	display: none;
}

.tiplinks
{
	text-align: center;
	padding-top: 5px;
}
