﻿/* Conteudo Inicio */

.main {
	width: 930px;
	padding: 10px;
	/* position: relative; -- quebra o drag dos widgets */
}
 
/* Header Inicio */
.tit_pag {
	margin-bottom: 5px;
	float: left;
	padding: 25px 20px 0 20px;
} 

.tit_pag h2 { text-indent: -2000px; }

.tit_pag p { margin-left: 20px;  float: left; width: 700px; }

.tit_pag p, .tit_pag b { font-size: 11px; }

	.tit_pag_ola {
	margin-bottom: 5px;
	float: left;
	padding: 0 20px 0 20px;
} 

.tit_pag_ola h2 { text-indent: -2000px; }

.tit_pag_ola p { margin-left: 20px;  float: left; width: 700px; margin-top: 15px; }

.tit_pag_ola p, .tit_pag b { font-size: 11px; }
/* Header Fim */
/* Navegação Inicio */

.box_guia {
	width: 230px;
	float: left;
}

.box_guia .box_container {
	width: 230px;
	height: 215px;
	float: left;
}

.box_guia .box_container_long {
	width: 230px;
	height: 420px;
	float: right;
}

.box_padrao {
	width: 230px;
	height: 210px;
	margin-bottom: 5px;
	float: left;
	background-image: url('../../images/bt_balao_padrao.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.box_padrao_select {
	width: 230px;
	height: 210px;
	margin-bottom: 5px;
	float: left;
	background-image: url('../../images/bg_balao_new.png');
	background-position: center center;
	position: relative;
}

.box_padrao_minimizado {
	width: 230px;
	height: 100px;
	margin: 0 0 0 115px;
	float: left;
	background-image: url('../../images/bg_padrao_minimizado.png');
	background-position: center center;
	position: relative;
}



/* Navegação Fim */



/* hacks para ie 6 e 7*/
/*
*:first-child+html .box_longo p { margin: 1px;}
* html .box_longo p { margin: 1px;}
*/
/* fim hacks para ie 6 e 7*/


.box_padrao p.texto_balao {
	width: 210px;
	margin: 15px 10px 0 0;
	font-size: 10px;
	color: #fff;
}

.box_padrao p.texto_balao a 
{
	color: #fff;
	font-weight: bold;
}

.box_padrao img.tit { margin: 15px 0 0 15px; }

.box_padrao .texto_balao .img_simulador {
	margin: 0 15px 0 15px;
	float: left;
}

.box_padrao .texto_balao .img_carwatch {
	margin: -6px 15px 0 5px;
	float: left;
}

.box_padrao .box_forumsaude  {
	margin: 3px 0 0 15px;
	background: url('../../images/bg_saude.png') no-repeat center center;
	width: 195px;
	height: 100px;
	} 


.box_padrao .box_forumsaude span b{
	margin: 2px 10px 2px 10px;
	display: block;
	float: left;
}

.box_padrao .box_forumsaude label {
	width: 190px;
	float: left;
	margin: 2px 10px 2px 10px;
}

.box_padrao .box_forumsaude input {
	width: 170px;
	margin: 2px 10px 2px 10px;
	background: url('../../images/bg_formulario.gif');
	border: 1px #cccccc solid;
}

.box_padrao .box_forumsaude .select_box {
	width: 170px;
	margin: 2px 10px 2px 10px;
	background: url('../../images/bg_formulario.gif');
	border: 1px #cccccc solid;
}


/* hacks para ie 6 e 7*/

*:first-child+html .box_padrao .box_forumsaude input {
	width: 170px;
	margin: 0px 10px 0px -3px;
	background: url('../../images/bg_formulario.gif');
	border: 1px #cccccc solid;
}

* html .box_padrao .box_forumsaude input {
	width: 170px;
	margin: 0px 10px 0px -3px;
	background: url('../../images/bg_formulario.gif');
	border: 1px #cccccc solid;
}


/* fim hacks para ie 6 e 7*/

.box_padrao .img_chat,
.box_padrao .img_game,
.box_padrao .img_aposentadoria {
	margin: 2px 0 0 4px;
	float: left;
}

.box_padrao p.enquete {
	font-size: 10px;
	padding-left: 15px;
	font-weight: bold;
}

/* hacks para ie 6 e 7*/
*:first-child+html .box_padrao .img_chat, 
*:first-child+html .box_padrao .img_game,
*:first-child+html .box_padrao .img_aposentadoria {
	margin: 3px 0 0 4px;
	float: left;
}

* html .box_padrao .box_padrao .img_chat,
* html .box_padrao .box_padrao .img_game,
* html .box_padrao .box_padrao .img_aposentadoria {
	margin: 3px 0 0 4px;
	float: left;
}

*:first-child+html .box_padrao p.enquete {
	font-size: 10px;
	padding-left: 15px;
	font-weight: bold;
	margin: -3px 0 0 0;
}

* html .box_padrao p.enquete {
	font-size: 10px;
	padding-left: 15px;
	font-weight: bold;
	margin: -3px 0 0 0;
}

h4.barra_laranja 
{
	background: url('../../images/barra_laranja.jpg') no-repeat left center;
	height: 20px;
	margin-left: 0px;
	padding: 10px 0 10px 10px;
	color: #2f4388;
	font: bold 18px verdana;
}

/* ------------------------ */

* html .box_padrao table.tb_enquete {	margin: 5px; padding: 5px;}

* html .box_padrao table.tb_enquete td { vertical-align: top;}	

* html .box_padrao table.tb_enquete label { width: 150px; font-size: 9px; }

* html .box_padrao input { margin: 0 5px 0 0;}

* html .box_padrao tr {width: 190px; height: 0px;}

/* ------------------------ */

*:first-child+html .box_padrao table.tb_enquete {	margin: 5px; padding: 0px;}

*:first-child+html .box_padrao table.tb_enquete td { vertical-align: top;}	

*:first-child+html .box_padrao table.tb_enquete label { width: 150px; font-size: 9px; }

*:first-child+html .box_padrao input { margin: 0 5px 0 0;}

*:first-child+html .box_padrao tr {width: 190px; height: 0px;}

/* fim hacks para ie 6 e 7*/

.box_padrao table.tb_enquete {	margin: 5px 0 0 15px;	}

.box_padrao table.tb_enquete td { vertical-align: top;}	

.box_padrao table.tb_enquete label { width: 150px; font-size: 10px; }

.box_padrao input { margin: 0 10px 0 0;}

.box_padrao tr {width: 190px; height: 25px;}
	
.box_padrao .botao a {
	display: block;
	width: 80px;
	height: 25px;
	text-indent: -2000px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.box_padrao .botao a.bt_acesse { background: url('../../images/bt_acesse.png') no-repeat; }

.box_padrao .botao a.bt_participar { background: url('../../images/bt_acesse.png') no-repeat; }

.box_padrao .botao a.bt_descubra {	background: url('../../images/bt_descubra.png') no-repeat; }
 
.box_padrao .botao a.bt_download {	background: url('../../images/bt_download.png') no-repeat; }

.box_padrao .botao a.bt_responder {	background: url('../../images/bt_responder.png') no-repeat; }

.box_padrao .botao a.bt_encontrar {	background: url('../../images/bt_encontrar.png') no-repeat; }

.box_padrao .botao a.bt_adicione {	background: url('../../images/bt_adicione.png') no-repeat; }

.box_padrao .botao a.bt_jogar {	background: url('../../images/bt_jogar.png') no-repeat; }

.box_padrao .botao a.bt_clique_participe {	background: url('../../images/bt_clique_participe.png') no-repeat; width: 117px; }

.box_padrao .bt_nav, 
.box_longo .bt_nav { 
	height: 15px;
	top: 10px;
	right: 10px;
	position: absolute;
	_display: none; 
}

.box_padrao .bt_nav a, 
.box_longo .bt_nav a {
	width: 15px;
	height: 15px;
	margin: 0 2px 0 2px;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	float: right;
}

.widget_zona_clicavel {
	background: url('../../images/transp.gif');
	position:relative;
	margin-bottom:-47px;
	height: 47px;
	width: 194px;
	/* top: 18px;
	left: 18px; */
	z-index: 100;
	/* border: 1px solid red; */
	cursor: move;
}

a.bt_up { background: url('../../images/bt_up.png') no-repeat left center; }

a.bt_down { background: url('../../images/bt_down.png') no-repeat left center; }

.box_container_dragging {
	width: 230px;
    height: 215px;
    float: left;
    background-color: #999;
}
        
.box_transp {
	z-index: 200;
	cursor: move;
}

.wid_add_ok {
	display: block;
	width: 308px;
	height: 15px;
	background: url('../../images/msg_add_sucesso.png') no-repeat left center;
	margin: 0 0 0 30px;
}

/* Conteudo Fim */


