                      

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }




/* Component containers
----------------------------------*/
.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget-content { border: 1px solid #dfd9c3; background: #f5f3e5 url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x; color: #312e25; }
.ui-widget-content a { color: #312e25; }
.ui-widget-header { border: 1px solid #d4ccb0; background: #ece8da url(images/ui-bg_gloss-wave_100_ece8da_500x100.png) 50% 50% repeat-x; color: #433f38; font-weight: bold; }
.ui-widget-header a { color: #433f38; }

/* Interaction states
----------------------------------*/
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #327e04; background: #67b021 url(images/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d4ccb0; background: #fafaf4 url(images/ui-bg_highlight-hard_100_fafaf4_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #459e00; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #666; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #990000; background: #CC0000; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

i-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }


/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-default {
	font-weight: normal;
	margin: -1px;
}


/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }


/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/* 
* Planetarium Games CSS @ 2010 
* Copyright (c) 2009 Planetarium Games (http://www.planetariumgames.com)
*/

body{
	background-image:url('images/hi0iobvr.jpg');
	background-repeat:no-repeat;
	background-color: #000;
	background-attachment: fixed;
	background-position: center top;
}

.ml_bg{
	background-image:url(images/menuLateral2/images/ml_b.jpg);
	background-repeat:no-repeat;
	background-color:#102d0f;
}

#homepage {
	background-image:url('/images/pi_01.png');
	background-repeat:no-repeat;
	border: 0px solid black;
	height: 328px;
	width: 965px;
	text-align:left;
	position: relative;
	margin-top: 100px;
}

#serverinfo {
	border: 0px solid white;
	height: 20px;
	width: 130px;
	position: absolute;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	left: 630px;
	top: 68px;
}

#homepage .username {
	border: 0px solid white;
	height: 25px;
	width: 130px;
	position: absolute;
	left: 118px;
	top: 95px;
}

#homepage .password {
	border: 0px solid white;
	height: 25px;
	width: 130px;
	position: absolute;
	left: 118px;
	top: 154px;
}

#homepage .login {
	border: 0px solid white;
	height: 30px;
	width: 75px;
	position: absolute;
	left: 175px;
	top: 198px;
	outline: none;
}

#homepage .facebook {
	border: 0px solid white;
	height: 24px;
	width: 24px;
	position: absolute;
	left: 100px;
	top: 280px;
	cursor: pointer;
}

#homepage .twitter {
	border: 0px solid white;
	height: 24px;
	width: 24px;
	position: absolute;
	left: 150px;
	top: 280px;
	cursor: pointer;
}

#homepage .youtube {
	border: 0px solid white;
	height: 24px;
	width: 24px;
	position: absolute;
	left: 200px;
	top: 280px;
	cursor: pointer;
}

#join_button {
	border: 0px solid white;
	height: 30px;
	width: 200px;
	position: absolute;
	left: 68px;
	top: 26px;
	cursor: pointer;
}

#joinnow {
	border: 0px solid white;
	height: 30px;
	width: 105px;
	position: absolute;
	left: 52px;
	top: 198px;
	cursor: pointer;
}


#demo {
	border: 0px solid white;
	height: 296px;
	width: 515px;
	position: absolute;
	left: 435px;
	top: 14px;
}

#get_pass {
	border: 0px solid white;
	height: 15px;
	width: 250px;
	position: absolute;
	left: 20px;
	top: 240px;
	color:#eee;
	text-decoration:underline;
	text-align:center;
	cursor: pointer;
}

#caixa_login{
	background-image:url(img/zzz_03.png);
	background-repeat:no-repeat;
	border: 0px solid black;
	width: 362px;
	height: 167px;
	padding-top: 70px;
	padding-left: 15px;
}

#caixa_login td{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#caixa_login a{
	color: #36700D;
}

.intro_text a{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-align:left;
	text-shadow: 2px 2px 2px #660000;
  filter: dropshadow(color=#660000, offx=2, offy=2); 
	}

#tabs {
	font-style: Verdana;
	font-size: 12px;
	width: 80%;
	margin-top: 5px;
	width: 850px;
}

input{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	border:1px solid #CCC;
	background:#FFF;
	vertical-align:middle;
	}
	

select{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	border:1px solid #CCC;
	background:#FFF;
	vertical-align:middle;
	}	
	
textarea{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	border:1px solid #CCC;
	background:#FFF;
	vertical-align:middle;
	}

a {
	color: #666; 
	text-decoration: none;
	}

a:hover,.au{
	text-decoration:underline;
	}	

.bg2{	
	margin: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	background: #FFF;
}
	
/* INFOBOX */

.menuborder1 { 
	background-image: url('/images/Mtop2.png'); 
	height: 4px;
	width: 179px;
	background-repeat: no-repeat;
}

.menuborder { 
	background-image: url('/images/Mcenter2.png'); 
	height: 11px;
	width: 179px;
	background-repeat: repeat-y;
	padding: 5px;
}

.menuborder a { 
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: white;
}

.menuborder2 { 
	background-image: url('/images/Mbottom2.png'); 
	height: 4px;
	width: 179px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menupadding { 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align:left;
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 6px;
	padding-right: 6px; 
	color: #CC0000;
}

.menupadding .team_players{ 
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.menupadding a{ 
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#menu_options td{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-image: url('/images/bulletred.png');
	background-repeat: no-repeat;
	background-position:center left;
	padding: 2px;
	padding-left: 14px;
}

#menu_options a{
	font-size: 11px;
	font-weight: 100px;
}

/* TABELAS */
table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#000;
	}
	
#tabela_titulo{
	text-align: left;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	border-bottom:solid 2pt #ccc;
}


#player_training {
	border-collapse: collapse;
}

#player_training td {
	border:solid 1pt #CDCDCD;
	padding: 2px;
}

#player_training th {
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
	background:#E1E3E4;
	border-bottom:solid 2pt #CC0000;
	color:#666;
}		

#super_table_white {	
	background-color: #f0f0f0;
	margin: 2px auto 2px auto;
	border: 1px solid #d7d7d7;
	/*vertical-align:middle;*/
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}	
/*
#super_table_white {
	border:solid 1px #666;
	border-collapse: collapse;
}

#super_table_white td {
	border:solid 0pt #CDCDCD;
}

#super_table_white th {
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
	background:#DADADC;
	border-bottom:solid 2pt #666;
	color:#CC0000;
}
*/
#skills_box {
	border:solid 0pt #CDCDCD;
	border-collapse: collapse;
}

#skills_box td {
	font-family: Arial, Helvetica, sans-serif;
	border:solid 0pt #CDCDCD;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}

#skills_box th {
	font-size: 10px;
	font-weight:bold;
	padding: 1px;
	background:#F9F7ED;
	border-bottom:solid 2pt #CC0000;
	border-left:solid 1pt #F9F7ED;
	border-right:solid 1pt #F9F7ED;
	border-top:solid 1pt #F9F7ED;
	color:#000;
}


.texttable{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#000;
}

.list1 {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #F2F2F2;
	border:#000;
	border-style:groove;
	border-width:0;
	padding: 2px;	
}

.list2 {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color:#E6E6E6;
	border:#000;
	border-style:groove;
	border-width:0;
	padding: 2px;
}

/* ESTILOS */
#alert_box {
	border: 1px solid #666;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0px 0px 5px 0px;
	background-color: #EEE;
}

#alert_box_title {
	font-family: Verdana;
	border:1px solid #666;
	padding-top:4px;
	height:20px;
	font-size:12px;
	text-align: left;
	background-color: #576266;
	color: white;
	padding-left: 5px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-shadow: 2px 2px 2px #000;
	font-weight: bold;
}

.active_option {
	font-weight:bold;
}
.bigname{
	font-size: 15px;
}

.new_text {
	font-size: 9pt;
	font-family: Tahoma, Geneva, sans-serif;
}

.team_players {
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
}

.cabecalhos {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma, Geneva, sans-serif;
}

.comentarios{
	font-size: 9pt;
	color: #000000;
}

.titulo{
	font-size: 10pt;
	border-bottom: 1px solid #000;
	margin: 2px;
	COLOR: Black; 
	TEXT-DECORATION:none;
	background : url(/img/topo.gif) no-repeat;
	padding-left : 20px;
}

.titulo2{
	border-top-width: 1px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom: 1px solid #333333;
	border-top-color: #333333;
	border-left-color: #333333;
	border-right-color: #333333;
	font-size: 10pt;
	margin: 2px;
	COLOR: Black; 
	TEXT-DECORATION:none;
	FONT-WEIGHT: bold;
	padding-left : 35px;
}

.graph { 
	background-color: #FFF;
	position: relative; /* IE is dumb */
	width: 130px; 
	border: 1px solid #C2C3C3; 
	padding: 2px; 
}
.graph .bar { 
	display: block;
	position: relative;
	background: #c6d4dd; 
	text-align: left; 
	color: #333; 
	height: 15px; 
	line-height: 15px;            
}
.graph .bar span { 
	position: absolute; 
	left: 1em; 
}

.titulares {
	background-color : #DAF67A;
}

.big_button {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #CC0000;
	border: 1px solid black;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	cursor:pointer;
}

.big_button2 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	cursor:pointer;
	background: -moz-linear-gradient(top, #E25B53 0%, #DD2011 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E25B53), color-stop(100%,#DD2011));
	background: -webkit-linear-gradient(top, #E25B53 0%,#DD2011 100%);
	background: -o-linear-gradient(top, #E25B53 0%,#DD2011 100%);
	background: -ms-linear-gradient(top, #E25B53 0%,#DD2011 100%);
	background: linear-gradient(to bottom, #E25B53 0%,#DD2011 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25b53', endColorstr='#dd2011',GradientType=0 );
	border: 1px solid #C42222;
}

.big_button2:hover{
 	background: #DD7671;
	background: -moz-linear-gradient(top, #DD7671 0%, #DD2011 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DD7671), color-stop(100%,#DD2011));
	background: -webkit-linear-gradient(top, #DD7671 0%,#DD2011 100%);
	background: -o-linear-gradient(top, #DD7671 0%,#DD2011 100%);
	background: -ms-linear-gradient(top, #DD7671 0%,#DD2011 100%);
	background: linear-gradient(to bottom, #DD7671 0%,#DD2011 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7671', endColorstr='#dd2011',GradientType=0 );
}

.big_button2:active{
	box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;
}

.big_button2_blocked {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: white;
  font-size: 14px;
  font-style: normal;
  background: -webkit-linear-gradient(top, #C4C4C4 0%,#6F6F6F 100%);
  background: -o-linear-gradient(top, #BEBEBE 0%,#7C7C7C 100%);
  background: -ms-linear-gradient(top, #CACACA 0%,#A2A2A2 100%);
  background: linear-gradient(to bottom, #E4E4E4 0%,#A0A0A0 100%);
  border: 1px solid #C9C9C9;
}

.butao {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	color: #000;
	background: #ffffff;
	text-decoration: none;
}
#rec_button {
	text-align:center;
	width:150px;
	background-color:#990000;
	color:white;
	border:1px solid black;
	padding: 5px;
}

#rec_button:hover {
	background-color:#eeeccc;
	color:#666;
	font-weight:bold;
}


.Blog_Data{
	border-bottom:solid 1px #000000;
	font-size:10pt;
	text-align:left;
	margin-top:30px;
	width:300px;
	margin-bottom:0px;
	color:black;
	font-weight:bold
}

.titulo5 {
	font-size: 8pt;
	color: #FFF; 
	background-color : #2971AD;
}

.mom{
    background-color: #DEF67A;
    FONT-WEIGHT: bold;
}

iframe {
	border: 0px solid #ffffff;
}


/* BAIRROS */
#nav_menu td {
	text-align: center;
}
				
#my_location {
	background-image: url("img/expert.png");
	position: absolute;
	z-index: 2000;
	left:0;
	top:500;
	height: 37px;
	width: 32px;
}
			

/* TABS */
#main {
	border: 1px solid #B0B2B4;
	clear: both;
	background: #B0B2B4;
	padding-top: 0.3em;
}

#contents {
	padding: 1.5em;
	background: #F5F3E5;
	min-height: 100px;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 65em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 70em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 13em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	text-decoration: none;
	color: #CC0000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #B0B2B4;
	border-bottom: none;
	background: #D6D6D8;
	padding-bottom: 6px;
	margin-top: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#header ul#primary a {
	background: #fffdf3;
	border: 1px solid #dbdbdd;
	border-bottom: none;
	color: #666;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #C2C3C3;
	background: #EEEEEE;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	/*text-align: auto;*/
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #FFF;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #FFF;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }
/* END OF TABS */

/*  TOOLTIPS  */

.tooltip {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #000;
	-moz-box-shadow:3px 3px 11px #000;
	-webkit-box-shadow:3px 3px 4px #666;
	box-shadow:4px 4px 10px #666;
	padding:10px;
	background:#fff;
	width:200px;
	display:none;
	z-index:1500;
	max-width: 200px;
}

span.tool {
  cursor: help;
}

.hintstyle {
  position: absolute;
  min-width: 50px;
  max-width:250px;
  padding: 10px;
  border: 2px solid #CC0000;
  background-color: #EEE ;
  font: normal 13px arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
  clear: both;
  z-index: 1500;
  -moz-border-radius: 10px;
}

span.tool:after {
  padding-left: 2px;
  padding-right: 2px;
  content: url(/img/bubble.gif);
}

/* NEW NAV */

#new_nav {
	/*display: none;*/
	background-image: url('/img/cromo.png');
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	height:400px;
	width:230px;
	position:relative;
	left: 1%;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:5px;			
	padding-right:5px;
	z-index: 0;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	z-index: 0;
	
}

#new_nav a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}

#cromoFS {
	border: 0px black solid;
	height:180;
	width:160px;
	margin-top:5px;
	margin-left: 25px;
	position: relative;
	}

#cromoFS_bg {
	position: absolute;
	background-size: 80%;
	border: 0px black solid;
	height:180px;
	width:170px;
	margin-top:5px;
	margin-left: 21px;
	background-position: 50% 50%;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;

}

#new_nav .nome {
	margin-left: 18px;
	border: 0px black solid;
	width: 172px;
}

#new_nav .nome a {
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;

	}

	#new_nav .numero {
	width: 70px;
	height: 60px;
	border: 0px black solid;
	font-size: 50px;
	font-family:Impact;
	color: #2971AD;
	}
		

 /*
 CHAT & NAVIGATION BAR
 * Copyright (c) 2009 Planetarium Games (http://www.planetariumgames.com)
 */
 
#friends {
	overflow:auto;
	display: none;
	height:250px;
	width:120px;
	bottom:20px;
	position:fixed;
	left: 420px;
	background-color:#F5F3E5;
	border:#000 solid 1px;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:5px;			
	padding-right:5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px; 
	z-index: 999;
}

#chatfs {
	display: none;
	height:250px;
	width:370px;
	bottom:20px;
	position:fixed;
	left: 50px;
	background-color:#F5F3E5;
	border:#000 solid 1px;
	border-right: #666 solid 1px;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:5px;			
	padding-right:5px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	z-index: 999;
}

#chatfs a {
  color: #cc0000;
}

#chatfs .chat_top_status{
	position:relative;
	height: 20px;
	width:80px;
	border:#000 solid 0px;
	float: left;
	clear:right;
	margin: auto;
	padding-top:5px;
	padding-left:5px;
}

#chatfs .chat_top_sessions{
	position:relative;
	height: 20px;
	width:260px;
	border:#000 solid 0px;
	float: left;
	clear:right;
	margin: auto;
	padding-top:2px;
}
#chatfs .chat_top_close{
	text-align: right;
	position:relative;
	height: 20px;
	width:20px;
	border:#000 solid 0px;
	float: left;
	margin: auto;
	padding-top:2px;
}

#chatfs .tabs{
	position:relative;
	height: 208px;
	width: 80px;
	border-right:#CC0000 solid 2px;
	float: left;
	margin-top: 2px;
	text-align: center;
}

#chatfs .tabs_inactive{
	cursor: pointer;
	padding: 3px;
	background-color:#F9F7ED;
	border:#000 solid 1px;
	margin: 2px;
	-moz-border-radius: 5px;
}

#chatfs .tabs_inactive_unread {
	cursor: pointer;
	padding: 3px;
	color: #CC0000;
	background-color:#EEE;
	border:#000 solid 1px;
	margin: 2px;
	-moz-border-radius: 5px;
}

#chatfs .tabs_active{
	padding: 3px;
	background-color:#CC0000;
	color: #FFF;
	border:#000 solid 1px;
	margin: 2px;
	-moz-border-radius: 5px;
}

#chatfs .window{
	margin-top: 2px;
	height: 208px;
	width: 285px;
	border:#000 solid 0px;
	float: right;
	overflow:auto;
}

#chatfs .msgfield{
	margin-top: 2px;
	height: 16px;
	width: 290px;
	border:#000 solid 0px;
	float: right;
	padding-left: 10px;
}

#chatfs td {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

#spacer {
	height: 30px;
}

#nav_menu_vertical {
	width:40px;
	position:fixed;
	background-color:#EEEEEE;
	border:#2971ad solid 1px;
	border-left:#2971ad solid 3px;
	border-right:#2971ad solid 3px;
	padding: 5px;
	text-align:center;
	-moz-border-radius: 10px;
	z-index: 999;
}

#nav_menu_horizontal {
	height:40px;
	position:fixed;
	margin:0 0 0 0;
	background-color:#EEEEEE;
	border:#2971ad solid 1px;
	border-left:#2971ad solid 3px;
	border-right:#2971ad solid 3px;
	text-align:center;
	-moz-border-radius: 10px;
	z-index: 999;
}

#nav_menu_default {
	background-color: #eeebd4;
	background-image: url('img/bgmenu2.png');
	text-align: center;
	margin:0px 0 0 -475px;
	width: 950px;
	height:30px;
	position:fixed;
	bottom: 0%;
	left: 50%;
	text-align: center;
	border-left:#192D45 solid 2px;
	border-right:#192D45 solid 2px;
	border-top:#192D45 solid 2px;
	text-align:center;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	z-index: 999;
}

#nav_menu_vertical .nav_inner {
	height:30px;
	margin: 8px;
	margin-bottom: 10px;
	margin-right: 10px;
	z-index: 999;
}

#nav_menu_horizontal .nav_inner {
	margin: 8px;
	margin-right: 10px;
	margin-left: 10px;
	height:30px;
	float: left;
	clear: right;
	z-index: 999;
}

#nav_menu_default .nav_inner {
	margin: 4px;
	margin-right: 20px;
	margin-left: 20px;
	height:30px;
	float: left;
	clear: right;
	z-index: 999;
}

#alert {
	display: none;
	position: fixed;
	cursor: pointer;
	left: 2%;
	bottom: 2%;
	color: #FFF;
	padding: 1px;
	background-color: #000;
	min-height: 20px;
	width: 120px;
	text-align:center;
	padding-top: 5px;
	border:#fff solid 1px;
	z-index: 1500;
	-moz-border-radius: 5px;
	opacity: .85;
	filter: alpha(opacity = 85);
}

/* TABLESORTER */
table.tablesorter {
	font-family:arial;
	margin:0px 0pt 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	/*background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;*/
	cursor: pointer;
}
table.tablesorter tbody td {
	color: black;
	padding: 2px;
	background-color: #F2F2F2;
	line-height:15px;
}

table.tablesorter tbody tr.odd td {
	background-color:#E6E6E6;
}
/*
table.tablesorter thead tr .headerSortUp {
	background-image: url(/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/img/desc.gif);
}*/
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	color: #bb0804;
}

/* HOUSES */

.draggable { 
	width: 50px; 
	height: 50px;
	border:1px solid #2971AD;
	background-color: #FFF;
	color: #000;
	z-index: 1;
	position: relative;
}
	
.droppable { 
	margin: 0 auto;
	float: left; 
	clear: right;
	width: 50px; 
	height: 50px;  
	margin: 5px;
	border:1px solid #000;
	background-color: #EEE;
	color: #EEE;
}

/* MENSAGENS */

.error-message {
background-color: #EEEEEE;
color: #EF1010;
font-size: 14px;
margin-bottom: 5px;
padding: 3px;
border: 1px #A3A3A3 dotted;
}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
width:500px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('img/kinfo.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('img/ksucesso.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('img/kwarning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('img/kerror.png');
}

#popup_container {
font-family: Arial, sans-serif;
font-size: 12px;
min-width: 300px; /* Dialog will be no smaller than this */
max-width: 600px; /* Dialog will wrap after this width */
background: #FFF;
border: solid 5px #999;
color: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#popup_title {
font-size: 14px;
font-weight: bold;
text-align: center;
line-height: 1.75em;
color: black;
background: #CCC url(img/title.gif) top repeat-x;
border: solid 1px #FFF;
border-bottom: solid 1px #999;
cursor: default;
padding: 0em;
margin: 0em;
}

#popup_content {
background: 16px 16px no-repeat url(img/info2.gif);
padding: 1em 1.75em;
margin: 0em;
}

#popup_content.alert {
background-image: url(images/info2.gif);
}

#popup_content.confirm {
background-image: url(images/important.gif);
}

#popup_content.prompt {
background-image: url(images/help2.gif);
}

#popup_message {
padding-left: 48px;
}

#popup_panel {
text-align: center;
margin: 1em 0em 0em 1em;
}

#popup_prompt {
margin: .5em 0em;
}


/* TEXTO CORES */
.green_text {
color: #339900;
font-size: 16px;
font-weight: bold;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.neutral_text {
color: #000;
font-size: 16px;
font-weight: bold;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.red_text {
color: #CC0000;
font-size: 16px;
font-weight: bold;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.skill_text {
color: #000;
font-size: 15px;
font-weight: bold;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.skill_green {
color: green;
font-size: 15px;
font-weight: bold;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.skill_red{
color: red;
font-size: 15px;
font-weight: bold;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.skill_blue {
color: blue;
font-size: 15px;
font-weight: bold;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.skill_desc {
color: #000;
font-size: 12px;
font-weight: normal;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/*MENU*/
    
#subnav {
	width: 847px;
	float:left;
	height:20px;
	background-color: #990000;
	background-image: url("images/xLxxLLsB2.jpg");
	border-right:1px solid #990000;
	border-top:0px solid #990000;
	border-bottom:1px solid #990000;
	border-left:1px solid #990000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding-bottom: 15px;
}

#subnav ul {
	line-height: 5px;
	margin:0;
	padding:0;
	list-style:none;
	}
		
#subnav li{
	float:left;
	padding: 3px 15px 4px 15px;
	color: #FFF;
	font-style: Verdana;
	font-size: 12px;
	font-weight:bold;
}

#subnav a{
	color: white;
	font-style: Verdana;
	font-size: 12px;
	font-weight:bold;
}


/* TUTORIAL */
#tutorial_header {
	background-color: #CC0000;
	color: white;
	height: 20px;
	font-size: 14px;
	text-align: right;
	z-index: 1000;
}

#tutorial_window {
	height: 320px;
	width: 350px;
	position: fixed;
	left: 30px;	
	top: 200px;
	border: 5px solid #CC0000;
	background-color: #EEE;
	cursor: move;
	z-index: 1000;
	-moz-border-radius: 10px;
}

#tutorial_body {
	height: 260px;
	font-size: 14px;
	text-align: left;
	margin: 5px;
	border: 0px solid black;
	z-index: 1000;
}

#tutorial_body td {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#tutorial_arrows {
	height: 15px;
	font-size: 14px;
	text-align: right;
	margin: 5px;
	border: 0px solid black;
	float: left;
	width: 50px;
	z-index: 1000;
}

#tutorial_pages {
	float: left;
	width: 250px;
	height: 15px;
	font-size: 14px;
	text-align: left;
	margin: 5px;
	border: 0px solid black;
	z-index: 1000;
}

#tutorial_warning {
	display: none;
	cursor:pointer;
	z-index: 1000;
}

/* TOOLTIPS */

p#vtip { display: none; position: absolute; max-width:500px; padding: 10px; left: 5px; font-size: 11px; font-family:Tahoma;background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }  


/*FORUNS */

#forum_box {
	border: 1px solid #666;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0px 0px 5px 0px;
	background-color: #EEE;
	
}

#forum_box_title {
	font-family: Verdana;
	border:1px solid #666;
	padding-top:3px;
	height:18px;
	font-size:10px;
	text-align: left;
	background-color: #576266;
	color: white;
	padding-left: 5px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	/*text-shadow: 2px 2px 2px #000;*/
}

#forum_box_with_bottom {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0px 0px 5px 0px;
	background-color: #EEE;
}

#forum_box_bottom {
	background-color: #CCC;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding-top:4px;
	height:20px;
	font-size:10px;
	text-align: right;
	color: white;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-right:10px;
}

#forum_sub_box{
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #ccc;
}

/*Banners */
#banner_lateral_right {
	right: 0px;
	top: 25px;
	height: 600px;
	width: 160px;
	border: 0px solid black;
	position: absolute;
	text-align:center;
	font-size: 12px;
}

#banner_lateral_left {
	left: 0px;
	top: 25px;
	height: 600px;
	width: 160px;
	border: 0px solid black;
	position: absolute;
	text-align:center;
	font-size: 12px;
}

/* CSS for the scrollers */
div.horizontal_scroller, div.vertical_scroller{
	position:relative;
	height:16px;
	width:400px;
	display:block;
	overflow:hidden;
	border:#CCCCCC 1px solid;
}
div.scrollingtext{
	position:absolute;
	white-space:nowrap;
	font-family:'Tahoma',Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

.newsticker {
	list-style-type: none;
	border:#CCCCCC 0px solid;
	margin: 0px;
	height:12px;
	padding:1px;
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#666;
	overflow:hidden;
	margin-top:0; 
  margin-bottom:0; 
  list-style-type:disc; 
  list-style-position:outside;
}

.newsticker a {
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#cc0000;
	overflow:hidden;
}

/* button basics */
a.minibutton {
	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(img/minibutton_matrix.png) 0 0 no-repeat;
	white-space:nowrap;
	border:none;
	overflow:visible;
	cursor:pointer;
	text-decoration:none;
}

a.minibutton>span {
	display:block;
	height:23px;
	padding:0 10px 0 8px;
	line-height:23px;
	background:url(img/minibutton_matrix.png) 100% 0 no-repeat;
}

a.minibutton:hover, a.minibutton:focus {
	color:#fff;
	text-decoration:none;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
	background-position:0 -30px;
}
a.minibutton:hover>span, a.minibutton:focus>span {background-position:100% -30px;}

a.minibutton.mousedown{background-position:0 -60px; }
a.minibutton.mousedown>span{background-position:100% -60px; }

/* with icon */
a.btn-download .icon {
	float:left;
	margin-left:-4px;
	width:18px;
	height:22px;
	background:url(img/minibutton_icons.png) 0 0 no-repeat;
}
a.btn-download .icon {background-position:-40px 0;}
a.btn-download:hover .icon, a.btn-download:focus .icon {background-position:-40px -25px;}


.box1 {
	background-color: #f0f0f0;
	margin: 2px auto 2px auto;
	border: 1px solid #d7d7d7;
	/*vertical-align:middle;*/
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.box1_2 {
	background-color: #f0f0f0;
	margin: 2px auto 2px auto;
	border: 1px solid #d7d7d7;
	/*vertical-align:middle;*/
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.box2 {
	background-color: #F5F7F8;
	margin: 0 auto 15px auto;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.rel {	
  width:100%;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}

.rejeitada {
	color: red;
	font-weight: bold;
}

.pendente {
	color: yellow;
	font-weight: bold;
}

table#table_container{
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	width:96%;
}

table#table_container_nextm{
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	width:96%;
	height:260px;
	/*background:url('images/bg1_01.jpg') 5%;*/
	background:url('img/nm_bgs.png');
	/*background-position:center;*/
	background-repeat:no-repeat; 
	opacity: 50;
}

.linha1{
	color: #000000;font-family: Tahoma, Geneva, sans-serif;	font-size: 11px;	background-color: #f0f0f0;	border:#000;	border-style:groove;	border-width:0;	padding: 2px;	
}

.linha2{
	color: #000000;font-family: Tahoma, Geneva, sans-serif;	font-size: 11px;	background-color: #E6E6E6;	border:#000;	border-style:groove;	border-width:0;	padding: 2px;
}

.header_caixas{
	text-align:left; color: #000000;font-family: Tahoma, Geneva, sans-serif;	font-size: 12px; font-weight: bold; padding: 3px;	
}

/*PVP */
/*caixa global*/
.box1_pvp {
	background-image:url('img/bg_pvp.png'); 
	background-position:top;
	background-repeat:no-repeat;
	margin: 2px auto 2px auto;
	border: 1px solid #d7d7d7;
	color:#FFF;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color:#FFF;

}
/*caixa pedidos ajax*/
.box2_pvp {
	margin: 3px 2px 2px 3px;
	border: 0px solid #fff;
	color:#FFF;
	-moz-border-radius-topleft: 11px;
	-webkit-top-left-border-radius: 11px;
	border-top-left-radius: 11px;

}
/*caixa recent activity*/
.box3_pvp {
	margin: 2px 0 2px 2px;
	/*border: 3px solid #f0f0f0;*/
}

/*tabela recent activity*/
.box4_pvp {
	background-color: #dddddd;
	margin: 2px 2px 2px 2px;
	border: 3px solid #dddddd;

}
.rel_pvp {	
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}
.texto_caixas_pvp{
	color: #2F4157;font-family: Verdana, Geneva, sans-serif;	font-size: 10px; padding: 3px;	
}
.texto_caixas_2_pvp{
	color: #FFF;font-family: Verdana, Geneva, sans-serif;	font-size: 12px; font-weight: bold; padding: 3px;	
}
.texto_caixas_3_pvp{
	color: #2F4157;font-family: Verdana, Geneva, sans-serif;	font-size: 16px; font-weight: bold; padding: 3px;	
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  color: #A2A5A7;
  font-family: Verdana, Geneva, sans-serif;	
  font-size: 12px; 
  font-weight: bold; 
  padding: 2px;
}
ul#menu div {
  display: block;
}

ul#menu li {
  margin-top: 1px;
}

.menu_pvp {
	background-image:url(img/bt_im_normal.png); 
	background-position:top;
	background-repeat:no-repeat;
  color: #2F4157;	
  font-weight:bold;
  height:30px;
  width:110px;
  line-height: 30px;
  cursor:pointer;
}

.menu_pvp:hover {
	background-image:url(img/bt_im_over.png); 
	background-position:top;
	background-repeat:no-repeat;
  height:30px;
  cursor:pointer;
}

.sub_menu_pvp {
  /*background-image:url(img/bt_sub_im.png); 
	background-position:top;
	background-repeat:no-repeat;*/
  color: #2F4157;
  margin-top: 0px;
  cursor:pointer;
  height:16px;
  font-family: Verdana, Geneva, sans-serif;	
  font-size: 10px; 
  font-weight: bold;
}

.sub_menu_pvp:hover {
  /*background-image:url(img/bt_sub_im.png); 
	background-position:top;
	background-repeat:no-repeat;*/
  cursor:pointer;
  height:16px;
  color: #2F4157;
  text-decoration: underline;
  font-family: Verdana, Geneva, sans-serif;	
  font-size: 10px; 
  font-weight: bold;
}

.box_container{
	margin: 2px auto 2px auto;
	border: 1px solid #d7d7d7;
	/*vertical-align:middle;*/
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.gradwhite {
  background-image: url(img/grad_white.png);
}

.gradwhite p {
  margin: 0px;
  padding: 3px;
  color: #2F4157;
  font-family: Verdana, Geneva, sans-serif;	
  font-size: 14px; 
  font-weight: bold; 
  text-align:center;
}
.box_tab_pvp {
	background-color:#9BA2AA;
  float: left;
  padding: 5px;
  width: 140px;
  height: 18px;
  margin: 2px auto 2px auto;
	border: 1px solid #d7d7d7;
	/*vertical-align:middle;*/
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

/*CSS progress bar */

.meter-wrap, .meter-value, .meter-text {
    /* The width and height of your image */
    width: 319px; height: 20px;
}

.meter-wrap{
		position: relative;
    margin-left: auto ;
  	margin-right: auto ;
    background: #bdbdbd ;
		border: 1px solid #d7d7d7;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;	
		z-index: 200;
}
.meter-value{
		border: 1px transparent;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;	
		z-index: 100;
}
            
.meter-text {
    position: absolute;
    top:0; left:0;
    padding-top: 4px;
		font-size: 10px;
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: bold;                
    color: #fff;
    text-align: center;
    width: 100%;
}
/*----*/

.box_achiev
{	
	background-image:url(img/achiev_bg.png); 
	background-position:top left;
	background-repeat:no-repeat;	
}

.tab_subtipos 
{
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;                
  color: #2F4157;
  text-align: center;
	border: 1px solid #d7d7d7;
	cursor:pointer;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;	
	padding: 3px;
	width:60px;
}

.new_button {
	padding: 5px;
	border: 1px solid #2E4056;
	-moz-border-radius:1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-size: 10px;
	color: white;
	font-weight:bold;
	cursor:pointer;
	background: #db0001; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de0000', endColorstr='#c80000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#de0000), to(#c80000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #de0000,  #c80000); /* for firefox 3.6+ */ 
}

.new_button:hover {
	padding: 5px;
	border: 1px solid #2E4056;
	-moz-border-radius:1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-size: 10px;
	color: white;
	font-weight:bold;
	cursor:pointer;
	background: #891313; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80000', endColorstr='#de0000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c80000), to(#de0000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c80000,  #de0000); /* for firefox 3.6+ */ 
}

new_button a{
	text-decoration: none;
}

.new_button_light {
	padding: 5px;
	border: 1px solid #666;
	-moz-border-radius:1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-size: 10px;
	color: black;
	font-weight:normal;
	cursor:pointer;
	background: #F9F7ED; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#F9F7ED'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#F9F7ED)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CCCCCC,  #F9F7ED); /* for firefox 3.6+ */ 
}	

.new_button_light:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F7ED', endColorstr='#CCCCCC'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F7ED), to(#CCCCCC)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F9F7ED,  #CCCCCC); /* for firefox 3.6+ */ 
}	

#btn-fb {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#879ed0', endColorstr='#42609e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#879ed0), to(#42609e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #879ed0,  #42609e); /* for firefox 3.6+ */ 
	font-size:13px;
	font-weight:bold;
	position:relative;
	width:190px;
	border:1px solid #42609e;
	cursor:pointer;
	color:white;
	background-color:#5489B9;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	font-family: Arial;
}

#btn-fb:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42609e', endColorstr='#879ed0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#42609e), to(#879ed0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #42609e,  #879ed0); /* for firefox 3.6+ */ 
}

#btn-fb #btn-bfbt {
	background-image:url("img/facebook_mini.png");
	height:16px;
	width: 16px;
	float:left;
	margin-right:5px;
}

/* Team Selection */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.box2_real {
	background-color: #1B1B1B;
	margin: 0 0 15px 0;
	border: 1px solid #D7D7D7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: 	white;
}


.box2_real:hover{
	-webkit-box-shadow: 0px 0px 3px 3px rgba(69, 69, 69, 0.5);
	box-shadow: 0px 0px 3px 3px rgba(69, 69, 69, 0.5);
	border:1px solid #161616;
}

.choose-clubs{
	padding-left:10px;
}

.choose-clubs ul{
	padding:0;
	margin:0;
	font-family: arial, helvetica, verdana, sans-serif;
}

.choose-clubs ul li{
	background-color:#fff;
	margin:15px;
	width:165px;
	height:110px;
	border-radius:3px;
	float:left;
	display:inline-block;
	z-index:10;
	cursor: pointer;
	font-size: 13px;
	color: #fff;
	webkit-box-shadow: 0px 0px 2px 2px rgba(69, 69, 69, 0.2);
	box-shadow: 0px 0px 2px 2px rgba(69, 69, 69, 0.2);
}

.choose-clubs ul li.available:hover{
	webkit-box-shadow: 0px 0px 2px 2px rgba(45, 179, 52, 0.8);
	box-shadow: 0px 0px 2px 2px rgba(45, 179, 52, 0.8);
}


.choose-clubs ul .not_available{
	background-color:#fff;
	margin:15px;
	width:165px;
	height:110px;
	border-radius:3px;
	float:left;
	display:inline-block;
	z-index:10;
	cursor: not-allowed;
	font-size: 13px;
	color: #fff;
	webkit-box-shadow: 0px 0px 3px 3px rgba(230, 17, 1, 0.2);
	box-shadow: 0px 0px 3px 3px rgba(230, 17, 1, 0.2);
}

.choose-clubs ul li .headerdiv{
	width: 165px;
	height: 18px;
	display: inline-block;
	z-index: 10;
	cursor: pointer;
	color: 	#535353;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-left: 7px;
}

.choose-clubs ul li .headerdiv.available{
background: url('img/available.png') 147px 1px no-repeat;
}

.choose-clubs ul li .headerdiv.unavailable{
background: url('img/not-available.png') 147px 2px no-repeat;
}

.choose-clubs ul li .headerdivnot{
	background-color:	#EC8E8E;
	width: 165px;
	height: 25px;
	float: left;
	display: inline-block;
	z-index: 10;
	cursor: pointer;
	color: #535353;
	font-size: 19px;
}	

.content{
	display: none;
	position: absolute;
	background-color: #242424;
	z-index: 12;
	cursor: default;
	min-height: 500px;
	width: 725px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px;
	
}

.content h2{
	color:white;
	text-align:left;
}

.content-loading{
	background: url(img/loading_black.gif) center center no-repeat #242424; 
	display: none;
	position: absolute;
	background-color: #242424;
	z-index: 12;
	cursor: default;
	min-height: 500px;
	width: 725px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px;
	}

 .close{
	border: 2px solid	white;
	color: white;
	cursor: pointer;
	height: 20px;
	width: 20px;
	font: bold 14px/20px arial, helvetica;
	position: absolute;
	text-align: center;
	background-color: black;
	top: -8px;
	right: -9px;
	border-radius: 40px;
}

.choose-clubs ul li font{
	font-weight: bold;
}


.apresenta_equipa {
	color: white;
	font-size: 16px;
	width: 345px;
}

.apresenta_equipa span {
	color: #888;
	font-size: 12px;
}

.apresenta_equipa_not {
	padding-top: 244px;
}

.apresenta_equipa_not span {
	color: #888;
	font-size: 35px;
	padding-left: 185px;
}

.table_players {
	width: 345px;
	background-color: #f0f0f0;
	border: 1px solid #d7d7d7;
	/*vertical-align:middle;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.table_players td{
	height: 18px;
}

.table_champ {
	width: 345px;
}

.table_champ td{
	height: 13px;
}

.sign_button {
	padding: 7px 10px;
	border: 1px solid #4e4e4e;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	top: 50%;
	left: 50%;
	margin-left:-50px;
	margin-top:-15px;
	border-radius: 1px;
	font-size: 13px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: #DE0000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de0000', endColorstr='#c80000');
	background: -webkit-gradient(linear, left top, left bottom, from(#DE0000), to(#C80000));
	background: -moz-linear-gradient(top,#DE0000,#C80000);
	position: absolute;
}


/* equivalent to li:nth-child(1) */
.menu li:first-child .expanded{ margin-top: -110px;} 
/* equivalent to li:nth-child(2) */
.menu li:first-child + li .expanded{ left: 25%; margin-left: -160px; margin-top: -110px;}  
/* equivalent to li:nth-child(3) */
.menu li:first-child + li + li a { left: 50%; margin-left: -375px; margin-top: -110px;}

.grouph {display: none;}