﻿body {
  margin: 0px;
  padding:  0px;
  background-color: #051122;
}

#news.Box ~ #news.Box {
    display: none !important;
}

.max_timg {
    position: relative;
    left: -20px;
    bottom: 60px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.OptionContainer input {
  vertical-align: middle;
  margin: 0px;
  margin-right: 3px;
}
.OptionContainer label {
  vertical-align: middle;
}
}
.InputIndicator {
  position: relative;
  top: 5px;
  left: 218px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
}
* html .InputIndicator {
  left: 0px;
}
#DeactivationContainer{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 80;
  height: 1300px;
  width: 100%;
  background-color: black;
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  display: none;
}
#DeactivationContainerThemebox {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 95;
  height: 600px;
  width: 100%;
  display: none;
}
#MainHelper1 {
  position: relative;
  text-align: center;
  top: 0px;
  height: 100%;
  min-width: 1000px;
  overflow: visible;
}
#MainHelper2 {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  height: 100%;
  max-width: 1200px;
  overflow: visible;
  padding-top: 155px;
}
#ArtworkHelper1 {
  position: absolute;
  max-width: 1200px;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: visible;
  margin-left: -800px;
}
#ArtworkHelper2 {
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: visible;
  width: 1600px;
  margin-right: auto;
  margin-left: 50%;
}
#HeaderArtworkDiv {
  position: absolute;
  text-align: center;
  background-position: top left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  top: 0px;
  height: 800px;
  width: 100%;
}
* html #HeaderArtworkDiv {
  left: 0px;
}
/* container to implement min/max width */
#Bodycontainer {
  text-align: center;
  min-width: 1000px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  display: table;
}
#MenuColumn {
  position: absolute;
  width: 180px;
  top: 160px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  font-family:  Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 12pt;
  text-align: left;
}
* html #MenuColumn {
  top: 155px;
  margin-left: -190px;
}
#ContentColumn {
  margin: 0px;
  margin-left: 205px;
  margin-right: 205px;
  text-align: left;
}
* html #ContentColumn {
  width: 790px;
}
#ThemeboxesColumn { 
  position: absolute !important; 
  top: 0px !important; /* Ajuste aqui se quiser subir ou descer mais (ex: -10px ou 20px) */
  right: -255px !important; 
  width: 245px !important; 
  margin: 0 !important; 
  z-index: 10; 
  height: auto !important; 
}
* html #ThemeboxesColumn {
  top: 5px;
  height: 1000px;
}
#Footer {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  color: white;
}
* html #Footer {
  padding-bottom: 120px;
  margin-bottom: 50px;
}

/* Footer linkes */
#Footer a:link    { color: white; text-decoration: none; }
#Footer a:visited { color: white; text-decoration: none; }
#Footer a:focus   { color: white; text-decoration: none; }
#Footer a:active  { color: white; text-decoration: underline; }
#Footer a:hover   { color: white; text-decoration: underline; }

/* ====================================
   MONSTRO E JOGADORES ONLINE (TOPO)
   ==================================== */

/* Organiza a div que segura o monstro e o painel */
#RightArtwork {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Esconde a imagem velha e "quebrada" do pedestal do Gesior */
#PedestalAndOnline {
  display: none !important;
}

/* O Monstro ganha destaque e fica "sentado" no painel */
#Monster {
  position: relative;
  z-index: 20;
  margin-bottom: -15px; /* Puxa o card de baixo para colar embaixo do monstro */
  filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.6)); /* Dá uma sombra 3D no monstro */
  cursor: pointer;
  display: block;
}

/* O Painel Moderno de Online que fica embaixo do Monstro */
#PlayersOnline {
  background: var(--bg-card);
  border: 1px solid var(--bd-faint);
  border-radius: 8px;
  padding: 20px 10px 10px 10px; /* Mais padding no topo para compensar o monstro */
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: var(--gold-dim);
  font-family: Georgia, serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* Sombra suave no card */
}

#PlayersOnline:hover {
  border-color: var(--gold-mid);
}

/* O número gigante iluminado */
#PlayersOnline::first-line {
  font-size: 38px;
  font-weight: bold;
  color: #60a060;
  text-shadow: 0 0 10px rgba(96, 160, 96, 0.4);
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  LOGINBOX
 *  -------------------------------
 */

#Loginbox {
  position: relative;
  left: 5px;
  top: 8px;
  width: 100%;
  margin-bottom: 42px;
  background-repeat: no-repeat;
}

#Loginbox #LoginTop {
  position: absolute;
  left: -1px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox #LoginBottom {
  position: absolute;
  top: 52px;
  left: -1px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox .LoginBorder {
  position: absolute;
  top: 0px;
  height: 52px;
  width: 8px;
  background-repeat: repeat-y;
  z-index: 10;
}

#Loginbox #BorderRight {
  right: 9px;
}

#Loginbox .Loginstatus {
  position: relative;
  top: 0px;
  left: 5px;
  height: 13px;
  width: 160px;
}

#Loginbox .LoginstatusText {
  position: absolute;
  top: 1px;
  left: 18px;
  width: 124px;
  height: 11px;
  cursor: pointer;
}

#Loginbox #LoginstatusText_1 {
  visibility: visible;
}

#Loginbox #LoginstatusText_2 {
  visibility: hidden;
}

#LoginBox #LoginButtonContainer {
  position: relative;
  height: 39px;
  width: 160px;
  left: 5px;
  background-repeat: repeat-y;
}
#PlayNowContainer {
  position: absolute;
  width: 150px;
  height: 37px;
  top: 1px;
  left: 5px;
  z-index: 99;
}
#PlayNowContainer form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.BigBoldText {
  font-weight: bold;
  font-size: 14pt;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  MENU
 *  -------------------------------
 */

#Menu {
  position: relative;
  left: 5px;
  top: 0px;
  background-repeat: no-repeat;
}

#MenuTop {
  position: absolute;
  left: -1px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#MenuBottom {
  position: relative;
  left: -5px;
  bottom: 1px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

/* Menuitems */

.MenuButton {
  position: relative;
  height: 32px;
  width: 170px;
  display: block;
  cursor: pointer;
}

.Button {
  position: relative;
  height: 32px;
  width: 170px;
  visibility: hidden;
  display: block;
}

.Extend {
  position: absolute;
  top: 20px;
  right: -2px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
}

.Lights {
  visibility: hidden;
}

.Light_lu {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

.Light_ru {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

.Light_ld {
  position: absolute;
  height: 2px;
  width: 2px;
  top: 29px;
  left: 1px;
}

.Icon {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0px;
  left: 8px;
}

.Label {
  position: absolute;
  height: 22px;
  width: 116px;
  top: 6px;
  left: 42px;
}

/* Submenus(items) */

.LeftChain {
  position: absolute;
  top: 0px;
  left: -5px;
  height: 33px;
  width: 7px;
  background-repeat: repeat-y;
}

.RightChain {
  position: absolute;
  top: 0px;
  right: -4px;
  height: 33px;
  width: 7px;
  background-repeat: repeat-y;
}

.Submenu {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #000;
  width: 160px;
}

.Submenuitem {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.ActiveSubmenuItemIcon {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  visibility: hidden;
}

.SubmenuitemLabel {
  margin: 0px;
  border-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  border-bottom: 1px solid #4b7874;
  overflow: hidden;
}

/* Submenu links */
.Submenu a:link    { color: #d7d7d7; text-decoration: none; }
.Submenu a:visited { color: #d7d7d7; text-decoration: none; }
.Submenu a:focus   { color: #d7d7d7; text-decoration: none; }
.Submenu a:active  { color: white; text-decoration: none; }
.Submenu a:hover   { color: white; text-decoration: none; }

/** -------------------------------
 *  Stylesheet declarations for the
 *  CONTENT AREA
 *  -------------------------------
 */

.Content .BoxContent {
  padding: 10px;
}

/* "tanhack" for correction of IE bug */
* html .Content {
  top: -5px;
}

.Content {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 100;
}

/* "star-HTML-hack" to correct the position of the content area */
* html .Content {
  position: relative;
  top: 796px;
  margin: 20px;
  border: 0px dashed #051122;
  border-right-width: 550px;
}

#ContentHelper {
  position: relative;
}

/* "star-HTML-hack" to to implement min-width in IE */
* html #ContentHelper {
  display: inline-block;
  position: relative;
  top: -800px;
  margin: -20px;
  margin-right: -570px;
}

/* === CONTEÚDO CENTRAL - TEMA NOTURNO === */
.Content .Box {
  background-color: #0d1117 !important;
  border-left: 1px solid #1a2535 !important;
  border-right: 1px solid #1a2535 !important;
}

.Content .BoxContent {
  background-color: #090d12 !important;
  color: #8aa0b8 !important;
  min-height: 367px;
}

.Content .BoxContent td {
  color: #8aa0b8 !important;
}

.Content .Border_2 {
  background-color: #1a2535 !important;
}

.Content .Border_3 {
  border-top: 1px solid #1a2535 !important;
  border-bottom: 1px solid #1a2535 !important;
}

.Content .BorderTitleText {
  background-image: none !important;
  background-color: #111822 !important;
}

/* Tabelas internas */
.TableContainer .Odd {
  background-color: #0d1117 !important;
}
.TableContainer .Even {
  background-color: #090d12 !important;
}
.TableContainer .CaptionContainer {
  background-color: #111822 !important;
}
.CaptionContainer .CaptionInnerContainer {
  background-color: #111822 !important;
}
.TableContentContainer {
  background-color: #0d1117 !important;
  border-color: #1a2535 !important;
}

/* Search Character box */
.Content th {
  background-color: #111822 !important;
  color: #8aa0b8 !important;
}

/* Links */
.Content a {
  color: #6a9aba !important;
}
.Content a:hover {
  color: #90c0e0 !important;
}
/** -------------------------------
 *  Stylesheet declarations for the
 *  THEMEBOXES of the Tibia
 *  website
 *  -------------------------------
 */

.Themebox {
  position: relative;
  margin-bottom: 10px;
  left: -12px;
  top: 140px;
  width: 300px;
  height: 354px;
}
#Themeboxes div {
  font-size: 10pt;
  background-repeat: no-repeat;
}
#Themeboxes .ThemeboxButton {
  position: absolute;
  bottom: 20px;
  left: 22px;
  height: 25px;
  width: 135px;
  cursor: pointer;
}
#Themeboxes .Bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 12px;
  width: 180px;
}
/* "star-HTML-hack" to correct the position of the bottom element */
* html #Themeboxes .Bottom {
  bottom: -3px;
}
#Themeboxes #NewcomerBox .ThemeboxButton {
  bottom: 15px;
}
#Themeboxes #PremiumBox {
  height: 164px;
}
#Themeboxes #JobBox {
  height: 164px;
}
#Themeboxes #ScreenshotBox #ScreenshotContent {
  position: relative;
  height: 111px;
  width: 170px;
  top: 31px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
}
#Themeboxes #CurrentPollBox #CurrentPollText {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 11pt;
  color: #5A2800;
  position: absolute;
  height: 70px;
  width: 150px;
  top: 37px;
  left: 15px;
  padding-top: 5px;
  overflow: hidden;
  text-align: center;
}

#Themeboxes #FansiteBox {
  position: relative;
  height: 188px;
  text-align: center;
}
#Themeboxes #FansiteLogoFrame {
  position: relative;
  top: 31px;
  width: 180;
  height: 145px;
}
#Themeboxes #FansiteLogo {
  position: relative;
  height: 100px;
  width: 150px;
  top: 8px;
  border: 0;
  cursor: pointer;
}
#Themeboxes #FansiteBox .ThemeboxButton {
  bottom: 19px;
}
#Themeboxes #NetworksBox {
  position: relative;
  height: 204px;
}
#Themeboxes #NetworksBox #FacebookBlock {
  position: relative;
  top: 32px;
  height: 113px;
}
#Themeboxes #NetworksBox #FacebookLikeBox {
  position: relative;
  left: 27px;
  top: 3px;
  height: 60px;
  width: 115px;
  overflow: hidden;
}
#Themeboxes #NetworksBox #FacebookLikeBox div {
  position: relative;
  left: -1px;
  top: -1px;
}
#Themeboxes #NetworksBox #FacebookSendBox {
  position: absolute;
  left: 92px;
  top: 14px;
  width: 50px;
}
#Themeboxes #NetworksBox #FacebookLikes {
  position: relative;
  left: 14px;
  top: 10px;
  width: 155px;
  left: 13px;
  overflow: hidden;
}
#Themeboxes #NetworksBox #FacebookLikes div {
  position: relative;
  left: -69px;
}
#Themeboxes #NetworksBox #TwitterBlock {
  position: relative;
  top: 42px;
  text-align: center;
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA
 *  -------------------------------
 */

.Content .BoxContent td .white {
  color: #EFEFEF;
  visibility: visible;
}

.Content .BoxContent td .whites {
  color: #EFEFEF;
  visibility: visible;
  font-size: 9pt;
}

.Content .BoxContent .white {
  color: #EFEFEF;
  visibility: visible;
}

.Content .BoxContent td .green {
  color: #00BF00;
}

.Content .BoxContent td .yellow {
  color: #FFBB05;
}

.Content .BoxContent td .red {
  color: #EF0000;
}

.Content .BoxContent td .grey {
  color: #808080;
}

.Content .BoxContent td .orange {
  color: #FF9712;
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA (forum)
 *  -------------------------------
 */

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 10pt;
  color : #5A2800;
  visibility : visible;
}

.Content .ff_white a {
  color: #FFFFFF;
}

.Content .BoxContent .ff_white {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 7pt;
  font-weight: bold;
}

.Content .BoxContent .ff_red {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EF0000;
  visibility : visible;
  font-size : 8pt;
  font-weight: bold;
}

.Content .BoxContent .ff_whitelarge {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 9pt;
  font-weight: bold;
}

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_infotext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
  line-height: 12pt;
}

.Content .BoxContent .ff_smallinfo {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 7pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_large {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 12pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_pagetext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #5A2800;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextgrey {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #505050;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextred {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #F00;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_correct {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 11pt;
  color : #FF0000;
  visibility : visible;
  font-weight: bold;
}

/** ------------------------------
 *  new payment and error handling
 *  ------------------------------
 */

.PaymentOrderTypeImage {
  width: 81px;
  height: 80px;
  margin-right:5px;
}
.PaymentMethodBrandingSmall {
  width: 48px;
  height: 30px;  
}
.PaymentMethodBrandingBig {
  width: 103px;
  height: 65px;
}
.PaymentResultImage {
  float: left;
  margin-right: 8px;
  margin-top: 3px;
  width: 62px;
  height: 60px;  
}
.FormFieldError {
  font-size: 8pt;
  color: red;
}
.SmallBox {
  position: relative;
  font-size: 1px;
}
.SmallBox .ErrorMessage {
  font-size: 8pt;
  position: relative;
  color: red;
  height: 100%;
  background-color: #d4c0a1;
  padding: 5px;
  padding-left: 43px;
}
.SmallBox .Message {
  font-size: 10pt;
  position: relative;
  height: 100%;
  background-color: #d4c0a1;
  padding: 10px;
}
.SmallBox .ErrorMessage ul {
  padding-left: 15px;
}
.SmallBox .BoxFrameHorizontal {
  position: relative;
  height: 4px;
}
.SmallBox .BoxFrameVerticalRight {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .BoxFrameVerticalLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .MessageContainer {
  position: relative;
  height: 100%;
}
.SmallBox .BoxFrameEdgeLeftTop {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeLeftBottom {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightTop {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightBottom {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .AttentionSign {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30px;
  height: 26px;
}
#BrowserIssuesBox #DownloadClientContainer {
  float: right;
  text-align: center;
  margin-right: 5px;
}
#BrowserIssuesBox #DownloadClientContainer img {
  height: 45px;
}


/** ----------------
 *  new process bars
 *  ----------------
 */

#ProgressBar #Headline {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 5px;
}
#ProgressBar #MainContainer {
  position: relative;
  top: 10px;
  height: 50px;
  margin-bottom: 25px;
}
#ProgressBar #BackgroundContainer {
  position: relative;
  width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
  position: absolute;
  float: left;
}
#ProgressBar #BackgroundContainerCenter {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 100%;
}
#ProgressBar #BackgroundContainerCenterImage {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  height: 17px;
}
#ProgressBar #BackgroundContainerRightEnd {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
#ProgressBar #TubeLeftEnd {
  position: absolute;
  left: 25px;
  top: 4px;
}
#ProgressBar #TubeRightEnd {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 0;
}
#ProgressBar .Steps {
  position: relative;
  height: 39px;
  font-size: 9px;
  float: left;
  top: -11px;
  margin-left: -1px;
}
#ProgressBar #StepsContainer1 {
  text-align: right;
  margin-left: 92px;
  margin-right: 40px;
  height: 10px;
}
#ProgressBar #StepsContainer2 {
  width: 100%;
  height: 10px;
}
#ProgressBar .TubeContainer {
  position: relative;
  padding-right: 47px;
}
#ProgressBar .Tube {
  position: relative;
  top: 16px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #FFFFFF none repeat scroll 0%;
}
* html #ProgressBar .Tube {
  top: 13px;
}
#ProgressBar .SingleStepContainer {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 30px;
  right: 0px;
  text-align: center;
}
#ProgressBar #FirstStep .SingleStepContainer {
  left: 45px;
  width: 47px;
  position: absolute;
}
#ProgressBar .StepIcon {
  position: absolute;
  right: 0px;
}
* html #ProgressBar .StepIcon {
  right: -1px;
}
#ProgressBar #FirstStep .StepIcon {
  top: 0px;
  left: 0px;
}
#ProgressBar .StepText {
  top: 40px;
  position: absolute;
  width: 200px;
  right: -77px;
}


/** -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES
 *  -------------------------------
 */

.TableContainer {
  border: 1px solid black;
  position: relative;
  width: 100%;
  font-size: 1px;
}
.TableContainer .Odd {
  background-color: #f1e0c6;
}
.TableContainer .Even {
  background-color: #d5c0a1;
}

/* TABLEHEADER DECORATION */
.TableContainer .CaptionContainer {
  position: relative;
  font-size: 1pt;
  background-color: #5f4d41 !important;
  height: 100%;
  width: 100%;
  text-align: left;
}
.CaptionContainer .CaptionInnerContainer {
  position: relative;
  background-color: #5f4d41;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}
.CaptionContainer .Text {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.CaptionContainer .CaptionEdgeLeftTop {
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  left: -2px;
  z-index: 50;
}
.CaptionContainer .CaptionEdgeRightTop {
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  right: -2px;
  z-index: 50;
}
.CaptionContainer .CaptionEdgeLeftBottom {
  position: absolute;
  width: 5px;
  height: 5px;
  left: -2px;
  bottom: -3px;
  z-index: 50;
}
.CaptionContainer .CaptionEdgeRightBottom {
  position: absolute;
  width: 5px;
  height: 5px;
  right: -2px;
  bottom: -3px;
  z-index: 50;
}
.CaptionContainer .CaptionBorderTop {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  top: -1px;
}
.CaptionContainer .CaptionBorderBottom {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -2px;
}
.CaptionContainer .CaptionVerticalLeft {
  position: absolute;
  height: 100%;
  width: 3px;
  left: -1px;
  top: 0px;
}
.CaptionContainer .CaptionVerticalRight {
  position: absolute;
  height: 100%;
  width: 3px;
  right: -1px;
  top: 0px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightTop {
  right: -3px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  right: -3px;
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionBorderBottom {
  bottom: -3px;
}
* html .TableContainer .CaptionContainer .CaptionVerticalRight {
  right: -2px;
}
/* TABLE CONTENT */
.TableContentContainer {
  border: 1px solid #5F4D41;
  position: relative;
  margin-right: 4px;
  height: 100%;
  background-color: #d4c0a1;
  padding: 0px;
}
.TableContent {
  width: 100%;
  border-collapse: collapse;
}
.TableContent td {
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}
/* INNERLYOUT 1 */
.TableContainer .Table1 {
  width: 100%;
  background-color: #d4c0a1;
  border: 2px solid #55636c;
}
.TableContainer .Table1 .InnerTableContainer {
  padding: 5px;
}
/* INNERLYOUT 2 */
.TableContainer .Table2 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.TableContainer .Table2 td {
  padding: 0px;
  margin: 0px;
}
.TableContainer .Table2 .InnerTableContainer {
  margin-top: 1px;
}
.TableContainer .Table2 .InnerTableContainer table {
  border-collapse: collapse;
}
.TableContainer .Table2 .InnerTableContainer td {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 3 */
.TableContainer .Table3 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table3 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table3 .TableContentAndRightShadow td {
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 4 */
.TableContainer .Table4 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
  padding-left: 3px;
}
.TableContainer .Table4 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.TableContainer .RowInnerTableDataBorders td {
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 5 */
.TableContainer .Table5 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table5 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* SHADOWS */
.TableShadowContainerRightTop {
  position: relative;
  top: 0px;
  right: 3px;
  margin-right: 0px;
  font-size: 1px;
  float: right;
  z-index: 98;
}
.TableShadowRightTop {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 5px;
  z-index: 98;
}
.TableContentAndRightShadow {
  position: relative;
  background-repeat: repeat-y;
  background-position: top right;
  margin-right: 3px;
  font-size: 1px;
}
.TableShadowContainer {
  position: relative;
  margin-right: 5px;
}
.TableBottomShadow {
  position: relative;
  font-size: 1px;
  height: 5px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.TableBottomLeftShadow {
  position: relative;
  height: 5px;
  width: 4px;
  float: left;
  padding: 0px;
  margin: 0px;
}
.TableBottomRightShadow {
  position: relative;
  float: right;
  right: -2px;
  top: 0px;
  height: 5px;
  width: 4px;
}
/* INNER TABLE TABS */
.InnerTableTab {
  position: relative;
  float: left;
  top: 5px;
  margin-left: 1px;
  margin-right: 0px;
  cursor: pointer;
  vertical-align: middle;
  width: 105px;
  height: 45px;
}
.InnerTableTab .RibbonNewProduct {
  position: absolute;
  top: 2px;
  left: -1px;
  height: 39px;
  width: 39px;
  z-index: 199;
}
.ActiveInnerTableTab .RibbonNewProduct {
  top: -2px;
}
.InnerTableTab .RibbonLastChance {
  position: absolute;
  top: 2px;
  left: 65px;
  height: 39px;
  width: 39px;
  z-index: 199;
}
.ActiveInnerTableTab .RibbonLastChance {
  top: -2px;
  left: 64px;
}
.InnerTableTab a {
  border: 0px;
  color: #5A2800;
  font-weight: normal;
}
.InnerTableTab a img {
  border: 0px;
  width: 105px;
  height: 45px;
  position: absolute;
  top: 0px;
}
.InnerTableTabLabel {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 86px;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
  padding-left: 5px;
}
.InnerTableTab a:hover {
  border: 0px;
  color: #5A2800;
/*  font-weight: normal;*/
  text-decoration: none;
}
.ActiveInnerTableTab {
  z-index: 99;
  top: 6px;
}
.ActiveInnerTableTab a {
  font-weight: bold;
}
.ActiveInnerTableTab .InnerTableTabLabel {
  top: 6px;
  padding-top: 1px;
}
.ProductCategoryHelperDiv {
  position: relative;
  float:right;
  top: 35px;
  right: 5px;
}
.TableTabInnerArea {
  padding: 10px !important;
}
/* TOGGLE BUTTON */
.BigToggleButton {
  text-align: center;
  cursor: pointer;
  font-weight: normal;
}
.BigToggleButton:hover {
  font-weight: bold;
}
/* HEADLESS CONTENT TABLE */
.HeadlessTable {
  border: 0px;
  border-style: solid;
  border-color: #656565;
  border-top-width: 1px;
  border-top-color: white;
  border-left-width: 1px;
  border-left-color: white;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: #656565;
  margin-left: 15px;
}
/* LABELS */
.LabelV {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
.LabelV120 {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 120px;
}
.LabelV150 {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 150px;
}
.LabelV200 {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 200px;
}
.LabelH {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  background-color: #d5c0a1;

}
.LabelH td {
  background-color: #d5c0a1;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* BUTTONS */
.InnerTableButtonRow {
  width: 100%;
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 4px;
  border: 0px;
}
.InnerTableButtonRow td {
  padding-right: 4px;
}
.MediumButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 37px;
  width: 150px;
  z-index: 20;
}
.MediumButtonBackground {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 37px;
  z-index: 10;
}
.MediumButtonOver {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 37px;
  visibility: hidden;
  z-index: 15;
}
.MediumButtonForm {
  margin: 0px;
  padding: 0px;
}
.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  z-index: 10;
}
.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}
.ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 135px;
  z-index: 20;
}
.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}
.TopButtonContainerInnerTable {
  position: absolute;
  right: 4px;
  top: 2px;
  z-index: 60;
}
* html .TopButtonContainer {
  right: 27px;
}
.TopButtonContainer .TopButton {
  position: absolute;
  right: 0px;
  z-index: 55;
}
#world_list_tr td {
  text-align: left;
}
.OptionContainer {
  text-align: center;
}
label {
  cursor: pointer;
}
.InputIndicator {
  position: relative;
  top: 5px;
  left: 218px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
}
* html .InputIndicator {
  left: 0px;
}
.sortarrow {
  width: 10px;
  height: 10px;
}
/* FORUM - general post format */
.ForumPost {
  position: relative;
  height: 100%;
  width: 798px;
  margin: -5px;
}
.PostUpper {
  clear: both;
}
.PostLower {
  clear: both;
  border-top: 1px solid #fff0d9;
  height: 50px;
  padding: 4px 0px;
}
.PostSeparatorV {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff0d9;
  left: 185px;
}
* html .PostCharacterText {
  width: 185px;
}
.PostCharacterText {
  width: 175px;
  float: left;
  padding: 5px;
}
.PostText {
  position: relative;
  min-height: 150px;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  width: 600px;
  word-wrap: break-word;
  padding: 5px;
}
.PostDetails {
  width: 175px;
  float: left;
  padding: 0px 5px;
  font-size: 7pt;
}
.PostActions {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  word-wrap: break-word; 
  font-size: 8pt;
  padding: 10px;
  padding-right: 0px;
  margin-left: 180px;
  width: 600px;
}
.PostActions .AdditionalBox {
  float: right;
  white-space: nowrap;
  text-align: right;
  margin: 4px 4px 0px 0px;
}
/* FORUM - CipSoft post format */
.CipPost .CipBorder {
  font-size: 1px;
  position: absolute;
  width: 798px;
  height: 3px;
  z-index: 99;
}
.CipPost .CipBorderBottom .CipBorder {
  bottom: 0px;
}
.CipPost .CipBorder .CipBorderCornerL {
  position: absolute;
  width: 3px;
  height: 3px;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.CipPost .CipBorder .CipBorderH {
  position: absolute;
  width: 792px;
  height: 3px;
  top: 0px;
  left: 3px
}
.CipPost .CipBorder .CipBorderCornerR {
  position: absolute;
  width: 3px;
  height: 3px;
  top: 0px;
  right: 0px;
  z-index: 99;
}
.CipPost .CipBorderLeft {
  font-size: 1px;
  width: 3px;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 0;
}
.CipPost .CipBorderLeft .CipBorderV {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  height: 100%;
}
.CipPost .CipBorderRight .CipBorderV {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 100%;
}
.CipPost .CipPostIcon {
  position: relative;
  top: 7px;
  left: 12px;
  width: 60px;
  height: 60px;
}
.PostDetailsHelper {
  position: relative;
}
.HNCContainer {
  position: absolute;
  margin-top: -10px;
}
* html .HNCContainer {
  margin-left: -10px;
}
.ThreadClassificationNumberContainer {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}
* html .ThreadClassificationNumberContainer {
  margin-left: 0px;
}
#BoardView td {
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
}
#BoardView .CipPost {
  position: relative;
  height: 100%;
}
.ThreadTitleHeadline {
  position: relative;
  height: 100%; 
  width: 798px;
  margin-top: -2px;
}
.ThreadClassificationNumber {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 7px;
  border: 0px;
}
.ThreadTitleHeadline .ThreadClassificationNumber {
  margin-left: -1px;
  margin-top: 3px;
}
.BoardThreadLine {
  margin-left: -61px;
  margin-top: -3px;
  margin-bottom: 0px;
  min-height: 47px;
}
* html .BoardThreadLine {
  margin-top: 0px;
}
* html .BoardThreadLine {
    height: 47px;
}
.BoardThreadLine .CipBorderRight .CipBorderV {
  left: 734px;
}
.Text {
  margin-top: 3px;
  margin-left: 4px;
  margin-bottom: 2px;
  padding: 3px;
  padding-top: 3px;
}
* html .Text {
  margin-top: 0px;
  margin-left: 4px;
}
.BoardThreadLine .Text {
  margin-left: 11px;
  padding-left: 50px;
  padding-top: 13px;
  padding-bottom: 10px;
}
* html .BoardThreadLine .Text {
  padding-left: 55px;
}
.PostReplyLink {
  float: right;
  margin-top: 3px;
}
.HintBox {
  width: 100%;
  margin-top: -3px;
}
.HintBox p {
  margin-top: 0px;
}
.HintBox .BoxButtons {
  width: 135px;
  float: right;
}
#PremiumBoxSpecialOfferHorizontal {
  position: absolute;
  top: 70px;
  left: 13px;
  width: 150px;
  height: 14px;
}
.Container1_PaymentMethod {
  height: 88px;
  width: 165px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
  cursor: pointer;
}
.Container2_PaymentMethod {
  top: 2px;
  left: 2px;
  height: 80px;
  width: 157px;
  background-color: #d5c0a1;
  margin: 2px;
  padding: 2px;
}
.BlockedPaymentMethod {
  color: red;
  cursor: help !important;
}
/* helper div */
.HelperDivIndicator {
  position: relative;
  cursor: help;
}
#HelperDivContainer {
  display: none;
  position: absolute;
  width: 225px;
  z-index: 1000;
  color: #5A2800;
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  font-size: 9pt;
  text-align: left;
  padding: 10px;
  border: 1px double #5A2800;
  margin-left: 8px;
}
#HelperDivContainer .HelperDivArrow {
  position: absolute;
  top: -1px;
  left: -8px;
  width: 8px;
  height: 13px;
}
#HelperDivContainer #HelperDivHeadline {
  font-size: 12pt;
  font-weight: bold;
}
#HelperDivContainer #HelperDivHeadline {
  position: relative;
  white-space: normal;
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 15px;
}
#HelperDivContainer .Ornament {
  width: 220px;
}
#HelperDivContainer #HelperDivText {
  text-align: justify;
}
#SuggestCharacterName {
  font-size: 7pt;
  margin-top: -5px;
}
.FB_Identification {
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  background: none repeat scroll 0 0 #526DA4;
  color: #D8DFEA;
  border: gray;
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  height: 25px;
  border: 1px solid blue;
}
.FB_Identification div {
  position: relative;
  float: left;
  margin-right: 4px;
}
#FB_ProfileWindow {
  width: 23px;
  height: 23px;
  border: 1px solid blue;
  overflow: hidden;
}
#FB_ProfileWindow img {
  height: 50px !important;
}
#FB_Name {
  top: 5px;
}
#FB_Button {
  top: 1px;
  float: right;
}
#FB_Button div {
  display: inline;
}
.FacebookButtonText {
  position: absolute;
  color: white;
  left: 20px;
  width: 112px;
  top: 5px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  z-index: 15;
}
#FB_LoginButton {
  position: relative;
  width: 68px;
  height: 22px;
  float: right;
  cursor: pointer;
  color: #ffffff;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
}
#FB_LoginButton span {
  position: absolute;
  left: 28px;
  top: 4px;
}
.ButtonText:hover {
  margin-top: 1px;
  margin-left: 1px;
}

#LoginCreateAccountBox p {
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
}
.Width100Percent {
  width: 100%;
}

/*
  payment system
*/
.GameCode {
  text-transform: uppercase;
  width: 60px;
}
.Saving {
  background-color: blue;
  color: white;
  padding: 1px 8px;
  border: 2px solid;
  border-radius: 10px;
  font-size: 10px;
}
#LastSaving {
  background-color: red;
}
.BGRed {
  background-color: #EF0000;
}
.BGOrange {
  background-color: #FF9712;;
}
.BGGreen {
  background-color: #00BF00; 
}
.Content .BoxContent .Disabled td {
  color: grey;
}
.PlaySpanContainer {
  position: relative;
  text-align: center;
}
.ServiceID_Icon_Container {
  position: relative;
  width: 156px;
  height: 156px;
  float: left;
  margin: 3px;
}
.ServiceID_Icon_Container_Background {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 3px;
  left: 3px;
}
.ServiceID_Icon_Container label {
  font-size: 8pt;
}
.ServiceID_Icon {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
}

.ServiceID_Icon img.ShopExtras {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto -7%;
}

.ServiceID_Icon img.ShopOutfits {
  position: absolute;
}

.ServiceID_Icon img.left {
  top: 30%;
  left: 15%;
}

.ServiceID_Icon img.right {
  top: 30%;
  right: 15%;
}

.ServiceID_Icon_New {
  position: absolute;
  left: 10px;
  top: 48px;
  height: 64px;
  width: 128px;
}
.ServiceID_Icon .ServiceID_Deactivated {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 99;
}
.ServiceID_Icon .ServiceID_Icon_Selected {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 98;
}
.ServiceID_Icon .ServiceIDLabelContainer {
  position: absolute;
  left: 0px;
  display: table;
  top: 6px;
  height: 35px; 
  width: 130px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 99;
}
.ServiceID_Icon .ServiceIDLabel {
  display: table-cell;
  vertical-align: middle;
}
.ServiceID_Icon .ServiceIDPriceContainer {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 140px;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 99;
}
.ServiceID_Icon .ServiceIDSpecialOffer {
  position: absolute;
  left: 0px;
  top: -5px;
  z-index: 100;
}
.ServiceID_Icon .ServiceID_Icon_Over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 97;
}
.ServiceID_Icon .ServiceID_HelperDiv {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 399;
}
.ServiceID_Icon .RibbonNewProduct {
  position: absolute;
  top: -4px;
  left: -4px;
  height: 58px;
  width: 58px;
  z-index: 199;
}
.ServiceID_Icon .RibbonLastChance {
  position: absolute;
  top: -4px;
  left: 96px;
  height: 58px;
  width: 58px;
  z-index: 199;
}
.ServiceID_Icon .ServiceID_Icon_Animation_1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 150px;
  height: 150px;
  display: none;
  z-index: 95;
}

.ServiceID_Icon .ServiceID_Icon_New_Animation_1 {
  position: absolute;
  top: 48px;
  right: 12px;
  width: 128px;
  height: 64px;
  display: none;
  z-index: 95;
}

.PMCID_Icon_Container {
  position: relative;
  width: 156px;
  height: 106px;
  float: left;
  margin: 3px;
}
.PMCID_Icon_Container label {
  font-size: 8pt;
}
.PMCID_Icon {
  position: relative;
  float: left;
  top: 3px;
  left: 3px;
  width: 150px;
  height: 100px;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
}
.PMCID_Icon .PMCID_CP_Icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.PMCID_Icon .PMCID_CP_Label {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 18px;
  z-index: 99;
}
.PMCID_Icon .PMCID_Icon_Selected {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 100px;
  z-index: 98;
}
.PMCID_Icon .PMCID_Deactivated {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 100px;
  z-index: 99;
}
.PMCID_Icon .PMCID_Icon_Over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 100px;
}

.PermanentDeactivated {
  position: absolute;
  left: 0px;
  z-index: 400;
}
.PermanentDeactivated .PMCID_Deactivated {
  position: relative;
  left: 0px;
  width: 150px;
}

.PermanentDeactivated .ServiceID_Deactivated {
  position: relative;
  left: 0px;
  width: 150px;
}

/* button row */
.SubmitButtonRow {
  position: relative;
  height: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center
}
.SubmitButtonRow .LeftButton {
  float: left;
  margin-left: 50px;
}
.SubmitButtonRow .CenterButton {
  margin-left: auto;
  margin-right: auto;
  width: 135px;
}
.SubmitButtonRow .RightButton {
  float: right;
  margin-right: 50px;
}
.textModel {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  cursor: pointer;
  text-align: center;
  color: #FEDE59;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #2c2c2c, -1px 1px 0 #000000, 1px 1px 0 #000;
  font-weight: 300;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 135px;
  z-index: 20;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  background: transparent;
}
.outfitImg {
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  padding: 5px;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(121, 61, 3, 0.65);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.46);
  align-items: center;
  justify-items: center;
  text-align: center;
}
.outfitImgs {
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 30px;
  width: 64px;
  height: 64px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.outfitImg2 {
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  padding: 5px;
  position: relative;
}

.AuctionCharacterName {
  font-weight: 500;
  margin-bottom: 4px;
}

.AuctionCharacterName {
  font-weight: 500;
  margin-bottom: 4px
}

.AuctionBody {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #5a2800
}

.AuctionDisplay {
  width: 64px;
  height: 64px;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .75);
  margin-right: 10px;
}

.AuctionBodyBlock {
  margin-top: 5px;
  margin-bottom: 5px
}

.AuctionOutfit {
  position: relative;
}

.AuctionOutfitImage {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 100;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.ShortAuctionData {
  position: relative;
  min-width: 300px;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .5)
}

.ShortAuctionData .ShortAuctionDataLabel {
  width: 175px;
  font-weight: 700;
  float: left
}

.ShortAuctionDataValue {
  text-align: right
}

.CharacterPrice {
  width: 142px;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 6px;
  text-align: center;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .5);
  display: flex;
  flex-direction: column;
  justify-content: space-around
}

.CharacterPrice .Container {
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
}

.CharacterPrice .BigButton {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.VSCCoinImages {
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}
.PercentageColumn {
  width: 100%;
  position: relative
}

.LabelColumn {
  width: 80px!important;
  white-space: nowrap
}

.LevelColumn {
  width: 30px!important;
  text-align: right
}

.PercentageColumn {
  position: relative;
  margin-right: 2px
}

.PercentageBar {
  max-width: 99%;
  position: absolute;
  height: 18px;
  background-color: #5f4d41;
  top: 1px
}

.PercentageStringContainer {
  width: 100%;
  text-align: center
}

.PercentageString {
  position: absolute;
  top: 3px;
  width: 50%;
  margin-left: 20px;
  left: 0;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

.PercentageBarSpacer {
  width: 5px
}

.PageLink {
  display: inline-block;
  min-width: 15px;
  text-align: center
}

.PageNavigation {
  padding-right: 10px;
  padding-bottom: 7px
}

.BlockPage {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(66px, 1fr));
  grid-auto-rows: 73px;
  grid-gap: 3px;
}

.BlockPage.BlockPageObject {
  grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  grid-auto-rows: 38px
}

.BlockPageNavigationRow {
  height: 18px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 6px;
  padding-top: 3px;
  padding-bottom: 0;
  background-color: #d5c0a1;
  border: 1px solid #5a2800
}

.BlockPageNavigationRow .CurrentPageLink {
  display: block;
  min-width: 15px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #d5c0a1
}

.BlockPageNavigationRow .CipAjaxLink {
  display: block;
  min-width: 15px;
  padding-left: 1px;
  padding-right: 1px;
  border: 1px solid transparent;
  color: #007bff;
  cursor: pointer;
}

.BlockPageNavigationRow .CipAjaxLinkDP {
  display: block;
  min-width: 15px;
  padding-left: 1px;
  padding-right: 1px;
  border: 1px solid transparent;
  color: #007bff;
  cursor: pointer;
}

.BlockPageNavigationRow .CipAjaxLinkInbox {
  display: block;
  min-width: 15px;
  padding-left: 1px;
  padding-right: 1px;
  border: 1px solid transparent;
  color: #007bff;
  cursor: pointer;
}

.BlockPageNavigationRow .FirstOrLastElement:first-child,
.BlockPageNavigationRow .FirstOrLastElement a {
  width: 70px;
  text-align: left
}

.CVIcon {
  float: left;
  position: relative;
  z-index: 150;
  background-color: #d5c0a1;
  border: 1px solid #5a2800;
  margin: auto;
  padding: 1px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  image-rendering: crisp-edges;
  image-rendering: pixelated
}

.CVIcon.CVIconObject {
  width: 32px;
  height: 32px;
  overflow: hidden
}

.CVIcon.CVIconObject img {
  width: 32px;
  height: 32px
}

.ObjectAmount {
  position: absolute;
  bottom: 0;
  right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  z-index: 100;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

.disabled-link-sellchar {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.ssopacity {
  display: none;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.3);
  width: 98%;
  height: 95%;
  z-index: 1000;
  margin-top: -20px
}

.ssopacityDepot {
  display: none;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.3);
  width: 98%;
  height: 95%;
  z-index: 1000;
  margin-top: -20px
}

.ssopacityInbox {
  display: none;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.3);
  width: 98%;
  height: 95%;
  z-index: 1000;
  margin-top: -20px
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 4px solid #5a2800;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #5a2800 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ssopacity {
  display: none;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.3);
  width: 98%;
  height: 95%;
  z-index: 1000;
  margin-top: -20px;
}

/* ========================================
   DELETEBRA - MELHORIAS VISUAIS v1
   Adicionar no final do basic_d.css
   ======================================== */

/* TIPOGRAFIA GERAL */
body {
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* SUBMENU - itens mais legíveis e espaçados */
.SubmenuitemLabel {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #d0c8b0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  border-bottom: 1px solid #2a2015;
  letter-spacing: 0.2px;
  line-height: 1.4;
}

/* Remove font tags coloridas inline substituindo por classes */
.Submenu a:link    { color: #c8bc98; text-decoration: none; }
.Submenu a:visited { color: #c8bc98; text-decoration: none; }
.Submenu a:focus   { color: #e0d4a8; text-decoration: none; }
.Submenu a:active  { color: #f0e8c0; text-decoration: none; }
.Submenu a:hover   { color: #f0e8c0; text-decoration: none; background: transparent; }

/* Hover no submenuitem com highlight sutil */
.Submenuitem:hover .SubmenuitemLabel {
  background-color: #1a1508;
  color: #f0d870;
}

/* Fundo do submenu levemente mais escuro e refinado */
.Submenu {
  background-color: #0e0c06;
  border-left: 1px solid #2a2015;
  border-right: 1px solid #2a2015;
  border-bottom: 1px solid #2a2015;
}

/* Neutraliza as font tags laranja/coloridas do menu antigo */
.Submenu font[color="orange"],
.Submenu font[color="yellow"],
.Submenu font[color="red"],
.Submenu font[color="#00fb54"],
.Submenu span[style*="color:red"],
.Submenu span[style*="color:#00fb54"],
.Submenu span[style*="color:yellow"] {
  color: inherit !important;
}

/* CONTENT BOX - tipografia mais limpa */
.Content .BoxContent {
  font-family: 'Segoe UI', Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #8aa0b8 !important;
  background-color: #090d12 !important;
}

/* Tabelas de conteúdo */
.Content .BoxContent td {
  font-family: 'Segoe UI', Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #8aa0b8 !important;
}

/* Links no conteúdo mais sutis */
.Content a {
  color: #6a9aba !important;
  font-weight: 500;
}
.Content a:hover {
  color: #90c0e0 !important;
  text-decoration: underline;
}

/* PLAYERS ONLINE - texto levemente maior */
#RightArtwork #PlayersOnline {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  color: #e8b800;
  letter-spacing: 0.3px;
  line-height: 10px;
}

/* FOOTER - mais limpo */
#Footer {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 9px;
  color: #8a7a5a;
  letter-spacing: 0.3px;
  padding-top: 16px;
  padding-bottom: 24px;
}
#Footer a:link,
#Footer a:visited,
#Footer a:focus,
#Footer a:hover {
  color: #b09060;
  text-decoration: none;
}
#Footer a:hover {
  text-decoration: underline;
}

/* CAPTION DAS TABELAS */
.CaptionContainer .Text {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #f0e8c8;
}

/* WHATSAPP BUTTON - mais discreto */
a[href*="whatsapp"] {
  opacity: 0.82;
  transition: opacity 0.2s;
}
a[href*="whatsapp"]:hover {
  opacity: 1;
}


/* =========================================================
   EXORDION/BRAVORA STYLE - GLOBAL (MENU & PAINEL DIREITO)
   ========================================================= */
:root {
  --bg-deep:   #100c06;
  --bg-dark:   #18100a;
  --bg-card:   #1c1108;
  --bg-hd:     #2a160a;
  --bd-faint:  #2c1a0d;
  --bd-soft:   #3a2010;
  --bd-mid:    #5a3418;
  --bd-bright: #8b5a36;
  --gold-hi:   #e8c87a;
  --gold-mid:  #c8a060;
  --gold-low:  #9a7050;
  --gold-dim:  #6b4226;
  --gold-faint:#3a2010;
  --red-k:     #a05040;
  --red-faint: #2c1510;
  --green-on:  #4a9a4a;
}

/* === MENU ESQUERDO === */
#MenuTop, #MenuBottom, .LeftChain, .RightChain, .Lights, #LeftArtwork { display: none !important; }
#Menu { background: transparent !important; margin-top: 20px; }

.MenuButton {
  background: var(--bg-hd) !important;
  border: 1px solid var(--bd-faint) !important;
  border-radius: 6px !important;
  height: 35px !important;
  margin-bottom: 5px !important;
  position: relative !important;
  transition: border-color 0.2s !important;
}
.MenuButton:hover { border-color: var(--bd-mid) !important; }
.MenuButton .Button, .MenuButton .Icon { display: none !important; }
.MenuButton .Label {
  background-image: none !important;
  position: absolute !important; top: 10px !important; left: 14px !important;
  font-family: Georgia, serif !important; font-size: 11px !important; font-weight: 700 !important;
  color: var(--gold-mid) !important; text-transform: uppercase !important; letter-spacing: 1px !important;
}

/* Nomes dos Menus */
#news_Label::after { content: "NEWS"; }
#library_Label::after { content: "LIBRARY"; }
#community_Label::after { content: "COMMUNITY"; }
#forum_Label::after { content: "FORUM"; }
#account_Label::after { content: "ACCOUNT"; }
#team_Label::after { content: "SUPPORT"; }
#shops_Label::after { content: "SHOP"; }

/* Mantém o Extend original intacto para o JS funcionar */
.MenuButton .Extend {
  position: absolute !important;
  top: 10px !important;
  right: 12px !important;
  height: 12px !important;
  width: 12px !important;
  opacity: 0.5;
  filter: sepia(1) saturate(3) hue-rotate(10deg) brightness(1.2);
}
.MenuButton:hover .Extend { opacity: 1; }

/* Submenu */
.Submenu {
  background: var(--bg-card) !important;
  border: 1px solid var(--bd-faint) !important;
  border-radius: 6px !important;
  margin-top: -3px !important;
  margin-bottom: 8px !important;
  width: 100% !important;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.Submenuitem { background: none !important; padding: 0 !important; margin: 0 !important; }
.SubmenuitemLabel {
  border: none !important; border-bottom: 1px solid var(--bd-faint) !important;
  padding: 6px 12px 6px 18px !important; color: var(--gold-low) !important;
  font-family: 'Segoe UI', Verdana, sans-serif !important; font-size: 11px !important; font-weight: 400 !important;
  position: relative;
}
.SubmenuitemLabel::before { content: ">"; position: absolute; left: 8px; color: var(--gold-dim); font-size: 10px; }
.Submenuitem:hover .SubmenuitemLabel { background-color: var(--bg-dark) !important; color: var(--gold-hi) !important; }
.ActiveSubmenuItemIcon { display: none !important; }
.Submenu a:last-child .SubmenuitemLabel { border-bottom: none !important; }









/* ====================================
   PAINEL DIREITO - CORREÇÃO FINAL
   ==================================== */
#ThemeboxesColumn {
  position: absolute !important;
  top: -75px !important;
  right: -255px !important; /* Empurrado mais para a direita */
  width: 245px !important;  /* Aumentamos de 225px para 245px (evita cortar o nome) */
  margin: 0 !important;
  z-index: 10;
}

/* Coluna de sidebars */
.dn-sidebar { 
  display: flex; 
  flex-direction: column; 
  gap: 10px; 
  width: 100%; 
  box-sizing: border-box; 
  margin-top: 0px !important; /* A CULPA ERA AQUI! Zeramos para o painel subir */
}

/* Cards de Ranking */
.dn-scard { 
  background: var(--bg-card); 
  border: 1px solid var(--bd-faint); 
  border-radius: 8px; 
  overflow: hidden; 
  width: 100%; 
  box-sizing: border-box;
}

.dn-scard-head {
  background: var(--bg-hd); 
  padding: 7px 12px; 
  border-bottom: 1px solid var(--bd-faint);
  font-family: Georgia, serif; 
  font-size: 9px; 
  font-weight: 700; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
  color: var(--gold-mid);
}

.dn-scard-body { 
  padding: 8px 12px; 
  box-sizing: border-box; 
}

/* ====================================
   JOGADORES ONLINE (ESTILO CORRIGIDO)
   ==================================== */
#PlayersOnline {
  background: var(--bg-card);
  border: 1px solid var(--bd-faint);
  border-radius: 8px;
  padding: 15px 10px;
  text-align: center;
  color: var(--gold-dim);
  font-family: Georgia, serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 15px; /* Espaço antes de começar os Top Players */
  line-height: 1.6;
}

#PlayersOnline:hover {
  border-color: var(--gold-mid);
}

/* Truque: Aumenta apenas o número (a primeira linha) */
#PlayersOnline::first-line {
  font-size: 36px;
  font-weight: bold;
  color: #60a060; /* Verde online */
  text-shadow: 0 0 10px rgba(96, 160, 96, 0.3);
}

/* ====================================
   ITENS DO RANKING
   ==================================== */
.rank-item { 
  display: flex; 
  align-items: center; 
  gap: 6px; 
  padding: 6px 0; 
  border-bottom: 1px solid var(--bd-faint); 
}

.rank-item:last-child { border-bottom: none; }

.rank-num {
  width: 18px; 
  height: 18px; 
  border-radius: 4px; 
  background: var(--bg-hd); 
  border: 1px solid var(--bd-soft);
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-family: Georgia, serif; 
  font-size: 9px; 
  font-weight: 700; 
  color: var(--gold-dim); 
  flex-shrink: 0;
}

.rank-num.r1 { border-color: #a08030; color: var(--gold-hi); background: #2a1f08; }
.rank-num.r2 { border-color: #606060; color: #c0c0c0; background: #202020; }
.rank-num.r3 { border-color: #7a4820; color: #c8804a; background: #241408; }

/* CONTAINER DO OUTFIT */
.rank-outfit { 
  width: 48px !important; 
  height: 48px !important; 
  flex-shrink: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160, 128, 48, 0.35) 0%, rgba(20, 20, 20, 0.1) 70%, transparent 100%);
  border: 1px solid rgba(160, 128, 48, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}

/* OUTFIT: GRANDE, NÍTIDO E SEM CRAQUELAR */
.rank-outfit img { 
  width: 64px !important; 
  height: 64px !important; 
  image-rendering: pixelated; 
  display: block;
  position: absolute;
  top: -8px; 
  left: -8px;
}

/* INFO DO PERSONAGEM */
.rank-info { 
  flex: 1; 
  min-width: 0; /* Essencial para o flexbox não quebrar o layout */
  padding-left: 4px;
}

/* NOME COMPLETO (PERMITE QUEBRA DE LINHA SE FOR GRANDE) */
.rank-name { 
  font-size: 11px; /* Fonte ligeiramente menor para otimizar o espaço */
  font-weight: 700; 
  color: var(--gold-mid); 
  white-space: normal;      /* Libera o nome para ir para a linha de baixo */
  overflow: visible;        /* Garante que nada fique escondido */
  text-overflow: clip;      /* Remove de vez os "..." */
  display: block;
  line-height: 1.2;
  word-break: break-word;   /* Evita que um nome gigante sem espaços quebre o painel */
}

.rank-name a { color: var(--gold-mid); text-decoration: none; }
.rank-name a:hover { color: var(--gold-hi); }

.rank-sub { 
  font-size: 10px; 
  color: var(--gold-dim); 
  display: block;
  margin-top: 2px;
}

/* Selos/Badges (Level/Resets) */
.rank-badge { 
  font-size: 10px; 
  font-weight: 700; 
  color: #60a060 !important; /* Verde mais vivo */
  background: rgba(0, 50, 0, 0.4) !important; 
  padding: 2px 6px; 
  border-radius: 3px; 
  white-space: nowrap; 
  border: 1px solid rgba(96, 160, 96, 0.3) !important; 
  flex-shrink: 0;
  margin-left: auto; /* Joga o badge totalmente para a direita */
}

/* ================================================
   REALNIGHT - DESIGN SYSTEM - CONTENT AREA
   Paleta: Azul noturno coeso
   
   --rn-bg-deep:    #0f1923  (fundo mais escuro)
   --rn-bg-main:    #162030  (fundo principal)
   --rn-bg-card:    #1c2a3a  (cards/tabelas)
   --rn-bg-alt:     #1a2840  (linhas alternadas)
   --rn-bg-header:  #0d1520  (cabeçalhos)
   --rn-border:     #2a4060  (bordas)
   --rn-border-hi:  #3a5a80  (bordas destacadas)
   --rn-text-main:  #c8dff0  (texto principal)
   --rn-text-muted: #7a9ab8  (texto secundário)
   --rn-text-head:  #e8f4ff  (texto em headers)
   --rn-accent:     #4a90c0  (links e destaques)
   --rn-accent-hi:  #6ab0e0  (hover)
   ================================================ */

.Content .Box {
  background-color: #0f1923 !important;
  border-left: 1px solid #2a4060 !important;
  border-right: 1px solid #2a4060 !important;
}

.Content .BoxContent {
  background-color: #162030 !important;
  color: #c8dff0 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.Content .BoxContent td,
.Content .BoxContent tr {
  background-color: transparent !important;
  color: #c8dff0 !important;
}

.Content .BoxContent p,
.Content .BoxContent span,
.Content .BoxContent div {
  color: #c8dff0 !important;
}

.Content .Border_2 {
  background-color: #2a4060 !important;
}
.Content .Border_3 {
  border-top: 1px solid #2a4060 !important;
  border-bottom: 1px solid #2a4060 !important;
}
.Content .BorderTitleText {
  background-color: #0d1520 !important;
  background-image: none !important;
}

/* Cabeçalhos de seção */
.Content th {
  background-color: #0d1520 !important;
  color: #e8f4ff !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
  padding: 8px 10px !important;
}

/* Tabelas - linhas alternadas */
.TableContainer .Odd {
  background-color: #1c2a3a !important;
}
.TableContainer .Even {
  background-color: #1a2840 !important;
}

/* Tabelas internas */
.TableContainer .Table1,
.TableContainer .Table2,
.TableContainer .Table3,
.TableContainer .Table4,
.TableContainer .Table5 {
  background-color: #1c2a3a !important;
  border-color: #2a4060 !important;
}

.TableContainer .Table1 td,
.TableContainer .Table2 td,
.TableContainer .Table3 td,
.TableContainer .Table4 td,
.TableContainer .Table5 td {
  color: #c8dff0 !important;
  border-color: #2a4060 !important;
}

.TableContainer .Table2 .InnerTableContainer td,
.TableContainer .Table3 .TableContentAndRightShadow td,
.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  border-color: #2a4060 !important;
}

/* Caption / header das tabelas */
.TableContainer .CaptionContainer,
.CaptionContainer .CaptionInnerContainer {
  background-color: #0d1520 !important;
}
.CaptionContainer .Text {
  color: #e8f4ff !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
}

/* TableContentContainer */
.TableContentContainer {
  background-color: #1c2a3a !important;
  border-color: #2a4060 !important;
}

/* LabelH */
.LabelH, .LabelH td {
  background-color: #0d1520 !important;
  color: #7a9ab8 !important;
}

/* BlockPage navigation */
.BlockPageNavigationRow {
  background-color: #0d1520 !important;
  border-color: #2a4060 !important;
}
.BlockPageNavigationRow .CurrentPageLink {
  background-color: #1c2a3a !important;
  color: #c8dff0 !important;
}
.BlockPageNavigationRow .CipAjaxLink,
.BlockPageNavigationRow .CipAjaxLinkDP,
.BlockPageNavigationRow .CipAjaxLinkInbox {
  color: #4a90c0 !important;
}

/* CVIcon */
.CVIcon {
  background-color: #1c2a3a !important;
  border-color: #2a4060 !important;
}

/* Auction */
.ShortAuctionData {
  background-color: #1c2a3a !important;
  border-color: #2a4060 !important;
  color: #c8dff0 !important;
}
.ShortAuctionData .ShortAuctionDataLabel {
  color: #7a9ab8 !important;
}
.CharacterPrice {
  background-color: #0d1520 !important;
  border-color: #2a4060 !important;
  color: #c8dff0 !important;
}
.AuctionDisplay {
  background-color: #1c2a3a !important;
  border-color: #2a4060 !important;
}
.AuctionBody {
  border-top-color: #2a4060 !important;
}

/* Containers de pagamento */
.Container2_PaymentMethod {
  background-color: #1c2a3a !important;
  color: #c8dff0 !important;
}

/* SmallBox */
.SmallBox .ErrorMessage,
.SmallBox .Message {
  background-color: #1c2a3a !important;
  color: #c8dff0 !important;
}

/* Links */
.Content a {
  color: #4a90c0 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.Content a:hover {
  color: #6ab0e0 !important;
  text-decoration: underline !important;
}

/* Search input */
.Content input[type="text"],
.Content input[type="password"],
.Content select,
.Content textarea {
  background-color: #0d1520 !important;
  color: #c8dff0 !important;
  border: 1px solid #2a4060 !important;
  border-radius: 3px !important;
  padding: 4px 8px !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  font-size: 12px !important;
}
.Content input[type="text"]:focus,
.Content input[type="password"]:focus,
.Content select:focus,
.Content textarea:focus {
  border-color: #4a90c0 !important;
  outline: none !important;
}

/* Submit buttons */
.Content input[type="submit"],
.Content button:not(.accordion) {
  background-color: #1c3a5a !important;
  color: #e8f4ff !important;
  border: 1px solid #2a4060 !important;
  border-radius: 3px !important;
  padding: 5px 14px !important;
  cursor: pointer !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  font-size: 11px !important;
}
.Content input[type="submit"]:hover,
.Content button:not(.accordion):hover {
  background-color: #2a4a6a !important;
  border-color: #4a90c0 !important;
}


/* ================================================
   PATCH FINAL - Cola no final do basic_d.css
   Substitui as variáveis marrom/dourado pelas azuis
   em TUDO que ainda estava usando --bg-card, --bd-faint, etc.
   ================================================ */

/* Redefine as variáveis do tema antigo para apontar para as cores azuis */
:root {
  --bg-deep:   #0f1923;
  --bg-dark:   #0d1520;
  --bg-card:   #1c2a3a;
  --bg-hd:     #0d1520;
  --bd-faint:  #2a4060;
  --bd-soft:   #2a4060;
  --bd-mid:    #3a5a80;
  --bd-bright: #4a90c0;
  --gold-hi:   #e8f4ff;
  --gold-mid:  #c8dff0;
  --gold-low:  #7a9ab8;
  --gold-dim:  #4a6a8a;
  --gold-faint:#1a2840;
  --red-k:     #e05050;
  --red-faint: #1a0d0d;
  --green-on:  #4a9a6a;

  /* Variáveis REALNIGHT também disponíveis */
  --rn-bg-deep:    #0f1923;
  --rn-bg-main:    #162030;
  --rn-bg-card:    #1c2a3a;
  --rn-bg-alt:     #1a2840;
  --rn-bg-header:  #0d1520;
  --rn-border:     #2a4060;
  --rn-border-hi:  #3a5a80;
  --rn-text-main:  #c8dff0;
  --rn-text-muted: #7a9ab8;
  --rn-text-head:  #e8f4ff;
  --rn-accent:     #4a90c0;
  --rn-accent-hi:  #6ab0e0;
  --rn-green:      #4a9a6a;
  --rn-green-hi:   #60c080;
}

/* === PAINEL DIREITO - força azul em tudo === */

#PlayersOnline {
  background: #1c2a3a !important;
  border: 1px solid #2a4060 !important;
  border-radius: 8px !important;
  color: #7a9ab8 !important;
}
#PlayersOnline:hover {
  border-color: #3a5a80 !important;
}

.dn-scard {
  background: #1c2a3a !important;
  border: 1px solid #2a4060 !important;
}
.dn-scard-head {
  background: #0d1520 !important;
  border-bottom: 1px solid #2a4060 !important;
  color: #e8f4ff !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}
.dn-scard-body {
  background: #1c2a3a !important;
}

/* Ranking items */
.rank-item {
  border-bottom: 1px solid #2a4060 !important;
}
.rank-num {
  background: #0d1520 !important;
  border: 1px solid #2a4060 !important;
  color: #7a9ab8 !important;
}
.rank-num.r1 { border-color: #4a90c0 !important; color: #e8f4ff !important; background: #0d1a2a !important; }
.rank-num.r2 { border-color: #3a5a80 !important; color: #c8dff0 !important; background: #101e2e !important; }
.rank-num.r3 { border-color: #2a4060 !important; color: #7a9ab8 !important; background: #0d1520 !important; }

.rank-outfit {
  background: radial-gradient(circle, rgba(74,144,192,0.2) 0%, transparent 70%) !important;
  border: 1px solid #2a4060 !important;
}
.rank-name { color: #c8dff0 !important; }
.rank-name a { color: #4a90c0 !important; }
.rank-name a:hover { color: #6ab0e0 !important; }
.rank-sub { color: #7a9ab8 !important; }

/* Badge verde - mantém verde (cor de "online/level") */
.rank-badge {
  color: #60c080 !important;
  background: rgba(0, 60, 30, 0.4) !important;
  border: 1px solid rgba(74,154,106,0.3) !important;
}

/* Menu esquerdo - força azul nos botões */
.MenuButton {
  background: #0d1520 !important;
  border: 1px solid #2a4060 !important;
}
.MenuButton:hover {
  border-color: #3a5a80 !important;
}
.MenuButton .Label {
  color: #c8dff0 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

/* Submenu */
.Submenu {
  background: #1c2a3a !important;
  border: 1px solid #2a4060 !important;
}
.SubmenuitemLabel {
  color: #7a9ab8 !important;
  border-bottom: 1px solid #2a4060 !important;
}
.SubmenuitemLabel::before {
  color: #2a4060 !important;
}
.Submenuitem:hover .SubmenuitemLabel {
  background-color: #1a2840 !important;
  color: #e8f4ff !important;
}
.Submenu a:link,
.Submenu a:visited { color: #7a9ab8 !important; }
.Submenu a:hover,
.Submenu a:active  { color: #e8f4ff !important; }

/* Neutraliza font tags coloridas inline (orange, red, yellow, etc.) */
.SubmenuitemLabel font,
.SubmenuitemLabel span[style*="color"] {
  color: inherit !important;
}

/* === MENU ESQUERDO - nomes via ::after em azul === */
#news_Label::after     { content: "NEWS";      color: #c8dff0 !important; }
#library_Label::after  { content: "LIBRARY";   color: #c8dff0 !important; }
#community_Label::after{ content: "COMMUNITY"; color: #c8dff0 !important; }
#forum_Label::after    { content: "FORUM";     color: #c8dff0 !important; }
#account_Label::after  { content: "ACCOUNT";   color: #c8dff0 !important; }
#team_Label::after     { content: "SUPPORT";   color: #c8dff0 !important; }
#shops_Label::after    { content: "SHOP";      color: #c8dff0 !important; }

/* === FOOTER === */
#Footer {
  color: #7a9ab8 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}
#Footer a:link,
#Footer a:visited,
#Footer a:focus,
#Footer a:hover {
  color: #4a90c0 !important;
}

/* === HelperDiv (tooltip) === */
#HelperDivContainer {
  background-image: none !important;
  background-color: #1c2a3a !important;
  border: 1px solid #2a4060 !important;
  color: #c8dff0 !important;
}

/* === Clock (se ativo) === */
#clockdiv {
  background: #1c2a3a !important;
  border: 3px solid #2a4060 !important;
  color: #c8dff0 !important;
}
#clockdiv > div {
  background: #1a2840 !important;
  border: 2px solid #2a4060 !important;
}
#clockdiv div > span {
  background: #0d1520 !important;
  color: #e8f4ff !important;
}
#clockdiv .smalltext {
  color: #7a9ab8 !important;
}


/* ================================================
   PATCH - Corrige fundo bege/creme do BoxContent
   Cola no FINAL do basic_d.css
   ================================================ */

/* Remove o scroll.gif e força fundo azul no BoxContent */
.Content .BoxContent,
.Content .BoxContent[style],
.BoxContent[style*="scroll.gif"],
.BoxContent[style*="background"] {
  background-image: none !important;
  background-color: #162030 !important;
  color: #c8dff0 !important;
}

/* Tabelas internas - remove bege */
.TableContainer .Table1,
.TableContainer .Table2,
.TableContainer .Table3,
.TableContainer .Table4,
.TableContainer .Table5,
.TableContainer .Table1[style],
.TableContainer .Table2[style],
.TableContainer .Table3[style],
.TableContainer .Table4[style],
.TableContainer .Table5[style] {
  background-color: #1c2a3a !important;
  background-image: none !important;
  border-color: #2a4060 !important;
}

/* TableContentContainer - remove bege */
.TableContentContainer,
.TableContentContainer[style] {
  background-color: #1c2a3a !important;
  background-image: none !important;
  border-color: #2a4060 !important;
}

/* Linhas alternadas */
.TableContainer .Odd  { background-color: #1c2a3a !important; }
.TableContainer .Even { background-color: #1a2840 !important; }

/* Todas as tds dentro do conteúdo */
.Content .BoxContent td,
.Content .BoxContent tr,
.Content td,
.TableContent td {
  background-color: transparent !important;
  color: #c8dff0 !important;
  border-color: #2a4060 !important;
}

/* Input de busca */
.Content input[type="text"],
.Content input[type="password"],
.Content input[type="submit"],
.Content select,
.Content textarea {
  background-color: #0d1520 !important;
  color: #c8dff0 !important;
  border: 1px solid #2a4060 !important;
  border-radius: 3px !important;
}
.Content input[type="submit"],
.Content input[type="button"] {
  background-color: #1c3a5a !important;
  color: #e8f4ff !important;
  cursor: pointer !important;
  padding: 4px 12px !important;
}
.Content input[type="submit"]:hover,
.Content input[type="button"]:hover {
  background-color: #2a4a6a !important;
  border-color: #4a90c0 !important;
}

/* Cabeçalho das tabelas (Search Character, etc.) */
.Content .TableContainer .CaptionContainer,
.CaptionContainer,
.CaptionContainer .CaptionInnerContainer {
  background-color: #0d1520 !important;
  background-image: none !important;
}
.CaptionContainer .Text {
  color: #e8f4ff !important;
}

/* Border_2 e Border_3 (linhas decorativas entre seções) */
.Content .Border_2 { background-color: #2a4060 !important; }
.Content .Border_3 {
  border-top: 1px solid #2a4060 !important;
  border-bottom: 1px solid #2a4060 !important;
}

/* Remove imagem de fundo do Box principal */
.Content .Box,
.Content .Box[style] {
  background-color: #0f1923 !important;
  background-image: none !important;
  border-left: 1px solid #2a4060 !important;
  border-right: 1px solid #2a4060 !important;
}

/* Corners e bordas decorativas - oculta os gifs antigos */
.Content .Corner-tl,
.Content .Corner-tr,
.Content .Corner-bl,
.Content .CornerWrapper-b,
.Content .Border_1 {
  display: none !important;
}

/* BorderTitleText - remove gif marrom */
.Content .BorderTitleText,
.Content .BorderTitleText[style] {
  background-image: none !important;
  background-color: #0d1520 !important;
}

/* th dentro do conteúdo */
.Content th {
  background-color: #0d1520 !important;
  color: #e8f4ff !important;
}

/* LabelH */
.LabelH,
.LabelH td {
  background-color: #0d1520 !important;
  color: #7a9ab8 !important;
}

/* ================================================
   PATCH - Contraste das linhas de tabela
   Cola no FINAL do basic_d.css (depois dos outros patches)
   ================================================ */

/* Linhas alternadas com contraste BEM visível */
.TableContainer .Odd,
tr.Odd,
.Odd {
  background-color: #1a2d40 !important; /* azul médio */
}
.TableContainer .Even,
tr.Even,
.Even {
  background-color: #0f1e2d !important; /* azul bem escuro */
}

/* Borda entre linhas claramente visível */
.TableContent tr,
.Content table tr {
  border-bottom: 1px solid #3a5a7a !important;
}

.TableContent td,
.Content table td {
  border-top: 1px solid #3a5a7a !important;
  border-bottom: 1px solid #3a5a7a !important;
  color: #c8dff0 !important;
  padding: 5px 8px !important;
}

/* Também cobre quando bgcolor está inline */
td[bgcolor],
tr[bgcolor] > td {
  background-color: inherit !important;
  border-bottom: 1px solid #3a5a7a !important;
}

/* Garante que o texto seja sempre legível */
.TableContent td *,
.Content table td * {
  color: #c8dff0 !important;
}

/* Links nas tabelas */
.TableContent td a,
.Content table td a {
  color: #4a90c0 !important;
}
.TableContent td a:hover,
.Content table td a:hover {
  color: #6ab0e0 !important;
  text-decoration: underline !important;
}
