/** -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES (MyAAC compatible) - Dark Theme
 *  -------------------------------
 */

.TableContainer {
    border: 1px solid #333333;
    position: relative;
    width: 100%;
    font-size: 13px;
    border-radius: 8px;
    overflow: hidden;
}

.TableContainer .Odd {
    background-color: rgba(255, 255, 255, 0.03);
    color: #d4c0a1;
}

.TableContainer .Even {
    background-color: rgba(255, 255, 255, 0.06);
    color: #d4c0a1;
}

.odd {
    background-color: rgba(255, 255, 255, 0.03) !important;
    padding: 4px 8px;
    color: #d4c0a1 !important;
}

.even {
    background-color: rgba(255, 255, 255, 0.06) !important;
    padding: 4px 8px;
    color: #d4c0a1 !important;
}

/* TABLEHEADER DECORATION */
.TableContainer .CaptionContainer {
    position: relative;
    font-size: 1pt;
    background: linear-gradient(135deg, rgba(128, 0, 128, 0.3), rgba(160, 32, 240, 0.15)) !important;
    height: 100%;
    width: 100%;
    text-align: left;
}

.TableContainer .CaptionContainer .CaptionInnerContainer {
    position: relative;
    background: transparent;
    width: 100%;
    height: 100%;
    padding-top: 3px;
    padding-bottom: 4px;
}

.TableContainer .CaptionContainer .Text {
    font-family: 'Cinzel', 'Times New Roman', serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: white;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.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;
}

/* TABLE CONTENT */
.TableContentContainer {
    border: 1px solid #333333;
    position: relative;
    height: 100%;
    background-color: transparent;
    padding: 0;
    margin-right: 0;
}

.TableContent {
    width: 100%;
    border-collapse: collapse;
}

.TableContent td {
    padding-left: 8px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* INNERLAYOUT */
.TableContainer .Table1,
.TableContainer .Table2,
.TableContainer .Table3,
.TableContainer .Table4,
.TableContainer .Table5 {
    width: 100%;
    background-color: transparent;
    border: 1px solid #333333;
}

.TableContainer .Table1 .InnerTableContainer,
.TableContainer .Table3 .InnerTableContainer,
.TableContainer .Table4 .InnerTableContainer,
.TableContainer .Table5 .InnerTableContainer {
    padding: 5px;
}

.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 #333333;
}

/* SHADOWS - hidden in modern design */
.TableShadowContainerRightTop,
.TableShadowRightTop,
.TableShadowContainer,
.TableBottomShadow,
.TableBottomLeftShadow,
.TableBottomRightShadow {
    display: none;
}

.TableContentAndRightShadow {
    position: relative;
    font-size: 13px;
}

/* LABELS */
.LabelV {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    color: #d4c0a1;
}

.LabelH {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    background: linear-gradient(135deg, rgba(128, 0, 128, 0.3), rgba(160, 32, 240, 0.15)) !important;
}

.LabelH td {
    background: transparent;
    padding-left: 8px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    color: white;
}

/* 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;
}

.ButtonText {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 135px;
    z-index: 20;
}

.Content th {
    font-family: 'Cinzel', 'Times New Roman', serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: white;
    background: linear-gradient(135deg, rgba(128, 0, 128, 0.3), rgba(160, 32, 240, 0.15)) !important;
}

.Content .BoxContent .Odd {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 4px 8px;
    color: #d4c0a1;
}

.Content .BoxContent .Even {
    background-color: rgba(255, 255, 255, 0.06);
    padding: 4px 8px;
    color: #d4c0a1;
}

/* News Ticker */
.Content #NewsTicker .BoxContent {
    padding: 12px;
    min-height: 90px;
}

.Content #NewsTicker .NewsTickerText {
    font-size: 13px;
    position: relative;
    margin-left: 20px;
    color: #d4c0a1;
}

.Content #NewsTicker .NewsTickerDate {
    font-size: 11px;
    position: absolute;
    top: 0px;
    float: left;
    color: #999;
}

/* Featured Article */
.Content #FeaturedArticle .BoxContent {
    position: relative;
    padding: 12px;
    min-height: 100px;
    line-height: 1.6;
    color: #d4c0a1;
}

.Content #FeaturedArticle .NewsHeadlineBackground,
#News .NewsHeadlineBackground {
    position: relative;
    height: 32px;
    margin-bottom: 8px;
    background: linear-gradient(135deg, rgba(128, 0, 128, 0.3), rgba(160, 32, 240, 0.15)) !important;
    border: none;
    border-radius: 6px;
}

.Content #FeaturedArticle .NewsHeadlineText,
#News .NewsHeadlineText {
    font-family: 'Cinzel', serif;
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.Content #FeaturedArticle .NewsHeadlineDate,
#News .NewsHeadlineDate {
    font-size: 11px;
    color: #999;
}

#News .NewsHeadlineAuthor {
    font-size: 13px;
    font-weight: bold;
    color: #999;
}

/* SmallBox Messages */
.SmallBox .ErrorMessage {
    font-size: 13px;
    position: relative;
    color: #ff6b6b;
    background-color: rgba(239, 68, 68, 0.1);
    padding: 12px 16px;
    border-radius: 8px;
}

.SmallBox .Message {
    font-size: 13px;
    position: relative;
    color: #d4c0a1;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 12px 16px;
    border-radius: 8px;
}

.SmallBox .ErrorMessage ul {
    padding-left: 15px;
}

.SmallBox .BoxFrameHorizontal,
.SmallBox .BoxFrameVerticalRight,
.SmallBox .BoxFrameVerticalLeft,
.SmallBox .BoxFrameEdgeLeftTop,
.SmallBox .BoxFrameEdgeLeftBottom,
.SmallBox .BoxFrameEdgeRightTop,
.SmallBox .BoxFrameEdgeRightBottom {
    display: none;
}

.white,
.whites {
    color: #FFFFFF;
}