/*
#################################################
	Estilos - Everplay
	www.everplay.com.br
	
	Desenvolvido por Frederico Machado
	fredi arroba caiac ponto com ponto br
#################################################
*/


/* Redefinição de tag's */

body {
	background-image: url(../img/fundo_geral.gif);
	margin: 0;
}

body, td, span, div, p, input {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

input {
	font-size: 12px;
}

img {
	border: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color:#666666;
	text-decoration: underline;
}

/* ID's */

#tab_principal {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#fundo_esq {
	background-image: url(../img_new/bg_esq.jpg);
	background-repeat: repeat-y;
}

#fundo_dir {
	background-image: url(../img_new/bg_dir.jpg);
	background-repeat: repeat-y;
}

/* Classes */

.fundo_enq {
	background: url(../img_new/bg_enquete.jpg) repeat-y;
}

.fundo_bt {
	background: url(../img_new/bg_botoes.jpg) no-repeat;
}
.fundo_item_esq {
	background: url(../img_new/bg_itens_246.jpg) repeat-y;
}

.fundo_tit {
	background-image: url(../img_new/bg_tit.jpg);
}

.fundo_tit_gr {
	background-image: url(../img_new/bg_tit_grande.jpg);
}

.fundo_meio {
	background-image: url(../img/img_fundo_meio.jpg);
}

.peq {
	font-size: 9px;
}

.branco {
	color: #FFFFFF;
}

.branco a {
	color: #FFFFFF;
}

.branco a:hover {
	color: #DDDDDD;
}

.verde {
	color: #005122;
}

.num_coment {
	font-size: 9px;
	padding-top: 4px;
}

.campo_login {
	border: 0;
	width: 80px;
	height: 18px;
	text-indent: 4px;
	background-image: url(../img/img_campo_login.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
}

.texto_noticia {
	padding: 8px;
}

.texto_not_gr {
	padding: 16px;
}

.tit_padrao {
	padding: 10px;
}

.editar_card {
	padding: 8px;
}

.tit_enquete {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.op_enquete {
	font-size: 9px;
	color: #FFFFFF;
}