body {
  margin: 0px;
  padding:  0px;
  background-color: #10151c;
  color: #e0e0e0;
}

#ArtworkHelper {
  text-align: center;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 800px;
}

#Bodycontainer {
  text-align: left;
  min-width: 1000px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  display: table;
}

#ContentRow {
  position: relative;
  top: 155px;
}

#MenuColumn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  font-family:  Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 12pt;
  color: #e0e0e0;
}

#ContentColumn {
  position: relative;
  margin: 0px 205px;
  color: #e0e0e0;
}

#ThemeboxesColumn {
  text-align:  center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 180px;
  margin: 0px 15px 0px 25px;
}

#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: #bbb;
}
* html #Footer {
  padding-bottom: 120px;
  margin-bottom: 50px;
}

#Footer a:link,
#Footer a:visited,
#Footer a:focus,
#Footer a:active,
#Footer a:hover {
  color: #ffcc00;
  text-decoration: none;
}

#Footer a:hover {
  text-decoration: underline;
}

/* HEADER AREA */
#LeftArtwork,
#LeftArtwork #TibiaLogoArtworkTop,
#LeftArtwork #TibiaLogoArtworkBottom,
#LeftArtwork #Statue_1,
#LeftArtwork #Statue_2,
#LeftArtwork #LogoLink,
#RightArtwork,
#RightArtwork #Monster,
#PedestalAndOnline {
  /* Mantém estrutura, só ajusta cor dos textos se necessário */
}

#RightArtwork #PlayersOnline {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  line-height: 8pt;
  text-align: center;
  position: absolute;
  width: 92px;
  bottom: 11px;
  left: 21px;
  color: #ffd700;
  border-bottom: 1px solid #181920;
  cursor: pointer;
}

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

/* MENU */
#Menu {
  position: relative;
  left: 5px;
  background-repeat: no-repeat;
  color: #e0e0e0;
}

.Submenu {
  background-color: #181c23;
  width: 160px;
}

.SubmenuitemLabel {
  border-bottom: 1px solid #2d2d2d;
  color: #e0e0e0;
}

.Submenu a:link,
.Submenu a:visited,
.Submenu a:focus,
.Submenu a:active {
  color: #e0e0e0;
  text-decoration: none;
}

.Submenu a:hover {
  color: #ff5050;
  text-decoration: none;
}

/* CONTENT AREA */
.Content .BoxContent {
  padding: 10px;
  background-color: #181c23;
  color: #e0e0e0;
}

.Content .Box {
  font-size: 0pt;
  position: relative;
  margin: 5px 5px 18px 5px;
  color: #e0e0e0;
  border-left: 2px solid #23232b;
  border-right: 2px solid #23232b;
  background-color: #23232b;
  background-repeat: no-repeat;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.Content th {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background-color: #23232b;
}

.Content .BoxContent td {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  color: #e0e0e0;
}

.Content a {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  color: #ffcc00;
  text-decoration: none;
}
.Content a:hover {
  text-decoration: underline;
  color: #ff5050;
}

/* Odd/Even rows for tables */
.Content .BoxContent .Odd {
  background-color: #23232b;
  color: #e0e0e0;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #181c23;
  color: #e0e0e0;
  padding: 2px;
}

/* News/Featured Article/Archive */
.Content #News .BoxContent,
.Content #FeaturedArticle .BoxContent,
.Content #NewsArchive .BoxContent {
  background-color: #181c23;
  color: #e0e0e0;
}

.Content #News .NewsHeadlineBackground,
.Content #FeaturedArticle .NewsHeadlineBackground,
.Content #NewsArchive .NewsHeadlineBackground {
  background-color: #23232b;
  border-left: 1px solid #23232b;
  border-right: 1px solid #23232b;
}

.Content #News .NewsHeadlineDate,
.Content #FeaturedArticle .NewsHeadlineDate,
.Content #NewsArchive .NewsHeadlineDate {
  color: #b8b8b8;
}

.Content #News .NewsHeadlineText,
.Content #FeaturedArticle .NewsHeadlineText,
.Content #NewsArchive .NewsHeadlineText {
  color: #ffd700;
}

/* TABLES */
.TableContainer {
  border: 1px solid #23232b;
  color: #e0e0e0;
}

.TableContainer .Odd {
  background-color: #23232b;
  color: #e0e0e0;
}
.TableContainer .Even {
  background-color: #181c23;
  color: #e0e0e0;
}

.TableContainer .CaptionContainer,
.TableContainer .CaptionContainer .CaptionInnerContainer {
  background-color: #23232b !important;
  color: #ffd700;
}

.TableContainer .CaptionContainer .Text {
  color: #ffd700;
}

.TableContentContainer {
  border: 1px solid #23232b;
  background-color: #181c23;
  color: #e0e0e0;
}

/* BUTTONS */
.BigButton {
  background: #23232b;
  color: #ffd700;
  border: 1px solid #ffd700;
}
.BigButton:hover {
  background: #c0392b;
  color: #fff;
  border-color: #c0392b;
}

/* LABELS */
.LabelV, .LabelH {
  color: #ffd700;
  background-color: #23232b;
}
.LabelH td {
  background-color: #23232b;
  color: #ffd700;
}

/* Breadcrumb */
ol.breadcrumb a {
  color: #ffd700;
}

/* Misc */
div.col-8 table {
  color: #e0e0e0;
  background: #181c23;
}
div.col-8 a {
  color: #ffcc00;
}
div.col-8 td {
  font-weight: 400;
  margin: 0px;
  padding: 6px;
  color: #e0e0e0;
}

/* News Ticker */
.Content #NewsTicker .BoxContent,
.Content #NewsTicker .NewsTickerText,
.Content #NewsTicker .NewsTickerDate {
  color: #e0e0e0;
  background: #23232b;
}

/* Ninja theme details */
h1, h2, h3, h4, legend {
  color: #ff5050; /* Vermelho ninja */
  text-shadow: 1px 1px 2px #000;
}

a, a:visited {
  color: #ffd700;
}
a:hover {
  color: #ff5050;
}

/* Dourado para detalhes ninja */
.white, .Content .BoxContent .white, .Content .ff_white a, .Content .BoxContent .ff_white, .Content .BoxContent .ff_whitelarge {
  color: #ffd700 !important;
}


