/* CSS Document */

html {
	margin: 0px;
}
body {
	margin:0px;	
	background-image: url(../layout/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #6481af;
}

body, td {
	font-size:0.85em;
}

p, td, body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#646464;
}

img {
	border: none;
}

h1 {
	color: #F88447;
	font-size: 1.8em;
	background-image:url(../layout/tit_underline.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:3px;
	width:505px;
	text-indent:18px;
}
h2 {
	font-size: 1.6em;
}

li {
	font-size: 0.8em;
}

/*
	FORMS
*/

form { 
	margin:0px;
}

form#frm_seacrhads, form#frm_searchppl, form#frm_profcareer, form#frm_partners, form#frm_searchwork, form#frm_appearence, form#frm_category, form#frm_details, form#frm_paypal, form#frm_gallery {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	padding: 4px;
	margin-bottom: 10px;
}

form#frm_searchppl label, form#frm_profcareer label, form#frm_partners label, form#frm_searchwork label, form#frm_add_job label, form#frm_appearence label, form#frm_category label, form#frm_details label, form#frm_paypal label, form#frm_gallery label {
	margin-top: 5px;
	display: block;
}

form .invalid {
	color:#CC0000;
	font-weight: bold;
}

form .invalidfield, .msg_failed {
	display: block;
	color: #CC0000;
}

.msg_ok {
	color: Green;
}

.msg_ok, .msg_failed
{
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
}

form #adkey {
	width: 200px;
}

a.yesbtn {
	color: green;
	background-color: #D7FFD9;
	border: 1px solid green;
	padding: 2px 10px 2px 10px;
}

a.nobtn {
	color: #CC0000;
	background-color: #FFCECE;
	border: 1px solid #CC0000;
	margin-left: 20px;
	padding: 2px 10px 2px 10px;
}

.breadcrumbs {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 4px;
	font-size: 1.2em;
	font-weight: bold;
}

.categorymenu a {
	margin-left: 4px;
}

.categorymenu {
	background-image: url(../layout/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	padding-right: 10px;	
	border-bottom: 1px solid #DDD;
}

form#frm_searchwork .checkboxes label, form#frm_add_job .checkboxes label {
	margin-top: 0px;
	display: inline;
}


/*

*/

a {
	color:#3486B6;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
}

.txtbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 2px;
	color:#5095B8;
	background-image:url(../layout/txtbox_bg.jpg);
	border: 0px;
}

textarea.txtbox {
	border: 1px solid #D1EBF8;
	background-repeat: repeat-x;
	background-position: top;
	overflow: auto;
}

#wraper {
	width:733px;
	margin:0 auto;
}
#footer {
	background-image:url(../layout/rodape.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:45px;
	color:#646464;
	padding-left:11px;
	padding-right:11px;
	padding-top:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#footer .links {
	text-align:center;
	color:#F88548;
	margin-bottom:10px;
}
#footer .links a {
	color:#F88548;
	text-decoration:none;
}
#footer .links a:hover {
	text-decoration:underline;
}
#footer img {
	float:right;
}

/* 
		COLUNA DIREITA 
*/

#coldir {
	width:185px;
	float:right;
}
#coldir .content {
	background-image:url(../layout/coluna_dir_bg.jpg);
	background-repeat:repeat-y;
}
#coldir .content form {
	padding-left:7px;
}
#coldir .content .login, #coldir .content .areapessoal {
	width:179px;
	min-height:75px;
	margin-left:3px;
	margin-top:12px;
	margin-bottom:2px;
	padding-top:13px;
	background-color:#D1EBF7;
	background-image:url(../layout/login_topo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#coldir .content .areapessoal {
	font-size: 0.8em;
	width: 179px;
	height: auto;
	margin-bottom: 10px;
}
#coldir .content .areapessoal a {
	padding: 2px;
	padding-left: 10px;
	background-color: #D1EBF7;
	border: 1px solid #D1EBF7;
	display: block;
	color: #FF6600;
}

#coldir .content .areapessoal a:hover {
	background-color: #FFFFFF;
	border: 1px solid #F4F4F4;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color:#3486B6;
}




#coldir .content .login img {
	float:right;
	margin-right:10px;
}
#coldir .content .signup {
	margin:3px;
	margin-bottom:10px;
}
#coldir .banner{
	margin-left:18px;
}
#coldir img.tit {
	margin-left:6px;
	margin-top:10px;
	margin-bottom: 2px;
}
#coldir #poll, #coldir .success{
	padding-left:6px;
	padding-top: 4px;
	background-image:url(../layout/poll_bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
#coldir .poll img, #coldir .success img{
	display:block;
}
.success .story img{
	float:left;
	margin-right:3px;
}

#coldir .success {
	font-size: 0.8em;	
}

#story_content {
	min-height: 100px;
	padding-right: 4px;	
}

#story_content a {
	font-size: 1em;
	clear: both;
	display: block;
}

.success .name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#F88548;
	display:block;
}
#storybrowser, #interviewbrowser, #newsbrowser {
	margin-left:3px;
	margin-top:8px;
}

#estatistica_geral {
	font-size: 0.8em;
	padding: 10px;
}

/* 
		CORPO 
*/
#corpo {
	padding-right:11px;
	vertical-align:top;
}
#menu1 {
	font-size: 9px;
	border-bottom:1px solid #D9D9D9;
	width:480px;
	padding-bottom:3px;
	padding-top:8px;
}
#menu1 img {
	margin-left:1px;
	margin-right:1px;
}
#menu1 a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#3486B6;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:2px;
	padding-right:2px;
	text-transform:uppercase;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center;
}
#menu1 a:hover {
	color:#FF6600;
}
#menu2 a{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646464;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
}
#menu2 a:hover {
	color:#FF6600;
}

#menu3 {
	padding: 3px;
	margin-bottom: 15px;
}

#menu3 .title {
	text-align: center;
	font-size:16px;
	color:#ff6600;
	font-weight:bold;
}

#menu3 a {
	color: #FF6600;
	padding: 2px;
	padding-left: 10px;
	background-color: #D1EBF7;
	border: 1px solid #D1EBF7;
	display: block;
	font-size: 1em;
}

#menu3 a:hover {
	color: #3486B6;
	background-color: #FFFFFF;
	border: 1px solid #F4F4F4;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/*
		DESTAQUES
*/
.destaques {
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:10px;
}
#destaques1 {
	background-image:url(../layout/linha_destaques_rodape_1.jpg);
}
#destaques2 {
	background-image:url(../layout/linha_destaques_rodape_2.jpg);
}
#destaques3 {
	background-image:url(../layout/linha_destaques_rodape_3.jpg);
}

.destaque {
	display: inline;
	padding-top:4px;
	background-image:url(../layout/linha_destaques_topo.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-right:2px;
}
.destaque .tit {
	display:block;
}


#destaques3 .destaque, #destaques2 .destaque  {
	margin-right: 16px;
}

/*
		INTERVIEWS
*/
#interview {
	float:left;
	background-image:url(../layout/interviews_coluna.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#interview .feature {
	margin-top: 5px;
	margin-left:10px;
	display:block;
}
#interviewbrowser, #newsbrowser {
	margin-left:8px;
}

/*
		NEWS
*/

#news {
	float:right;
	background-image:url(../layout/tit_news_hp_seta.jpg);
	background-repeat:no-repeat;
	background-position:10px 37px;
}
#news_content {
	margin-left: 15px;
	height: 121px;
	min-height: 126px;
}
#news .date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9B9A9A;
	display:block;
	margin-left:17px;
}
#news .title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FC6E00;
	background-image: url(../layout/bullet_1.gif);
	background-position: 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
	display:block;
}
#news .content {
	width:210px;  
	margin-left:17px;
	font-size: 10px;
}
#news .seemore {
	margin: 17px;
}


/*
		PAGINAÇÃO
*/

.seemore, .seeless {
	font-size: 0.9em;
}

#info, .paginacao {
	margin-top: 10px;
	text-align: right;
	color: #CCCCCC;
	font-size: 0.9em;
}

.nav {
	display: inline;
}

.nav {
	margin-bottom: 10px;
	text-align: right;
	color: #CCCCCC;
	font-size: 0.8em;
}

.nav a {
	background-color: #FFFFFF;
	padding : 4px;
	border: 1px solid #F4F4F4;
	color: #999999;
	text-decoration: none;
	
/*	+ contraste	*/	
	background: #F8FBFC;
  	color: #069;
	border: 1px solid #E2EFF3;	
}

.nav a:hover {
	border: 1px solid #CCCCCC;
	color: #333333;
}


/*
		RSS
*/

a.rss {
	padding: 2px;
	margin-top: 20px;
	padding-left: 20px;
	color: #999999;
	display: block;
	line-height: 140%;
	background-image: url(../rss/icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-position: 2px;
}

a.rss:hover {
	color: #000000;
}

/*
		NOTICIAS
*/

#noticias img.thumb, #noticias img.detail {
	float: left;
	margin: 5px;
}

#noticias .info {
	margin: 4px;
	text-align: right;
	font-size: 0.9em;
	color: #999999;
}

/*
		FAQ
*/

#faq a.index {
	display: block;
	margin-bottom: 10px;
}

#faq a.categoria {
	display: block;
	margin-top: 10px;
	margin-left:15px;
}

span.questao {
	display: block;
	color: Gray;
	margin-bottom: 5px;
	margin-left:15px;
}

#faq a.questao {
	display: block;
	padding: 4px 2px 4px 2px;
	margin-left:15px;
}

#faq a.questao:hover {
	background-color: #F4F4F4;
}

/*
		FORUM
*/

#forum {
	width: 100%;
}

#forum td {
	font-size: 0.8em;
	text-align: center;
}

#forum .header td {

}

#forum .title {
	font-size: 1em;
	text-align: left;
}

#forum .row1 {
	background-color: #F4F4F4;
}

#forum_nav {
	border-bottom: 1px solid #F4F4F4;
}

#forum_nav #nav {

	padding: 2px;
	border: 1px solid #F4F4F4;
	border-left: none;
	border-right: none;
	margin-bottom: 2px;
	color: #DDDDDD;
	text-align: right;
}

#forum_nav .buttons {
	font-size: 0.8em;
}

#forum_nav .buttons, #forum .buttons {
	text-align: right;
}

#forum_nav .buttons a, #forum .buttons a {
	background-color: #FFFFFF;	
	background-position: 0 0;
	background-repeat:no-repeat;
	margin: 2px;
	padding: 5px;
	padding-left: 20px;
	border: 1px solid #F4F4F4;
	font-weight: bold;
	text-decoration:none;
	border-bottom: none;
}

#forum_nav .buttons a:hover, #forum .buttons a:hover {
	background-color:#EBF6FA;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	border-bottom: none;
	padding-top: 8px;
	padding-left: 20px;
}

#forum .buttons a:hover {
	background-color: #F7F7F7;
}

#forum .post {
	text-align: left;
}

/*
		REGISTO
*/

#frm_register {
	margin-top: 10px;
}

#frm_register table {
	background-image: url(../layout/bg_titulos.jpg);
	width: 480px;
	background-repeat:no-repeat;
	background-position: top

}

#frm_register table h3 {
	display: inline;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#securitycode {
	border: 1px solid #F4F4F4;
}

/*
		GALERIA DE FOTOS
*/

.galerias a {
	border: 1px solid #F4F4F4;
	display: block;
	margin-bottom: 2px;
	padding: 4px;
}

.galerias a:hover {
	background-color: #D1EBF7;
	border: 1px solid #D1EBF7;
} 

.galerias a img.thumb {
	float: none;
	margin: 0px;
	margin-right: 6px;
	vertical-align: middle;
}

.galerias a .nome {
	display: inline;
	color: #000;
}

.galerias a .descript {
	display: block;
}

#galeria {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 96%;
}

#galeria div.thumb {
	float: left;
	border: 1px solid #F4F4F4;
	padding: 4px;
	padding-bottom: 10px;
	margin: 2px;
}

#galeria #foto {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

#galeria #foto #dados {
	border-left: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 4px;
	text-align: left;
	color: #666666;
}

#galeria .stats {
	clear: both;
	margin-top: 10px;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

/*
		USER STUFF
*/

.username {
	font-weight: bold;
	font-size: 1.2em;
}


/*
		FRIENDS NETWORK
*/


table.users {
	margin: 0 auto;
}

table.users td {
	vertical-align: top;
}

table.users img.thumb {
	border: 3px solid #BFCBDE;
	margin-bottom: 3px;
}


/*
		ADS
*/

#ads {
	margin: 0 auto;
	width: 480px;
	background-image: url(../layout/bg_titulos.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
}

	#ads th {
		text-align: left;
	}
	
	#ads .purchased {
		background-color: #FFFFCC;
	}
	
	#ads a {
		font-weight: bold;
	}
	
#fullad {
	border-top: 1px solid #F4F4F4;	
	border-bottom: 1px solid #F4F4F4;
	padding: 10px;
	margin: 10px;
	background-color: #FFFFCC;
}

	#fullad .title {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#fullad .from {
		margin: 10px 10px;
		font-weight: bold;
		display: block;
	}
	
	#fullad .descript {
		margin: 10px;
		display: block;
	}

/*
		BIO
*/

#userheader {
	/*height: 62px;*/
	background-image:url(../layout/tit_underline.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background: none;
/*	border-bottom: 1px solid #D1EBF8;	*/
	margin-bottom: 8px;
	margin-top: 6px;
	font-size: 0.8em;
	line-height: 100%;
	width:250px;
}

#userheader .username {
	line-height: 140%;
	font-size: 1.8em;
	font-weight: bold;
	color: #F88447;
	display: block;
}

#userheader img.thumb {
	border: 3px solid #BFCBDE;
	margin-right: 10px;
	float: left;
}

#appearence {
	width: 100%;
}

#appearence .aspecto {
	width: 70px;
	font-weight: bold;
}

#appearence a {

}

/*
		PRIVATE MESSAGES
*/

form#frm_pmsend, form#frm_newevent {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 8px;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 10px;	
}

form#frm_pmsend label, form#frm_newevent label, form#frm_newsletter label {
	margin-top: 8px;
	font-size: 0.8em;
	display: block;
}

#pmmsgcount {
	padding:6px;
	background-color:#DDF1F8;
	margin: 10px;
	font-size: 1.2em;
	text-align: right;
	background-image: url(../layout/top_border_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#frm_pminbox {
	width: 100%;
}

#pminbox {
	background-color: #FFFFFF;
	width: 100%;
}

#pminbox th input {
	margin-right: 20px;
}

.row1 {
	background-color: #F2FAFD;
	background-image: url(../layout/top_border_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#pmviewer {
	margin: 0px auto;
	background-color:#FFFFFF;
	border: 1px solid #CCC;
	padding: 20px;
	width: 90%;
	margin-bottom: 10px;
}

#pmviewer .header {
	border-bottom: 2px solid #CCC;
	margin-bottom: 15px;
	font-size: 0.8em;
}

#pmviewer #btn_reply {
	float: right;
}

#pmviewer blockquote.reply {
	border: 1px solid #666666;
	background-color: #FFFFCC;
	padding: 6px;
}

/*
		AGENDA
*/

#agenda {
	width: 98%;
}

	#agenda .weekday {
		font-weight: bold;
		color: #999933; 
		width: 75px;
	}

	#agenda .monthday {
		width: 40px;
	}

	#agenda a.what {
		font-weight: bold;
		text-decoration: none;
	}

	#agenda .descript {
		padding-bottom: 5px;
		padding-left: 20px;
	}

	#agenda .chkbox {
		width: 20px;
	}


/*
		COMENTÁRIOS
*/

#frm_comment label {
	margin-top: 8px;
	font-size: 0.8em;
	display: block;
}

.comments .comment {
	clear: both;
}

.comments .comment img.user {
	float: left;
	margin: 10px;
}

.comments .comment {
	padding: 6px;
}

/*
		VOTOS
*/

.ratebox strong {
	font-size: 1.4em;
	color: #000000;
}
.ratebox {
	float: right;
	background-color: #D1EBF8;
	background-image: url(../layout/top_border_small.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px;
	width: 45px;
	height: 45px;
	font-size: 0.8em;
	text-align: center;
	color: #999933;
}

.ratebox .votes {
    color: #000;
}

/*

*/

.disclaimer {
	font-size: 0.8em;
}


#generatedcode {
	background-color: #FFF;
	padding: 2px;
	color: #666;
}

/*
	POLLS
*/

form.poll {
	margin: 0px;
}
form.poll input {

}

form.poll fieldset {
	margin: 0px;
	border: 1px solid #DDDDDD;
	border: none;
	text-align:left;
}

form.poll .title {
	font-weight: bold;
	margin-bottom: 3px;
}

form.poll label {
	display: block;
}

table.vot_results td {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
}
/*
	FINAL DAS POLLS
*/

/*
	ENTREVISTAS
*/

#entrevista_detalhe p {
	font-size: 1.0em;
}

#entrevista_detalhe img {
	margin-right: 25px;
	float:left;
	
}

#entrevista a img{
	float: left;
	margin: 4px;
	margin-left: 1px;	
}

#entrevistas .bloco {
	margin-bottom: 15px;
}

#entrevistas .bloco a {
	text-decoration: none;
}

#entrevistas .bloco a:hover {
	color: #000000;
}

#entrevistas .bloco img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.newitem {
	color: #0000FF; 
	font-weight: bold;
}

.editprofile {
	font-size: 11px;
	color: #CCC;
    font-weight: bold;
}

#creditsinfo {
	width: 250px;
}

#creditsinfo .total {
	color: #000;
	font-weight: bold;
}

#creditsinfo .credits {
	text-align: center;
}

#creditsinfo .date {
	color: #999;
	text-align: center;
}

.paypal_username {
	font-weight: bold;
	color: red;
}

.legalwarning {
	font-size: 0.8em;
}

.mobile td {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 14px;
}
#perfilbox {
	background-color:#e1f2fa;
	padding:5px;
}
