body{
	color:white;
	background-color:#323232;
	background:url(img/bg.gif);
	background-attachment:fixed;
	font-family:Tahoma;
	font-size:14px;
	margin:0;
	padding:0;
}

.left{
	font-size:0.8em;
	color: #799;
	text-align:  left;
	border-left: 0px;
}

.left_2{
	font-size:1.0em;
	text-align:  center;
	border-left: 0px;
	font-weight:bold;
}

.right{
	text-align:  right;
	border-right: 0px;
}

.righttop{
	text-align:  center;
	border-right: 0px;
}

.lefttop{
	font-size:0.8em;
	color: #799;
	text-align:  left;
	border-left: 0px;
}

.login{
	vertical-align:top;	
	font-size:15px;
}

.meio{
	vertical-align:middle;
}

img {
	border-style: none;
}

.header{
	border=0px;
}

.logout{
	font-size:10px;
}

a {
	color:#cdcdcd;font-weight:900;
	text-decoration:underline;
}
a:hover {
	color:#fff;
}
a:active {color:#fff;}

.barslide{
background: url('../../media/barslide.png') repeat-x;
position: relative;
height: 15px;
}

.barbg{
background: url('../../media/progressbar-bg.gif') top:4px;
left:0;
width:100px;
text-align:center;
font-size:.9em;
font-weight:900;
color:#fff
}

/* Vendo o rank, a linha do usuario logado */
.user_line{
	background:#110011;
}

.user_find{
	background:black;
}

/* Cor do numero de posicoes perdidas */
.rank_down{
	color:red;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	font-size:0.9em; 
	background:#222;
	padding:05px;
	margin-top:0px;
}

table td {
	border:1px solid #151515;
	border-top:none;
	border-right:1px solid #151515;
	padding:0px 0px;color:#fff;
}

table tr.datarow {
	background:#444;
}

.main_table {
	background:#151515;
}

table th {
	padding:8px 4px;
	background:#151515;
	border-left:2px solid #333;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	border-right:2px solid #333;
	font-weight:900;
	color:#fff;
}

td.datacell-1, th.datacell-1 {text-align:left;}
td.datacell-2, th.datacell-2 {text-align:center;}
td.datacell-3, th.datacell-3 {text-align:right;}

table td em {
	color:#888;
	font-style:normal;
}

table td ul {
	margin:0px;
	padding:0;
}

.comment_body {
	background:#333;
	margin-left:30px;
	border-right:50px solid #151515;
}

.comment_date {
	background:#333;
	margin-left:30px;
	border-right:500px solid #151515;
}

.bg_avatar {
	border:0px;
	background:#222;
}

.post_box {
	margin-left:80px;
	background:#333;
	border-right:50px
	solid #111;
}
.post_date {
	color:#999;
}

.post_content {
	margin-left:30px;
	background:#333;
	border-right:50px solid #151515;
}

.register_table_bg {
	background-color: #151515;
	border:0px;
}

.trophy_date {
	color:#888;
	font-style:normal;
}

.thumbnail-item { 
	/* position relative so that we can use position absolute for the tooltip */
	position: relative; 
	float: left;  
	margin: 0px 5px; 
}

.thumbnail-item a { 
	display: block; 
}

.thumbnail-item img.thumbnail {
	border:3px solid #ccc;	
}
		
.tooltip { 
	/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding: 8px 0 0 8px; 
}

	.tooltip span.overlay { 
		/* the png image, need ie6 hack though */
		background: url(images/overlay.png) no-repeat; 
		/* put this overlay on the top of the tooltip image */
		position: absolute; 
		top: 0px; 
		left: 0px; 
		display: block; 
		width: 399px; 
		height: 130px;
	}

#preview{
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
