:focus {
	outline:  -webkit-focus-ring-color dotted 1px;
}
body {
  margin: 0px;
  padding:  0px;
  background-color: #051122;
  background-image: url(images/header/svargrond_girl3.webp);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

img {
	border: none;
}

#ArtworkHelper {
  text-align: center;
  background: none !important;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 750px;
  position: relative;
}
#ArtworkHelper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vw * 1440 / 2912);
  background-image: url(images/header/background3.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: min(2912px, 100%) auto;
  -webkit-mask-image: linear-gradient(to bottom, black var(--bg3-mask-start, 80%), transparent 100%);
          mask-image: linear-gradient(to bottom, black var(--bg3-mask-start, 80%), transparent 100%);
  pointer-events: none;
  z-index: 0;
}
#Bodycontainer {
  position: relative;
  z-index: 1;
}

/* container to implement min/max width */
#Bodycontainer {
  text-align: left;
  min-width: 1000px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  display: table;
  width: expression(document.body.clientWidth > 1200? "1200px": "100%" );
}

#LoginFormButtonCell {
  width: 145px;
  vertical-align: top;
  padding-right: 10px;
}

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

/* "star-HTML-hack" to correct the position of the content row */
* html #ContentRow {
  display: inline-block;
}

#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;
}

#ContentColumn {
  position: relative;
  margin: 0px;
  margin-left: 205px;
  margin-right: 205px;
}

#ThemeboxesColumn {
  text-align:  center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 180px;
  margin: 0px;
  margin-right: 15px;
  margin-left: 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: 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; }

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

#LeftArtwork {
  position: absolute;
  height: 140px;
  width: 166px;
  top: -140px;
  left: 4px;
  background-repeat: no-repeat;
  z-index:5;
}

#LeftArtwork #TibiaLogoArtworkTop {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 82px;
  width: 166px;
  z-index: 5;
  cursor: pointer;
  border: 0px;
}

#LeftArtwork #TibiaLogoArtworkBottom {
  position: absolute;
  top: 102px;
  left: 0px;
  height: 43px;
  width: 166px;
  z-index: 5;
}

#LeftArtwork #Statue_1{
  position: absolute;
  top: 0px;
  left: 5px;
  height: 30px;
  width: 32px;
  z-index:10;
}

#LeftArtwork #Statue_2 {
  position: absolute;
  top: 0px;
  right: 25px;
  height: 30px;
  width: 32px;
  z-index:10;
}

#LeftArtwork #LogoLink {
  position: absolute;
  bottom: 14px;
  left: 58px;
  height: 14px;
  width: 50px;
  z-index: 99;
  cursor: pointer;
}

#RightArtwork {
  text-align: left;
  position: absolute;
  top: -1px;
  right: 24px;
  width: 132px;
  background-repeat: no-repeat;
  z-index: 90;
}

#RightArtwork #Monster {
  position: absolute;
  height: 80px;
  width: 80px;
  top: -137px;
  left: 8px;
  z-index: 15;
  cursor: pointer;
}

/* Top-3 Fragger showcase — auto-rotating slides with crossfade, per-rank halo glow,
   pulsing medal, and ambient sparkles. */
#RightArtwork #FraggerPedestal .FraggerSlide {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.34,1.56,0.64,1);
  pointer-events: none;
  cursor: pointer;
}
#RightArtwork #FraggerPedestal .FraggerSlide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
#RightArtwork #FraggerPedestal .FraggerHalo {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(1px);
}
#RightArtwork #FraggerPedestal .Rank-1 .FraggerHalo {
  background: radial-gradient(circle, rgba(255,215,0,0.55) 0%, rgba(255,180,0,0.25) 35%, rgba(255,140,0,0) 70%);
  animation: FraggerHaloPulse 2.4s ease-in-out infinite;
}
#RightArtwork #FraggerPedestal .Rank-2 .FraggerHalo {
  background: radial-gradient(circle, rgba(230,230,230,0.55) 0%, rgba(180,180,180,0.25) 35%, rgba(160,160,160,0) 70%);
  animation: FraggerHaloPulse 2.6s ease-in-out infinite;
}
#RightArtwork #FraggerPedestal .Rank-3 .FraggerHalo {
  background: radial-gradient(circle, rgba(220,140,60,0.55) 0%, rgba(180,100,40,0.25) 35%, rgba(140,70,20,0) 70%);
  animation: FraggerHaloPulse 2.8s ease-in-out infinite;
}
@keyframes FraggerHaloPulse {
  0%,100% { opacity: 0.55; transform: translateX(-50%) scale(0.92); }
  50%     { opacity: 1.00; transform: translateX(-50%) scale(1.08); }
}
/* Sparkles — small dots fading in/out at random offsets around the character */
#RightArtwork #FraggerPedestal .FraggerSparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, rgba(255,255,200,0.85) 40%, rgba(255,255,150,0) 100%);
  pointer-events: none;
  opacity: 0;
  z-index: 4;
  filter: drop-shadow(0 0 3px rgba(255,255,160,0.9));
}
#RightArtwork #FraggerPedestal .FraggerSparkle-1 {
  top: 30px; left: 22px;
  animation: FraggerSparkle 2.1s ease-in-out infinite;
  animation-delay: 0s;
}
#RightArtwork #FraggerPedestal .FraggerSparkle-2 {
  top: 48px; right: 18px;
  animation: FraggerSparkle 2.4s ease-in-out infinite;
  animation-delay: 0.7s;
}
#RightArtwork #FraggerPedestal .FraggerSparkle-3 {
  bottom: 28px; left: 32px;
  animation: FraggerSparkle 2.6s ease-in-out infinite;
  animation-delay: 1.4s;
}
@keyframes FraggerSparkle {
  0%, 100% { opacity: 0; transform: scale(0.4); }
  40%      { opacity: 1; transform: scale(1.6); }
  70%      { opacity: 0.5; transform: scale(1.2); }
}
/* Top-Fragger pedestal (replaces #Monster) — name + hp bar + outfit, in-game style.
   Pedestal-and-online.gif is 132x111 with platform center at x=66 (true mid) and
   platform top at y≈25 (in image coords); image positioned at top:-105 in #RightArtwork.
   Outfit GIFs come from animoutfit.php (4-frame walk cycle) with sprite anchored at
   bottom-right of a 64x64 canvas (sprite bbox ~ +30+31, 34x33). Displaying the GIF at
   80x80 (image-rendering:pixelated) puts the sprite center at roughly x=58.75 / y=59.4
   inside the 80x80 box. Container is sized so that centering the image horizontally in
   the container lines the sprite center up with the platform center; bottom offset puts
   the feet on the platform stone. */
#RightArtwork #FraggerPedestal {
  position: absolute;
  /* Sprite within an 80x80 outfit image sits at +37.5+38.75 (bottom-right anchor of
     the 8.0 renderer, scaled from 64x64). To put the sprite center at platform center
     (x=66 in #RightArtwork), the IMAGE must start at x=7 in #RightArtwork: container
     at left:-11, width:117, image centered → image_left = -11 + (117-80)/2 = 7.5,
     sprite center = 7.5 + 58.75 = 66.25 ≈ 66 ✓.
     Container height shrunk because name/hpbar now overlay the outfit's transparent
     top quadrant instead of sitting in a separate band above. */
  width: 117px;
  height: 109px;
  top: -160px;
  left: -27px;
  z-index: 15;
  cursor: pointer;
}
#RightArtwork #FraggerPedestal .FraggerOutfit {
  position: absolute;
  /* bottom:29 → outfit bottom at y=-80 in #RightArtwork; sprite extends to bottom of
     80x80 box, so feet land on the platform top (y≈-81 to -76). */
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  z-index: 2;
}
#RightArtwork #FraggerPedestal .FraggerName {
  position: absolute;
  /* Sits in the transparent top of the outfit canvas, just above the head
     (head_y in container ≈ 38.75; name baseline at top:12 leaves a 2-3px gap).
     Container is shifted left:-27 to land the sprite on the platform; the name
     is re-centered on the platform center (x=66 in #RightArtwork = x=93 in
     container coords), which also matches the Players Online box midpoint. */
  top: 12px;
  left: 76px;
  transform: translateX(-50%);
  width: 100px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 11px;
  color: #ffffff;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2px;
}
#RightArtwork #FraggerPedestal .FraggerHpBar {
  position: absolute;
  /* Between name (top:12-23) and head (~38), centered on the platform x
     (same horizontal anchor as .FraggerName — see comment there). */
  top: 26px;
  left: 76px;
  transform: translateX(-50%);
  width: 46px;
  height: 5px;
  background: #000;
  border: 1px solid #000;
  box-sizing: content-box;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}
#RightArtwork #FraggerPedestal .FraggerHpBar .FraggerHpFill {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #58e158 0%, #00a300 50%, #007a00 100%);
}
/* Rank medal — Noto Emoji gold/silver/bronze SVG (templates/tibiacom/images/medals/{1,2,3}.svg)
   for ranks 1-3 only. Positioned roughly under the character's feet, biased toward the
   pedestal center (platform x=66 in #RightArtwork = container_x=93; medal centered around
   container_x=83 sits between sprite-feet column and pedestal right edge — leans into center
   but stays in the "feet shadow" zone). */
#RightArtwork #FraggerPedestal .FraggerMedal {
  position: absolute;
  /* Top-right, midway between the original corner (right:4) and hp-bar-aligned
     (right:18) — 7px shift in from the corner. */
  top: 36px;
  right: 11px;
  width: 18px;
  height: auto;
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.55));
  animation: FraggerMedalPulse 2.2s ease-in-out infinite;
  transform-origin: center 65%;
}
@keyframes FraggerMedalPulse {
  0%, 100% { transform: scale(1) rotate(-3deg); filter: drop-shadow(0 1px 2px rgba(0,0,0,0.55)); }
  50%      { transform: scale(1.12) rotate(3deg); filter: drop-shadow(0 1px 5px rgba(255,215,0,0.7)); }
}

#PedestalAndOnline {
  position: absolute;
  top: -105px;
  width: 132px;
  height: 111px;
}

#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: #cfa600;
  border-bottom: 1px solid #010101;
  cursor: pointer;
}

/** -------------------------------
 *  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: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox #LoginBottom {
  position: absolute;
  top: 52px;
  left: -5px;
  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 {
  top: 2px;
  cursor: default;
}

#Loginbox #LoginstatusText_2_1 {
  visibility: visible;
}

#Loginbox #LoginstatusText_2_2 {
  visibility: hidden;
}

#LoginBox #LoginButtonContainer {
  margin-left: 5px;
  height: 26px;
  width: 160px;
  background-repeat: repeat-y;
}

#Loginbox #LoginButton {
  position: relative;
  top: 1px;
  left: 12px;
  height: 25px;
  width: 135px;
}

#Loginbox #LoginButton .Button {
  position: relative;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 25px;
  visibility: hidden;
}

#Loginbox #LoginButton #ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  width: 135px;
  z-index: 15;
  cursor: pointer;
}

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

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

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

#MenuBottom {
  position: relative;
  left: -5px;
  bottom: 0px;
  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: 2px;
  left: 3px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

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

.Light_ld {
  position: absolute;
  height: 2px;
  width: 2px;
  top: 28px;
  left: 3px;
}

.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: #0D2E2B;
  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%;
}

/* "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;
}

.Content .Box {
  font-size: 0pt;
  position: relative;
  margin: 5px;
  margin-bottom: 18px;
  color: #5A2800;
  border-left: 2px solid #3a3738;
  border-right: 2px solid #3a3738;
  background-color: #debb9d;
  background-repeat: no-repeat;
  overflow: visible;
}

.Content .BoxContent {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 9pt;
  background-color: #FFF2db;
  color: #5A2800;
  min-height: 367px;
  height: auto !important;
  height: 387px;
}

/* "star-HTML-hack" to correct Box width in IE */
* html .Content .Box {
  width: 100%;
}
/* "star-HTML-hack" to correct BoxContent width in IE */
* html .Content .BoxContent {
  width: 100%;
}

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

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

/* Content Links */

.Content a {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  color: #004294;
  text-decoration: none;
}
.Content a:hover {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #0063DC;
}
.Content .HelpLink {
  font-size: 7pt;
  cursor: pointer;
}

/* Corners */

.Content .Corner-tl {
  position: absolute;
  top: -4px;
  left: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-tr {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .BottomCornersHelper {
  position: absolute;
  width: 100%;
}

.Content .CornerWrapper-b {
  position: absolute;
  width:100%;
}

.Content .Corner-bl {
  position: absolute;
  bottom: -4px;
  left: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-br {
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

/* Borders */

.Content .Border_1 {
  position: relative;
  height: 6px;
  width: 100%;
  background-repeat: repeat-x;
}

.Content .BorderTitleText {
  position: relative;
  height: 24px;
  background-repeat: repeat-x;
}

.Content .Title {
  position: absolute;
  top: 6px;
  left: 5px;
}

.Content .Border_2 {
  margin: 4px;
  padding: 0px;
  background-color: #793d03;
}

.Content .Border_3 {
  margin: 1px;
  border-top: 1px solid #793d03;
  border-bottom: 1px solid #793d03;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  THEMEBOXES of the Tibia
 *  website
 *  -------------------------------
 */

.Themebox {
  position: relative;
  margin-bottom: 10px;
  top: -4px;
  width: 180px;
  height: 154px;
}
#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 #NewcomerBox {
  transition: background-size 0.4s ease;
  background-position: center top;
}
#Themeboxes #NewcomerBox:hover {
  background-size: 180px 153px !important;
}
#Themeboxes #DonatorBox {
  transition: background-size 0.4s ease;
  background-size: 180px 152px;
  background-position: center top;
  background-repeat: no-repeat;
}
#Themeboxes #DonatorBox:hover {
  background-size: 192px 162px !important;
}

#Themeboxes #PremiumBox {
  height: 164px;
}
#Themeboxes #JobBox {
  height: 164px;
}
#Themeboxes #GalleryBox > a {
  display: block;
  position: absolute;
  top: 31px;
  left: 5px;
  width: 170px;
  height: 111px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #f1e0c6, inset 0 0 0 3px #5a3d1f;
}
#Themeboxes #GalleryBox #GalleryContent {
  position: absolute;
  width: 170px;
  height: 111px;
  top: 0;
  left: 0;
  border: 0;
  cursor: pointer;
  object-fit: cover;
  object-position: center;
  transform: scale(1.8);
  transform-origin: center center;
  transition: transform 0.4s ease;
}
#Themeboxes #GalleryBox > a:hover #GalleryContent {
  transform: scale(2.1);
}
/* Gallery prev/next arrows — discreet, semi-transparent, one each side */
#Themeboxes #GalleryBox .GalleryNav {
  position: absolute;
  top: 31px;
  height: 111px;
  width: 24px;
  z-index: 6;
  cursor: pointer;
  opacity: 0.32;
  transition: opacity 0.25s ease;
}
#Themeboxes #GalleryBox .GalleryNav:hover {
  opacity: 0.92;
}
#Themeboxes #GalleryBox .GalleryNav::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.95));
}
#Themeboxes #GalleryBox #GalleryPrev {
  left: 5px;
}
#Themeboxes #GalleryBox #GalleryPrev::before {
  left: 6px;
  transform: translateY(-50%) rotate(45deg);
}
#Themeboxes #GalleryBox #GalleryNext {
  right: 5px;
}
#Themeboxes #GalleryBox #GalleryNext::before {
  right: 6px;
  transform: translateY(-50%) rotate(-135deg);
}
#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;
}
#Themeboxes #SkyscraperBanner {
  border: 0;
}

#Themeboxes #NetworksBox {
  position: relative;
  height: 204px;
  overflow: hidden;
}
#Themeboxes #NetworksBox .NetworksScaler:hover {
  transform: scale(1.07);
}
#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;
}

.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;
}


/** ----------------
 *  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;
}
.TableContainer .CaptionContainer .CaptionInnerContainer {
	position: relative;
  background-color: #5f4d41;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}
.TableContainer .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;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  left: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  right: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	left: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	right: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionBorderTop {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  top: -1px;
}
.TableContainer .CaptionContainer .CaptionBorderBottom {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -2px;
}
.TableContainer .CaptionContainer .CaptionVerticalLeft {
  position: absolute;
  height: 100%;
  width: 3px;
  left: -1px;
  top: 0px;
}
.TableContainer .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: -3;
}
* 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;
}
.TableContainer .Table4 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* 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: 99;
}
.TableShadowRightTop {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 5px;
  z-index: 99;
}
.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;
}
/* 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;
}
.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  z-index: 10;
}
.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 137px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}
.ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 135px;
  z-index: 20;
}
.BigButtonText {
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 25px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: none;
	text-align: center;
	color: #ffd18c;
	font-family: Verdana,Arial,Times New Roman,sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: 400;
	z-index: 20;
	text-shadow: -1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,1px 0 0 #000,1px 1px 0 #000,0 1px 0 #000,-1px 1px 0 #000,-1px 0 0 #000
}
.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}
* html .TopButtonContainer {
  right: 27px;
}
.TopButtonContainer .TopButton {
  position: absolute;
  right: 0px;
  z-index: 55;
}

.Content .BoxContent .Odd {
  background-color: #D4C0A1;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #F1E0C6;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

/* News Ticker */

.Content #NewsTicker .BoxContent {
  padding: 5px;
  min-height: 90px;
  height: auto !important;
  height: 100px;
}

.Content #NewsTicker .BoxContent .Row {
  position: relative;
  width: 100%;
}

.Content #NewsTicker .NewsTickerIcon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.Content #NewsTicker .NewsTickerText {
  font-size: 9pt;
  position: relative;
  margin-left: 20px;
}

.Content #NewsTicker .NewsTickerDate {
  font-size: 7pt;
  position: absolute;
  top: 0px;
  float: left;
}

.Content #NewsTicker .NewsTickerShortText {
  margin-left: 85px;
  height: 14px;
}

.Content #NewsTicker .NewsTickerFullText {
  margin-left: 85px;
  margin-right: 20px;
  display: none;
}

.Content #NewsTicker .NewsTickerExtend {
  position: relative;
  right: 0px;
  top: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  z-index: 10;
}

/* Featured Article */

.Content #FeaturedArticle .BoxContent {
  position:relative;
  height: 100px;
  padding: 5px;
  padding-left: 10px;
  min-height: 100px;
  height: auto !important;
  height: 110px;
  line-height: 10.5pt;
}
.Content #FeaturedArticle .NewsHeadline {
  margin-top: 5px;
}

.Content #FeaturedArticle #TeaserThumbnail {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 150px;
  margin-left: 10px;
  background-color: black;
  z-index: 90;
  float: right;
}

#ContentHelper #FeaturedArticle:first-child .BoxContent {
  padding: 10px;
}

.Content #FeaturedArticle #TeaserText {
  height: 100px;
  overflow: hidden;
  z-index: 0;
}

.Content #FeaturedArticle #Link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 89 165 0 0;
  z-index: 99;
}

.Content #FeaturedArticle .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #FeaturedArticle .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.Content #FeaturedArticle .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #FeaturedArticle .NewsHeadlineText {
  position: relative;
  top: 8px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News */

.Content #News .BoxContent {
  min-height: 100px;
  height: auto !important;
  height: 110px;
}

.Content #News .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #News .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #News .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #News .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News Archive */

.Content #NewsArchive .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #NewsArchive .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #NewsArchive .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #NewsArchive .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

.Content #News .NewsHeadlineAuthor {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 10pt;
  color: white;
}

/* BUTTONS */
.MediumButtonText {
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 150px;
  z-index: 20;
}
.MediumButtonBackground {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 37px;
  z-index: 10;
}
.MediumButtonOver {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 37px;
  visibility: hidden;
  z-index: 15;
}
.MediumButtonForm {
  margin: 0;
  padding: 0;
}

.moduleRow { }

.moduleRowOver {
	background-color: #D4C0A1;
	cursor: pointer;
	cursor: hand;
}

/* ===========================================================================
   Get Coins / Store flow — ported from tibiacom-classic 2026-05-21
   .store-flow wrapper: tibiacom uses .TableContainer{font-size:1px}; restore text
   =========================================================================== */
.store-flow { font-size: 10pt; }
.store-flow td, .store-flow th, .store-flow p, .store-flow label,
.store-flow input, .store-flow select, .store-flow option,
.store-flow small, .store-flow a, .store-flow span { font-size: 10pt; }


/* ---------------------------------------------------------------------------
   Get Coins / Store flow (2026-05-19)
   --------------------------------------------------------------------------- */

/* Reusable 5-step progress bar
   Layered structure:
     SPB-frame (50px tall, full width)
       .SPB-bg-left / .SPB-bg-mid / .SPB-bg-right  → stone bar (17px), centered vertically
       .SPB-row                                    → flex row, vertical center
         .SPB-cap.left  (20x9 left tube cap, green)
         .SPB-step      (47px wide, icon 39 tall + label below)
         .SPB-tube      (flex:1, 7px tall, bg-image repeat-x)
         .SPB-cap.right (25x9 right tube cap, blue/green)
   Step icons are 47x39 and sit ON the stone bar (z-index above tubes).
*/
#StoreProgress {
  margin: 14px 16px 36px 16px;
  position: relative;
}
#StoreProgress .SPB-frame {
  position: relative;
  height: 50px;
}
#StoreProgress .SPB-bg-left,
#StoreProgress .SPB-bg-mid,
#StoreProgress .SPB-bg-right {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  height: 17px;
  background-repeat: no-repeat;
}
#StoreProgress .SPB-bg-left  { left: 0;       width: 25px; }
#StoreProgress .SPB-bg-right { right: 0;      width: 25px; }
#StoreProgress .SPB-bg-mid   { left: 25px;    right: 25px;
                               background-repeat: repeat-x;
                               background-position: left center; }

#StoreProgress .SPB-row {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 25px;       /* stone bar caps occupy these 25px each side */
}

#StoreProgress .SPB-cap {
  flex: 0 0 auto;
  height: 9px;
  background-repeat: no-repeat;
}
#StoreProgress .SPB-cap.left  { width: 20px; margin-right: -2px; }
#StoreProgress .SPB-cap.right { width: 25px; margin-left:  -2px; }

#StoreProgress .SPB-step {
  flex: 0 0 47px;
  position: relative;
  z-index: 2;
  text-align: center;
}
#StoreProgress .SPB-step a,
#StoreProgress .SPB-step .SPB-icon {
  display: block;
  line-height: 0;
}
#StoreProgress .SPB-step .SPB-icon {
  width: 47px;
  height: 39px;
  border: 0;
  margin: 0 auto;
}
#StoreProgress .SPB-step .SPB-label {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #2d2418;
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}

#StoreProgress .SPB-tube {
  flex: 1 1 auto;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 7px;   /* stretch — gradient stays smooth, solid colors are uniform anyway */
  margin: 0 -3px;              /* tube tucks slightly under the icon edge */
  position: relative;
  z-index: 1;
}

/* Body text paragraphs inside store boxes */
.InnerTableContainer .store-rule {
  margin: 8px 18px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  color: #2d2418;
  line-height: 1.45;
}
.InnerTableContainer .store-rule b   { color: #2d2418; }
.InnerTableContainer .store-rule a   { text-decoration: none; }
.InnerTableContainer .store-rule a:hover { text-decoration: underline; }

/* ---------------------------------------------------------------------------
   Store — step 2 (Payment methods)
   --------------------------------------------------------------------------- */

/* Order header — "Order for Account Number: ******** [Show]" */
.store-order-header {
  text-align: center;
  margin: 12px 0 18px 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  color: #6f3500;
}
.store-order-header .store-order-label {
  font-weight: bold;
  margin-right: 6px;
}
.store-order-header .store-order-value {
  font-weight: bold;
  letter-spacing: 2px;
  color: #6f3500;
}
.store-btn-show {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 10px;
  background: linear-gradient(to bottom, #6cd147 0%, #3aaf1e 100%);
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
  border: 1px solid #1b6b0d;
  border-radius: 2px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  vertical-align: 2px;
}
.store-btn-show:hover {
  background: linear-gradient(to bottom, #7ce157 0%, #4abf2e 100%);
}

/* ---------------------------------------------------------------------------
   Payment methods — Ravenor-style PMCID structure
   --------------------------------------------------------------------------- */

/* Tab row above the cards (Pvpenforced Coins, etc.) */
.ProductCategoryTabRow > td {
  padding: 8px 6px 0 14px;
}
.InnerTableTab {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.InnerTableTab > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* drop-shadow follows the alpha (including the chamfered bottom-right corner of the tab asset) */
  filter: drop-shadow(2px 2px 0 rgba(45, 30, 12, 0.55));
}
.InnerTableTab > a > img {
  display: block;
  width: 130px;
  height: 65px;
  border: 0;
}
/* Label sits inside the asset, slightly above vertical center to clear the chamfered corner */
.InnerTableTabLabel {
  position: absolute;
  inset: 4px 8px 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Verdana, Arial, "Times New Roman", sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #3a2a10;
  text-shadow: 0 1px 0 rgba(255, 245, 220, 0.55);
  pointer-events: none;
  text-align: center;
  line-height: 1.15;
}
/* Active tab sits ON the content frame — overlap the top border by 2px */
.InnerTableTab.WideTab.ActiveInnerTableTab {
  position: relative;
  top: 2px;
  z-index: 2;
}
.ProductCategoryHelperDiv { display: none; }

.HelperDivIndicator { cursor: help; }

/* Inner content container — parchment-style frame that connects with the tab above */
.store-flow .TableContentContainer {
  margin: 0 12px 0 14px;
  position: relative;
  background: #d8c3a0;
  background-image:
    linear-gradient(to bottom, rgba(241,224,198,0.55) 0%, rgba(241,224,198,0) 35%),
    linear-gradient(to top,    rgba(120, 85, 50,0.18) 0%, rgba(120, 85, 50,0) 30%);
  border: 1px solid #6b4e1f;
  border-radius: 0 4px 4px 4px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 245, 220, 0.35),
    inset 0 0 8px rgba(90, 65, 35, 0.20),
    0 1px 0 #2a1f0f;
}
.store-flow .TableContent {
  background: transparent;
}

/* Row that holds the 3 payment-method cards */
.OptionsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  padding: 18px 12px;
}

/* Each card wrapper */
.PMCID_Icon_Container {
  width: 150px;
}

/* The card itself — 150x147; pmcid_icon_normal.png has 3 horizontal bands:
   top light-blue (logo zone, y=4-62), first dark band (label, y=67-92),
   second dark band (quickness time, y=98-138). All borders drawn into the asset. */
.PMCID_Icon {
  position: relative;
  width: 150px;
  height: 147px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 150px 147px;
  cursor: pointer;
  overflow: visible;
  user-select: none;
}

/* Overlays — Over (hover) replaces the card skin, Selected adds the green check border.
   Both fill the card exactly. */
.PMCID_Icon_Selected,
.PMCID_Icon_Over {
  position: absolute;
  top: 0; left: 0;
  width: 150px;
  height: 147px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 150px 147px;
  pointer-events: none;
}
.PMCID_Icon_Selected { z-index: 3; }
.PMCID_Icon_Over     { z-index: 2; }

/* Payment logo image — sits in the TOP light-blue zone (y=4-62 of card) */
.PMCID_CP_Icon {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 130px;
  max-height: 34px;
  border: 0;
  z-index: 1;
}

/* Payment NAME — first dark band (y≈67-93). Light text on dark navy. */
.PMCID_CP_Label {
  position: absolute;
  top: 71px;
  left: 0; right: 0;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #f1e6c6;
  z-index: 1;
}
.PMCID_CP_Label label { cursor: pointer; }

/* Usual Process Time — second dark band (y≈98-138) */
.PMCID_QuicknessIndicator {
  position: absolute;
  top: 100px;
  left: 0; right: 0;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.PMCID_QuicknessIndicatorLabelContainer {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.PMCID_QuicknessIndicatorLabel {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #f1e6c6;
  line-height: 1.3;
  text-align: center;
}

/* "Not allowed" overlay X (pmcid_deactivated.png is 150x147 already) */
.PMCID_Deactivated {
  width: 150px;
  height: 147px;
  background-repeat: no-repeat;
  background-size: 150px 147px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

/* Footnote */
.store-flow .TableContent small {
  display: block;
  padding: 8px 14px 8px 14px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8.5pt;
  font-style: italic;
  color: #8a0000;
}

/* Previous / Next actions */
.store-actions {
  display: flex;
  justify-content: space-between;
  margin: 22px 30px 28px 30px;
}

/* ---------------------------------------------------------------------------
   Step 3 — Select product (Ravenor-style ServiceID structure)
   Card asset: serviceid_icon_normal.png 150x150 with 3 horizontal bands:
     top   (label,  y=4-44)
     middle(coin image y=45-117)
     bottom(price,  y=118-145)
   serviceid_N.png is 128x64 (the coin pile).
   --------------------------------------------------------------------------- */

.ServiceID_Icon_Container {
  width: 150px;
}
.ServiceID_Icon_Container_Background {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 150px 150px;
  position: relative;
}
.ServiceID_Icon {
  position: relative;
  width: 150px;
  height: 150px;
  cursor: pointer;
  user-select: none;
}
.ServiceID_Icon_New {
  position: absolute;
  top: 56px;
  left: 62px;            /* push to the right side of the 150-wide card */
  width: 80px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.ServiceID_Icon_Selected,
.ServiceID_Icon_Over {
  position: absolute;
  top: 0; left: 0;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 150px 150px;
  pointer-events: none;
}
.ServiceID_Icon_Selected { z-index: 4; }
.ServiceID_Icon_Over     { z-index: 3; }

.ServiceID_Icon > label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ServiceIDLabelContainer {
  position: absolute;
  top: 4px;
  left: 0; right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ServiceIDLabel {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #f1e6c6;
  text-align: center;
  line-height: 1.05;
}
.ServiceIDPriceContainer {
  position: absolute;
  bottom: 4px;
  left: 0; right: 0;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ServiceIDPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #f1e6c6;
  text-align: center;
  letter-spacing: 0.3px;
}

/* ---------------------------------------------------------------------------
   Step 4 — Confirm your order
   --------------------------------------------------------------------------- */

/* Account-number Show/Hide button — turns red when in "Hide" mode */
.store-btn-show.hide-mode {
  background: linear-gradient(to bottom, #d34747 0%, #a01e1e 100%);
  border-color: #6b0d0d;
}
.store-btn-show.hide-mode:hover {
  background: linear-gradient(to bottom, #e35757 0%, #b02e2e 100%);
}


/* ===== PVPEnforced InfoBar (top of every page, above News Ticker) ===== */
/* margin inherited from .Content .Box (5px) so gap to News Ticker matches Ticker→News spacing */
#PvpInfoBar .BorderTitleText {
    background-image: url('images/news/newsheadline_background.gif') !important;
    background-repeat: repeat;
    background-color: #5a0a0a;
    border-top: 1px solid #2a0000;
    border-bottom: 1px solid #2a0000;
}
#PvpInfoBar .InfoBar {
    padding: 0 10px;
    line-height: 22px;
    height: 22px;
    color: #fff8dc;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #00000080;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 14px;
}
#PvpInfoBar .InfoBarBlock {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: filter 0.2s ease;
}
#PvpInfoBar a.InfoBarBlock:hover { filter: brightness(1.25); }
#PvpInfoBar .InfoBarBlock.InfoBarDisabled {
    opacity: 0.55;
    cursor: not-allowed;
}
#PvpInfoBar .InfoBarBigLogo {
    /* preserve natural aspect ratio — icons are 11x14 (players), 16x16 (square), 47x16 (twitch wide) */
    width: auto;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
}
#PvpInfoBar .InfoBarNumbers {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    vertical-align: middle;
}
#PvpInfoBar .InfoBarSmallElement { color: #fff8dc; font-size: 9px; }
#PvpInfoBar .InfoBarLinks { color: #fff8dc; }
#PvpInfoBar a.InfoBarBlock:hover .InfoBarSmallElement { color: #ffd080; }
#PvpInfoBar .InfoBarPlayers { margin-left: auto; display: inline-flex; align-items: center; }
#PvpInfoBar #PvpPlayersBar {
    margin: 2px auto 0;
    background-color: #000;
    width: 64px;
    border-collapse: separate;
}
#PvpInfoBar #PvpPlayersBar td { padding: 0; height: 3px; width: 8px; }

/* ===== PVPEnforced Language flags (now embedded inside #PvpInfoBar, leftmost group) ===== */
#PvpInfoBar .InfoBarLangGroup {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
}
#PvpInfoBar .PvpLangFlag {
    display: inline-flex;
    align-items: center;
    padding: 1px;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: 0;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}
#PvpInfoBar .PvpLangFlag img {
    width: 16px;
    height: 11px;
    display: block;
    border: 0;
}
#PvpInfoBar .PvpLangFlag:hover {
    border-color: #ffd080;
    transform: scale(1.18);
}
#PvpInfoBar .PvpLangFlag.PvpLangActive {
    border-color: #ffd080;
    box-shadow: 0 0 4px #ffd080;
    transform: scale(1.12);
}

/* Hide all Google Translate intrusive UI (banner, tooltips, highlights) */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
.goog-tooltip,
.goog-tooltip-arrow,
#goog-gt-tt,
.goog-te-balloon-frame { display: none !important; }
body { top: 0 !important; }
font[style*="background-color"] { background: transparent !important; box-shadow: none !important; }
.goog-text-highlighted { background-color: transparent !important; box-shadow: none !important; }


/* =====================================================================
   MOBILE — Drawer pattern com botao hamburguer + swipe (<=768px)
   Estrategia:
     - Esconde header principal (LeftArtwork/RightArtwork/Loginbox)
     - Conteudo (#ContentColumn) ocupa 100% da viewport
     - #MenuColumn vira drawer fixed off-canvas (translateX -100%)
     - Botao [☰] fixo no topo + backdrop escurecido
     - body.drawer-open mostra o drawer (translateX 0)
     - Themeboxes vira bloco no rodape do conteudo
   ===================================================================== */

/* Elementos do drawer escondidos em desktop por default */
#MobileHamburger, #MobileDrawerBackdrop, #MobileSwipeHandle { display: none; }

@media (max-width: 768px) {
    /* ------- Container raiz ------- */
    /* CRITICO: zerar stacking context do #Bodycontainer (z-index:1 no desktop)
       senao o drawer (z-index:1000 dentro dele) fica preso abaixo do backdrop
       (z-index:999 no root). Sem isso, todo o menu fica inclicavel. */
    #ArtworkHelper  { min-width: 0 !important; min-height: 0 !important; position: static !important; }
    #ArtworkHelper::before { display: none !important; }
    #Bodycontainer  { min-width: 0 !important; max-width: 100% !important; display: block !important;
                      position: static !important; z-index: auto !important; }
    body            { background-size: cover; background-attachment: scroll; }

    /* ------- Header principal escondido ------- */
    #LeftArtwork, #RightArtwork, #Loginbox { display: none !important; }
    #ContentRow { top: 0 !important; padding-top: 48px; }

    /* ------- Conteudo full-width ------- */
    #ContentColumn {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 6px !important;
    }

    /* ------- Drawer: #MenuColumn vira off-canvas ------- */
    #MenuColumn {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 240px !important;
        max-width: 80vw;
        margin: 0 !important;
        padding: 50px 10px 16px !important;
        background: #0a1428;
        z-index: 1000;
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(-100%);
        transition: transform 0.28s ease;
        box-shadow: 2px 0 14px rgba(0,0,0,0.55);
        -webkit-overflow-scrolling: touch;
    }
    body.drawer-open #MenuColumn { transform: translateX(0); }
    /* Garante que botoes do menu nao excedam o drawer */
    #MenuColumn .MenuButton, #MenuColumn .Button { width: 220px !important; max-width: 100%; }

    /* ------- Backdrop ------- */
    #MobileDrawerBackdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.55);
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.28s ease;
    }
    body.drawer-open #MobileDrawerBackdrop {
        opacity: 1;
        pointer-events: auto;
    }

    /* ------- Botao hamburguer fixo ------- */
    #MobileHamburger {
        display: flex;
        position: fixed;
        top: 6px; left: 6px;
        width: 38px; height: 38px;
        background: #5a0a0a;
        border: 1px solid #2a0000;
        border-radius: 4px;
        z-index: 1001;
        cursor: pointer;
        color: #fff8dc;
        font-size: 20px;
        line-height: 1;
        align-items: center;
        justify-content: center;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
        box-shadow: 0 1px 4px rgba(0,0,0,0.4);
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
    #MobileHamburger:active { background: #7a1a1a; }
    body.drawer-open #MobileHamburger {
        left: 246px;
        transition: left 0.28s ease;
        background: #2a0000;
    }

    /* ------- Themeboxes vai pro fim do conteudo ------- */
    #ThemeboxesColumn {
        position: static !important;
        width: auto !important;
        margin: 16px 4px !important;
        text-align: center !important;
    }
    #Themeboxes { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
    #Themeboxes > div { width: 168px !important; }
    .Themebox { width: 168px !important; }
    #NewcomerBox, #DonatorBox, #GalleryBox, #NetworksBox, #PremiumBox, #JobBox,
    #CurrentPollBox, #SkyscraperBanner { width: 168px !important; }
    #Themeboxes #GalleryBox #GalleryContent { max-width: 158px !important; }

    /* ------- InfoBar: scroll horizontal ------- */
    #PvpInfoBar .InfoBar { overflow-x: auto; gap: 10px; padding-left: 50px; }
    #PvpInfoBar .InfoBarPlayers { margin-left: 12px !important; }

    /* ------- Tabelas: scroll horizontal interno ------- */
    /* IMPORTANTE: nao por overflow-x no .TableContainer/.TableContentContainer pois
       eles tem position:relative com decoracoes em -2px (CaptionEdge*) que ficam
       cortadas se o overflow for hidden/auto — desencaixa visualmente caption do form. */
    .Content { overflow-x: auto; }
    .Content .TableContainer { max-width: 100% !important; }
    .Content .TableContentContainer { max-width: 100% !important; }

    /* ------- Char page Equipment lado-a-lado -> empilhado ------- */
    .Content table[cellpadding="3"][width="100%"] > tbody > tr > td { display: block; width: 100% !important; }

    /* ------- News ticker mais compacto ------- */
    #Ticker { font-size: 9px !important; }

    /* ------- Footer ------- */
    #Footer { font-size: 10px; }

    /* ------- Bloqueia scroll do body com drawer aberto ------- */
    body.drawer-open { overflow: hidden; }

    /* ------- Caixas decoradas com FORM dentro (Search Character, Account Login) -------
       Sem fix: o <table width="100%"> do form excede o viewport e a caixa se quebra
       visualmente — caption marrom "estica" e o form parece fora da moldura.
       Fix: empilhar TDs do form verticalmente em mobile + inputs full-width. */
    .TableContainer .CaptionContainer,
    .TableContainer .CaptionContainer .CaptionInnerContainer { height: auto !important; }

    /* Empilha campos de FORM dentro de caixa decorada — exclui tabelas de DADOS
       (.TableContent, .Table1-5 sao usados pra layouts mais ricos, preservar). */
    .Content form .TableContainer table:not(.TableContent):not(.Table1):not(.Table2):not(.Table3):not(.Table4):not(.Table5) > tbody > tr > td,
    .Content form .TableContainer table:not(.TableContent):not(.Table1):not(.Table2):not(.Table3):not(.Table4):not(.Table5) > tr > td {
        display: block !important;
        width: auto !important;
        text-align: left !important;
        padding: 3px 8px !important;
    }
    /* Inputs full-width dentro de TableContainer */
    .Content form .TableContainer input[type="text"],
    .Content form .TableContainer input[type="password"],
    .Content form .TableContainer input[type="email"],
    .Content form .TableContainer input[type="number"],
    .Content form .TableContainer select,
    .Content form .TableContainer textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    /* BigButton centralizado quando empilhado */
    .Content form .TableContainer .BigButton { margin: 4px auto !important; }
}

/* --- Phone large (<=560px): refinos ------- */
@media (max-width: 560px) {
    #StoreProgress { transform: scale(0.85); transform-origin: top center; }
    .store-flow .PMCID_card, .store-flow .ServiceID_card { display: block !important; width: 90% !important; margin: 8px auto !important; }
    .store-flow img[src*="qrserver"], .store-flow img[src*="qr-code"] { max-width: 90% !important; height: auto !important; }
    .TableContent td, .TableContent th { padding: 3px 4px !important; }
    #PvpInfoBar .InfoBar { flex-wrap: wrap; height: auto !important; padding: 4px 8px 4px 50px; }
    #PvpInfoBar .InfoBarPlayers { margin-left: 0 !important; }
    #PvpInfoBar .InfoBarLangGroup { width: 100%; justify-content: center; margin-right: 0; }
}

/* --- Phone small (<=414px): fonte e padding menores ------- */
@media (max-width: 414px) {
    body { font-size: 11px; }
    #ContentRow { padding-top: 46px; }
    #MobileHamburger { width: 36px; height: 36px; font-size: 18px; }
    .TableContent td, .TableContent th { padding: 2px 3px !important; font-size: 10px !important; }
    /* InfoBar so icones (esconde labels) */
    #PvpInfoBar .InfoBarBlock .InfoBarLinks,
    #PvpInfoBar .InfoBarBlock .InfoBarSmallElement { display: none !important; }
    #PvpInfoBar .InfoBarBlock .InfoBarBigLogo { margin-right: 0 !important; }
    #PvpInfoBar .InfoBarPlayers .InfoBarSmallElement { display: inline !important; }
    /* Themeboxes encolhem */
    #Themeboxes > div, .Themebox,
    #NewcomerBox, #DonatorBox, #GalleryBox, #NetworksBox, #CurrentPollBox { width: 148px !important; }
    #Footer { font-size: 9px; padding-bottom: 10px; }
}

/* --- Hover effects suprimidos em touch ------- */
@media (hover: none) {
    #PvpInfoBar a.InfoBarBlock:hover { filter: none; }
    #Themeboxes #NewcomerBox:hover, #Themeboxes #DonatorBox:hover { background-size: inherit; }
}
