/* CONFIGURAÇÕES GERAIS */
body{
	margin:				0px;
}
body,table,tr,td,h1,h2,h3,h4,h5,form,input,select,textarea{
	font-family:		Arial;
	color:				#333333;
	padding:			0px;
}
form,input,select,textarea{
	font-size:			12px;
}

#borda{
	background-color:	#444444;
	width:				4px;
}
#barrinha_verde{
	font-weight:		bolder;
	color:				#66CC00;
}
#texto_explicativo{
	color:				#333333;
	font-size:			12px;
	font-weight:		bold;
	padding:			10px;
	text-align:			justify;
}
/** FORM - ENQUADRAMENTO **/
#box_asterisco{
	color:				red;
	font-size:			12px;
	font-weight:		bold;
	padding:			5px;
	text-align:			right;
}
#box_label_dados{
	padding:			2px;
	width:				80%
}
#label{
	font-family:		Arial;
	font-size:			12px;
	font-weight:		bold;
	vertical-align:		top;
	width:				40%;
}
#dados{
	width:				50%;
	font-family:		Arial;
	font-size:			12px;
	font-weight:		bold;
	vertical-align:		top;
	width:				45%;	
}
#box_botoes{
	padding:			10px;
	text-align:			right;
}
input, select, textarea{
	border-top:			1px solid #C4EA9D;
	border-bottom:		1px solid #73BD28;
	border-left:		1px solid #C4EA9D;
	border-right:		1px solid #73BD28;			
	background-color:	#E1F4CE;
	color:				#57801A;
	font-weight:		bold;
	padding:			1px;
}

/* Barra - voltar */
#barra_voltar{
	margin:				10px;
	padding:			5px;
	text-align:			left;
	font-size:			12px;
	color:				#000000;
	font-weight:		bold;
	font-family:		Arial;
}

/* LINKS GERAIS */
a:link,a:active{
	text-decoration:	underline;
	color:			#000000;
}
a:visited
{
	text-decoration:	underline;
	color:#666666;
}
a:hover{
	color:#666666;
	text-decoration:	none;
}	

/* LATERAL ESQUERDA */
/* -- Notícias -- */
.box_noticias{
	font-family:		Arial;
	font-size:			12px;
	font-weight:		bold;	
	height:				100px;
	text-align:			justify;
	padding-left:		15px;
	padding-right:		25px;		
	padding-top:		10px;
	padding-bottom:		10px;
	text-indent:		1px;
	line-height:		11px;
	padding:			4px;
	padding-left:		15px;				
}
.box_noticias_home{
	font-family:		Arial;
	font-size:			10px;
	font-weight:		bold;	
	text-align:			justify;
	line-height:		11px;	
	padding-left:		15px;
	padding-right:		25px;		
	padding-top:		10px;
	padding-bottom:		10px;	
}
a.noticia_link:link,a.noticia_link:visited,a.noticia_link:active{
	text-decoration:	none;
	color:				#333333;
}
a.noticia_link:hover{
	color:				#000000;
	text-decoration:	underline;
}	
#noticia_bt_ver_todas{
	text-align:			right;
	font-size:			12px;
	font-weight:		bold;
}
#noticia_separador{
	border:				0px;
	border-top:			1px dotted #66CC00;
	height:				0px;
}
/* NOTICIAS */
#noticias_chamada{
	padding:			4px;
	padding-left:		15px;	
}
.noticias_titulo{
	font-family:		Arial;
	font-size:			16px;
	font-weight:		bold;	
	color:				#3398ce;
	padding:			5px;	
}
.noticias_autor{
	font-family:		Arial;
	font-size:			12px;	
	font-style:			italic;
	text-align:			right;
	padding:			5px;
}
.noticias_data{
	font-family:		Arial;
	font-size:			12px;
	font-weight:		bold;
	color:				#93be39;	
}
.noticias_desc{
	font-family:		Arial;
	font-size:			14px;	
	padding:			10px;
	text-align:			justify;
}
#paginacao{
	padding:			4px;
	text-align:			right;
	font-weight:		bold;
	font-size:			12px;
	color:				#333333;
}
a.paginacao_lnk:link,a.paginacao_lnk:visited,a.paginacao_lnk:active{
	text-decoration:	none;
	color:				#333333;
}
a.paginacao_lnk:hover{
	color:				#97c23d;
	text-decoration:	underline;
}
.icon_print{
	padding:				4px;
	padding-left:			50px;
	color:					#000000;
	cursor:					pointer;
	background-image:		url("../img/icon_print.gif");
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	25px 0px;
	font-family:		Arial;
	font-size:			12px;	
}
.icon_enviar{
	padding:				4px;
	padding-left:			50px;
	color:					#000000;
	cursor:					pointer;
	background-image:		url("../img/icon_enviar.gif");
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	25px 5px;
	font-family:		Arial;
	font-size:			12px;	
}
.icon_fechar{
	padding:				4px;
	padding-left:			50px;
	color:					#000000;
	cursor:					pointer;
	background-image:		url("../img/icon_fechar.gif");
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	25px 0px;
	font-family:		Arial;
	font-size:			12px;	
}
/* -- Ferramentas -- */
#box_ferramentas{
	font-size:			10px;
	font-weight:		bold;	
	height:				100px;
	text-align:			justify;
	padding-left:		15px;
	padding-right:		25px;		
	padding-top:		10px;
	padding-bottom:		10px;
	text-indent:		1px;
	line-height:		11px;
}
#ferramentas_bt_saiba_mais{
	text-align:			right;
	font-size:			12px;
	font-weight:		bold;
}
a.ferramentas_link:link,a.ferramentas_link:visited,a.ferramentas_link:active{
	text-decoration:	none;
	color:				#333333;
}
a.ferramentas_link:hover{
	color:				#000000;
	text-decoration:	underline;
}			
	
/* -- Trabalhos -- */
#box_trabalhos{
	text-align:			center;
	height:				100%;
	padding-right:		8px;
}

/* LATERAL DIREITA */
/* -- Administração -- */
#box_adm{
	font-size:			12px;
	font-weight:		bold;	
	color:				#666666;			
	height:				100px;	
	padding-left:		20px;	
	text-align:			justify;
	vertical-align:		top;
	padding-right:		10px;
}
#adm_input_text{
	font-size:			12px;
	font-weight:		bold;	
	padding:			2px;
	border:				1px solid #dddddd;
}
#adm_input_button{
	font-size:			12px;
	font-weight:		bold;
	padding:			2px;
	background-color:	#EEEEEE;		
	background-image:	url("img/setinha_verde.gif");
	background-repeat:	no-repeat;
	background-position:4px center;
	border:				1px solid #dddddd;
	padding-left:		10px;
}
#adm_posiciona_botoes{
	text-align:			right;
	padding-top:		5px;
}

/* -- Webmail -- */
#box_webmail{
	font-size:			12px;
	font-weight:		bold;		
	color:				#666666;
	height:				100px;		
	padding-left:		20px;
	text-align:			justify;
	vertical-align:		top;
	padding-right:		10px;						
}
#webmail_input_text{
	font-size:			12px;
	font-weight:		bold;	
	padding:			2px;
	border:				1px solid #dddddd;
}
#webmail_input_button{
	font-size:			12px;
	font-weight:		bold;
	padding:			2px;
	background-color:	#EEEEEE;		
	background-image:	url("img/setinha_verde.gif");
	background-repeat:	no-repeat;
	background-position:4px center;
	border:				1px solid #dddddd;
	padding-left:		10px;
}
#webmail_posiciona_botoes{
	text-align:			right;
	padding-right:		7px;
	padding-top:		5px;
}
	
/* -- Ajuda -- */
#box_ajuda{
	font-size:			12px;
	font-weight:		bold;	
	color:				#666666;	
	height:				100px;		
	padding-left:		20px;
	text-align:			left;
	vertical-align:		top;	
	padding-right:		5px;					
}

/* VERIFICACAO DE DOMÍNIOS */
#dominio_msg{
	color:				#333333;
	font-size:			12px;
	font-weight:		bold;		
	width:				80%;
	padding-top:		25px;
}
#dominio_contratar{
	color:				#333333;
	font-size:			12px;
	font-weight:		bold;	
	text-transform:		uppercase;
	text-align:			left;
	padding:			5px;				
}
#box_dominio_contratar{
	border:				1px solid #FF9900;
	background-color:   #FFE0C1;
	padding:			4px;
	cursor:				pointer;
}

/* CONTRATAÇÃO DE PLANO */
#box_contratar{
	text-align:			center;
	padding:			10px;
}
#contratar_enquadramento{
	width:				80%;
	text-align:			left;
}

/* PLANOS */
#planos_img{
	border:				none;
}
#planos_titulo{
	font-size:			16px;
	font-weight:		bold;
	text-align:			center;
	text-transform:		uppercase;
	background-color:	#f5f5f5;
	padding:			10px;
	padding-left:		15px;	
}
#planos_descricao{
	font-size:			12px;
	padding:			10px;
	padding-left:		15px;
	text-align:			left;
}
/* OUTRAS SECOES*/
.outras_secoes_texto{
	font-size:14px;
	font-family:			Arial;
	padding:				4px;
	padding-left:			15px;
}
.cls_rodape
{
	padding:5px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial;
	font-size:10px;
}