:focus {
	outline:  -webkit-focus-ring-color dotted 1px;
}
body {
  /* Dathoria global 10 percent scale */
  zoom: 115%;
  margin: 0px;
  padding:  0px;
  background-color: #050b12;
  background-image: url('images/header/dathoria-site-background.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

img {
	border: none;
}

#ArtworkHelper {
  text-align: center;
  background-image: none !important;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background-size: auto;
}


/* 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;
  object-fit: contain;
}

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

#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 #PremiumBox {
  height: 164px;
}
#Themeboxes #JobBox {
  height: 164px;
}
#Themeboxes #GalleryBox #GalleryContent {
  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;
}
#Themeboxes #SkyscraperBanner {
  border: 0;
}

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

#Themeboxes #NetworksBox.DathoriaNetworksBox {
  height: 204px;
}

#Themeboxes #NetworksBox .DathoriaNetworksContent {
  position: absolute;
  left: 13px;
  top: 42px;
  width: 154px;
  height: 139px;
  box-sizing: border-box;
  padding: 5px 5px 4px;
  background:
    linear-gradient(180deg,rgba(255,249,224,.36),rgba(196,150,82,.08)),
    rgba(239,222,185,.34);
}

#Themeboxes #NetworksBox .DathoriaNetworkLink {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  width: 144px;
  min-height: 36px;
  margin: 0 0 6px;
  padding: 4px 6px 4px 5px;
  color: #f3d77f !important;
  text-decoration: none !important;
  border: 1px solid #3b2204;
  background:
    linear-gradient(180deg,rgba(255,255,210,.46) 0%,rgba(255,255,255,.17) 16%,rgba(0,0,0,0) 38%,rgba(0,0,0,.24) 70%,rgba(0,0,0,.46) 100%),
    radial-gradient(ellipse at 50% 24%,rgba(255,255,210,.24) 0%,rgba(255,255,255,.10) 34%,rgba(255,255,255,0) 68%),
    linear-gradient(90deg,rgba(0,0,0,.20) 0%,rgba(255,255,255,.08) 24%,rgba(255,255,255,.16) 50%,rgba(255,255,255,.08) 76%,rgba(0,0,0,.20) 100%),
    linear-gradient(to bottom,#155423 0%,#0d3e1a 48%,#06230e 100%);
  box-shadow:
    inset 0 0 0 1px #c99b43,
    inset 0 1px 0 rgba(255,242,160,.78),
    inset 0 5px 8px rgba(255,255,255,.16),
    inset 0 -10px 16px rgba(0,0,0,.42),
    1px 1px 0 rgba(214,179,90,.62),
    2px 2px 0 rgba(17,17,17,.72);
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.05;
}

#Themeboxes #NetworksBox .DathoriaNetworkLink:hover {
  color: #fff1a4 !important;
  filter: brightness(1.08);
}

#Themeboxes #NetworksBox .DathoriaNetworkIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 1px solid #d6a64f;
  background:
    radial-gradient(circle at 35% 30%,rgba(255,238,154,.48),transparent 38%),
    linear-gradient(180deg,#5a340b,#231104);
  box-shadow:
    inset 0 0 0 1px #1b0d02,
    inset 0 1px 0 rgba(255,235,150,.35),
    1px 1px 0 rgba(0,0,0,.45);
}

#Themeboxes #NetworksBox .DathoriaNetworkIcon svg {
  width: 17px;
  height: 17px;
  fill: #f4d46d;
  filter: drop-shadow(1px 1px 0 #000);
}

#Themeboxes #NetworksBox .DathoriaNetworkText {
  display: block;
  min-width: 0;
  text-align: left;
}

#Themeboxes #NetworksBox .DathoriaNetworkText strong,
#Themeboxes #NetworksBox .DathoriaNetworkText em {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#Themeboxes #NetworksBox .DathoriaNetworkText strong {
  font: bold 11px Georgia, "Times New Roman", serif;
  color: #f4d46d;
  text-shadow: 1px 1px 1px #000;
}

#Themeboxes #NetworksBox .DathoriaNetworkText em {
  margin-top: 1px;
  font: normal 8px Verdana, Arial, sans-serif;
  color: #fff0b7;
  font-style: normal;
  text-shadow: 1px 1px 0 #000;
}

#Themeboxes #NetworksBox .DathoriaNetworkFacebook {
  background:
    linear-gradient(180deg,rgba(255,255,210,.46) 0%,rgba(255,255,255,.17) 16%,rgba(0,0,0,0) 38%,rgba(0,0,0,.24) 70%,rgba(0,0,0,.46) 100%),
    radial-gradient(ellipse at 50% 24%,rgba(255,255,210,.24) 0%,rgba(255,255,255,.10) 34%,rgba(255,255,255,0) 68%),
    linear-gradient(90deg,rgba(0,0,0,.20) 0%,rgba(255,255,255,.08) 24%,rgba(255,255,255,.16) 50%,rgba(255,255,255,.08) 76%,rgba(0,0,0,.20) 100%),
    linear-gradient(to bottom,#318345 0%,#17622a 48%,#083818 100%);
}

#Themeboxes #NetworksBox .DathoriaNetworkInstagram {
  background:
    linear-gradient(180deg,rgba(255,235,255,.48) 0%,rgba(255,255,255,.17) 16%,rgba(0,0,0,0) 38%,rgba(0,0,0,.24) 70%,rgba(0,0,0,.46) 100%),
    radial-gradient(ellipse at 50% 24%,rgba(255,235,255,.26) 0%,rgba(255,255,255,.10) 34%,rgba(255,255,255,0) 68%),
    linear-gradient(90deg,rgba(0,0,0,.20) 0%,rgba(255,255,255,.08) 24%,rgba(255,255,255,.16) 50%,rgba(255,255,255,.08) 76%,rgba(0,0,0,.20) 100%),
    linear-gradient(to bottom,#b13ab8 0%,#81218a 48%,#4a0a50 100%);
}

#Themeboxes #NetworksBox .DathoriaNetworkDiscord {
  background:
    linear-gradient(180deg,rgba(230,245,255,.48) 0%,rgba(255,255,255,.17) 16%,rgba(0,0,0,0) 38%,rgba(0,0,0,.24) 70%,rgba(0,0,0,.46) 100%),
    radial-gradient(ellipse at 50% 24%,rgba(230,245,255,.26) 0%,rgba(255,255,255,.10) 34%,rgba(255,255,255,0) 68%),
    linear-gradient(90deg,rgba(0,0,0,.20) 0%,rgba(255,255,255,.08) 24%,rgba(255,255,255,.16) 50%,rgba(255,255,255,.08) 76%,rgba(0,0,0,.20) 100%),
    linear-gradient(to bottom,#2b72d0 0%,#0d4b9d 50%,#062b68 100%);
  margin-bottom: 0;
}

#Themeboxes #NetworksBox .DathoriaNetworkInstagram .DathoriaNetworkIcon svg,
#Themeboxes #NetworksBox .DathoriaNetworkDiscord .DathoriaNetworkIcon svg {
  width: 18px;
  height: 18px;
}

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

/* Dathoria Spells Wiki */
.dathoria-spell-professions {
  text-align: center;
  margin: 18px auto 20px auto;
}
.dathoria-spell-profession,
.dathoria-spell-tab {
  display: inline-block;
  padding: 10px 15px;
  margin: 4px 3px;
  border: 1px solid #8f6f3b;
  background: #f1e2bf;
  color: #004294 !important;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.dathoria-spell-profession:hover,
.dathoria-spell-tab:hover {
  background: #d4c0a1;
  color: #004294 !important;
  text-decoration: none;
}
.dathoria-spell-profession img,
.dathoria-spell-tab img {
  max-width: 32px;
  max-height: 32px;
  vertical-align: middle;
  margin-right: 5px;
}
.dathoria-wide-content .TableContent td {
  vertical-align: middle;
}
.dathoria-wide-content h2 {
  margin-top: 4px;
}

/* Dathoria Spells Wiki V12 polish */
.dathoria-spell-home {
  text-align: center;
  padding: 18px 10px 22px 10px;
}
.dathoria-spell-home h2 {
  font-size: 28px;
  margin: 10px 0 18px 0;
}
.dathoria-spell-professions {
  text-align: center;
  margin: 14px auto 20px auto;
}
.dathoria-spell-profession {
  display: inline-block;
  width: 145px;
  min-height: 172px;
  padding: 10px 8px 8px 8px;
  margin: 6px 7px;
  border: 1px solid #8f6f3b;
  background: #f1e2bf;
  color: #004294 !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}
.dathoria-spell-profession:hover {
  background: #d4c0a1;
  text-decoration: none;
}
.dathoria-spell-profession img {
  display: block;
  max-width: 130px;
  max-height: 138px;
  margin: 0 auto 6px auto;
}
.dathoria-spell-profession span {
  display: block;
  font-size: 15px;
  line-height: 18px;
}
.dathoria-spell-search {
  text-align: center;
  margin: 12px auto 6px auto;
  padding: 10px;
  border: 1px solid #8f6f3b;
  background: #d4c0a1;
  max-width: 680px;
}
.dathoria-spell-tab {
  display: inline-block;
  padding: 7px 10px;
  margin: 3px 2px;
  border: 1px solid #8f6f3b;
  background: #f1e2bf;
  color: #004294 !important;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.dathoria-spell-tab img {
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
  margin-right: 4px;
}
.dathoria-spell-cards {
  width: 100%;
  border-top: 1px solid #b7965c;
  border-left: 1px solid #b7965c;
}
.dathoria-spell-card {
  display: grid;
  grid-template-columns: 58px 175px 118px 160px minmax(210px, 1fr);
  gap: 0;
  border-right: 1px solid #b7965c;
  border-bottom: 1px solid #b7965c;
  min-height: 110px;
}
.dathoria-spell-card.Odd { background: #F1E0C6; }
.dathoria-spell-card.Even { background: #D4C0A1; }
.dathoria-spell-icon,
.dathoria-spell-main,
.dathoria-spell-box,
.dathoria-spell-sellers {
  padding: 10px;
  border-right: 1px solid #b7965c;
}
.dathoria-spell-sellers { border-right: 0; }
.dathoria-spell-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dathoria-spell-icon img {
  max-width: 38px;
  max-height: 38px;
}
.dathoria-spell-name {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #004294 !important;
  margin-bottom: 7px;
}
.dathoria-spell-words {
  font-size: 12px;
  margin-bottom: 7px;
}
.dathoria-spell-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.dathoria-spell-stats span {
  display: inline-block;
  min-width: 43px;
  padding: 3px 5px;
  text-align: center;
  border: 1px solid #d0ad72;
  background: #fff6df;
  font-size: 11px;
  line-height: 13px;
}
.dathoria-spell-stats b,
.dathoria-spell-stats em {
  display: block;
  font-style: normal;
}
.dathoria-spell-box {
  background: rgba(255,246,223,0.55);
  font-size: 12px;
  line-height: 15px;
}
.dathoria-spell-sellers {
  font-size: 12px;
  line-height: 16px;
}
.dathoria-seller-line {
  margin-top: 4px;
  padding: 3px 5px;
  border: 1px solid #d0ad72;
  background: #fff6df;
}
.dathoria-seller-line span {
  display: inline-block;
  min-width: 62px;
}
.dathoria-spell-detail {
  max-width: 760px;
  margin: 0 auto;
}
.dathoria-spell-detail-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 8px 0 12px 0;
  padding: 12px;
  border: 1px solid #8f6f3b;
  background: #f1e2bf;
}
.dathoria-spell-detail-head img {
  max-width: 54px;
  max-height: 54px;
}
.dathoria-spell-detail-head h3 {
  margin: 0 0 4px 0;
  color: #5A2800;
  font-size: 20px;
}
.dathoria-spell-info-table td,
.dathoria-spell-seller-table td {
  vertical-align: middle;
}
.dathoria-spell-seller-table img {
  image-rendering: auto;
}
@media (max-width: 900px) {
  .dathoria-spell-card {
    grid-template-columns: 52px 1fr;
  }
  .dathoria-spell-box,
  .dathoria-spell-sellers {
    grid-column: 2 / 3;
    border-top: 1px solid #b7965c;
  }
}

/* Dathoria Spells Wiki V13 final polish */
.dathoria-spell-home {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 22px 12px 26px 12px;
}
.dathoria-spell-home h2 {
  font-size: 30px;
  margin: 8px 0 24px 0;
  color: #5A2800;
}
.dathoria-spell-professions {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 22px 34px;
  margin: 12px auto 18px auto;
}
.dathoria-spell-profession {
  width: 150px;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 8px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #004294 !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.dathoria-spell-profession:hover {
  background: transparent;
  text-decoration: underline;
}
.dathoria-spell-profession img {
  display: block;
  max-width: 145px;
  max-height: 155px;
  margin: 0 auto 8px auto;
  object-fit: contain;
}
.dathoria-spell-profession span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
}
.dathoria-spell-search {
  clear: both;
  text-align: center;
  margin: 14px auto 6px auto;
  padding: 10px;
  border: 1px solid #8f6f3b;
  background: #d4c0a1;
  max-width: 690px;
}
.dathoria-spell-vocation-head {
  text-align: center;
  margin: 4px auto 12px auto;
}
.dathoria-spell-vocation-head img {
  display: block;
  max-width: 120px;
  max-height: 135px;
  object-fit: contain;
  margin: 0 auto 6px auto;
}
.dathoria-spell-vocation-head h2 {
  margin: 4px 0 8px 0;
  color: #5A2800;
  font-size: 26px;
}
.dathoria-spell-tabs {
  text-align: center;
  margin: 8px 0 14px 0;
}
.dathoria-spell-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 8px;
  margin: 2px 2px;
  border: 1px solid #8f6f3b;
  background: #f1e2bf;
  color: #004294 !important;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.dathoria-spell-tab:hover { background: #d4c0a1; text-decoration: none; }
.dathoria-spell-tab img {
  max-width: 30px;
  max-height: 36px;
  object-fit: contain;
  margin: 0;
}
.dathoria-spell-cards {
  width: 100%;
  border-top: 1px solid #b7965c;
  border-left: 1px solid #b7965c;
  box-sizing: border-box;
}
.dathoria-spell-card {
  display: grid;
  grid-template-columns: 62px 210px 290px minmax(180px, 1fr);
  border-right: 1px solid #b7965c;
  border-bottom: 1px solid #b7965c;
  min-height: 118px;
  box-sizing: border-box;
}
.dathoria-spell-card.Odd { background: #F1E0C6; }
.dathoria-spell-card.Even { background: #D4C0A1; }
.dathoria-spell-icon,
.dathoria-spell-main,
.dathoria-spell-boxes,
.dathoria-spell-sellers {
  padding: 9px;
  border-right: 1px solid #b7965c;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.dathoria-spell-sellers { border-right: 0; }
.dathoria-spell-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dathoria-spell-icon img {
  max-width: 38px;
  max-height: 38px;
}
.dathoria-spell-name {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #004294 !important;
  margin-bottom: 7px;
}
.dathoria-spell-words {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 7px;
}
.dathoria-spell-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.dathoria-spell-stats span {
  display: inline-block;
  min-width: 43px;
  padding: 3px 5px;
  text-align: center;
  border: 1px solid #d0ad72;
  background: #fff6df;
  font-size: 11px;
  line-height: 13px;
  box-sizing: border-box;
}
.dathoria-spell-stats b,
.dathoria-spell-stats em { display: block; font-style: normal; }
.dathoria-spell-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  align-content: center;
}
.dathoria-spell-boxes.detail { grid-template-columns: 1fr 1fr; }
.dathoria-spell-box {
  border: 1px solid #d0ad72;
  background: #fff6df;
  padding: 7px;
  font-size: 12px;
  line-height: 15px;
  min-height: 42px;
  box-sizing: border-box;
}
.dathoria-spell-box.wide { grid-column: 1 / -1; }
.dathoria-spell-sellers {
  font-size: 12px;
  line-height: 16px;
}
.dathoria-seller-line {
  display: block;
  margin-top: 4px;
  padding: 3px 5px;
  border: 1px solid #d0ad72;
  background: #fff6df;
  white-space: normal;
}
.dathoria-seller-line span { display: inline-block; min-width: 62px; }
.dathoria-spell-detail {
  max-width: 820px;
  margin: 0 auto;
}
.dathoria-spell-detail-card {
  display: grid;
  grid-template-columns: 70px 230px minmax(280px, 1fr);
  border-top: 1px solid #b7965c;
  border-left: 1px solid #b7965c;
  border-right: 1px solid #b7965c;
  border-bottom: 1px solid #b7965c;
  background: #F1E0C6;
  margin-bottom: 14px;
}
.dathoria-spell-detail-icon,
.dathoria-spell-detail-main,
.dathoria-spell-detail-card .dathoria-spell-boxes {
  padding: 10px;
  border-right: 1px solid #b7965c;
  box-sizing: border-box;
}
.dathoria-spell-detail-card .dathoria-spell-boxes { border-right: 0; }
.dathoria-spell-detail-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dathoria-spell-detail-icon img { max-width: 46px; max-height: 46px; }
.dathoria-section-title {
  margin: 12px 0 6px 0;
  color: #5A2800;
  font-size: 18px;
}
.dathoria-spell-seller-table td { vertical-align: middle; }
.dathoria-spell-npc-image {
  max-width: 62px;
  max-height: 62px;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .dathoria-spell-card { grid-template-columns: 58px 1fr; }
  .dathoria-spell-boxes,
  .dathoria-spell-sellers { grid-column: 2 / 3; border-top: 1px solid #b7965c; }
  .dathoria-spell-detail-card { grid-template-columns: 70px 1fr; }
  .dathoria-spell-detail-card .dathoria-spell-boxes { grid-column: 1 / -1; border-top: 1px solid #b7965c; }
}


/* Dathoria 8.0 visual patch */
#ContentRow { top: 165px; }
#ContentColumn .Content { filter: drop-shadow(0 0 14px rgba(0,0,0,0.55)); }
.BoxContent {
  background-size: 100% auto !important;
  background-repeat: repeat-y !important;
  box-shadow: inset 0 0 38px rgba(72,42,13,0.18);
}
#LeftArtwork #TibiaLogoArtworkTop {
  image-rendering: auto;
}
#LeftArtwork #TibiaLogoArtworkBottom,
#LeftArtwork #LogoLink {
  opacity: 0.92;
}
#Footer {
  text-shadow: 0 1px 3px #000;
}


/* Dathoria patch: stable wiki content width, right panel alignment and standard green subpage back button */
#ContentColumn{margin-left:205px;margin-right:205px;max-width:790px;}
#ThemeboxesColumn{right:0;z-index:5;}
#DathoriaBackButton{display:none;margin:0 0 8px 0;padding:0;}
#DathoriaBackButton a{display:inline-block;border:1px solid #382004;background:linear-gradient(to bottom,#155123,#0c3718 48%,#06220e);color:#ffe08a!important;font:bold 11px Verdana,Arial,sans-serif;text-transform:uppercase;text-decoration:none;padding:6px 12px;box-shadow:inset 0 0 0 1px #d8b45a;text-shadow:1px 1px #000;line-height:13px;}
#DathoriaBackButton a:hover{background:linear-gradient(to bottom,#1c6a2e,#0d481e 48%,#06220e);color:#fff2ad!important;text-decoration:none;}
.Table3.dathoria-topic-table{width:100%;max-width:100%;table-layout:auto;}
.Table3.dathoria-topic-table .InnerTableContainer{width:100%;max-width:100%;overflow:hidden;}

/* Dathoria ornate section title frame - applied to all Library section bars.
   Matches the classic framed Account/Create title style with side metal brackets. */
.Content .BoxContent .dv-panel-title,
.Content .BoxContent .dc-panel-title,
.Content .BoxContent .dm-section-title,
.Content .BoxContent .di-section-title,
.Content .BoxContent .dn10-section-title,
.Content .BoxContent .ds-spells .dathoria-section-title,
.Content .BoxContent .ds-buy-title,
.Content .BoxContent .dathoria-about-titlebar,
.Content .BoxContent .dathoria-server-titlebar,
.Content .BoxContent .dathoria-section-title,
.Content .BoxContent .DathoriaPanelTitle {
  position: relative !important;
  display: block !important;
  min-height: 22px !important;
  line-height: 20px !important;
  padding: 2px 10px 2px 12px !important;
  color: #fff4e0 !important;
  text-shadow: 1px 1px #000 !important;
  background: linear-gradient(180deg,#75675f 0%,#5f514a 48%,#4a3d36 100%) !important;
  border: 1px solid #17120f !important;
  border-top-color: #a59a90 !important;
  border-bottom-color: #130d09 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 -1px 0 rgba(0,0,0,.62),
    0 -2px 0 #677a82,
    0 2px 0 #677a82,
    0 -3px 0 #0d1518,
    0 3px 0 #0d1518 !important;
  overflow: visible !important;
}

.Content .BoxContent .dv-panel-title:before,
.Content .BoxContent .dc-panel-title:before,
.Content .BoxContent .dm-section-title:before,
.Content .BoxContent .di-section-title:before,
.Content .BoxContent .dn10-section-title:before,
.Content .BoxContent .ds-spells .dathoria-section-title:before,
.Content .BoxContent .ds-buy-title:before,
.Content .BoxContent .dathoria-about-titlebar:before,
.Content .BoxContent .dathoria-server-titlebar:before,
.Content .BoxContent .dathoria-section-title:before,
.Content .BoxContent .DathoriaPanelTitle:before,
.Content .BoxContent .dv-panel-title:after,
.Content .BoxContent .dc-panel-title:after,
.Content .BoxContent .dm-section-title:after,
.Content .BoxContent .di-section-title:after,
.Content .BoxContent .dn10-section-title:after,
.Content .BoxContent .ds-spells .dathoria-section-title:after,
.Content .BoxContent .ds-buy-title:after,
.Content .BoxContent .dathoria-about-titlebar:after,
.Content .BoxContent .dathoria-server-titlebar:after,
.Content .BoxContent .dathoria-section-title:after,
.Content .BoxContent .DathoriaPanelTitle:after {
  content: "" !important;
  position: absolute !important;
  top: -4px !important;
  bottom: -4px !important;
  width: 6px !important;
  background:
    linear-gradient(180deg,#8ca0a7 0%,#65767d 45%,#334148 46%,#6f8188 100%) !important;
  border: 1px solid #0b1114 !important;
  box-shadow:
    inset 1px 0 0 rgba(255,255,255,.28),
    inset -1px 0 0 rgba(0,0,0,.55),
    0 1px 0 rgba(255,255,255,.16) !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.Content .BoxContent .dv-panel-title:before,
.Content .BoxContent .dc-panel-title:before,
.Content .BoxContent .dm-section-title:before,
.Content .BoxContent .di-section-title:before,
.Content .BoxContent .dn10-section-title:before,
.Content .BoxContent .ds-spells .dathoria-section-title:before,
.Content .BoxContent .ds-buy-title:before,
.Content .BoxContent .dathoria-about-titlebar:before,
.Content .BoxContent .dathoria-server-titlebar:before,
.Content .BoxContent .dathoria-section-title:before,
.Content .BoxContent .DathoriaPanelTitle:before { left: -5px !important; }

.Content .BoxContent .dv-panel-title:after,
.Content .BoxContent .dc-panel-title:after,
.Content .BoxContent .dm-section-title:after,
.Content .BoxContent .di-section-title:after,
.Content .BoxContent .dn10-section-title:after,
.Content .BoxContent .ds-spells .dathoria-section-title:after,
.Content .BoxContent .ds-buy-title:after,
.Content .BoxContent .dathoria-about-titlebar:after,
.Content .BoxContent .dathoria-server-titlebar:after,
.Content .BoxContent .dathoria-section-title:after,
.Content .BoxContent .DathoriaPanelTitle:after { right: -5px !important; }


/* Dathoria final: real Tibia table caption frame for all brown section title bars */
.Content .BoxContent .dv-panel-title,
.Content .BoxContent .dc-panel-title,
.Content .BoxContent .dm-section-title,
.Content .BoxContent .di-section-title,
.Content .BoxContent .dn10-section-title,
.Content .BoxContent .ds-spells .dathoria-section-title,
.Content .BoxContent .ds-buy-title,
.Content .BoxContent .dathoria-about-titlebar,
.Content .BoxContent .dathoria-server-titlebar,
.Content .BoxContent .dathoria-section-title,
.Content .BoxContent .DathoriaPanelTitle,
.dv-panel-title,.dc-panel-title,.dm-section-title,.di-section-title,.dn10-section-title,.ds-buy-title,.dathoria-about-titlebar,.dathoria-server-titlebar,.dathoria-section-title,.DathoriaPanelTitle{
  position:relative!important;
  display:block!important;
  box-sizing:border-box!important;
  min-height:25px!important;
  line-height:18px!important;
  padding:4px 12px 5px 14px!important;
  margin-top:12px!important;
  margin-bottom:0!important;
  font-family:Verdana,Arial,"Times New Roman",sans-serif!important;
  font-size:10pt!important;
  font-weight:bold!important;
  color:#fff!important;
  text-shadow:1px 1px 1px #000!important;
  border:0!important;
  background-color:#5f4d41!important;
  background-image:
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/table-headline-border.gif'),
    url('/templates/tibiacom/images/content/table-headline-border.gif'),
    url('/templates/tibiacom/images/content/box-frame-vertical.gif'),
    url('/templates/tibiacom/images/content/box-frame-vertical.gif'),
    linear-gradient(180deg,#6f5d52 0%,#5f4d41 52%,#4d3d34 100%)!important;
  background-position:
    left top,
    right top,
    left bottom,
    right bottom,
    left top,
    left bottom,
    left top,
    right top,
    left top!important;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-y,
    repeat-y,
    repeat!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.Content .BoxContent .dv-panel-title:before,
.Content .BoxContent .dc-panel-title:before,
.Content .BoxContent .dm-section-title:before,
.Content .BoxContent .di-section-title:before,
.Content .BoxContent .dn10-section-title:before,
.Content .BoxContent .ds-spells .dathoria-section-title:before,
.Content .BoxContent .ds-buy-title:before,
.Content .BoxContent .dathoria-about-titlebar:before,
.Content .BoxContent .dathoria-server-titlebar:before,
.Content .BoxContent .dathoria-section-title:before,
.Content .BoxContent .DathoriaPanelTitle:before,
.Content .BoxContent .dv-panel-title:after,
.Content .BoxContent .dc-panel-title:after,
.Content .BoxContent .dm-section-title:after,
.Content .BoxContent .di-section-title:after,
.Content .BoxContent .dn10-section-title:after,
.Content .BoxContent .ds-spells .dathoria-section-title:after,
.Content .BoxContent .ds-buy-title:after,
.Content .BoxContent .dathoria-about-titlebar:after,
.Content .BoxContent .dathoria-server-titlebar:after,
.Content .BoxContent .dathoria-section-title:after,
.Content .BoxContent .DathoriaPanelTitle:after,
.dv-panel-title:before,.dc-panel-title:before,.dm-section-title:before,.di-section-title:before,.dn10-section-title:before,.ds-buy-title:before,.dathoria-about-titlebar:before,.dathoria-server-titlebar:before,.dathoria-section-title:before,.DathoriaPanelTitle:before,
.dv-panel-title:after,.dc-panel-title:after,.dm-section-title:after,.di-section-title:after,.dn10-section-title:after,.ds-buy-title:after,.dathoria-about-titlebar:after,.dathoria-server-titlebar:after,.dathoria-section-title:after,.DathoriaPanelTitle:after{
  content:none!important;
  display:none!important;
}
/* First title inside already separated panels should not add excess top margin */
.dv-panel .dv-panel-title,.dc-panel .dc-panel-title,.dm-section .dm-section-title{margin-top:0!important;}

/* Dathoria final hotfix: make every Tibia table caption a single titlebar (no duplicated top frame). */
.TableContainer {
  border: 0 !important;
  background: transparent !important;
}
.TableContainer .CaptionContainer {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  font-size: 1px !important;
  text-align: left !important;
}
.TableContainer .CaptionContainer .CaptionInnerContainer {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 25px !important;
  height: auto !important;
  padding: 4px 12px 5px 14px !important;
  margin: 0 !important;
  overflow: visible !important;
  background-color: #5f4d41 !important;
  background-image:
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/table-headline-border.gif),
    url(images/global/content/table-headline-border.gif),
    url(images/global/content/box-frame-vertical.gif),
    url(images/global/content/box-frame-vertical.gif),
    linear-gradient(180deg,#6f5d52 0%,#5f4d41 52%,#4d3d34 100%) !important;
  background-position:
    left top,
    right top,
    left bottom,
    right bottom,
    left top,
    left bottom,
    left top,
    right top,
    left top !important;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-y,
    repeat-y,
    repeat !important;
}
.TableContainer .CaptionContainer .Text {
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  font-family: Verdana, Arial, "Times New Roman", sans-serif !important;
  font-size: 10pt !important;
  line-height: 18px !important;
  font-weight: bold !important;
  color: #fff !important;
  text-align: left !important;
  text-shadow: 1px 1px 1px #000 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftTop,
.TableContainer .CaptionContainer .CaptionEdgeRightTop,
.TableContainer .CaptionContainer .CaptionEdgeLeftBottom,
.TableContainer .CaptionContainer .CaptionEdgeRightBottom,
.TableContainer .CaptionContainer .CaptionBorderTop,
.TableContainer .CaptionContainer .CaptionBorderBottom,
.TableContainer .CaptionContainer .CaptionVerticalLeft,
.TableContainer .CaptionContainer .CaptionVerticalRight {
  display: none !important;
  background-image: none !important;
}
.TableContainer .Table4,
.TableContainer .Table5 {
  border-left: 1px solid #101010 !important;
  border-right: 1px solid #101010 !important;
  border-bottom: 1px solid #101010 !important;
}

/* Dathoria desktop titlebar final fix: draw the Tibia frame only once, on CaptionContainer.
   The inner container must be transparent so desktop browsers do not render a second bar/frame. */
html body .Content .BoxContent .TableContainer .CaptionContainer,
html body .Content .BoxContent div.TableContainer div.CaptionContainer,
.TableContainer .CaptionContainer {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background-color: #5f4d41 !important;
  background-image:
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/table-headline-border.gif),
    url(images/global/content/table-headline-border.gif),
    url(images/global/content/box-frame-vertical.gif),
    url(images/global/content/box-frame-vertical.gif),
    linear-gradient(180deg,#6f5d52 0%,#5f4d41 52%,#4d3d34 100%) !important;
  background-position:
    left top,
    right top,
    left bottom,
    right bottom,
    left top,
    left bottom,
    left top,
    right top,
    left top !important;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-y,
    repeat-y,
    repeat !important;
}
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionInnerContainer,
html body .Content .BoxContent div.TableContainer div.CaptionContainer div.CaptionInnerContainer,
.TableContainer .CaptionContainer .CaptionInnerContainer {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 25px !important;
  min-height: 25px !important;
  padding: 3px 12px 0 14px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
}
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionInnerContainer .Text,
html body .Content .BoxContent div.TableContainer div.CaptionContainer div.CaptionInnerContainer .Text,
.TableContainer .CaptionContainer .CaptionInnerContainer .Text {
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
  height: 18px !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  font: bold 10pt Verdana, Arial, "Times New Roman", sans-serif !important;
  text-align: left !important;
  text-shadow: 1px 1px 1px #000 !important;
}
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionEdgeLeftTop,
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionEdgeRightTop,
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionEdgeLeftBottom,
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionEdgeRightBottom,
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionBorderTop,
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionBorderBottom,
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionVerticalLeft,
html body .Content .BoxContent .TableContainer .CaptionContainer .CaptionVerticalRight,
.TableContainer .CaptionContainer .CaptionEdgeLeftTop,
.TableContainer .CaptionContainer .CaptionEdgeRightTop,
.TableContainer .CaptionContainer .CaptionEdgeLeftBottom,
.TableContainer .CaptionContainer .CaptionEdgeRightBottom,
.TableContainer .CaptionContainer .CaptionBorderTop,
.TableContainer .CaptionContainer .CaptionBorderBottom,
.TableContainer .CaptionContainer .CaptionVerticalLeft,
.TableContainer .CaptionContainer .CaptionVerticalRight {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

/* Dathoria definitive titlebar overlap fix (desktop):
   Some MyAAC table captions contain CaptionContainer > CaptionInnerContainer plus old frame spans.
   Desktop was showing the container and inner row as two stacked titlebars. Keep one 25px caption
   and position the inner content over it instead of letting it create a second row. */
html body .Content .BoxContent div.TableContainer > div.CaptionContainer,
html body .Content .BoxContent .TableContainer > .CaptionContainer,
div.TableContainer > div.CaptionContainer {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 25px !important;
  min-height: 25px !important;
  max-height: 25px !important;
  line-height: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background-color: #5f4d41 !important;
  background-image:
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/box-frame-edge.gif),
    url(images/global/content/table-headline-border.gif),
    url(images/global/content/table-headline-border.gif),
    url(images/global/content/box-frame-vertical.gif),
    url(images/global/content/box-frame-vertical.gif),
    linear-gradient(180deg,#6f5d52 0%,#5f4d41 52%,#4d3d34 100%) !important;
  background-position:left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left top !important;
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat !important;
}
html body .Content .BoxContent div.TableContainer > div.CaptionContainer > div.CaptionInnerContainer,
html body .Content .BoxContent .TableContainer > .CaptionContainer > .CaptionInnerContainer,
div.TableContainer > div.CaptionContainer > div.CaptionInnerContainer {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 25px !important;
  min-height: 25px !important;
  max-height: 25px !important;
  padding: 3px 12px 0 14px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: none !important;
}
html body .Content .BoxContent div.TableContainer > div.CaptionContainer > div.CaptionInnerContainer > .Text,
html body .Content .BoxContent .TableContainer > .CaptionContainer > .CaptionInnerContainer > .Text,
div.TableContainer > div.CaptionContainer > div.CaptionInnerContainer > .Text {
  position: relative !important;
  display: block !important;
  height: 18px !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  font: bold 10pt Verdana, Arial, "Times New Roman", sans-serif !important;
  text-align: left !important;
  text-shadow: 1px 1px 1px #000 !important;
  z-index: 3 !important;
}
html body .Content .BoxContent div.TableContainer > div.CaptionContainer span[class^="Caption"],
html body .Content .BoxContent .TableContainer > .CaptionContainer span[class^="Caption"],
div.TableContainer > div.CaptionContainer span[class^="Caption"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

/* Dathoria site background
   Uses the supplied artwork as a proportional full-site background. */
html body {
  background-color: #050b12 !important;
  background-image: url('images/header/dathoria-site-background.png') !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

html body #ArtworkHelper {
  background-image: none !important;
  background-color: transparent !important;
}

/* Dathoria absolute final: every custom section title must match Create Dathoria Account. */
html body .Content .BoxContent .dathoria-panel-title,
html body .Content .BoxContent .dathoria-panel__header,
html body .Content .BoxContent .dv-panel-title,
html body .Content .BoxContent .dc-panel-title,
html body .Content .BoxContent .dm-section-title,
html body .Content .BoxContent .di-section-title,
html body .Content .BoxContent .dn10-section-title,
html body .Content .BoxContent .ds-buy-title,
html body .Content .BoxContent .dathoria-about-titlebar,
html body .Content .BoxContent .dathoria-server-titlebar,
html body .Content .BoxContent .dathoria-section-title,
html body .Content .BoxContent .DathoriaPanelTitle,
.dathoria-panel-title,
.dathoria-panel__header,
.dv-panel-title,
.dc-panel-title,
.dm-section-title,
.di-section-title,
.dn10-section-title,
.ds-buy-title,
.dathoria-about-titlebar,
.dathoria-server-titlebar,
.dathoria-section-title,
.DathoriaPanelTitle {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 25px !important;
  max-height: none !important;
  line-height: 18px !important;
  padding: 4px 12px 5px 14px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: Verdana, Arial, "Times New Roman", sans-serif !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  text-align: left !important;
  text-shadow: 1px 1px 1px #000 !important;
  overflow: visible !important;
  border: 0 !important;
  background-color: #5f4d41 !important;
  background-image:
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/table-headline-border.gif'),
    url('/templates/tibiacom/images/content/table-headline-border.gif'),
    url('/templates/tibiacom/images/content/box-frame-vertical.gif'),
    url('/templates/tibiacom/images/content/box-frame-vertical.gif'),
    linear-gradient(180deg,#6f5d52 0%,#5f4d41 52%,#4d3d34 100%) !important;
  background-position:left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left top !important;
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body .Content .BoxContent .dathoria-panel-title:before,
html body .Content .BoxContent .dathoria-panel-title:after,
html body .Content .BoxContent .dathoria-panel__header:before,
html body .Content .BoxContent .dathoria-panel__header:after,
html body .Content .BoxContent .dv-panel-title:before,
html body .Content .BoxContent .dv-panel-title:after,
html body .Content .BoxContent .dc-panel-title:before,
html body .Content .BoxContent .dc-panel-title:after,
html body .Content .BoxContent .dm-section-title:before,
html body .Content .BoxContent .dm-section-title:after,
html body .Content .BoxContent .di-section-title:before,
html body .Content .BoxContent .di-section-title:after,
html body .Content .BoxContent .dn10-section-title:before,
html body .Content .BoxContent .dn10-section-title:after,
html body .Content .BoxContent .ds-buy-title:before,
html body .Content .BoxContent .ds-buy-title:after,
html body .Content .BoxContent .dathoria-about-titlebar:before,
html body .Content .BoxContent .dathoria-about-titlebar:after,
html body .Content .BoxContent .dathoria-server-titlebar:before,
html body .Content .BoxContent .dathoria-server-titlebar:after,
html body .Content .BoxContent .dathoria-section-title:before,
html body .Content .BoxContent .dathoria-section-title:after,
html body .Content .BoxContent .DathoriaPanelTitle:before,
html body .Content .BoxContent .DathoriaPanelTitle:after,
.dathoria-panel-title:before,
.dathoria-panel-title:after,
.dathoria-panel__header:before,
.dathoria-panel__header:after,
.dv-panel-title:before,
.dv-panel-title:after,
.dc-panel-title:before,
.dc-panel-title:after,
.dm-section-title:before,
.dm-section-title:after,
.di-section-title:before,
.di-section-title:after,
.dn10-section-title:before,
.dn10-section-title:after,
.ds-buy-title:before,
.ds-buy-title:after,
.dathoria-about-titlebar:before,
.dathoria-about-titlebar:after,
.dathoria-server-titlebar:before,
.dathoria-server-titlebar:after,
.dathoria-section-title:before,
.dathoria-section-title:after,
.DathoriaPanelTitle:before,
.DathoriaPanelTitle:after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Dathoria absolute final: classic table captions must match Core Principles exactly. */
html body .Content .BoxContent div.TableContainer > div.CaptionContainer,
html body .Content .BoxContent .TableContainer > .CaptionContainer,
div.TableContainer > div.CaptionContainer {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 25px !important;
  max-height: none !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

html body .Content .BoxContent div.TableContainer > div.CaptionContainer > div.CaptionInnerContainer,
html body .Content .BoxContent .TableContainer > .CaptionContainer > .CaptionInnerContainer,
div.TableContainer > div.CaptionContainer > div.CaptionInnerContainer {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 25px !important;
  max-height: none !important;
  line-height: 18px !important;
  padding: 4px 12px 5px 14px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: Verdana, Arial, "Times New Roman", sans-serif !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  text-align: left !important;
  text-shadow: 1px 1px 1px #000 !important;
  overflow: visible !important;
  border: 0 !important;
  background-color: #5f4d41 !important;
  background-image:
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/box-frame-edge.gif'),
    url('/templates/tibiacom/images/content/table-headline-border.gif'),
    url('/templates/tibiacom/images/content/table-headline-border.gif'),
    url('/templates/tibiacom/images/content/box-frame-vertical.gif'),
    url('/templates/tibiacom/images/content/box-frame-vertical.gif'),
    linear-gradient(180deg,#6f5d52 0%,#5f4d41 52%,#4d3d34 100%) !important;
  background-position:left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left top !important;
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat !important;
  box-shadow: none !important;
}

html body .Content .BoxContent div.TableContainer > div.CaptionContainer > div.CaptionInnerContainer > .Text,
html body .Content .BoxContent .TableContainer > .CaptionContainer > .CaptionInnerContainer > .Text,
div.TableContainer > div.CaptionContainer > div.CaptionInnerContainer > .Text {
  position: relative !important;
  display: inline !important;
  height: auto !important;
  line-height: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  text-align: left !important;
  text-shadow: inherit !important;
  z-index: 3 !important;
}

html body .Content .BoxContent div.TableContainer > div.CaptionContainer span[class^="Caption"],
html body .Content .BoxContent .TableContainer > .CaptionContainer span[class^="Caption"],
div.TableContainer > div.CaptionContainer span[class^="Caption"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}


.dathoria-native-login-button{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;min-width:142px!important;height:34px!important;padding:0 14px!important;border:2px solid #171007!important;outline:1px solid #d4a52b!important;background:linear-gradient(180deg,#1c57ff 0%,#0a37d6 43%,#051a86 55%,#020c47 100%)!important;box-shadow:inset 0 0 0 1px #f5d65d,inset 0 0 0 3px #0a2a9d,inset 0 -3px 0 rgba(0,0,0,.55),0 0 0 2px #6d4810,0 2px 3px rgba(0,0,0,.75)!important;color:#ffe873!important;text-decoration:none!important;text-transform:none!important;text-align:center!important;font:bold 13px Verdana,Arial,sans-serif!important;text-shadow:1px 1px #000!important;cursor:pointer!important}.dathoria-native-login-button:before,.dathoria-native-login-button:after{content:"";position:absolute;top:3px;bottom:3px;width:3px;border-top:1px solid #f3d66b;border-bottom:1px solid #7c5010}.dathoria-native-login-button:before{left:3px}.dathoria-native-login-button:after{right:3px}.dathoria-native-login-button:hover{filter:brightness(1.16);color:#fff7af!important;text-decoration:none!important}.dathoria-login-access-wrap{text-align:center;margin:12px 0 4px}.ds-login-to-buy{margin-top:auto!important;width:100%!important;min-width:0!important;height:30px!important;padding:0 3px!important;font-size:9px!important;line-height:26px!important;white-space:nowrap!important;overflow:hidden!important;text-align:center!important}.ds-category-card--coins-wide{display:flex!important;flex-direction:row!important;align-items:center!important;gap:16px!important;width:calc(100% - 20px)!important;min-height:0!important;height:150px!important;margin:10px!important;padding:10px 18px!important;box-sizing:border-box!important;border:2px solid #9b6e1c!important;background:linear-gradient(180deg,#f3e4b8 0%,#dbc184 100%)!important;box-shadow:inset 0 0 0 1px #fff1c8,inset 0 0 18px rgba(255,222,122,.45),0 3px 8px rgba(69,39,9,.35)!important}.ds-category-card--coins-wide:hover{border-color:#d0a13a!important;box-shadow:inset 0 0 0 1px #fff5d4,inset 0 0 22px rgba(255,224,117,.6),0 4px 10px rgba(69,39,9,.45)!important}.ds-category-card--coins-wide .ds-category-image{width:145px!important;height:118px!important;flex:0 0 145px!important;margin:0!important}.ds-category-card--coins-wide .ds-category-image img{max-width:138px!important;max-height:112px!important}.ds-category-wide-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start;text-align:left;justify-content:center}.ds-category-card--coins-wide .ds-category-name{font-size:20px!important;text-shadow:0 1px 0 #fff1c3}.ds-category-card--coins-wide .ds-category-text{max-width:360px!important;margin:5px 0!important;font-size:10px!important}.ds-category-card--coins-wide .ds-category-count{margin:2px 0 0!important;font-weight:bold!important}.ds-category-card--coins-wide .ds-open{width:165px!important;flex:0 0 165px!important;padding:8px 5px!important;border:1px solid #76500e!important;box-shadow:inset 0 0 0 1px #f4dda1!important;background:linear-gradient(180deg,#ead49a,#cda95d)!important}@media(max-width:620px){.ds-category-card--coins-wide{height:auto!important;min-height:220px!important;flex-direction:column}.ds-category-wide-copy{align-items:center;text-align:center}.ds-category-card--coins-wide .ds-open{width:100%!important}}


/* Dathoria official streamers premium portal */
#Themeboxes #StreamersBox{
  position:relative;
  top:-4px;
  width:180px;
  height:auto !important;
  min-height:286px;
  margin:0 0 12px;
  padding:0;
  overflow:visible;
  box-sizing:border-box;
  border:2px solid #4b2b0a;
  outline:1px solid #c79b3d;
  background:#071b12;
  box-shadow:inset 0 0 0 1px #0b100b,0 3px 7px rgba(0,0,0,.82);
  font-family:Verdana,Arial,sans-serif;
}
#StreamersBox .DathoriaStreamersPortal{
  position:relative;
  display:block;
  width:100%;
  box-sizing:border-box;
  overflow:hidden;
  color:#f9e8b1 !important;
  text-decoration:none !important;
  background:
    radial-gradient(circle at 50% 19%,rgba(45,125,77,.22),transparent 38%),
    linear-gradient(180deg,#0f3523 0,#071b12 100%);
}
#StreamersBox .DathoriaStreamersPortal:before{
  content:"";
  position:absolute;
  inset:3px;
  pointer-events:none;
  border:1px solid rgba(211,167,67,.45);
  z-index:5;
}
#StreamersBox .DathoriaStreamersPortalHeader{
  position:relative;
  display:block;
  min-height:43px;
  box-sizing:border-box;
  padding:8px 5px 6px;
  text-align:center;
  border-bottom:1px solid #9a6a1f;
  background:
    linear-gradient(90deg,rgba(0,0,0,.35),transparent 28%,transparent 72%,rgba(0,0,0,.35)),
    linear-gradient(180deg,#1c5737 0,#0d301f 100%);
  box-shadow:inset 0 1px rgba(255,235,153,.18),inset 0 -2px rgba(0,0,0,.5);
}
#StreamersBox .DathoriaStreamersPortalHeader strong{
  display:block;
  color:#ffec9f;
  font:700 12px Georgia,'Times New Roman',serif;
  line-height:14px;
  letter-spacing:.45px;
  text-shadow:1px 1px 1px #000,0 0 4px rgba(255,208,74,.25);
}
#StreamersBox .DathoriaStreamersPortalHeader small{
  display:block;
  margin-top:3px;
  color:#d8b964;
  font:700 7px Verdana,Arial,sans-serif;
  line-height:9px;
  letter-spacing:.8px;
}
#StreamersBox .DathoriaStreamersHero{
  display:flex;
  align-items:center;
  gap:8px;
  box-sizing:border-box;
  min-height:91px;
  padding:10px 8px 9px;
  color:#40250b;
  border-bottom:1px solid #9b6d25;
  background:
    radial-gradient(circle at 18% 40%,rgba(255,248,205,.58),transparent 36%),
    linear-gradient(180deg,#f5e6b8 0,#dfc47f 100%);
  box-shadow:inset 0 0 0 1px #fff0bd;
}
#StreamersBox .DathoriaStreamersShield{
  display:flex;
  flex:0 0 61px;
  width:61px;
  height:67px;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:5px;
  border:1px solid #62400e;
  outline:1px solid #d7a640;
  background:
    radial-gradient(circle at 50% 32%,#2f8657 0,#115033 48%,#072a1a 100%);
  box-shadow:inset 0 0 0 2px #0a1c12,inset 0 1px 5px rgba(255,232,132,.28),0 2px 4px rgba(0,0,0,.55);
}
#StreamersBox .DathoriaStreamersShield img{
  display:block;
  max-width:51px;
  max-height:57px;
  filter:drop-shadow(0 2px 1px rgba(0,0,0,.72));
}
#StreamersBox .DathoriaStreamersHeroCopy{
  display:block;
  flex:1;
  min-width:0;
  text-align:left;
}
#StreamersBox .DathoriaStreamersHeroCopy strong{
  display:block;
  color:#5b300c;
  font:700 11px Georgia,'Times New Roman',serif;
  line-height:13px;
  text-shadow:0 1px #fff1c0;
}
#StreamersBox .DathoriaStreamersHeroCopy small{
  display:block;
  margin-top:5px;
  color:#6c4d29;
  font:7px Verdana,Arial,sans-serif;
  line-height:10px;
}
#StreamersBox .DathoriaStreamersBenefits{
  display:block;
  padding:7px 8px 6px;
  color:#efd795;
  background:
    linear-gradient(90deg,rgba(255,215,92,.045),transparent 35%,rgba(255,215,92,.045)),
    linear-gradient(180deg,#0e2e1f 0,#071b12 100%);
}
#StreamersBox .DathoriaStreamersBenefits > span{
  position:relative;
  display:block;
  min-height:31px;
  box-sizing:border-box;
  margin:0 0 5px;
  padding:4px 4px 4px 27px;
  text-align:left;
  border:1px solid rgba(181,132,42,.56);
  background:linear-gradient(180deg,rgba(255,238,168,.08),rgba(0,0,0,.14));
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.35);
}
#StreamersBox .DathoriaStreamersBenefits > span:before{
  content:"";
  position:absolute;
  left:7px;
  top:8px;
  width:10px;
  height:10px;
  box-sizing:border-box;
  border:1px solid #e3bb54;
  transform:rotate(45deg);
  background:#17613b;
  box-shadow:inset 0 0 0 2px #082718,0 0 3px rgba(241,204,94,.35);
}
#StreamersBox .DathoriaStreamersBenefits b{
  display:block;
  color:#e9c85e;
  font:700 8px Verdana,Arial,sans-serif;
  line-height:10px;
  text-shadow:1px 1px #000;
}
#StreamersBox .DathoriaStreamersBenefits small{
  display:block;
  margin-top:1px;
  color:#f5e8bd;
  font:7px Verdana,Arial,sans-serif;
  line-height:9px;
  text-shadow:1px 1px #000;
}
#StreamersBox .DathoriaStreamersBenefits .DathoriaStreamersBonus{
  margin-bottom:0;
  border-color:#5f9a4d;
  background:linear-gradient(180deg,rgba(53,141,78,.25),rgba(3,35,17,.28));
}
#StreamersBox .DathoriaStreamersBenefits .DathoriaStreamersBonus b{
  color:#79e08b;
}
#StreamersBox .DathoriaStreamersPortalButton{
  position:relative;
  display:block;
  min-height:31px;
  box-sizing:border-box;
  margin:0;
  padding:9px 4px 7px;
  text-align:center;
  color:#fff0a0;
  border-top:1px solid #e1b64c;
  background:
    linear-gradient(180deg,rgba(255,255,255,.17),transparent 31%),
    linear-gradient(180deg,#176da9 0,#0c4b80 47%,#06325d 52%,#031b35 100%);
  box-shadow:inset 0 0 0 1px #03131f,inset 0 0 0 2px #2f82b8,inset 0 -3px 5px rgba(0,0,0,.5);
  font:700 9px Verdana,Arial,sans-serif;
  line-height:11px;
  letter-spacing:.15px;
  text-shadow:1px 1px #000;
}
#StreamersBox .DathoriaStreamersPortal:hover{
  filter:brightness(1.06);
}
#StreamersBox .DathoriaStreamersPortal:hover .DathoriaStreamersPortalButton{
  color:#fffbd2;
  filter:brightness(1.16);
}
#StreamersBox .DathoriaStreamersPortal:focus{
  outline:2px solid #f0c45e;
  outline-offset:2px;
}
