/* CSS Document */

* { 
	outline: none; 
}


body {
	margin:0;
		font-family: Arial;
	font-size: 11px;
	color: #BEBEBE;
	background:#3BA4DB;

}
img {
border: 0;
}

a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#fff;	
}


a:focus {
	outline:none;
}
.news-cont a:hover {
	background:#f00;
color:#fff;
text-decoration: underline;
}

/* NEWS */
#news {
	float:left;
	width:567px;
	margin-top:25px;
}
.news-head {
	width:500px;
	background:#fff;
	margin-left:37px;
	padding:0;
	border-bottom:1px solid #d8d7d7; 
	padding:0px; 
	padding-left:0px; 
	font:normal 28px "Times New Roman", Times, serif;
	margin-top:3px;
	color:#000;
}
.descr {background:url(imagens/descr.png) top left no-repeat; padding-left:45px; font:normal 12px Arial, Helvetica, sans-serif}
	span.date {width:57px; height:23px; font:normal 16px Georgia, "Times New Roman", Times, serif; color:#3f464f; background:url(imagens/data.gif) no-repeat; padding-top:4px; padding-left:5px; display:block; float:left; margin-top:5px}
	.news-cont {width:400px; margin-top:10px; padding-left:25px; padding-bottom:5px; color:#999; margin-left:20px; font-size:13px; font-family:arial;}
/* Global */
#global {
	width:990px;
	margin:0 auto;

}
#banner {
	width:990px;
	height:215px;
	background-image: url(img/banner.png);
	margin:0 auto;
}

#conteudo {
	width:990px;
	float:left;
	background:url('img/bg_principal.png') repeat-y;
}


/* S L I D E R */
#ranking {
float: left;
margin: 60px 0 60px 15px;
}
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{ 
width: 587px;
height: 265px;
overflow: hidden; 
}
#prevBtn{
background: url('img/esquerda.png') no-repeat;
width: 33px;
height: 84px;
position: absolute;
left: 0;
top: 70px;
}
#nextBtn{
background: url('img/direita.png') no-repeat;
width: 33px;
height: 84px;
position: absolute;
top: 70px;
right: 0;
}
.descricao{
width: 540px;
height: 69px;
margin: 182px 0 0 9px;
padding: 12px;
}
.descricao span{
color: #ff4386;
font-weight: bold;
}
.slider-desc{
padding: 3px 0 0 0;
color: #C0C0C0;
font-size: 14px;
}
.slider-desc a{
text-decoration: none;
color: #C0C0C0;
}
.slider-desc a:hover{
text-decoration: none;
color: #FFF;
}

#menu-dir {
	width:327px;
	float:right;
	margin-right:15px;
}
#menu-dir img {
	float:right;
	border:0
}

#tooltip {float:left; width:auto; background:#000; padding: 10px; position:absolute; color:#ccc;}

#rodape {
	margin:0 auto;
	width:990px;
	height:73px;
	background-image:url(img/rodape.jpg)
}

#hall{
	background: #000 url('img/menu-hall.jpg') no-repeat;
	width: 314px;
	float: right;
	margin: 20px 17px 0 13px;
}
#hall-img{
	width: 131px;
	height: 151px;
	padding: 45px 0 17px 10px;
	float: left;
	margin-top:10px;
}
#hall-img img {
	border:3px solid #fff;
}
#hall-conteudo{
	color: #fff;
	padding: 45px 0 0 15px;
	float: left;
	width: 150px;
	margin-top:20px;
	font-size:13px;
}

#parceiros {
	width:252px;
	margin-top:20px;
	float:left;
	height:auto;
	background-color:#e3e3e3;
	border:1px solid #f3f3f3;
	margin-left:30px;
}
#parceiros a {
	color:#000;
	text-decoration:none;
}
#parceiros a:hover {
	color:#333;
	text-decoration:none
}
span.parceiros {
	border-bottom:1px dashed #333;
	font-family:"Century Gothic";
	letter-spacing:-1px;
	color:#000;
	margin-left:7px;
}

/* Eventos */
#eventos {
	float:left;
	width:567px;
	margin-top:25px;
}
.eventos-head {
	width:440px;
	background:#fff;
	margin-left:37px;
	border-bottom:1px solid #d8d7d7; 
	padding:0px; 
	padding-left:0px; 
	font-family: "Arial";
	margin-top:3px;
		color:#2B2B2D;
	font-size: 26pt;
	font-weight: bold;
	letter-spacing: -2px;


}

	.eventos-cont {width:400px; margin-top:10px; padding-left:25px; padding-bottom:5px; color:#000; margin-left:20px; font-size:12px;}
	
	#submenu {
		float:right;
	}
	
	
	#tabBox {
	width: 560px;
	min-height: 269px;
	background: #fff url(img/tabs.png) no-repeat;
	padding: 10px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabs li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	color: #fff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	color: #fff;
}
.tab_container {

	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px 10px 10px 10px;
	font-size: 1.2em;
}
.tab_content p {
	font-size: 11px;
	line-height: normal;
	margin-bottom: 10px;
}

.date {
	color: #3cb8ea;
	text-align: right;
	padding: 3px;
}

#ranking img {
}

.style1 {
	color:#8080FF;
	font-weight: bold;
}

a.pvpbaby {
	margin-left:25px;
}

/* Servidores */
#panel {
	background: #754c24;
	height: 200px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

#server-slide {
	background: #000 url(img/bg-menu.png);;
	height: 54px;
	float: left;
	width:auto;
	margin: 0 0 0 0;
}
#server-slide a {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	color: #FFF;
	float: left;
	height: 34px;
}
#server-slide a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#000;
	cursor:default;
}
#servidores {
	position:absolute;

	top:302px;
	left:632px;
	background:#292929;
	height:auto;
	width:93px;
	margin:0
}

#servidores a {
	text-decoration:none;
	color:#fff;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
}
#servidores a:hover {
	background-color:#000;
	width:62px;
	margin:0;
}
#bottom {
position:fixed;
height:60px;
width:100%;
bottom:0;
background: url('img/bgbottom.png');
left:0
}

#doacao label{
width: 587px;
float: left;
margin: 8px 0 0 0;
font-weight: bold;
}
#doacao input{
width: 200px;
border: 1px solid #DDD;
padding: 7px;
color: #999;
float: left;
}
#doacao button{
font-family: Trebuchet Ms;
font-size: 21px;
color: #FFF;
background: #39F;
padding: 8px;
border: 0;
float: left;
}

.paginatitulo{
font-family: Arial;
font-weight: bold;
letter-spacing: -2px;
font-size: 27px;
color: #FF075F;
float: left;
width: 100%;
margin: 8px 0 7px 17px;
padding: 0 0 5px 0;
border-bottom: 1px solid #CCC;
}

.titulo{
font-size: 19px;
font-weight: bold;
color: #39F;
width: 500px;
border-bottom: 1px solid #CCC;
padding: 0;
margin: 3px 0 0 8px;
}
*::-moz-selection { background: #fff none repeat scroll 0 0; color: #39F; }

.regras-n {
font-size: 20px;
font-weight: bold;
font-family: Trebuchet MS;
}

#newrodape {
	width:990px;
	height:215px;
	background:url('img/rodapee.png');
	float: left;
	position: relative;

}

.noticias-botao-up {
	width:65px;
	height:25px;
	float:right;
	background:url('img/spritenews.png');
}
.noticias-botao-down {
	width:65px;
	height:25px;
	float:right;
	background:url('img/spritenews.png') 0 -25px;
}

#teste{
background-image: url('http://img4.orkut.com/images/medium/1265003668/550625658/of.jpg');
width:120px;
height:80px;
float:left;
}
#teste:hover{
-moz-box-shadow:0 0 10px 3px #f90;
cursor:auto;
}
-->