@charset "utf-8";


#perfil {
	width:728px; 
	background:#e1eaf2; 
	float:left;
}

#perfil_titulo {
	font-size:14px; 
	font-weight:bold;
	padding-bottom:20px;
}

#perfil_main_foto {
	float:left; 
	width:195px; 
	background:#000000; 
	font-size:12px; 
	padding-bottom:10px;
}




.perfil_nome {
	float:left; 
	font-size:12px;
	width:80px;
	height:25px;
	color:white;
}
.perfil_nome a {
	text-decoration:none;
	font-size:11px;
	color:white;
}
.perfil_nome a:hover {
	text-decoration:underline;
	font-size:11px;
}

#perfil_nome span {
	font-size:10px;
}





#perfil_dados {
	float:left; 
	width:490px;
}

#perfil_dados .dados1 { 
	float:left; 
	font-size:14px;
	width:195px;
}

#perfil_dados .dados2 { 
	float:left; 
	width:275px; 
	font-size:12px;
}

#perfil_dados .item { 
	float:left; 
	width:80px; 
	color:#000080;
	font-weight:bold;      
/*color:#EEA934;*/
	text-align:right;
	padding-right:10px;
}

.perfil_main_foto_lista {
	float:left; 
	width:126px;
	height:auto; 
	font-size:12px; 
	padding-bottom:10px;
}
.perfil_main_foto_lista .fundo {
	background:#000000;
}







/****** ABAS DO PERFIL *****/

.tabbar {
  /*margin-top: 10px;*/
  /*border-bottom: 7px solid #fff;*/
  /*padding: 2px 0px;*/
  font-size: 12px;
  width:auto;
}
.tabbar ul, .tabbar li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  vertical-align:top;
}
.tabbar a {
  padding: 2px 1em;
  /*border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;*/
  /*background-color: #fff;*/
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.tabbar a:hover, .tabbar a:active {
  /*border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999; */
  /*background-color: #fff;*/
 /* color: #EEA934;*/
    color:#000080;		
  text-decoration: none;
}
.tabbar a.tabact {
  /*border-bottom: 1px solid #999;*/
  /*background-color: #fff;*/
  color:#000080;
  font-weight: bold;
}
.tabbar a.tabact:hover,
.tabbar a.tabact:active {
  /*background-color: #fff;*/
  color: #EEA934;
}

.showAba { display:inline; }
.hideAba { display:none; }





