* {
	padding:0;
	margin:0;
}
body {
	background: url(imagens/bg.jpg) repeat;
	margin-top: 5px;
}
.ddsmoothmenu2{
font: 12px Arial;
width: 100%;
}
.ddsmoothmenu2 ul{
z-index:100;
margin: 0 auto;
padding: 0;
list-style-type: none;
}
.ddsmoothmenu2 ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
display: block;
background: url(imagens/bg_painel.jpg) repeat-x;
color: white;
padding: 8px 10px;
border-right: 1px solid #BF0000;
color: #2d2b2b;
text-decoration: none;
}
* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu2 ul li a:link, .ddsmoothmenu2 ul li a:visited{
color: white;
}
.ddsmoothmenu2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}
.ddsmoothmenu2 ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}	
/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu2 ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #BF0000;
}


.ddsmoothmenu{
font: 12px Arial;
width: 100%;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: url(imagens/bg_painel.jpg) repeat-x;
color: white;
padding: 8px 10px;
border-right: 1px solid #BF0000;
color: #2d2b2b;
text-decoration: none;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}
.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #BF0000;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/* ###################################################### 
 * ################## FIM DO MENU PAINEL  ###############
 * ######################################################  
 */

#geral{
	width:990px;
	height: 100%;
	margin:0 auto;
}

#cabecalho {
	width: 990px;
}
#painel{
	width: 990px;
	height: 30px;
	background: url(imagens/bg_painel.jpg) repeat-x;
}

#painel .PaineldeControle {
	width: 207px;
	height: 30px;
	background: url(imagens/paineldecontrole.jpg) no-repeat;
	float: left;
}

#painel .ConteudoLogin {
	width: 783px;
	height: 30px;
	display: inline;
}


#painel .ConteudoLogin p {
	display: inline;
	text-align: center;
	font: normal 12px Arial, Sans-Serif;
	color: #FFFFFF;
	margin-top: 3px;
}

#painel .EnviarBotao {
	margin-bottom: 3px;
}

#painel .ConteudoLogin a {
	color: #FFFFFF;
	text-decoration: none;
}
#painel .ConteudoLogin a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#painel .ConteudoLogin a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#painel .ConteudoLogin a:active {
	text-decoration: none;
	color: #FFCC00;
}

#banner_rodape1 {
	width: 990px;
	height: 264px;
	background: url(imagens/bgtopo1.jpg) no-repeat;
}
#banner_rodape2 {
	width: 990px;
	height: 160px;
	background: url(imagens/bgtopo2.jpg) no-repeat;
}
#banner_rodape3 {
	width: 990px;
	height: 160px;
	background: url(imagens/bgtopo3.png) no-repeat;
}
#banner_rodape4 {
	width: 990px;
	height: 160px;
	background: url(imagens/bgtopo4.png) no-repeat;
}

#menu {
	width: 990px;
	/*height: 35px;*/
	background: url(imagens/bg_menu.jpg) repeat-x;
}

#conteudo {
	clear: both;
	width: 980px;
	background: #FFFFFF;
	margin-top: 6px;
	padding: 5px;
	float: left;
}

#rodape {
	clear: both;
	width: 980px;
	height: 127px;
	background: url(imagens/rodape-bg.jpg) repeat-x;
	margin-top: 7px;
	padding-top: 14px;
	padding: 5px;
	float: left;
}

.textorodape p {
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
	padding-bottom: 4px;
	text-shadow: 0 1px 0 #000000;
	text-align: center;
	width: 970px;
}

div#esquerda {
	float: left;
	width:182px;
}
div#meio {
	float: left;
	width:620px;
	margin-left:5px;
}

/* MENU LATERAL DIREITO */
div#direita {
	float: left;
	width:166px;
	margin-left:5px;
}

/* ABA STATUS DO SERVIDOR */
#status-server {
	width:182px;
	margin-bottom: 5px;
}

#status-server .top-status {
	width:166px;
	height:38px;
	background: url(imagens/status-server.png) no-repeat;
}

#status-server .meio-status {
	width:166px;
	background: #A0190D;
}

#status-server .meio-status .online-status {
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	color:#669900;
	text-shadow: 0 1px 0 #000000;
}

#status-server .meio-status .h1-manu {
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#FFCC00;
	text-shadow: 0 1px 0 #000000;

}

#status-server .meio-status .span-players {
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#CCC;
	padding-top:4px;
	text-shadow: 0 1px 0 #000000;
	text-align: center;
	width: 165px;
}

#status-server .meio-status .span-servidor {
	font:bold 14px/14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:7px;
	text-shadow: 0 1px 0 #000000;
	text-align: center;
	width: 165px;
}

#status-server .meio-status .span-servidor:hover {
	background: #C81102;
}


#status-server .meio-status .span-online {
	font:normal 14px/14px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top:2px;
	padding-bottom: 2px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-align: center;
	background: #FF9900;
	width: 30px;
	margin: 0 auto;
}

#status-server .low-status {
	width:166px;
	height:27px;
	background: url(imagens/low-status.png) no-repeat;
}
/* ########################## */

/* ABA MINHA CONTA */

#minha-conta {
	width:182px;
	margin-bottom: 5px;
}

#minha-conta .top-minhaconta {
	width:166px;
	height:39px;
	background: url(imagens/bg_topo_direito.jpg) no-repeat;
}

#minha-conta .top-minhaconta .tit-minhaconta {
	font:normal 16px Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:9px;
	padding-bottom: 9px;
	text-shadow: 0 1px 0 #000000;
	text-align: center;
	width: 165px;
}

#minha-conta .meio-minhaconta {
	width:166px;
	background: #A0190D;
}

#minha-conta .meio-minhaconta .meio-texto {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-shadow: 0 1px 0 #000000;
	text-align: left;
	width: 165px;
}

#minha-conta .low-minhaconta {
	width:166px;
	height:27px;
	background: url(imagens/low-status.png) no-repeat;
}
#minha-conta .meio-minhaconta .h1-online {
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	color:#009900;
	padding-top:7px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-align: center;
	width: 165px;
}

#minha-conta .meio-minhaconta .h1-manu {
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	color:#FFCC00;
	padding-top:7px;
	padding-bottom: 7px;
	text-shadow: 0 1px 0 #000000;
	text-align: center;
	width: 165px;
}

#minha-conta .meio-minhaconta .span-players {
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:7px;
	text-shadow: 0 1px 0 #000000;
	text-align: center;
	width: 165px;
}

#minha-conta .meio-minhaconta .span-online {
	font:normal 14px/14px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top:2px;
	padding-bottom: 2px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-align: center;
	background: #FF9900;
	width: 30px;
	margin: 0 auto;
}

/* ########################## */


#borda-meio {
	width:618px;
	border: 1px solid #A0190D;
	margin-bottom: 5px;
}

#borda-meio h1 {
	font:normal 12px Tahoma, Helvetica, sans-serif;
	color:#A0190D;
	padding-left: 8px;
	padding-top:9px;
	padding-bottom: 3px;
	text-shadow: 0 1px 0 #000000;
	text-align: left;
	width: 610px;
	
}

.topo-meio {
	margin: 0 auto;
	margin-top: 5px;
	width: 610px;
	height: 53px;
	background: url(imagens/top-noticias.jpg) no-repeat;
}

.topo-meio .tit-meio {
	font:normal 16px Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left: 10px;
	padding-top:9px;
	padding-bottom: 3px;
	text-shadow: 0 1px 0 #000000;
	text-align: left;
	width: 610px;
}

.topo-meio .subtit-meio {
	font:normal 12px Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	text-shadow: 0 1px 0 #000000;
	padding-left: 10px;
	text-align: left;
	width: 610px;
}

#alterar_senha {
	width: 610px;
}

#alterar_senha .labels{
	clear:both;
	font-family: Arial;
	font-size: 16px;
	background: #A0190D;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 10px 5px;
	border-bottom: 1px solid #EB2414;
	color: #FFFFFF;
	width: 600px;
	text-shadow: 0 1px 0 #000000;
}

#alterar_senha input[type="text"], #alterar_senha input[type="password"]{
width: 200px;
border: 1px solid #EB2414;
padding: 5px;
color: #A0190D;
margin: 0 0 0 0px;
text-shadow: 0 1px 0 #000000;
}

#alterar_senha input[type="submit"]{
font-family: Arial;
font-size: 23px;
letter-spacing: -1px;
font-weight: bold;
color: #FFF;
text-shadow: 0 1px 0 #000000;
background: #A0190D;
padding: 8px;
border: 1px solid #EB2414;
margin: 20px 0 20px 200px
}


.r-esquerda{
	font:normal 12px Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left: 5px;
	text-align: left;
	width: 610px;
	float: left;
	margin: 0 0 10px 5px;
	width: 280px;
}
.r-direita{
	font:normal 12px Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: left;
	float: right;
	width: 290px;
	color: #999;
	margin: 0 0 10px 5px;
}


.reg-msg{
	font:normal 12px Tahoma, Helvetica, sans-serif;
	margin: 2px 0 0 4px;
	color: #F00;
}


#alianca {
	width:182px;
	margin-bottom: 8px;
}

#alianca .top-alianca {
	width:182px;
	height:38px;
	background: url(imagens/alianca-project.jpg) no-repeat;
}

#alianca .meio-alianca {
	width:181px;
	background: #A0190D;
	padding-left:1px;
	padding-top: 3px;
}

#alianca .meio-alianca .p {
	margin-left:1px;
}

#alianca .low-alianca {
	width:182px;
	height:27px;
	background: url(imagens/low-alianca.jpg) no-repeat;
}


#twitter {
	width:182px;
}

#twitter .top-twitter {
	width:182px;
	height:38px;
	background: url(imagens/twitter-aba.jpg) no-repeat;
}

#twitter .meio-twitter {
	width:181px;
	background: #A0190D;
	padding-left:1px;
	padding-top: 3px;
}

#twitter .meio-twitter .p {
	margin-left:1px;
}
#twitter .tit-twitter {
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:9px;
	padding-bottom: 9px;
	padding-left: 10px;
	text-shadow: 0 1px 0 #000000;
	text-align: right;
	width: 165px;
}

#twitter .low-twitter {
	width:182px;
	height:27px;
	background: url(imagens/low-alianca.jpg) no-repeat;
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("imagens/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 2px 0.5em 2px;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 5px 0 1em 0;
	border-bottom: 1px solid #EB2414;
	margin:
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #FFCC00;
	font:normal 10px/10px Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #000000;
	text-decoration: none;
}

ul#twitter_update_list li span {
	display: block;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #FFCC00;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #000000;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}


#noticias .news .head .span {
	font:normal 10px/10px Arial, Helvetica, sans-serif;
	margin:0; padding:0; margin-top:3px;
	padding-left:14px;
	background:url(imagens/post.gif) left center no-repeat;
	color:#FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

#alertas {
	width: 618px;
	margin-bottom: 5px;
}

#alertas .atencao {
	width: 618px;
	background: #FDEE84;
	border: 1px solid #ECCF04;
	margin-bottom: 5px;
}

#alertas .atencao .texto-atencao {
	font:normal 10px/10px Arial, Helvetica, sans-serif;
	margin-top:4px;
	margin-bottom:4px;
	padding:0;
	color:#000000;
	text-shadow: 0 1px 0 #ffffff;
	text-align:center;
}
a img { border: none; }

#blocoDestaques {
	position: relative;		
}

#blocoDestaques ul,
#blocoDestaques ul li {
	list-style: none;	
}

#blocoDestaques,
#blocoDestaques ul,
#blocoDestaques ul li,
#blocoDestaques ul li img {
	margin: 0px;
	padding: 0px;
	
	width: 620px;
	height: 215px;
}

#blocoDestaques ul li {
	position: relative;
}

#blocoDestaques ul li div.fundo {
	width: 620px;
	height: 40px;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	background: #A0190D;
	opacity: 0.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

#blocoDestaques ul li p {
	margin: 0px;	
	padding: 10px 15px;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	line-height: 20px;
	font-family: Verdana, Arial, sans-serif;	
	font-size: 14px;
	text-shadow: 0 1px 0 #000000;
}

#blocoDestaques ul li p a {
	color: white;
	text-decoration: none;	
}	


#blocoDestaques div.paginas {
	position: absolute;
	top: 5px;
	right: 5px;
	
	z-index: 100;
}


#blocoDestaques div.paginas a {
	height: 20px;
	width: 20px;
	
	display: block;
	float: left;
	margin-left: 2px;
	margin-top: 150px;
	
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;	
	text-align: center;
	line-height: 20px;
	outline: none;
	
	background: black;
}

#blocoDestaques div.paginas a:hover,
#blocoDestaques div.paginas a.activeSlide {
	background: #A0190D;
	font-weight: bold;
}

#blocoDestaques ul li p,
#blocoDestaques ul li div.fundo { display: none; }

.newsup {
	background: url(imagens/bgnoticias.jpg);
	font:normal 20px/20px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top: 7px;
	width:620px;
	height: 38px;
	text-shadow: 0 1px 0 #000000;
}

#noticias {
	width: 619px;
	margin-top: 5px;
	border-top: 2px solid #A0190D;
	border-left: 1px solid #A0190D;
	border-right: 1px solid #A0190D;
	border-bottom: 1px solid #A0190D;
}

#noticias .news {
	margin-bottom:1px
}

#noticias .news .head {
	background:url(imagens/top-noticias.jpg) no-repeat;
	width:619px;
	height:53px;
	margin: 1px;
	padding-left:10px;
}
#noticias .news .head:hover {
	background:url(imagens/top-noticias2.jpg) no-repeat;
	width:619px;
	height:53px;
	margin: 4px;
	padding-left:10px;
}

#noticias .news .head .h1 { 
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:7px;
	width:619px;
	text-shadow: 0 1px 0 #000000;
}

#noticias .news .head .span {
	font:normal 10px/10px Arial, Helvetica, sans-serif;
	margin:0; padding:0; margin-top:3px;
	padding-left:14px;
	background:url(imagens/post.gif) left center no-repeat;
	color:#FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

#noticias .news .cont {
	font:normal 12px Arial, Helvetica, sans-serif;
	width:600px;
	margin:8px; auto;
	padding-top:5px;
}

#noticias a {
	color:#A0190D;
	text-decoration:none;
}

#noticias a:hover {
	color:#A0190D;
	text-decoration:none;
	text-shadow: 0 1px 0 #000000;
}
#noticias a:visited {
	color:#A0190D;
	text-decoration:none;
}

.password {
font-size : 12px;
border : 1px solid #cc9933;
width : 200px;
font-family : arial, sans-serif;

}
.pstrength-minchar {
font-size : 10px;
color: #000000;
}

#alterar_senha select{
width: 200px;
border: 1px solid #EB2414;
padding: 7px;
color: #A0190D;
margin: 0 0 0 3px;
}

.p-titulo{
font-family: Arial;
font-weight: bold;
letter-spacing: -2px;
font-size: 27px;
color: #EB2414;
width: 610px;
margin: 8px 0 0 5px;
padding: 0 0 2px 0;
border-bottom: 1px solid #EB2414;
text-shadow: 0 1px 0 #000000;
}

.inter-pg{
color: #000000;
font:normal 12px Tahoma, Helvetica, sans-serif;
padding: 10px 0 0 6px;
margin: 0 0 15px 0;
}
.box-destaque-titulo{
font-size: 19px;
font-weight: bold;
color: #FF9900;
width: 605px;
border-bottom: 1px solid #EB2414;
text-shadow: 0 1px 0 #000000;
padding: 0 0 2px 0;
margin: 5px 0 2px 5px;
}
.link-botao{
text-decoration: none;
font-family: Arial;
font-size: 21px;
letter-spacing: -1px;
font-weight: bold;
color: #FFFFFF;
text-shadow: 0 1px 0 #000000;
background: #A0190D;
padding: 8px;
margin: 0 0 5px 5px;
border: 0;
}
.txt-destaque{
font-size: 14px;
color: #A0190D;
}

#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: Arial;
font-size: 21px;
color: #FFF;
background: #A0190D;
padding: 8px;
border: 0;
float: left;
text-shadow: 0 1px 0 #000000;
}
.n-regras{
font-size: 19px;
font-weight: bold;
font-family: Arial;
}
#login_log {
margin: 5px 5px 5px 5px;
padding: 0;
}
#login_log li{
list-style: none;
padding: 5px;
float: left;
width: 599px;
margin: 0 0 0 0;
border-bottom: 1px solid #70110A;
}
.login-data{
float: left;
width: 170px;
text-align: center;
}
.login-host{
float: left;
width: 120px;
text-align: center;
}
.login-log{
float: left;
width: 296px;
text-align: center;
}
.login-titulo{
font-weight: bold; 
font-size: 12px; 
font-family: Trebuchet MS;
color: #FFFFFF;
background: url(imagens/fundomeiopeq.jpg) repeat-x;
border-bottom: 1px solid #DDD;
text-shadow: 0 1px 0 #000000;
text-align: center;
}
.login-normal{
background: #a0190d;
border-bottom: 1px solid #EB2414;
color: #FFFFFF;
text-shadow: 0 1px 0 #000000;
font:normal 12px/12px Arial, Helvetica, sans-serif;
text-align: center;
}
.login-normal:hover{
background: #DE2112;
}



.donate-titulo{
font-weight: bold; 
font-size: 12px; 
font-family: Trebuchet MS;
color: #FFFFFF;
background: url(imagens/fundomeiopeq.jpg) repeat-x;
border-bottom: 1px solid #DDD;
text-shadow: 0 1px 0 #000000;
text-align: center;
}
.donate-normal{
background: #a0190d;
border-bottom: 1px solid #EB2414;
color: #FFFFFF;
text-shadow: 0 1px 0 #000000;
font:normal 12px/12px Arial, Helvetica, sans-serif;
text-align: center;
}
.donate-normal:hover{
background: #DE2112;
}

.donate-id{
float: left;
width: 50px;
text-align: center;
}

.donate-valor{
float: left;
width: 80px;
text-align: center;
}

.donate-status{
float: left;
width: 70px;
text-align: center;
}

.donate-data{
float: left;
width: 140px;
text-align: center;
}

.ranking-botao{
text-decoration: none;
font-family: Arial;
font-size: 21px;
letter-spacing: -1px;
font-weight: bold;
color: #FFF;
background: #94160C;
padding: 8px;
margin: 5px;
border: 0;
}
.ranking-botao:hover{
background: #BD1C0F;
}
.ranking-botao-active{
text-decoration: none;
font-family: Arial;
font-size: 21px;
letter-spacing: -1px;
font-weight: bold;
color: #FFF;
background: #BD1C0F;
padding: 8px;
border: 0;
}

#logwoe{
padding: 0;
}

#logwoe li{
list-style: none;
padding: 5px;
float: left;
width: 599px;
margin: 0 0 1px 0;
}

#woelog {
	margin-top: 5px;
}

.woe-data{
float: left;
text-align: center;
width: 130px;
font-weight: bold;
}
.woe-log{
float: left;
text-align: center;
width: 465px;
font-size: 11px;
}
.logwoe-titulo{
font-weight: bold; 
font-size: 12px; 
font-family: Trebuchet MS;
color: #FFFFFF;
background: url(imagens/fundomeiopeq.jpg) repeat-x;
border-bottom: 1px solid #DDD;
}
.woe-normal{
background: #a0190d;
border-bottom: 1px solid #EB2414;
color: #FFFFFF;
text-shadow: 0 1px 0 #000000;
}
.woe-normal:hover{
background: #DE2112;
}

.pvp-pos{
float: left;
width: 40px;
text-align: center;
}
.pvp-nome{
float: left;
width: 180px;
text-align: left;
}
.pvp-classe{
float: left;
width: 100px;
text-align: center;
}
.pvp-matou{
float: left;
width: 90px;
text-align: center;
}
.pvp-morreu{
float: left;
width: 90px;
text-align: center;
}
.pvp-pontos{
float: left;
width: 90px;
text-align: center;
}
#rankingpvp {
margin: 5px 5px 5px 5px;
padding: 0;
}

#rankingpvp li {
list-style: none;
padding: 5px;
float: left;
width: 599px;
margin: 0 0 1px 0;
}

#rankinggvg {
margin: 5px 5px 5px 5px;
padding: 0;
}

#rankinggvg li {
list-style: none;
padding: 5px;
float: left;
width: 599px;
margin: 0 0 1px 0;
}

#content-post {float:left;margin-left:0px;width:620px;}
#content-post .post {
	background: #87170E url(imagens/fundonoticias.jpg) repeat-x;
	border-top:5px solid #87170E;
	margin-top:5px;
	padding:8px 5px;
}
#content-post .post h2.tit, #content-post .post span.sub-tit {margin:0 10px 0 10px;}

#content-post .post h2.tit a {
	font:normal 22px/22px Arial, Helvetica, sans-serif;
	color:#F9D728;
	
	padding-bottom: 4px;
	text-shadow: 0 1px 0 #000000;
	text-align: center;
	text-decoration:none;
}
#content-post .post h2.tit a:hover {text-decoration:underline;}
#content-post .post span.sub-tit {
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	display:block;
	margin-bottom:13px;
	text-shadow: 0 1px 0 #000000;
}
#content-post .post span.sub-tit a {color:#79776d;}
#content-post .post span.sub-tit a:hover {text-decoration:underline;}
#content-post .post p {
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:8px 10px;
	text-align:justify;
	text-indent:18px;}
#content-post .comentarios {background-color:#F2DDBB;float:left;height:40px;width:60px;margin:5px 0 0 10px;padding:0 2px;}
#content-post .comentarios a span {display:block;color:#DF8C22;font-size:10px;text-align:center;}
#content-post .comentarios a span.num-comentario {font-size:24px;font-weight:bold;line-height:100%;}
#content-post .comentarios a:hover span {text-decoration:underline;}
#content-post .comentarios a:hover span.num-comentario {text-decoration:none;}
#content-post .comment {background-color:#F3EEDA;border-top:3px dashed #E8B573;margin-top:5px;padding:8px 5px;}
#content-post .comment .user {font-size:16px; color:#ba6648; font-weight:bold;}
#content-post .comment .date {font-size:13px; color:#61311D; font-style:italic;}

/* Quote boxes */
p.citation {
	background: #FFFFFF url(imagens/citation_bg.png) no-repeat right;
	color: #2b3730;
	font-size: 0.9em;
	font-weight: bold;
	border-width: 1px 1px 0 3px;
	border-style: solid;
	border-color: #76140C;
	padding: 5px 8px;
}

	div.blockquote {
		background: #FFFFFF;
		font:normal 12px/12px Arial, Helvetica, sans-serif;
		color:#000000;
		border-width: 1px 1px 1px 3px;
		border-style: solid;
		border-color: #76140C;
		margin: 0px;
		margin-top: 0px;
	}

		/*div.blockquote p.citation {
			background-color: #e5d2e9;
			color: #413544;
			border-color: #ae7eb9;
		}*/
		
		div.blockquote div.blockquote {
			/*background: #f9f5fa;
			border-color: #ae7eb9;*/
			font-size: 1em;
			margin: -0px 15px 0px 15px;
		}

			/*div.blockquote div.blockquote p.citation {
				background-color: #e9e7d1;
				color: #474534;
				border-color: #b2ab72;
			}

			div.blockquote div.blockquote div.blockquote {
				background: #f9f8f3;
				border-color: #b2ab72;
			}*/
			
			div.blockquote p.citation {
				margin: 6px 15px 0 15px;
				font-size: 1em;
			}

div.quote {
	padding: 12px;
} 

div.quote p.blockquote {
	margin-left: -12px;
}

cite {
	display: block;
	font-weight: bold;
}

blockquote cite {
	font-size: 1em;
}
.grayrow {
background: #A0190D !important;
color: #ffffff;
font-size: 11px;
font-weight: 600;
}
.wdthAlt {
width: 22%;
}
.nameclr { /* Color of item name */
color: #000000;
}
.tdblue { /* Description  td styles */
text-align: left;
color: #000000 !important;
}

.whitetable {
width: 99%;
margin-bottom: 25px;
text-align: center;
border: solid 1px #A0190D;
}
.alignment1, .td_center {
text-align: left;
}
.mobdrops {
color: #000000;
}

  .mobdrops table {
  width: 100%;
  }

  .mobdrops td {
  border: 0;
  }
  
  .mobdrops a {
  color: #e0e0f6;
  text-decoration: none;
  }
  
  .mobdrops a:hover {
  text-decoration: underline;
  color: #ffff66;
  }

  
  .ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/************** Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer; 
}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:2px 0 2px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background-color:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#66CCFF;
	
}
.hidden {display:none;}

/************** Skin 2 *********************/
.dd2 {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd2 .ddTitle {
	background:transparent url(../images/msDropDown.gif) no-repeat;
	padding:0 3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:36px;
}
.dd2 .ddTitle span.arrow {
	background:transparent url(../images/icon-arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:27px; height:27px; cursor:pointer; top:5px; position:relative; right:2px;
}

.dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:33px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; color:#fff;}
.dd2 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.dd2 .ddTitle img.selected {
	padding:0 2px 0 0;
	vertical-align:top;
}
.dd2 .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-size:14px;
}
.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {padding-left:10px}
.dd2 .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd2 .ddChild a:hover {
	background-color:#66CCFF;
}
.dd2 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd2 .ddChild a.selected {
	background-color:#66CCFF;	
}

/************* use sprite *****************/
.dd .ddChild a.sprite, .dd .ddChild a.sprite:visited {
	background-image:url(../icons/sprite.gif);
	background-repeat:no-repeat;
	padding-left:24px;
}

.dd .ddChild a.calendar, .dd .ddChild a.calendar:visited {
	background-position:0 -404px;
}
.dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited {
	background-position:0 -330px;
}
.dd .ddChild a.cd, .dd .ddChild a.cd:visited {
	background-position:0 -439px;
}
.dd .ddChild a.email, .dd .ddChild a.email:visited {
	background-position:0 -256px;
}
.dd .ddChild a.faq, .dd .ddChild a.faq:visited {
	background-position:0 -183px;
}
.dd .ddChild a.games,
.dd .ddChild a.games:visited {
	background-position:0 -365px;
}
.dd .ddChild a.music, .dd .ddChild a.music:visited {
	background-position:0 -146px;
}
.dd .ddChild a.phone, .dd .ddChild a.phone:visited {
	background-position:0 -109px;
}
.dd .ddChild a.graph, .dd .ddChild a.graph:visited {
	background-position:0 -73px;
}
.dd .ddChild a.secured, .dd .ddChild a.secured:visited {
	background-position:0 -37px;
}
.dd .ddChild a.video, .dd .ddChild a.video:visited {
	background-position:0 0;
}


/*******************************/

