/* Reset browser defaults */
@import url('reset.css') ;
/* menu top */
@import url('front.css');
/* menu top */
/*@import url('user-off.css') ;*/
/***********************************************************************
	 DEFAULT
************************************************************************/
*{
	margin:0;
	padding:0;
	border:0;
	list-style: none;
}
h2{
	display: block;
	color: #585858;
	font-weight: normal;
	font-size: 24px;
	padding-top: 20px;
	margin-bottom: 10px;
}
h3{
	color: #585858;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
hr
{
	border: 0;
	color: #9AAFBE;
	background-color: #9AAFBE;
	height: 1px;
	width: 98%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
body{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	background:#FAFBFC;
}
.left{
	float: left;
}
.right{
	float: right;
}
a{
	color: #0E76BC;
}
a:hover {
}
.clear {
	clear: both;
	overflow : hidden;

	}
div#page{
	width:980px;
	margin:0 auto;
	padding:0 10px 0 10px;
}
div#header-terra{
	display : none;
	width:100%;
	height:24px;
	background:#f90;
}
div#content{
	width:100%;
	float:left;

}

#barraDestaque{

	margin-left : 11px;	
	height : 90px;

}

#barraDestaque a { color: #0B3E60; }

.urlDestaque{

	color: #0B3E60;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight : bold;
	margin-bottom: 4px;
	margin-top: 3px;
	padding: 0px;
	text-shadow: white 0px 1px 1px;
	display:inline;
}



.textoDestaque{

	color : #5c5c70;
	font-size : 14px;

}

#btnDestaque{

	float:right;
	margin-right : 20px;

}


/***********************************************************************
	AJUDA -  P�GINAS DE AJUDA
************************************************************************/
div#content .ajuda{
    width : 900px;
    height : 240px;
    #border : 1px solid;
    float : left;
    margin-top: 4px;


}

div#content .ajuda_img{
    width : 300px;
    height : 175px;
    margin-left : 20px;
    border : 3px solid;
    border-color : gray;
    float : left;
    margin-top: 4px;


}

div#content .ajuda_texto{
    #border : 1px solid;
    margin-left : 70px;
    font : 14px arial;
    float : left;
    width : 450px;
    margin-top : 0px;
}

div#content .ajuda_titulo{
    #border : 1px solid;
    margin-left : 70px;
    font : 14px arial;
    float : left;
    width : 450px;
    margin-top : 22px;
}

div#content .ajuda_2{
    width : 900px;
    height : 240px;
    #border : 1px solid;
    float : left;
    margin-top: 4px;
}

div#content .ajuda_img_2{
    width : 300px;
    height : 175px;
    margin-left : 70px;
    border : 3px solid;
    border-color : gray;
    float : left;
    margin-top: 4px;


}

div#content .ajuda_texto_2{
    #border : 1px solid;
    margin-left : 10px;
    font : 14px arial;
    float : left;
    width : 450px;
    margin-top : 60px;
}

div#content .ajuda_titulo_2{
    #border : 1px solid;
    margin-left : -452px;
    font : 14px arial;
    float : left;
    width : 450px;
    margin-top : 30px;
}




#inputArea {
	font: 12px Arial, Helvetica, sans-serif;
	clear: both;
}
#inputArea input[type="text"], #inputArea input[type="password"], #inputArea select{
	background-color:#E3E8EC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #B9C7D2;
	height:22px;
	width: 179px;
	padding:2px 3px 0 3px;
	font-size: 11px;
	margin: 5px;
}

#inputArea textarea {
	background-color:#E3E8EC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #B9C7D2;
	padding:2px 3px 0 3px;
	font-size: 11px;
	margin: 1px 0 5px 0;
}

#inputArea  input[type="checkbox"] {
	margin-right: 5px;
	margin-bottom: 10px;
}

#inputArea .user-refresh {
	color:black;
	font-family:arial;
	font-size:15px;
	height:80px;
	margin-left:-10px;
	width:551px;
}

.imgrnd {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.topicbox
{
	background-color:#E3E8EC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #B9C7D2;
	height:22px;
	width: 179px;
	padding:2px 3px 0 3px;
	font-size: 11px;
	margin: 5px;
}

/***********************************************************************
	 HEADER
************************************************************************/
div#header{
	width:100%;
	float:left;
	margin:13px 0 14px 0;
	position:relative;
	z-index:100;
}
div#header logo{
	display: block;
	width:90px;
	height:44px;
	float:left;
	margin-right:11px;
}
div#header-content{
	width:852px;
	height:36px;
	background:url("/images/bg-header-content.png") 0 0 no-repeat;
	float:left;
	padding:8px 0 0 6px;
	position:relative;
}
/***********************************************************************
	OTHERS
***********************************************************************/
.mini{
	font-size: 11px;
}
h2.mini {
	margin: 0 0 10px 0;
	padding: 0;
}
.lilb{
	margin-left: 10px;
	margin-bottom: 10px;
}
.txtMenor {
	font-size: 10px;
}
.txtClaro {
	color: grey;
	font-size:11px;
}
.avisoVermelho {
	color: red;
	font-size:11px;
}

/***********************************************************************
	BUTTONS
***********************************************************************/
.continuar {
	display: inline-block !important;
	text-indent: -9999px !important;
	width: 78px !important;
	height: 23px !important;
	background: url("/images/bt_continuar.jpg") 0 0 no-repeat !important;
	border: none !important;
	cursor: pointer;
}

.cancelar {
	display: inline-block !important;
	text-indent: -9999px !important;
	width: 78px !important;
	height: 23px !important;
	background: url("/images/bt_cancelar.jpg") 0 0 no-repeat !important;
	border: none !important;
	cursor: pointer;
}

.deletar {
	display: inline-block;
	text-indent: -9999px;
	width: 63px;
	height: 23px;
	background: url("/images/bt_deletar.jpg") 0 0 no-repeat;
	cursor: pointer;
}

.enviar {
	display: inline-block;
	text-indent: -9999px;
	width: 58px;
	height: 23px;
	background: url("/images/bt_enviar.jpg") 0 0 no-repeat;
	cursor: pointer;
}

.salvar {
	display: inline-block;
	text-indent: -9999px;
	width: 58px;
	height: 23px;
	background: url("/images/bt_salvar.jpg") 0 0 no-repeat;
	cursor: pointer;
}


.voltar {
	display: inline-block !important;
	text-indent: -9999px !important;
	width: 54px !important;
	height: 23px  !important;
	background: url("/images/bt_voltar.jpg") 0 0 no-repeat !important;
	border: none !important;
	cursor: pointer;
}

.inserirnovo{
	display: inline-block;
	text-indent: -9999px;
	width: 110px;
	height: 24px;
	background: url("/images/bt_inserirnovo.jpg") 0 0 no-repeat;
	cursor: pointer;
}

.buscar{
	width:20px;
	height:20px;
	background:url("/images/bt-search.gif") 0 0 no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}

.preencherdepois{
	display: inline-block;
	text-indent: -9999px;
	width: 130px;
	height: 23px;
	background: url("/images/bt_preencherdepois.jpg") 0 0 no-repeat;
	cursor: pointer;
}

.soudessaempresa{
	display: inline-block !important;
	text-indent: -9999px !important;
	width: 147px !important;
	height: 24px !important;
	background: url("/images/bt_soudessaempresa.jpg") 0 0 no-repeat !important;
	border: none !important;
	cursor: pointer !important;
}

.cadastrarempresa{
	display: inline-block !important;
	text-indent: -9999px !important;
	width: 152px !important;
	height: 24px !important;
	background: url("/images/bt_cadastrar_empresa.jpg") 0 0 no-repeat !important;
	border: none !important;
	cursor: pointer !important;
}

.sim{
	display: inline-block !important;
	text-indent: -9999px !important;
	width: 39px !important;
	height: 24px !important;
	background: url("/images/bt_sim.jpg") 0 0 no-repeat !important;
	cursor: pointer !important;
}

.nao{
	display: inline-block !important;
	text-indent: -9999px !important;
	width: 39px !important;
	height: 24px !important;
	background: url("/images/bt_nao.jpg") 0 0 no-repeat !important;
	border: none !important;
	cursor: pointer !important;
}

.disponivel{
	display: inline-block !important;
	text-indent: -9999px !important;
	width: 98px !important;
	height: 24px !important;
	background: url("/images/bt_disponivel.jpg") 0 0 no-repeat !important;
	cursor: pointer;
	border: none !important;
}


.cadastrarempresa{
	display: inline-block;
	text-indent: -9999px;
	width: 152px;
	height: 24px;
	background: url("/images/bt_cadastrar_empresa.jpg") 0 0 no-repeat;
	cursor: pointer;
}

.salvarevisualizar{
	display: inline-block;
	text-indent: -9999px;
	width: 132px;
	height: 23px;
	background: url("/images/bt_salvarevisualizar.jpg") 0 0 no-repeat;
	cursor: pointer;
}

.continuarcadastro{
	display: inline-block;
	text-indent: -9999px;
	width: 202px;
	height: 45px;
	background: url("/images/bt_continuarocadastro.jpg") 0 0 no-repeat;
	cursor: pointer;
}



.completarperfil{
	display: inline-block;
	text-indent: -9999px;
	width: 206px;
	height: 45px;
	background: url("/images/bt_completar_perfil.jpg") 0 0 no-repeat;
	cursor: pointer;
}


.acessarvia6{
	display: inline-block;
	text-indent: -9999px;
	width: 202px;
	height: 45px;
	background: url("/images/bt_acessarovia6_2.jpg") 0 0 no-repeat;
	cursor: pointer;
}
.novodepoimento{
	display: inline-block;
	text-indent: -9999px;
	float: right;
	width: 132px;
	height: 23px;
	background: url("/images/bt_enviar_depoimento.jpg") 0 0 no-repeat;
	cursor: pointer;
}
/***********************************************************************
	 BANNERS
************************************************************************/
div.banner250x250{
	margin-left: 20px;
	margin-bottom: 20px;
	width: 255px;
	height: 255px;
}
div.banner468x60{
	margin-left: 45px;
	margin-bottom: 20px;
	clear: both;
	width: 100%;
	height: 65px;
}
div.banner728x90{
	float: left;
	width: 728px;
	height: 90px;
	margin-left: 130px;
	margin-bottom: 14px;
}
div.banner234x60{
	float: left;
	width: 234px;
	height: 60px;
}
/***********************************************************************
	PAGES
***********************************************************************/
div#caixaPaginacao{
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}
div#caixaPaginacao ul{
	margin:0 auto;
	width: 100px;
	height:18px;
	float:left;
	display:block;
	font-size:10px;
	background:url("/images/bg-suggestion.png") 0 0 no-repeat;
	text-decoration:none;
	color:#58585A;
	text-align:center;
	padding-top:4px;
}
/***********************************************************************
	MESSAGE
***********************************************************************/

div#msgTitulo{

	color:red;
}

div#msgMensagem{

	color:red;
}

div#message{
	width:40px;
	float:left;
	margin-top:7px;
	padding-left:18px;
	height:14px;
	margin-left:20px;
}


div#message span{
	font-size:11px;
	color:#fff;
	font-weight:bold;
	float:left;
	background:#05273E;
	padding:1px 4px 1px 5px;
	-moz-border-radius: 10px; /* this works only in camino/firefox */
	-webkit-border-radius: 10px; /* this is just for Safari */
}
div#message img{
	margin-left: -36px;
	margin-top: 2px;
}
div#message a{
	color:#fff;
	text-decoration: none;
}
div#message a:hover{
	text-decoration: underline;
}


/***********************************************************************
	LOGIN
***********************************************************************/
div#login{
	width:107px;
	float:left;
	margin-top:7px;
}
div#login p{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
div#login p a{
	color:#fff;
	text-decoration:none;
}
div#login p a:hover{
	text-decoration:underline;
}

/***********************************************************************
	SEARCH
***********************************************************************/
div.search{
	width:140px;
	height:24px;
	background:url("/images/bg-search.png") 0 0 no-repeat;
	float:left;
	margin-top:3px;
	margin-left:37px;
	padding:2px 0 0 5px;
}
div.search fieldset ul{
	width:100%;
	float:left;
}
div.search fieldset ul li{
	float:left;
}
div.search fieldset input{
	background:#fff;
	height:17px;
	font-size:14px;
	color:#B4BABF;
	width:110px;
}
div.search fieldset button{
	width:20px;
	height:20px;
	background:url("/images/bt-search.gif") 0 0 no-repeat;
	float:left;
	text-indent:-9000px;
	cursor:pointer;
}
/***********************************************************************
	 CONTENT HOME
************************************************************************/
div.c-home{
	background:url(/images/border-div.gif) 603px 0 repeat-y;
}
div#left-home{
	width:604px;
	float:left;
	*border-right:1px solid #CCCCCC;
}
div#right-home{
	width:331px;
	float:left;
	margin-left:24px;
	display:inline;
}
/***********************************************************************
	 USER
************************************************************************/
div#box-user{
	width:550px;
	height:64px;
	background:url("/images/bg-box-user.png") 0 0 no-repeat;
	float:left;
	padding:7px 9px 7px 17px;
	position:relative;
	margin-bottom:17px;
}
div#box-user h2{
	font-size:30px;
	font-family:Helvetica, sans-serif;
	color:#0b3e60;
	margin-bottom:4px;
	text-shadow: 0 1px 1px #fff;
	margin-top:3px;
    padding: 0px
}
div#box-user p{
	font-size:12px;
	color:#0b3e60;
	font-weight:bold;
}
div#box-user p a{
	text-decoration:underline;
	color:#0e76bc;
}
div#box-user p a:hover{
	text-decoration:none;
}
div#box-user .update{
	position:absolute;
	right:6px;
	top:7px;
	z-index:1;
	text-align:center;
	background:#C93E3E;
	background:url("/images/bg-update.png") 0 0 no-repeat;
	width:71px;
	height:59px;
	padding-top:5px;
}
div#box-user .update span{
	color:#fff;
	font-size:11px;
	text-shadow: 0 1px 1px #040303;
}
div#box-user .update span big{
	font-size:33px;
	display:block;
	line-height:1.0em;
}
/***********************************************************************
	 ACTION USER
************************************************************************/
div.action-user{
	width:574px;
	float:left;
	position:relative;
	border-bottom:1px solid #9AAFBE;
	padding-bottom:10px;
	margin-bottom:15px;
}
div.action-user:last-child{
	border-bottom: none;
}
div.action-user p{
	margin-left: 5px;
}
div.action-user h2, div.action-user h3{
	width:565px;
	height:32px;
	background:url("/images/bar-title.png") 0 0 no-repeat;
	float:left;
	font-size:20px;
	color:#58585a;
	padding:5px 0 0 9px;
	margin-bottom:10px;
}
div.action-user h4{
	width:565px;
	height:32px;
	background:url("/images/bar-title.png") 0 0 no-repeat;
	float:left;
	font-size:18px;
	color:#58585a;
	padding:7px 0 0 9px;
	margin-bottom:10px;
}
div.action-user .update{
	z-index:100;
	text-align:center;
	background:url("/images/bg-data-user.png") 0 0 no-repeat;
	width:31px;
	height:21px;
	padding-top:4px;
	float:right;
	margin:-41px 7px 0 0;
	display:inline;
}
div.action-user .update span{
	color:#fff;
	font-size:15px;
	text-shadow: 0 1px 1px #040303;
}
div.users{
	width:557px;
	float:left;
	position:relative;
	padding-left:17px;
}
div.users h5{
	font-size:12px;
	font-weight:bold;
	color:#0b3e60;
	margin-bottom:10px;
}
div.users-action{
	width:14px;
	float:left;
	margin:0 7px 0 5px;
}
div.users-action span a{
	width:14px;
	height:14px;
	float:left;
	text-indent:-9000px;
	margin-top:2px;
	display:block;
}
div.users-action span.add a{
	background:url("/images/ico-add.png") 0 0 no-repeat;
}
div.users-action span.del a{
	background:url("/images/ico-del.png") 0 0 no-repeat;
}
div.users-action span.deloff a{
	background:url("/images/ico-deloff.png") 0 0 no-repeat;
	cursor: default;
}
div.suggestion-users{
	width:260px;
	float:left;
	margin:0 0 14px 0;
	margin-right:18px;
	display:inline;
}
div.suggestion-users img{
	float:left;
	width:36px;
	height:36px;
	margin-right:11px;
}
div.suggestion-users dl{
	float:left;
	width:182px;
	font-size:11px;
}
div.suggestion-users dt{
	color:black;
}
div.suggestion-users dt a{
	color:#0E76BC;
}
div.suggestion-users dt a:hover{
	text-decoration:none;
}
div.suggestion-users dd{
	color:#0B3E60;
}
div.suggestion-users dd a{
	color:#0E76BC;
}
div.suggestion-users dd a:hover{
	text-decoration:none;
}
div.suggestion-users64{
	width:260px;
	float:left;
	margin:5px 0 14px 0;
	margin-right:18px;
	display:inline;
}
div.suggestion-users64 img{
	float:left;
	width:64px;
	height:64px;
	margin-right:11px;
}
div.suggestion-users64 dl{
	float:left;
	width:182px;
	font-size:12px;
}
div.suggestion-users64 dt{
	color:#BDBDBD;
}
div.suggestion-users64 dt a{
	color:#0E76BC;
}
div.suggestion-users64 dt a:hover{
	text-decoration:none;
}
div.suggestion-users64 dd{
	color:#0B3E60;
}
div.suggestion-users64 dd a{
	color:#0E76BC;
}
div.suggestion-users64 dd a:hover{
	text-decoration:none;
}
a.any-elements{
	width:114px;
	height:18px;
	float:right;
	display:block;
	font-size:10px;
	background:url("/images/bg-suggestion.png") 0 0 no-repeat;
	text-decoration:none;
	color:#58585A;
	text-align:center;
	padding-top:4px;
}
a.any-elements:hover{
	background:url("/images/bg-suggestion.png") 0 -22px no-repeat;
	color:#fff;
}
/***********************************************************************
	 USER MESSAGE
************************************************************************/
div.users-message{
	width:100%;
	float:left;
	margin-bottom:15px;
}
div.users-message dl{
		float:left;
		width:450px;
}
div.users-message dl dt{
	font-weight:bold;
	color:#0b3e60;
	margin-bottom:4px;
}
div.users-message dl dt a{
	color:#0e76bc;
}
div.users-message dl dt a:hover{
	text-decoration:none;
}
div.users-message dl dd{
	color:#0b3e60;
	font-size:11px;
}
div.users-message img{
	float:left;
	height:36px;
	margin-right:11px;
	width:36px;
}
div.users-message span.del a{
		float:right;
		width:26px;
		height:25px;
		background:url("/images/ico-del-b.png") 0 0 no-repeat;
		text-indent:-9000px;
		display:block;
		position:relative;

}
div.users-message span.del a span{
		text-indent:0;

}
a.any-message{
	width:121px;
	background:url("/images/bg-message.png") 0 0 no-repeat;
}
a.any-message:hover{
	background:url("/images/bg-message.png") 0 -22px no-repeat;
}
/***********************************************************************
	 UP CONTACT
************************************************************************/
div.up-contact {
    position: relative;
    width: 525px;
    height: auto;
    font-size: 12px;
    color: #414141;
    border-left: 8px solid #DEDEE0;
    padding: 5px;
    margin-bottom: 15px;
}
div.up-contact div.foto {
    position: absolute;
    top: 2px;
    left: 6px;
    width: 32px;
    height: 32px;
}
div.up-contact div.info {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 38px;
    width: 360px;
}
div.up-contact div.info2 {
    width: 360px;
}
div.up-contact .clear-left {
    margin-left: 35px;
}
div.up-contact a {
    font-size: 11px;
    color: #0e76bc;
    font-weight: normal;
}
div.up-contact a:hover {
    text-decoration: none;
}
div.up-contact p.home-info {
    font-size: 13px;
    font-weight: normal;
    color: #414141;
    padding-top: 4px;
    margin-left: 38px;
}
div.up-contact p {
    font-size: 13px;
    font-weight: normal;
    color: #414141;
    padding-top: 4px;
}
/* LAYOUT DATA_ATIVIDADE */
div.up-contact div.info a {
    font-size: 14px;
    color: #0e76bc;
    font-weight: bold;
}
div.up-contact div.info2 a {
    font-size: 14px;
    color: #0e76bc;
    font-weight: bold;
}
div.up-contact div.info span.data_atividade {
    color: #8F8F8F;
    font-weight: bold;
}
div.up-contact div.info2 span.data_atividade {
    color: #8F8F8F;
    font-weight: bold;
}
/*
p.up-contact{
	font-size:11px;
	color:#0b3e60;
	margin-bottom:12px;
}
p.up-contact a{
	color:#0e76bc;
}
p.up-contact a:hover{
	text-decoration:none;
}
*/
div.users-contact{
	float:left;
	width:100%;
	margin-bottom:12px;
}
div.users-contact p{
	color:#0b3e60;
}
div.users-contact p small{
	color:#bdbdbd;
	font-size:10px;
}
div.users-contact img{
	float:left;
	height:36px;
	margin-right:11px;
	width:36px;
}
.text-update{
	border:1px solid #F0F1F1;
	background:#fff;
	width:546px;
	height:72px;
	font-size:18px;
	font-style:italic;
	color:#cfcfcf;
	padding:8px 0 0 8px;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset.form-update ul li{
	width:100%;
	float:left;
	margin-top:12px;
}
fieldset.form-update button{
	float:right;
	margin-right:7px;
}
/*
.offatualizar {
       background:url("/images/bt_offatualizar.jpg") no-repeat scroll 0 0 transparent !important
}*/

/***********************************************************************
	 RIGHT HOME
************************************************************************/
div.view-user{
	width:331px;
	float:left;
	border-bottom:1px solid #9AAFBE;
	margin-bottom:20px;
}
div.view-user:last-child{
	border-bottom: none;
}
div.view-user .update{
	z-index:100;
	text-align:center;
	background:url("/images/bg-data-view.png") 0 0 no-repeat;
	width:31px;
	height:21px;
	padding-top:4px;
	float:right;
	margin:-41px 7px 0 0;
	display:inline;
	position:relative;
}
div.view-user .update span{
	color:#fff;
	font-size:15px;
	text-shadow: 0 1px 1px #040303;
}
div.view-user h3{
	width:322px;
	height:32px;
	background:url("/images/bar-title-b.png") 0 0 no-repeat;
	float:left;
	font-size:20px;
	color:#58585a;
	padding:5px 0 0 9px;
	margin-bottom:10px;
}
div.view-user p{
	display: block;
	color:#053657;
	font-size:11px;
	margin-bottom:7px;
}

div.view-user ul{
	margin-left: 10px;
}

div.view-user li{
	margin-bottom: 10px;
}

div.no-border{
	border:0;
	margin-bottom: 0px;
}
/***********************************************************************
	 LAST USER
************************************************************************/
div.last-user{
	width:324px;
	padding-left:7px;
	float:left;
	margin-bottom: 15px;
}
div.last-user h4{
	font-size:14px;
	color:#053657;
	margin-bottom:7px;
}
div.last-user img{
	margin-bottom:7px;
	width:100%;
	float:left;
}
div.last-user img{
	float:left;
	height:36px;
	margin-right:8px;
	width:36px;
		-moz-border-radius: 0.5em; /* this works only in camino/firefox */
	-webkit-border-radius: 0.5em; /* this is just for Safari */
}
div.bar-satus{
	width:310px;
	height:25px;
	border:1px solid #0C446B;
	background:url("/images/bg-status.png") 0 0 no-repeat;
	margin-bottom:7px;
}
div.last-user p{
	font-size:11px;
	color:#053657;
	margin-bottom:7px;
}
div.last-user p a{
	color:#0e76bc;
}
div.last-user p a:hover{
	text-decoration:none;
}
div.width-view{
	width:310px;
}
div.suggestion-users dl.width-list-view {
	width:262px;
}
span.edit-contact a{
	width:22px;
	height:21px;
	background:url("/images/bt-edit.png") 0 0 no-repeat;
	display:block;
	float:right;
	margin-right:4px;
	color:#fff;
}
span.edit-contact a:hover{
	background:url("/images/bt-edit.png") 0 -21px no-repeat;
}
a.any-communities{
	width:134px;
	margin-left: 5px;
	background:url("/images/bg-comunities.png") 0 0 no-repeat;
}
a.any-communities:hover{
	background:url("/images/bg-comunities.png") 0 -22px no-repeat;
}
/***********************************************************************
	 SUBSCRIBE
************************************************************************/
div.subscribe{
	width:115px;
	float:left;
	padding-top:4px;
	margin:0 0 0 0;
}
div.subscribe a{
	font-size:18px;
	color:#fff;
	text-decoration:none;

}
/***********************************************************************
	 PROFILE-USER
************************************************************************/
div#box-profile-user{
	width:576px;
	background:url("/images/bg-profile-user.png") 0 0 no-repeat;
	float:left;
	margin-bottom:18px;
}
div#box-profile-user span.bottom-profile{
	width:576px;
	height:9px;
	background:url("/images/bg-profile-user-bottom.png") 0 0 no-repeat;
	float:left;
	display:block;
}
div#content-profile-user{
	width:552px;
	float:left;
	padding:15px 8px 0px 16px;
	min-height:170px;
	position:relative;
}
div.info-profile{
	width:412px;
	float:left;
	margin-top: -20px;
}
div.info-profile h1{
	font-size:30px;
	font-family:Helvetica, sans-serif;
	color:#0b3e60;
	margin-top: 15px;
	margin-bottom:4px;
	text-shadow: 0 1px 1px #fff;
	width:100%;
	float:left;
}
div.info-profile p{
	color:#414f59;
	font-size:12px;
	text-shadow: 0 1px 1px #fff;
	width:100%;
	float:left;
	margin-bottom:12px;
}
div.info-profile p a{
	color:#414f59;
	text-decoration:none;
}
div.info-profile p a:hover{
	text-decoration:underline;
}
dl.job-profile{
	width:336px;
	float:left;
	margin-bottom:18px;
}

dl.job-profile dt{
	color:#414f59;
	font-size:12px;
	text-shadow: 0 1px 1px #fff;
	margin-bottom:3px;
}
dl.job-profile dd{
	color:#0b3e60;
	font-size:14px;
	text-shadow: 0 1px 1px #fff;
	font-weight:bold;
}
dl.job-profile dd a{
	color:#0E76BC;
	text-decoration:underline;
}
dl.job-profile dd a:hover{
	text-decoration:none;
}
dl.interest-profile{
	width:336px;
	float:left;
}
dl.interest-profile dt{
	float:left;
	color:#4a575f;
	font-size-adjust:12px;
	text-shadow: 0 1px 1px #fff;
	margin-right:2px;
}
dl.interest-profile dd{
	float:left;
	color:#4a575f;
	font-size-adjust:12px;
		text-shadow: 0 1px 1px #fff;
}
dl.interest-profile a{
	text-decoration: none;
}
dl.interest-profile a:hover{
	text-decoration: underline;
}
dl.interest-profile h3{
	font-size:12px;
}
div#avatar{
	width:125px;
	float:left;
	margin-right:15px;
}
div#avatar img{
	width:125px;
	height:125px;
	float:left;
	margin-bottom:6px;
	-moz-border-radius: 10px; /* this works only in camino/firefox */
	-webkit-border-radius: 10px; /* this is just for Safari */
}
div.action-profile{
	float:left;
}
span.action a{
	width:26px;
	height:25px;
	float:left;
	display:block;
}
span.action a.user{
	background:url("/images/ico-user.png") 0 0 no-repeat;
	margin-right:4px;
}
span.action a.user:hover{
	background:url("/images/ico-user.png") 0 -25px no-repeat;
}
span.action a.useroff{
	background:url("/images/ico-user.png") 0 -50px no-repeat;
	margin-right:4px;
	cursor: default;
}
span.action a.send{
	background:url("/images/ico-send.png") 0 0 no-repeat;
	margin-right:8px;
}
span.action a.send:hover{
	background:url("/images/ico-send.png") 0 -25px no-repeat;
}
span.action a.sendoff{
	background:url("/images/ico-send.png") 0 -50px no-repeat;
	margin-right:8px;
	cursor: default;
}
span.action a.del{
	background:url("/images/ico-del-profile.png") 0 0 no-repeat;
	margin-right:4px;
}
span.action a.del:hover{
	background:url("/images/ico-del-profile.png") 0 -25px no-repeat;
}
span.action a.deloff{
	background:url("/images/ico-del-profile.png") 0 -50px no-repeat;
	margin-right:4px;
	cursor: default;
}
span.action a.block{
	background:url("/images/ico-block.png") 0 0 no-repeat;
}
span.action a.block:hover{
	background:url("/images/ico-block.png") 0 -25px no-repeat;
}
span.action a.blockoff{
	background:url("/images/ico-block.png") 0 -50px no-repeat;
	cursor: default;
}
div#content-profile-user .followers{
	text-align:center;
	background:url("/images/bg-follow.png") 0 0 no-repeat;
	width:67px;
	height:39px;
	padding-top:5px;
	position:absolute;
	right:8px;
	top:95px;
	z-index:1;
}
div#content-profile-user .no-followers{
	text-align:center;
	background:url("/images/bg-no-follow.png") 0 0 no-repeat;
	width:67px;
	height:39px;
	padding-top:5px;
	position:absolute;
	right:8px;
	top:100px;
	z-index:1;
}
div#content-profile-user .followers a{
	text-decoration: none;
}
div#content-profile-user .followers a:hover{
	color: #fff;
	text-decoration: underline;
}
div#content-profile-user .followers span{
	color:#fff;
	font-size:11px;
}
div#content-profile-user .followers span big{
	font-size:18px;
	display:block;
	line-height:1.0em;
}
a.follow{
	background:url("/images/bg-followers.png") 0 0 no-repeat;
	width:67px;
	height:30px;
	text-indent:-9000px;
	display:block;
	margin-top:1px;
	position:absolute;
	right:8px;
	top:154px;
	z-index:1;
}
a.unfollow{
	background:url("/images/bt_parar_de_seguir.jpg") 0 0 no-repeat;
	width:67px;
	height:49px;
	text-indent:-9000px;
	display:block;
	margin-top:1px;
	position:absolute;
	right:8px;
	top:140px;
	z-index:1;
}
div.block-followers{
	width:67px;
	float:left;
	margin-top:-16px;
}
/***********************************************************************
	 CONTACT UPDATE
************************************************************************/
div.contact-update{
	width:545px;
	float:left;
	position:relative;
	margin-left:28px;
}
div.contact-update h4{
	font-size:12px;
	font-weight:bold;
	color:#0b3e60;
	margin-bottom:10px;
}

div.user-update{
	float:left;
	width:483px;
	margin-bottom:12px;
	padding:0 17px 0 17px;
}
div.user-update-show{
	padding-top:30px;
	margin-bottom:0;
	background:url("/images/bg-top-show.png") 0 0 no-repeat;
}
div.update-show{
	width:100%;
	float:left;
	margin-bottom:18px;
}
div.update-show span{
	background:url("/images/bg-bottom-show.png") 0 0 no-repeat;
	width:100%;
	height:19px;
	display:block;
	float:left;
}
div.user-update p.txt-top{
	color:#0b3e60;
	font-size:14px;
}
div.user-update p.txt-top-show{
	color:#58585a;
	font-size:14px;
	text-shadow: 0 1px 1px #fff;
}
div.user-update p.txt-top a{
	color:#0e76bc;
	font-weight:bold;
	text-decoration:underline;
}
div.user-update p.txt-top a:hover{
	text-decoration:none;
}
div.user-update p.txt-top small{
	color:#bdbdbd;
	font-size:11px;
}
div.user-update p.txt-top-show small{
	color:#0b3e60;
	font-size:11px;
}
div.user-update img{
	float:left;
	height:36px;
	margin-right:11px;
	width:36px;
}
p.add-user{
	float:left;
	margin-bottom:12px;
	padding:1px 0 1px 44px;
	background:url("/images/ico-user-add.png") 17px 0 no-repeat;
	width:483px;
	font-size:12px;
	color:#0b3e60;
	font-weight:bold;
}
p.add-user a{
	color:#0e76bc;
	text-decoration:underline;
}
p.add-user a:hover{
	text-decoration:none;

}
/***********************************************************************
	 EXPERIENCE
************************************************************************/
div.experience{
	width:557px;
	float:left;
	position:relative;
	padding-left:17px;
	margin-bottom:22px;
}
dl.professional{
	width:276px;
	float:left;
	padding:7px 0 7px 0;
	border-right:1px solid #AEBFCB;
}
dl.professional dt{
	font-size:18px;
	color:#0B3E60;
}
dl.professional dd{
	font-size:14px;
	color:#6F8FA4;
}
div.company{
	width:268px;
	float:left;
	padding:7px 0 0 12px;
	position:relative;
}
div.company img{
	width:36px;
	height:36px;
	float:left;
	margin-right:12px;
}
div.company dl{
	width:168px;
	float:left;
}

div.company dl dt a{
	font-size:12px;
	color:#0E76BC;
	text-decoration:underline;
}
div.company dl dt a:hover{
	text-decoration:none;
}
div.company dl dd{
	font-size:12px;
	color:#6F8FA4;
}
span.edit-company a{
	position:relative;
	width:22px;
	height:21px;
	background:url("/images/bt-edit.png") 0 0 no-repeat;
	display:block;
	margin:-7px 0 0 0;
	color:#fff;
	float:right;
}
span.edit-company a:hover{
	background:url("/images/bt-edit.png") 0 -21px no-repeat;
}
span.ico-good a{
	position:relative;
	width:26px;
	height:25px;
	background:url("/images/ico-good.png") 0 0 no-repeat;
	display:block;
	float:right;
	margin:-7px 0 0 2px;
}
span.ico-good a:hover{
	background:url("/images/ico-good.png") 0 0 no-repeat;
}
/***********************************************************************
	 COMMUNITY
************************************************************************/
div.community{
	width:412px;
	float:left;
}
div.community h1{
	font-size:30px;
	font-family:Helvetica, sans-serif;
	color:#0b3e60;
	margin-bottom:4px;
	text-shadow: 0 1px 1px #fff;
	line-height:0.9em;
	width:100%;
	float:left;
	overflow : hidden;
}
div.community p.c-info{
	color:#414f59;
	font-size:12px;
	text-shadow: 0 1px 1px #fff;
	width:100%;
	float:left;
	margin-bottom:12px;
}
div.community p.c-info-nbootom{
	margin-bottom:4px;
}
div.community p.c-info a{
	color:#414f59;
	text-decoration:none;
}
div.community p.c-info a:hover{
	text-decoration:underline;
}
div.community p.mediators a{
	color:#0e76bc;
	text-decoration:underline;
}
div.community p.mediators a:hover{
	text-decoration:none;
}
p.boss{
	font-size:14px;
	font-weight:bold;
	color:#0b3e60;
	text-shadow: 0 1px 1px #fff;
	margin-bottom:4px;
}
p.boss a{
	color:#0E76BC;
	text-decoration:none;
}
p.boss a:hover{
	text-decoration:underline;
}

/***********************************************************************
	 COMMUNITY
************************************************************************/
div.nav-community{
	position:absolute;
	top:0;
	right:0;
	width:360px;
	z-index:10;
}
div.nav-community span{
	font-size:10px;
	padding:5px 7px 5px 7px;
	display:block;
	float:left;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	margin-top:8px;
}
div.nav-community span a{
	text-decoration:none;
	color:#fff;
}

div.nav-community span.latest{
	background:#3C91CA;
	margin:8px 4px 0 6px;
}
div.nav-community span.latest:hover{
	background:#000;
}
div.nav-community span.most-commented{
	background:#3C91CA;
	margin-right:7px;
}
div.nav-community span.most-commented:hover{
	background:#000;
}
div.nav-community span.new-topic{
	background:#083E60;
	margin-left:5px;
}
div.nav-community span.new-topic:hover{
	background:#000;
}
div.nav-community span.actions{
	background:#083E60;
	margin-left:3px;
}
div.nav-community span.bar-topic{
	background:url("/images/bar-topic.gif") 0 0 no-repeat;
	width:2px;
	height:27px;
	float:left;
	display:block;
	margin-top:5px;
	padding:0;
}
div.list-topics{
	width:552px;
	padding-left:10px;
	float:left;
	margin:12px 0 7px 0;
}
div.list-topics dl{
	width:440px;
	float:left;
}
div.list-topics dl dt{
	margin-bottom:3px;
}
div.list-topics dl dt a{
	text-decoration:underline;
	color:#0F74B8;
	font-weight:bold;
	font-size:12px;
}
div.list-topics dl dt a:hover{
	text-decoration:none;
}
div.list-topics dl dd{
	color:#09415C;
}
span.comemnts-topic{
	float:right;
	display:block;
	text-align:center;
	margin: 20px -20px 0px 0px;
	color:#53565B;
	font-size:10px;
}
span.comemnts-topic a{
	color:#53565B;
	text-decoration:none;
	background:#DEE3E7;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	display:block;
	padding:5px;
}
span.comemnts-topic a:hover{
	background:#000;
	color:#fff;
}
a.any-topics{
	margin-right:13px;
}
div.list-topics dl.news{
	width:100%;

}
a.fa{
	position:absolute;
	right:8px;
	top:154px;
	z-index:1;
	background:url("/images/bt-fa.png") 0 0 no-repeat;
	width:112px;
	height:30px;
	text-indent:-9000px;
}
a.participate{
	position:absolute;
	right:15px;
	top:83%;
	z-index:1;
	background:url("/images/bt-participate.png") 0 0 no-repeat;
	width:90px;
	height:30px;
	text-indent:-9000px;
}
a.no-participate{
	position:absolute;
	right:8px;
	top:154px;
	z-index:1;
	/*background:url("/images/bt_parar_de_seguir.jpg") 0 0 no-repeat;*/
	width:110px;
	height:30px;
	text-indent:-9000px;
}

/***********************************************************************
	 MANAGER
************************************************************************/
div.content-manager{
	width:958px;
	float:left;
	position:relative;
	/*border-bottom:1px solid #9AAFBE;*/
	margin-bottom:15px;
}
div.content-manager h3{
	width:949px;
	height:32px;
	background:url("/images/bar-title-2.png") 0 0 no-repeat;
	float:left;
	font-size:20px;
	color:#58585a;
	padding:5px 0 0 9px;
	margin-bottom: 10px;
}
div.content-manager-profile{
	width:949px;
	height:32px;
	background:url("/images/bar-title-2.png") 0 0 no-repeat;
	float:left;
	padding:5px 0 0 9px;
	margin-bottom:10px;
	position:relative;
	margin-bottom:  16px;
}
div.content-manager-block{
	width:949px;
	height:32px;
	background:url("/images/bar-title-2.png") 0 0 no-repeat;
	float:left;
	padding:5px 0 0 9px;
	margin-bottom:10px;
	position:relative;
}
div.content-manager .update{
	z-index:100;
	text-align:center;
	background:url("/images/bg-data-user.png") 0 0 no-repeat;
	width:31px;
	height:21px;
	padding-top:4px;
	float:right;
	margin:-41px 7px 0 0;
	display:inline;
}
div.content-manager .updatecomunities{
	background:url("/images/bg-data-view.png") 0 0 no-repeat;
}

div.content-manager .update span{
	color:#fff;
	font-size:15px;
	text-shadow: 0 1px 1px #040303;
}
div.users-manager{
	margin-right:50px;
}
div.content-users-manager{
	width:100%;
	float:left;
	margin-bottom:10px;
}
a.any-manager{
	margin-left:5px;
}
div.nav-manager{
	position:absolute;
	top:0;
	left:205px;
	width:650px;
	z-index:10;
}
div.nav-manager-profile{
	position:absolute;
	top:0;
	width:920px;
	z-index:10;
}
div.nav-manager span, div.nav-manager-profile span{
	font-size:10px;
	padding:5px 7px 5px 7px;
	display:block;
	float:left;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	margin-top:8px;
}
div.nav-manager span a, div.nav-manager-profile span a{
	text-decoration:none;
	color:#fff;
}
div.nav-manager span a:hover, div.nav-manager-profile span a:hover{
	text-decoration:underline;
}
div.nav-manager span.latest, div.nav-manager-profile span.latest{
	background:#3C91CA;
	margin:8px 4px 0 6px;
}
div.nav-manager span.l-black{
	background:#000;
}
div.nav-manager span.l-blue{
	background:#0b3e60;
}
div.nav-manager span.most-commented {
	background:#000;
	margin-right:7px;
}
div.nav-manager-profile span.most-commented{
	background:#000;
	margin-left:5px;
	margin-right:5px;
}
div.nav-manager span.new-topic{
	background:#083E60;
	margin-left:5px;
}
div.nav-manager span.actions{
	background:#083E60;
	margin-left:3px;
}
div.nav-manager span.bar-topic{
	background:url("/images/bar-topic.gif") 0 0 no-repeat;
	width:2px;
	height:27px;
	float:left;
	display:block;
	margin-top:5px;
	padding:0;
}
div.nav-manager-follow{
	left:154px;
}
div.nav-msn-follow{
	left:5px;
	width:800px;
}
div#search-communities{
	width:217px;
	height:24px;
	background:url("/images/bg-search-comu.png") 0 0 no-repeat;
	float:left;
	margin:7px 8px 0 8px;
	padding:2px 0 0 5px;
}
div#search-communities fieldset ul{
	width:100%;
	float:left;
}
div#search-communities fieldset ul li{
	float:left;
}
div#search-communities fieldset input{
	background:#fff;
	height:17px;
	font-size:14px;
	color:#B4BABF;
	width:193px;
}
div#search-communities fieldset button{
	width:20px;
	height:20px;
	background:url("/images/bt-search-comu.gif") 0 0 no-repeat;
	float:left;
	text-indent:-9000px;
	cursor:pointer;
}
div.my-communities{
	width:312px;
	height: 55px;
	float:left;
	margin-bottom:15px;
	padding:13px 0 15px 0;
	position:relative;
}
div.my-commu-hover{
	background:#F0F3F6;
}
div.my-communities img{
	width:65px;
	height:65px;
	float:left;
	margin-right:11px;
}
div.my-communities dl{
	width:230px;
	float:left;
}
div.my-communities dl dt{
	margin-bottom:3px;
}
div.my-communities dl dt a{
	color:#0E76BC;
	text-decoration:underline;
	font-size:12px;
}
div.my-communities dl dt a:hover{
	text-decoration:none;
}
div.my-communities dl dd{
	color:#BDBDBD;
	font-size:12px;
}
div.my-communities dl dd.number{
	color:#0B3E60;
}
div.action-profile-communities{
	width:90px;
	position:absolute;
	top:4px;
	right:0;
	z-index:10;
}
span.action a{
	width:26px;
	height:25px;
	float:left;
	display:block;
	text-indent:-9000px;
}
span.action a.send-communities{
	background:url("/images/ico-send-communities.png") 0 0 no-repeat;
	margin-right:4px;
}
span.action a.send-communities:hover{
	background:url("/images/ico-send-communities.png") 0 -25px no-repeat;
}
span.action a.del-communities{
	background:url("/images/ico-del-profile-communities.png") 0 0 no-repeat;
	margin-right:4px;
}
span.action a.del-communities:hover{
	background:url("/images/ico-del-profile-communities.png") 0 -25px no-repeat;
}
span.action a.block-communities{
	background:url("/images/ico-block-communities.png") 0 0 no-repeat;
}
span.action a.block-communities:hover{
	background:url("/images/ico-block-communities.png") 0 -25px no-repeat;
}
div.pagination{
	width:100%;
	text-align:center;
	float:left;
	padding:5px 0 6px 0;
	margin-top:15px;
}
div.pagination a{
	background:#E3E8EC;
	text-decoration:none;
	color:#58585A;
	font-size:11px;
	padding:5px;
	-moz-border-radius: 3px; /* this works only in camino/firefox */
	-webkit-border-radius: 3px; /* this is just for Safari */
}
div.pagination a.nav-pagination{
	font-size:10px;
	padding:6px;
}
div.pagination a:hover{
	background:#000;
	color:#fff;
}
div.import{
	font-size:10px;
	width:104px;
	display:block;
	float:left;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	margin:8px 0 0 8px;
	 background:#00D1FE url("/images/arrow-import.png") right 9px no-repeat;
}
div.import a{
	color:#fff;
	text-decoration:none;
	padding:5px 7px 5px 7px;
	display:block;
	text-shadow:0 1px 1px #0092B1;

}
a.tip-import{
	position:relative;
	text-decoration:none;
	color:#fff;
	font-size:10px;
}
  a.tip-import:hover{
  background:transparent;
  z-index:25;
  }
a.tip-import span{display: none; color:#fff}
a.tip-import:hover span{
  display:block;
  position:absolute;
  left:0;
  top:9px;
  font-size:10px;
  color:#fff;
  text-decoration:none;
  padding: 11px;
  background:#00D1FE;
  width:82px;
	-webkit-border-radius-topleft: 0;
	-webkit-border-radius-topright: 0;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	text-shadow:0;
  }
 /***********************************************************************
	 MSN
************************************************************************/
div.content-msn{
	width:924px;
	float:left;
	margin:6px 0 10px 15px;
	display:inline;
	padding: 10px;
}
div.content-msn-border{
	border-bottom:1px solid #9AAFBE;
}
span.check-msn{
	width:26px;
	display:block;
	float:left;
	margin-top:12px;
}
span.check-msn input{
	margin-left:0;
	margin-right:0;
}
div.tb-msn{
	width:49px;
	float:left;
}
div.tb-msn img{
	width:36px;
	height:36px;
	float:left;
}
div.txt-msn{
	width:746px;
	float:left;
}
p.desc-msn{
	color:#0b3e60;
	font-size:12px;
	width:746px;
	float:left;
	margin-bottom:5px;
}
p.desc-msn a{
	color:#0e76bc;
}
p.desc-msn a:hover{
	text-decoration:none;
}
p.txt-desc{
	color:#0b3e60;
	font-size:11px;
	width:746px;
	float:left;
	margin-bottom:10px;
}
span.date{
	display:block;
	float:left;
	color:#fff;
	background:#C7C8C9;
	padding:5px;
	font-size:11px;
	margin-left:17px;
	-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}
span.delete a{
	display:block;
	float:right;
	color:#fff;
	background:#000;
	padding:5px 7px;
	font-size:11px;
	-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
text-decoration:none;
}

/***********************************************************************
	SUGGESTIONS, CONTACTS/COMMUNITIES
***********************************************************************/
div.topbar{
	float: left;
	width: 960px;
	position: relative;
	padding-bottom: 10px;
	border-bottom:1px solid #9AAFBE;
	margin-bottom:15px;
}
div.topbar .title{
	background:url("/images/bar-title-g.png") 0 0 no-repeat;
	float: left;
	width: 960px;
	height: 41px;
	padding:9px 0 0 9px;
}
div.topbar h3 {
	font-size:20px;
	color:#58585a;
	margin-right: 200px;
}

div.topbar .update{
	z-index:100;
	text-align:center;
	background:url("/images/bg-data-view.png") 0 0 no-repeat;
	width:31px;
	height:21px;
	padding-top:4px;
	float:right;
	margin:-41px 12px 0 0;
	display:inline;
}

div.topbar .update span{
	color: #fff;
	font-size:16px;
	font-weight: bold;
	text-shadow: 0 1px 1px #040303;
}

div.topbar .updatesugg{
	z-index:100;
	text-align:center;
	background:url("/images/bg-data-user.png") 0 0 no-repeat;
	width:31px;
	height:21px;
	padding-top:4px;
	float:right;
	margin:-41px 12px 0 0;
	display:inline;
}

div.topbar .updatesugg span{
	color:#fff;
	font-size:16px;
	font-weight: bold;
	text-shadow: 0 1px 1px #040303;
}

/***********************************************************************
	 TOPICS
************************************************************************/




#CabecaTopico {
	float: left;
	background: #dddee2;
	border: solid 1px #bebfc1;
	margin: 0 0 10px 0;
	width: 100%;
	padding: 5px;
	margin-bottom: 17px;
	padding: 3px 9px 7px 9px;
	position: relative;
	width: 550px;
	overflow : hidden;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}



#CabecaTopico h1{
	color: #0B3E60;
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 4px;
	margin-top: 3px;
	padding: 0px;
	text-shadow: white 0px 1px 1px;
}

zz
.NumCom {
	text-decoration:none;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	padding:5px;
	background:#3D91C9;
	color:#fff;
	float:right;
	display:block;
	text-align:center;
	font-size:10px;
	margin: 15px 5px 0px 0px;
}
.topics {
	margin: 0 20px 0 0;
}
div.topics h3{
	color: #707070 ;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0.5px;
}
div.topics #gostar{
	*text-indent: -9999px;
	text-decoration:none;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	display:block;
	color:#fff;
	float:left;
	display:block;
	text-align:center;
	margin: 15px 5px 0px 0px;
	font-size:10px;

}
div.topics #gostar a{
	*width: 75px;
	*height: 27px;
	text-decoration:none;
	background:#083E60;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	display:block;
	padding:5px;
	display:block;
	float: left;
	color: #fff;
	text-decoration: none;
	*background:url("/images/bt_gostar.jpg") 0 0 no-repeat;
}
div.topics #gostar a:hover{
	color: #fff;
	background: #000;
	*background:url("/images/bt_gostar.jpg") 0 -27px no-repeat;
}
div.topics #gostar a:visited{
	*background:url("/images/bt_gostar.jpg") 0 -56px no-repeat;
}
.hr-topics{ float:left; }

div.topics p {

	margin: 20px 5px 5px 0;
	line-height: 24px;

}

div.bannertopics{ background: #cccccc; padding:15px; }

.comemnts-topic { }

#TopicoEdicao {
	position: relative;
	margin-right: 30px;
}
.TopicoAcoes {
	color: #4A575F;
	float: left;
	margin: 18px 10px 0 0;
	text-shadow: white 0px 1px 1px;
	float:left;
}

#numRespostas
{

  width : 200px;
  float : right;
  height : 20px;
  margin-top : 18px;
}


.ResponderNovo {
	float:left;
	display:block;
	text-align:center;
	margin: 15px 5px 0px 0px;
	color:#53565B;
	font-size:10px;
}
.ResponderNovo a{
	color:#fff;
	text-decoration:none;
	background:#083E60;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	display:block;
	padding:5px;
}
.ResponderNovo a:hover{
	background:#000;
	color:#fff;
}
.ResponderGambiBG a{
	color:#fff !important;
	text-decoration:none;
	background:#083E60 !important;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	display:block;
	padding:5px;
}
.ResponderGambiBG a:hover{
	background:#000 !important;
	color:#fff;
}
#BolhaTopicoAcoes {
	float: left;
	width: 550px;
}
/***********************************************************************
	 FOOTER
************************************************************************/
div#footer{
	width:100%;
	float:left;
	height: 50px;
	margin-top: 50px;
}
div#footer div.menu-bottom{
	width:471px;
	margin:0 auto;
	text-align:center;

}
div#footer ul{
	background:#ccc;
	width:455px;
	height:31px;
	background:url("/images/bg-menu-bottom.png") 0 0 no-repeat;
	float:left;
	padding-left:38px;
}
div#footer ul li{
	float:left;
	margin-right:12px;
	font-size:11px;
	margin-top:7px;
}
div#footer ul li a{
	color:#f3f5f7;
	text-shadow:0 1px 1px #485d6b;
        font-size:10px;
}
div#footer ul li a:hover, div#footer span{
	text-decoration:none;
	color:#c8d2d9;
	text-shadow:0 1px 1px #485d6b;
}

/***********************************************************************
	 TOOL TIPS
************************************************************************/
a.tip{
	position:relative;
	text-decoration:none;
	color:#fff;
}
  a.tip:hover{
  background:transparent;
  z-index:25;
  }
a.tip span{display: none; color:#fff}
a.tip:hover span{
  display:block;
  position:absolute;
  height:18px;
  left:0;
  font-size:10px;
  color:#fff;
  text-decoration:none;
  padding:10px 0 0 5px;
  }
a.tip-user:hover span{
  width:118px;
  background:url("/images/tooltip.png") 0 0 no-repeat;
  top:15px;
  }
a.tip-del:hover span{
  width:37px;
  background:url("/images/tooltip-del.png") 0 0 no-repeat;
  top:28px;
  }
a.tip-edit:hover span{
  width:74px;
  background:url("/images/tooltip-edit.png") 0 0 no-repeat;
  top:28px;
  }
a.tip-subscribe{
	position:relative;
	text-decoration:none;
	color:#fff;
}
  a.tip-subscribe:hover{
  background:transparent;
  z-index:25;
  }
a.tip-subscribe span{display: none; color:#fff}
a.tip-subscribe:hover span{
  display:block;
  position:absolute;
  left:0;
  font-size:12px;
  color:#fff;
  text-decoration:none;
  padding:10px;
  background:#144263;
  width:108px;
  border-bottom:1px solid #2C5CAE;
  border-right:1px solid #2C5CAE;
  border-left:1px solid #2C5CAE;
  }
/***********************************************************************
	  NOVA VIA 6
************************************************************************/
#NovaVia6 {
	float: left;
	position: relative;
	width: 574px;
	border-bottom:none;
	margin-bottom:-3px;
	color: #fff;
}
#NovaVia6 h3 {
	width:565px;
	height:32px;
	float:left;
	font-size:122% !important;
	color:#fff;
	padding:5px 0 5px 9px;
	margin:5px 0 16px 0;
	background:url("/images/bg_novavia6.jpg") 0 0 no-repeat !important;
	text-shadow: 1px 1px #275f84;
}
#NovaVia6 a{
	text-decoration: underline;
	color: #fff;
}
#NovaVia6 a:hover{
	text-decoration: none;
}
.buttons_form {

}
/***********************************************************************
	 BOTÃO AZUL
************************************************************************/

	button.miniazul {
		display:inline-block;
		*width: auto;
		height:23px;
		padding:0 0 0 3px;
		font-size:11px;
		font-weight:bold;
		color:#fff;
		text-shadow:1px 1px 0 #333;
		background:url("/images/img_botao.png") 0px -30px no-repeat;
		white-space:nowrap;
		border:none;
		overflow:visible;
		cursor:pointer;
		text-decoration:none;
	}
	button.miniazul span {
		display:block;
		height:23px;
		padding:0 10px 0 8px;
		line-height:23px;
		background:url("/images/img_botao.png") 100% -30px no-repeat;
	}
		button.miniazul, x:-moz-any-link {
		padding: 0 0 1px 0;
		background:url("/images/img_botao.png") 2px -29px no-repeat;
}

	button.miniazul:hover, button.miniazul:focus {
		color:#fff;
		text-decoration:none;
		text-shadow:1px 1px 0 rgba(0,0,0,0.3);
		background-position:0px -60px;
	}
	button.miniazul:hover, x:-moz-any-link {
		padding: 0 0 1px 0;
		background:url("/images/img_botao.png") 2px -59px no-repeat;

}

	button.miniazul:hover span, button.miniazul:focus span {background-position:100% -60px;}

	button.miniazul.mouseazul{background-position:0px -30px; }
	button.miniazul.mouseazul span{background-position:100% -30px; }

/***********************************************************************
	 BOTÃO VERDE
************************************************************************/
	button.miniverde {
		display:inline-block;
		*width: auto;
		height:23px;
		padding:0 0 0 3px;
		font-size:11px;
		font-weight:bold;
		color:#fff;
		text-shadow:1px 1px 0 #333;
		background:url("/images/img_botao.png") 0px -90px no-repeat;
		white-space:nowrap;
		border:none;
		overflow:visible;
		cursor:pointer;
		text-decoration:none;
	}
	button.miniverde span {
		display:block;
		height:23px;
		padding:0 10px 0 8px;
		line-height:23px;
		background:url("/images/img_botao.png") 100% -90px no-repeat;
	}
	button.miniverde, x:-moz-any-link {
		padding: 0 0 1px 0;
		background:url("/images/img_botao.png") 2px -89px no-repeat;
}


	button.miniverde:hover, button.miniverde:focus {
		color:#fff;
		text-decoration:none;
		text-shadow:1px 1px 0 rgba(0,0,0,0.3);
		background-position:0 -120px;
	}
	button.miniverde:hover, x:-moz-any-link {
		padding: 0 0 1px 0;
		background:url("/images/img_botao.png") 2px -119px no-repeat;
}

	button.miniverde:hover span, button.miniverde:focus span {background-position:100% -120px;}

	button.miniverde.mouseverde{background-position:0px -90px; }
	button.miniverde.mouseverde span{background-position:100% -90px; }

/***********************************************************************
	 BOTÃO PRETO
************************************************************************/
	button.minipreto {
		*width: auto;
		display:inline-block;
		height:23px;
		padding:0 0 0 3px;
		font-size:11px;
		font-weight:bold;
		color:#333;
		text-shadow:1px 1px 0 #fff;
		background:url("/images/img_botao.png") 0px -150px no-repeat;
		white-space:nowrap;
		border:none;
		overflow:visible;
		cursor:pointer;
		text-decoration:none;
	}
	button.minipreto, x:-moz-any-link {
		padding: 0 0 1px 0;
		background:url("/images/img_botao.png") 2px -149px no-repeat;

}
	button.minipreto span {
		display:block;
		height:23px;
		padding:0 10px 0 8px;
		line-height:23px;
		background:url("/images/img_botao.png") 100% -150px no-repeat;
	}

	button.minipreto:hover, button.minipreto:focus {
		color:#fff;
		text-decoration:none;
		text-shadow:1px 1px 0 rgba(0,0,0,0.3);
		background-position:0px -180px;
	}
		button.minipreto:hover, x:-moz-any-link {
		padding: 0 0 1px 0;
		background:url("/images/img_botao.png") 2px -179px no-repeat;

}
	button.minipreto:hover span, button.minipreto:focus span {background-position:100% -180px;}

	button.minipreto.mousepreto{background-position:0px -150px; }
	button.minipreto.mousepreto span{background-position:100% -150px; }

/***********************************************************************
	 BOT�O DESATIVADO
************************************************************************/
button.minides {
		*width: auto;
		display:inline-block;
		height:23px;
		padding:0 0 0 3px;
		font-size:11px;
		font-weight:bold;
		color:#ccc;
		text-shadow:1px 1px 0 #fff;
		background:url("/images/img_botao.png") 0px 0px no-repeat;
		white-space:nowrap;
		border:none;
		overflow:visible;
		cursor:pointer;
		text-decoration:none;
		cursor: default;
	}
	button.minides span {
		display:block;
		height:23px;
		padding:0 10px 0 8px;
		line-height:23px;
		background:url("/images/img_botao.png") 100% 0px no-repeat;
	}
		button.minides, x:-moz-any-link {
		padding: 0 0 1px 0;
		background:url("/images/img_botao.png") 2px 1px no-repeat;
}


/***********************************************************************
	 Diretórios
************************************************************************/
	#vDirBusca {
		margin:10px 0 30px 190px;
		float: left;
}
	#vDir {
		width:900px;
		margin: 0 auto;
	}
	.vDiretorio {
		font-family:Arial;
		float:left;
	}
	.vCat {
		color:#0b3e60;
		font-size:16px;
		line-height:24px;
		margin:0;
	}
	.vSubCat {
		color:#0e76bc;
		font-size:14px;
		line-height:20px;
		margin:0 30px 0 25px;
	}
	.vSubCat a{
		text-decoration:underline;
		color:#0e76bc;
	}
	.vSubCat a:hover {
		text-decoration:none;
		color:#0e76bc;
	}
	.vSubCat span {
		color:#0b3e60;
		font-size:12px;
	}
	#DirHori {
		margin: -10px 0px 30px 14px;
		float: left;

}
	#DirHori li{
		float: left;
		display: inline-block;
		margin:0 10px 0 0;
}

#fundoOpaco {
  position:absolute;
  width:100%;
  FILTER: Alpha(Opacity=70);
  margin-left:-5px;
  margin-right:-5px;
  opacity: 0.7;
  background-color:#000;
  display:none;
  z-index:9998;
}




/***********************************************************************
	Inserção rápida , home.tpl
************************************************************************/


#divInsercaoRapida h3{

	padding-top : -20px;
	display : inline;
	height : 70px;

}

#divInsercaoRapida #compartilhadoresBar{

 	margin-top : -40px; 
 	margin-left : 170px;

}





#divInsercaoRapida #compartilhadoresBar img{

		cursor : pointer;
		margin-right : 5px;
		


}



#divInsercaoRapida #titulo{

	float : left;
	height : 50px;
}


#divInsercaoRapida #titulo{

	margin-top : 40px;

}

#divInsercaoRapida #titulo input{

	margin-top : 0px;

}





#divInsercaoRapida #caixaEmbed{

	float:left;
	margin-left : 50px;
	text-align : center;
	

}


#atividadeNoticia p{


	margin-left : 124px;
	font-size: 12px;
     	color: #8F8F8F;
     	height : 25px;
	
}

#atividadeNoticia b{ *margin-top : -5px;  }


#atividadeNoticia textarea{


	margin-top : 10px;
	
	
}

#atividadeNoticia #nlink{



	*vertical-align : middle;
}




#atividadeTexto p{


    margin-left : 44px;
    font-size: 12px;
    color: #8F8F8F;
    height : 25px;
	
}

#atividadeTexto #textoTitulo{


	*vertical-align : middle;

}



#atividadeVideo p{

	
    margin-left : 90px;
    width : 300px;
    font-size: 12px;
    color: #8F8F8F;
    height : 25px;


	
}


#atividadeVideo #vlink{


	*vertical-align : middle;
	
	}


#atividadeApresentacao p{

	
	margin-left : 158px;
	width : 370px;
	font-size: 12px;
    color: #8F8F8F;
	width : 320px;
	height : 25px;
	
}

#atividadeApresentacao #aplink{


	*vertical-align : middle;

}


#comentario textarea{

	margin-top : -12px;

}


.desc{

 	margin-top : 5px;
 	height : auto;




}

#comentario{  margin-top : 0px;}

#divTitulo{


	height : 24px;
	margin-top : -10px;
}


#divNoticia{


	height : 40px;
	display : block;

}







/***********************************************************************
    Confirmação cadastro rápido
************************************************************************/


.bordaBox {bbackground: ttransparent; width:30%;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {height:1px;}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {background:#CECECE; border-left:1px solid #999; border-right:1px solid #999;}
.bordaBox .b1 {margin:0 5px; background:#999;}
.bordaBox .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox .b3 {margin:0 2px;}
.bordaBox .b4 {height:2px; margin:0 1px;}
.bordaBox .conteudo {padding:5px;display:block; background:#E4E9ED; border-left:1px solid #999; border-right:1px solid #999;}


