
@charset "utf-8";
/* CSS Document */
/* Centraliza copyright responsivamente */

@font-face {
  font-family: 'martelregular';
  src: url('../fonts/regular.eot');
  src: url('../fonts/regular.eot#iefix') format('embedded-opentype'), url('../fonts/regular.woff') format('woff'), url('../fonts/regular.ttf') format('truetype'), url('../images/regular.svg#martelregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* General */

body {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-size: 12px;
  color: #5a2800;
  padding: 0;
  margin: 0;
}

.site-copyright {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #5a2800;
  text-align: center;
  display: block;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #0042a0;
}

a:hover {
  color: #0080c2;
  text-decoration: underline;
  font-weight: bold;
}
.martel {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
.button {
  font-family: Verdana, Tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  background-image: url('../images/button-bg.jpg');
  border: none;
  border-bottom: 1px solid #424242;
  border-top: 1px solid #848484;
  background-repeat: repeat;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  border-radius: 7px;
  font-weight: bold;
  padding: 3px 20px;
  min-width: 110px;
  cursor: pointer;
  font-size: 9px;
  outline: none;
  color: #fff;
  margin: 0;
}
.button:hover {
  text-decoration: underline;
}

table {
        font-size: 13px;
        color: #5a2800;
        margin: 10px 0 0 0;
        width: 100%;
        border-spacing: 1px;
}
table tr th, table tr td {
        padding: 4px 4px;
}
table tr:nth-child(odd) td{
        background: #d4c0a1;
}
table tr:nth-child(even) td{
        background: #f1e0c6;
}
table tr:first-child th, table tr:first-child td{
        background: #505050;
        color: #efefef;
        font-weight: bold;
        text-align: left;
}
tr.darkborder  td{
        background: #d4c0a1 !important;
        color: #5a2800 !important;
}
tr.lightborder  td{
        background: #f1e0c6 !important;
        color: #5a2800 !important;
}

input[type="submit"],
input[type="button"] {
        font-family: Verdana, Tahoma, sans-serif !important;
        border: none;
        border-bottom: 1px solid #424242;
        border-top: 1px solid #848484;
        text-align: center;
        border-radius: 7px;
        font-weight: bold;
        padding: 3px 20px;
        min-width: 110px;
        cursor: pointer;
        font-size: 9px;
        background:#505050;
        color:#efefef;
}

input,
select {
  padding: 6px 12px;
  border-radius: 3px;
  outline: none;
  margin-top: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input:focus,
input:active {
  border-color: #271100;
}

select {
  padding: 6px 12px;
}

/* Footer */
#m_footer {
        float: left;
        color: #FFFFFF;
    font-family: Verdana, sans-serif;
        font-size: 9px;
}
#m_footer a{
        color:white;
        text-decoration:none;
}
#m_footer a:hover{
        color:white;
        text-decoration:none;
}

/*  Tibia old layout */

#pandaac {
  margin: 15px auto;
  width: 1247px;
  position: relative;
}
#pandaac #header {
  background:
    url('../images/header_left.jpg') left center no-repeat,
    url('../images/header_right.jpg') right center no-repeat,
    url('../images/header_middle.jpg') center center repeat-x;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #000;
  width: 1065px;
  height: 64px;
  display: block;
}
#pandaac #header img {
  display: block;
}
#pandaac #topbar {
  background-image: url('../images/topbar-bg.png');
  background-repeat: repeat;
  padding-left: 130px;
  height: 20px;
  color: #fff;
  width: 937px;
}
#pandaac #topbar ul {
  table-layout: fixed;
  text-align: center;
  padding: 3px 0 0 0;
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
}
#pandaac #topbar ul li,
#pandaac #topbar ul a {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 16px;
}
#pandaac #topbar ul li:hover,
#pandaac #topbar ul a:hover {
  text-shadow: 2px 2px 2px #00f;
}
#pandaac #topbar ul li {
  display: table-cell;
}
#pandaac #topbar ul a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
#pandaac #content-container {
  zoom: 1;
}
#pandaac #content-container:before,
#pandaac #content-container:after {
  content: "";
  display: table;
}
#pandaac #content-container:after {
  clear: both;
}
#pandaac #content-container #sidebar {
  position: relative;
  width: 130px;
  float: left;
  z-index: 10;
}
#pandaac #content-container #sidebar #sidebar-links {
  box-shadow: 3px 3px 3px 1px #000;
  background-image: url('../images/sidebar-bg.png');
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-repeat: repeat;
  padding-bottom: 10px;
  text-align: center;
}
#pandaac #content-container #sidebar #sidebar-links .line {
  margin: 5px 0;
}
#pandaac #content-container #sidebar #sidebar-links .line:first-child {
  margin-top: 0;
}
#pandaac #content-container #sidebar #sidebar-links ul {
  text-align: left;
  list-style: none;
  padding: 5px 0;
  display: block;
  width: 100%;
  margin: 0;
}
#pandaac #content-container #sidebar #sidebar-links ul li,
#pandaac #content-container #sidebar #sidebar-links ul a {
  font-family: martelregular, sans-serif;
  text-shadow: 2px 2px 2px #000;
  font-weight: normal;
  font-size: 15px;
}
#pandaac #content-container #sidebar #sidebar-links ul li {
  display: block;
  margin: 5px 0 5px 28px;
}
#pandaac #content-container #sidebar #sidebar-links ul a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #fff;
}
#pandaac #content-container #sidebar #sidebar-links ul a:hover:before {
  background-position: -8px 0;
}
#pandaac #content-container #sidebar #sidebar-links ul a:before {
  background: url('../images/sidebar-icon.png') no-repeat 0 0;
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  left: -12px;
  width: 8px;
  top: 3px;
}
#pandaac #content-container #sidebar #sidebar-misc {
  text-align: center;
  margin-top: 30px;
  color: #fff;
}
#pandaac #content-container #sidebar #sidebar-misc a:not(.martel) {
  font-size: 10px;
  color: #419AFF;
}
#pandaac #content-container #sidebar .line {
  background: url('../images/line-short.png') center center no-repeat;
  text-align: center;
  display: block;
  margin: 3px 0;
  height: 4px;
  width: 100%;
}
#pandaac #content-container #sidebar .bar {
  background: url('../images/bar.gif') center center no-repeat;
  text-align: center;
  display: block;
  margin: 3px 0;
  height: 4px;
  width: 100%;
}
#pandaac #content-container #sidebar .line.wide {
  background: url('../images/line-wide.png') center center no-repeat;
}
#pandaac #content-container #main {
  border-style: solid;
  border-width: 7px 9px 9px 8px;
  -moz-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  -webkit-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  -o-border-image: url('../images/content-border.png') 7 9 9 8 repeat;
  border-image: url('../images/content-border.png') 7 9 9 8 fill repeat;
  width: 920px;
  float: left;
}
#pandaac #content-container #main #content {
  background-image: url('../images/content-bg.jpg');
  background-repeat: repeat;
  padding: 10px;
}

/* Sidebar Right */

.sidebar-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

.players-online-wrapper {
  width: 150px;
  height: 100px;
  margin: 50px auto 0 auto;
  background: url('../images/pedestal-and-online.gif') no-repeat center top;
  position: relative;
  background-size: contain;
}

.c-demon {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  background: url('../images/logo_counter.gif') no-repeat center center;
  background-size: contain;
  top: 0px;
  z-index: 6;
}

.players-online-w {
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0px;
  text-align: center;
  z-index: 3;
}

.players-online-l {
  font-size: 7px;
  color: rgb(255, 215, 0);
  margin-bottom: 2px;
}

.players-online-l a {
  text-decoration: none !important;
  font-weight: bold;
}

.players-online-l a.status-online {
  color: #00FF00 !important;
}

.players-online-l a.status-offline {
  color: #ff6b6b !important;
}

.players-online-l a.status-error {
  color: #ff6b6b !important;
}

.players-online-l a:hover {
  color: #ffff00 !important;
}

.players-online-n {
  color: #ffd700;
  font-size: 7px;
  font-weight: bold;
}

.p-online {
  color: #ffffff;
  text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00;
  cursor: pointer;
  font-weight: bold;
}

.p-total {
  color: #ff4444;
  font-weight: bold;
}

.box-side-wrapper {
  width: 180px;
  margin: 0 auto;
  position: relative;
  top: -3px;
}

.download-wrapper-header,
.network-wrapper-header {
  width: 180px;
  height: 31px;
  background: url("../images/top_level-download.png");
  margin: 0 auto;
  position: relative;
  left: -3px;
}

.box-side-header {
  width: 168px;
  height: 15px;
  margin: 0 auto;
  background: url("../images/top-header-bg.png");
}

.network-wrapper-header {
  background: url("../images/network-header.png");
}

.box-side-middle {
  box-sizing: border-box;
  width: 168px;
  background: url("../images/box-side-middle.png") repeat-y;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}

.box-side-footer {
  width: 179px;
  height: 28px;
  background: url("../images/top-header-footer.png");
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.btn-download {
  text-transform: uppercase;
  color: #fff;
  background: #4CAF50;
  border: 1px solid #1B5E20;
  border-radius: 2px;
  padding: 10px 8px;
  font-size: 14px;
  display: block;
  margin: 0 5px;
}

.btn-download:hover {
  color: #fff;
  text-decoration: none;
  background: #388E3C;
  border-color: #2E7D32;
}

.btn-download:active {
  background: #2E7D32;
  border-color: #1B5E20;
}

.btn-criar-conta {
  background: #F44336;
  border-color: #B71C1C;
}

.btn-criar-conta:hover {
  background: #E53935;
  border: 1px solid #D32F2F;
}

.btn-criar-conta:active {
  background: #C62828;
  border: 1px solid #B71C1C;
}

.register-wrapper-header {
  background: url("../images/criar-conta-bg.png");
}

/*Menu start here*/	
ul#tabmenu {
  padding: 0%;
  border-radius: 1px;
  height: 165px;
  font-size: 14px;
  text-align: left;
  margin: 0;
}
ul#tabmenu li:hover {
  background: rgb(179, 179, 179);
  border-radius: 8px;
  border: 4px double beige;
}
ul#tabmenu li {
  float: left;
  width: 12%;
  padding: .7% 3%;
  background: none;
  height: 40px;
  border: 4px double transparent;
  transition: .7s all;
  list-style: none;
}
ul#tabmenu a {
  outline: none;
  text-decoration: none;
  font-weight: bold;
  color: #1C4B15;
}
ul#tabmenu li a div {
  float: right;
  width: 40%;
}
/*Menu ends here*/


/* News Ticker */

.news-ticker-table {
    width: 100%;
    box-shadow: 1px 1px 10px #000;
    border-collapse: separate;
    border-spacing: 0;
    border: 3px solid #5a2800;
}

.news-ticker-header {
    background-color: #505050;
    padding: 1px;
    text-align: left;
    padding-left: 7px;
    border-bottom: 4px solid #d4a068;
}

.news-ticker-header img {
    vertical-align: middle;
}

.news-ticker-tbody {
    display: block;
    border: 4px solid #d4a068;
    border-top: none;
    box-shadow: inset 0 0 0 2px #8b6914;
    padding: 8px;
}

.ticker-row {
    transition: background-color 0.2s;
    position: relative;
}

.ticker-row:nth-child(odd) {
    background-color: #d4c0a1 !important;
}

.ticker-row:nth-child(even) {
    background-color: #f1e0c6 !important;
}

.ticker-row td {

    background-color: transparent !important;
    border-bottom: 1px solid #d5c0a1;
    padding: 4px 4px;
    color: #5a2800 !important;
    font-weight: normal !important;
    text-align: left !important;
    vertical-align: top !important;
    min-height: 32px;
}

.ticker-row[data-full-view="false"] td:last-child:hover {
    cursor: pointer;
}

.ticker-row .NewsTicker_1 {
    vertical-align: top;
    padding: 2px;
}

.ticker-row .NewsTicker_1 img {
    display: block;
    width: 20px;
    height: 20px;
}

.ticker-row .NewsTicker_2 {
    width: 90px;
    text-align: right;
    padding: 2px;
    padding-top: 4px;
    vertical-align: top;
    color: #5a2800;
    font-size: 0.95em;
    white-space: normal;
    word-wrap: break-word;
}

.ticker-row .NewsTicker_3 {
    width: 727px;
    max-width: 727px;
    padding: 2px;
    padding-top: 4px;
    vertical-align: top;
}

.ticker-row .NewsTicker_4 {
    vertical-align: top;
}

.ticker-title {
    color: #5a2800;
    font-size: 9pt;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ticker-collapsed {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.ticker-expanded {
    display: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-height: 32px;
}

.ticker-expanded .ticker-title {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.ticker-row .NewsTickerShortText {
    display: block;
    width: 100%;
    max-width: 730px;
    white-space: nowrap;
    overflow: hidden;
}

.ticker-row .NewsTickerShortText p {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.ticker-row .ticker-plus {
    position: relative;
    right: 1px;
    top: 1px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
    z-index: 10;
    display: inline;
}

.ticker-row .ticker-minus {
    position: relative;
    right: 1px;
    top: 1px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.ticker-row-empty td {
    background-color: transparent !important;
    color: #5a2800 !important;
    text-align: center !important;
    font-weight: normal !important;
    border-bottom: none !important;
    padding: 8px 0;
}

.ticker-row-empty .ticker-empty-center {
    width: 870px;
    vertical-align: middle;
    background-color: transparent;
}


/* News */

.news-table {
    width: 100%;
    box-shadow: 1px 1px 10px #000;
    border-collapse: separate;
    border-spacing: 0;
    border: 3px solid #5a2800;
}

.news-header {
    background-color: #505050;
    padding: 1px;
    text-align: left;
    padding-left: 7px;
}

.news-header img {
    vertical-align: middle;
}

.news-tbody {
    display: block;
    border: 4px solid #d4a068;
    border-top: 4px solid #d4a068;
    box-shadow: inset 0 0 0 2px #8b6914;
    padding-top: 5px;
    padding-bottom: 5px;
}

.news-tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.news-headline-date {
    background-color: transparent !important;
    color: white !important;
    font-size: 9px;
    font-weight: bold;
}

.news-headline-left {
    background: url(../images/content/maureske_blue_left.gif) right no-repeat !important;
    background-color: transparent !important;
    width: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;
    height: 27px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-spacing: 0 !important;
}

.news-headline-left.news-headline-blue {
    background: url(../images/content/maureske_blue_left.gif) right no-repeat !important;
}

.news-headline-left.news-headline-red {
    background: url(../images/content/maureske_red_left.gif) right no-repeat !important;
}

.news-headline-left.news-headline-green {
    background: url(../images/content/maureske_green_left.gif) right no-repeat !important;
}

.news-headline-body {
    background: url(../images/content/maureske_blue_body.gif) center repeat-x !important;
    background-color: transparent !important;
    color: #efefef !important;
    font-weight: bold;
    padding: 5px 10px !important;
    margin: 0 !important;
    border: none !important;
    border-spacing: 0 !important;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

.news-headline-body.news-headline-blue {
    background: url(../images/content/maureske_blue_body.gif) center repeat-x !important;
}

.news-headline-body.news-headline-red {
    background: url(../images/content/maureske_red_body.gif) center repeat-x !important;
}

.news-headline-body.news-headline-green {
    background: url(../images/content/maureske_green_body.gif) center repeat-x !important;
}

.news-headline-right {
    background: url(../images/content/maureske_blue_right.gif) left no-repeat !important;
    background-color: transparent !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 27px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-spacing: 0 !important;
}

.news-headline-right.news-headline-blue {
    background: url(../images/content/maureske_blue_right.gif) left no-repeat !important;
}

.news-headline-right.news-headline-red {
    background: url(../images/content/maureske_red_right.gif) left no-repeat !important;
}

.news-headline-right.news-headline-green {
    background: url(../images/content/maureske_green_right.gif) left no-repeat !important;
}

.news-body {
    background-color: transparent !important;
    color: #5a2800 !important;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 10px 30px 10px 30px;
}

.news-author-prefix {
    background-color: transparent !important;
    font-weight: normal !important;
    font-size: 0.9em !important;
    padding: 10px 30px 10px 30px;
}

.news-tbody-empty td {
    background-color: transparent !important;
    color: #5a2800 !important;
    text-align: center !important;
    font-weight: normal !important;
    border-bottom: none !important;
    padding: 8px 0;
}

.news-tbody-empty .news-post-empty {
    width: 890px;
    vertical-align: middle;
    background-color: transparent;
}


/* Light Box */

#DeactivationContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    min-height: 100%;
    width: 100%;
    background-color: black;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
    display: none;
}

.LightBoxContentToHide {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
}

.LightBoxContentToHide a:link {
    color: #da761e;
    text-decoration: none;
}

.LightBoxContentToHide a:visited {
    color: #da761e;
    text-decoration: none;
}

.LightBoxContentToHide a:focus {
    color: white;
    text-decoration: none;
}

.LightBoxContentToHide a:active {
    color: edb045;
    text-decoration: underline;
}

.LightBoxContentToHide a:hover {
    color: #edb045;
    text-decoration: underline;
}

#ImageModal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#ImageModalContentWrapper {
    position: relative;
    pointer-events: auto;
    margin-left: 25px;
    margin-right: 25px;
}

#ImageModalCloseButton {
    position: absolute;
    top: -12px;
    right: -12px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    border: 1px solid #fff;
    background-color: #000;
}

#ImageModalCloseButton:hover {
    color: #ccc;
    border: 1px solid #ccc;
}

#ImageModalImgElement {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
}

.NewsImageLinkThumbnail {
    cursor: pointer;
}


#content, .forum-box, .forum-table, .forum-container-box {
    box-sizing: border-box;
}

.forum-box {
    width: 100%;
    border: 3px solid #252524;
    background: #505050;
    box-shadow: 1px 1px 10px #000;
    margin-top: 20px;
}

.forum-header {
    background: #505050;
    color: #efefef;
    font-weight: bold;
    padding: 8px;
    font-size: 14px;
    text-align: left;
}

.forum-header img {
  margin: 0px;
  padding: 0px;
}

.forum-row {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr 0.5fr 1fr;
}

.forum-row:nth-child(odd) .forum-cell {
  background: transparent !important;
}
.forum-row:nth-child(even) .forum-cell {
  background: transparent !important;
}

/* Células */
.forum-cell {
  padding: 6px;
  color: #5a2800;
  font-size: 13px;
  border: 1px solid #f1e0c6;
  background: transparent !important;
}

/* Linha título */
.forum-row-title .forum-cell {
  background: transparent !important;
  color: #5a2800;
  font-weight: bold;
}

.forum-border_1 {
    display: block;
    border: 4px solid #d4a068;
}

.forum-border_2 {
  border: 1px solid #793d03;
}

.forum-boxcontent {
  padding: 10px;
}
.TableContent {
  margin-top: 0 !important;
  border-spacing: 0 !important;
  padding-top: 0 !important;
  border-collapse: collapse !important;
}
.TableContent td, .TableContent th {
  border: 1px solid #faf0d7;
  background: transparent !important;
  color: #5a2800 !important;
  vertical-align: top;
}
.TableContent td > .CipPostWithBorderImage {
  margin: -1px !important;
}
.TableContent td.CipPost {
  border: none !important;
  padding: 0 !important;
}
.TableContent tr:not(.LabelH):nth-child(odd) td {
  background: #d4c0a1 !important;
}
.TableContent tr:not(.LabelH):nth-child(even) td {
  background: #f1e0c6 !important;
}
/* Tabela de smileys com cor de texto normal */
.SmileyTable td {
  color: #5a2800 !important;
  background: transparent !important;
  font-weight: normal !important;
}


/* FORUM - general post format */
.ForumHead {
  display: flex;
  flex-wrap: wrap;
}
.ForumWelcome {
  flex-grow: 1;
  margin-top: 5px;
  font-size: 10pt;
}
.BreakLongWords {
  overflow-wrap: anywhere;
}
.ForumHead .ForumTimes {
  flex-grow: 1;
  margin-top: 5px;
  text-align: right;
}


/* Cabeçalho estilo tibia */
.forum-container-box {
    width: 100%;
    border: 3px solid #252524;
    background: #505050;
    box-shadow: 1px 1px 10px #000;
}

.forum-container-header {
    background: #505050;
    color: #efefef;
    font-weight: bold;
    padding: 8px;
    font-size: 14px;
    text-align: left;
	display: flex;
    align-items: center;
    padding: 4px;
}

.forum-container-ButtonText {
    margin-left: auto; /* empurra o botão para a direita */
    background-color: #28a745;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #1e7e34;
}

.forum-container-ButtonText:hover {
    background-color: #218838;
    border-color: #1c7430;
}



.forum-container-table,
.forum-container-table tr,
.forum-container-table td {
    background: transparent !important;
	color: #5A2800 !important;
}

.TableNewPost {
	background: transparent !important;
	color: #5A2800 !important;
}

.forum-container-table select,
.forum-container-table select option {
    background-color: #ffffff !important;
    color: #000000 !important;
	vertical-align: middle;
}

.forum-container-boxcontent {
  padding: 5px;
}

.forum-container-border_1 {
	border: 2px solid #793d03;
}

.TableContentContainer {
  border: 1px solid #5F4D41;
  position: relative;
  height: 50%;
  background-color: transparent !important;
  padding: 0px;
  margin: 0;
}

.TableContainerThread {
  border: 1px solid #5F4D41;
  position: relative;
  height: 50%;
  background-color: transparent !important;
  padding: 0px;
  margin: 0;
}

.TableContainerThread_2 {
  border: 1px solid #5F4D41;
  position: relative;
  height: 50%;
  background-color: transparent !important;
  padding: 0px;
  margin: 0;
}


.TableContainer .TableContent td.HNCContainer {
  width: 22px;
  vertical-align: middle;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}	

.ThreadPages {
  float: left !important;
}

.InnerTableContainer .InnerTableSeparator {
  border-style: inset;
  border-top: 1px solid #5A2800;
  border-bottom: 0px;
  border-bottom: none;
  border-left: none;
}

.TableContent .InlineTable {
  width:100% !important;
  border-width: 2px !important;
  border-style: ridge !important;
  border-color: #f1e0c6 !important;
  margin-bottom: 0px !important;
  margin-top: 0 !important;
  border-spacing: 0 !important;
}
.TableContent .InlineTable td {
  vertical-align: middle;
}

.PostText table {
  border: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  border-collapse: collapse !important;
}

.PostText table td {
  border: 0 !important;
}

.LabelH {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  background-color: #d5c0a1 !important;

}
.LabelH td {
  background-color: #d5c0a1 !important;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  color: #5A2800 !important;
}

.TableContainer .TableContent td.BoardListFirstColumn {
  height: 16px;
  min-width: 32px;
  padding-left: 0px;
  padding-right: 0px;
}

.LogoInfoRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  font-weight: bold;
}
.LogoInfoCell {
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.LogoInfoCell img {
  margin-right: 5px;
}

/** -------------------------------
 *  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;
}
.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;
}

.TextRight, .TextRight td {
  text-align: right;
  vertical-align: middle !important;
}
.LastPostInfo {
  white-space: nowrap;
  width: 165px;
}

  .LastPostInformation > div, .PostNumericInformation, .LastEditedBy {
    font-size: 8pt !important;
    vertical-align: text-bottom;
  }

.ff_info, .forum-box .ff_info {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 8pt !important;
  color: #5A2800;
  visibility: visible;
}

.forum-box .ff_info {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 8pt !important;
  color: #5A2800;
  visibility: visible;
}
.forum-box .ff_white {
  color: #EFEFEF;
  font-size: 7pt;
  font-weight: bold;
}
.forum-box .ff_red {
  color: #EF0000;
  font-size: 8pt;
  font-weight: bold;
}
.forum-box .ff_whitelarge {
  color: #EFEFEF;
  font-size: 9pt;
  font-weight: bold;
}
.forum-box .ff_infotext {
  color: #5A2800;
  font-size: 8pt;
  line-height: 12pt;
}
.forum-box .ff_smallinfo {
  color: #5A2800;
  font-size: 7pt;
}
.forum-box .ff_large {
  color: #5A2800;
  font-size: 12pt;
}
.forum-box .ff_pagetext {
  color: #5A2800;
  font-size: 9pt;
  line-height: 13pt;
}
.forum-box .ff_pagetextgrey {
  color: #505050;
  font-size: 9pt;
  line-height: 13pt;
}
.forum-box .ff_pagetextred {
  color: #F00;
  font-size: 9pt;
  line-height: 13pt;
}
.forum-box .ff_correct {
  color: #FF0000;
  font-size: 11pt;
  font-weight: bold;
}

.ForumBreadCrumbs {
  float: right;
  font-size: 10pt;
  margin: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.ForumBreadCrumbsSeparator {
  clear: both;
}


#forum_pagetext {
  height: 300px;
  width: 420px;
  max-height: 300px;
  resize: vertical;
  margin-top: 0px;
}

.InnerTableButtonRow2 {
  width: 100%;
  background: transparent !important;
}
.InnerTableButtonRow2 td {
  background: transparent !important;
}
.InnerTableButtonRow2 .BigButton {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.ForumPost {
  position: relative;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ForumPostHeaderCell {
  margin: 0px;
  padding: 0px;
}
.ForumPostHeader {
  position: relative;
  min-height: 30px !important;
  height: auto !important;
  left: 0px;
}
.ForumPostHeaderAuthor {
  float: left;
  width: 175px;
  padding: 0px 0px 0px 5px;
}
.ForumPostHeaderText {
  float: right;
  width: 640px;
  padding: 0px;
}
.ForumPostHeaderTextRight {
  float: right;
}

.PostSeparatorV {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff0d9;
  left: 185px;
}


  .CipPost, .ForumPostHeaderCell, .ForumContentFooter {
    border: 1px solid #55636c;
    border-top: none !important;
    border-bottom: none !important;
  }
  
  .PostUpper {
  display: flex;
  flex-direction: row;
  clear: both;
}

  .PostCharacterText {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin-bottom: 5px;
  }
  .PostCharacterText div {
    width: 100%;
    margin: 0 0 2px 0;
  }
  
  * html .PostCharacterText {
  width: 185px;
}
.PostCharacterText {
  width: 175px;
  float: left;
  padding: 5px;
}
  
  .PostText {
  position: relative;
  min-height: 150px;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  width: 605px;
  word-wrap: break-word;
  padding: 5px;
}
.PostText > a {
  overflow-wrap: anywhere;
}

  /* PostSeparatorV */

  .PostLower {
  clear: both;
  border-top: 1px solid #fff0d9;
  min-height: 50px;
  height: 100%;
  padding: 4px 0px;
}
.PostSeparatorV {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff0d9;
  left: 185px;
}

.PostDetailsHelper {
  position: relative;
}
.LastPostInfo {
  white-space: nowrap;
  width: 165px;
}

.PostDetails {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  word-wrap: break-word;
  width: 175px;
  max-width: 100%;
  float: left;
  padding: 0px 5px;
  font-size: 7pt;
}

.PostDetailsHelper {
  position: relative;
}

.PostActions {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  word-wrap: break-word;
  font-size: 8pt;
  padding: 10px;
  padding-right: 0px;
  margin-left: 185px;
  width: 610px;
}
.PostActions .AdditionalBox {
  float: right;
  white-space: nowrap;
  text-align: right;
  margin-right: 4px;
}




.ForumContentFooter {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.ForumContentFooterLeft {
  float: left;
  width: 175px;
  padding: 5px;
}
.ForumContentFooterRight {
  float: right;
  padding: 5px 5px 0px 0px;
}


.CipPostWithBorderImage, .ClassifiedProposal {
  border: 4px solid #f0ca02;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  border-image-slice: 4 4 4 4;
  border-image-width: 4px 4px 4px 4px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat repeat;
}

blockquote.QuoteText {
  margin-left: 0.25em;
  padding-left: 0.5em;
  border-left: 0.25em solid #1F5011;
  color: #1F5011;
}

/* Pagination styles */
.PageNavigation {
  background-color: #d4c0a1 !important;
  padding: 5px;
  text-align: center;
}

.PageLink {
  font-size: 11px;
}

.PageLink a {
  color: #0044cc !important;
  text-decoration: none;
  padding: 1px 1px;
}

.PageLink a:hover {
  text-decoration: underline;
}

.PageLink .CurrentPageLink {
  color: #5a2800;
  font-weight: bold;
  padding: 1px 1px;
}

.PageLink.FirstOrLastElement a {
  font-weight: bold;
}

/* FORUM - external link warning */
.ExternalLinkWarning {
  text-align: center;
  font-size: 100%;
}
.ExternalLinkWarning p {
  margin-bottom: 25px;
}
.TargetLink {
  font-family: monospace;
  word-break: break-word;
  font-size: x-large;
}
.BackgroundImageContainer {
  background-repeat: no-repeat;
  background-size: 269px 377px;
  min-height: 377px;
  padding-bottom: 30px;
}
.SecurityTipsContainer {
  margin-left: 275px;
  text-align: left;
  padding-right: 20px;
}
.SecurityTip {
  clear: both;
  margin-top: 10px;
}
.SecurityTip img {
  float: left;
  margin-right: 20px;
  height: 39px;
  width: 39px;
  margin-bottom: 40px;
}
.ButtonTagLine {
  clear: both;
  margin-top: 30px;
  margin-bottom: 15px;
}
.ExternalLinkButtons {
  text-align: left;
  margin-top: 20px;
  margin-left: 50px;
  padding-bottom: 20px;
}
.ExternalLinkButtons input {
  margin: 0 10px;
  padding: 8px 30px;
  font-size: 14px;
}