#contentbody {
	margin-top: 15px !important;
}

input, select {
	border: 1px solid #393933;
	background: #191b1b;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #eee;
}

input[type^=submit] {
	font-weight: normal;
	height: 20px;
}

input.name {
	border: 0px;
	height:auto;
	background: none;
	color: #e31d25;
}

#eventos {
	float: left;
	width: 370px;
}

#eventos table, #jogadores #jogador div.etapas table {
	background: #191b1b;
	border-collapse: collapse;
	border: 1px solid #333;
}

#eventos table th, #jogadores #jogador div.etapas table th {
	font-weight: normal;
	background: url(/img/table_th.gif) repeat-x top;
	height: 22px;
	color: #eee;
	padding: 2px 4px;
}

#eventos table td, #jogadores #jogador div.etapas table td {
	text-align: center;
	padding: 5px 0px;
}

#eventos table tr:hover, #jogadores #jogador div.etapas table tr:hover {
	background: #222;
}



#jogadores {
	margin-left: 15px;
	float: left;
	width: 295px;
}

#jogadores #jogador {

}

#jogadores #jogador .nick {
	color: #e31d25;
}

#jogadores #jogador .jogimg {
	border: 3px solid #191b1b;
	background: url(/img/calendar_back.png);
	padding: 3px;
	width: 120px;
	height: 150px;
	text-align: center;
}

#jogadores #jogador .jogimg img {
	max-width: 120px;
	max-height: 150px;
}

#jogadores #jogador div.etapas table {
	margin: 0px auto;
	width: 100%;
}

#jogadores #jogador #etapas table {
	width: 240px;
}

