﻿.BOX_CalendarControls
{
    padding: 3px;
    background-color: var(--AccentColor);
    text-align: center;
}
    .BOX_CalendarControls select
    {
        font-weight: bold;
    }


.TBL_Calendar
{
    width: 100%;
}
    .TBL_Calendar th
    {
        margin: 1px;
        width: 75px;
        background-color: #eeeeee;
        border: 1px solid #333333;
        text-align: center;
        font-weight: bold;
    }
    .TBL_Calendar tr
    {
        position: relative;
    }
    .TBL_Calendar td
    {
        margin: 1px;
        padding: 5px;
        width: 14.2857%;
        height: 75px;
        border: 1px solid #333333;
        text-align: right;
        vertical-align: top;
        font-weight: bold;
        font-size: 20px;
    }
    .TBL_Calendar td .Inner
    {
        position: relative;
    }
    .TBL_Calendar td.Inactive
    {
        border: 1px solid #cccccc;
    }
    .TBL_Calendar td.Active
    {
        background-color: #cccccc;
    }
    .TBL_Calendar td.Today
    {
        background-color: #000000;
        color: #ffffff;
    }
    .TBL_Calendar td .Label
    {
        position: absolute;
        left: 0;
        height: 16px;
        padding: 2px;
        background-color: #000000;
        color: #ffffff;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        text-align: left;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        z-index: 1;
    }
    .TBL_Calendar td .Featured
    {
        border-top: 2px solid #feb913;
        border-bottom: 2px solid #feb913;
    }
    .TBL_Calendar td .Label .BTN_HeaderArrow
    {
        display: none;
    }
    .TBL_Calendar td .Label:hover
    {
        min-width: 250px;
        height: auto;
        z-index: 999;
        white-space: normal;
    }
    .TBL_Calendar td .Label:hover .BTN_HeaderArrow
    {
        display: initial;
    }



#BOX_IndustryEventDetails
{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Graphics/PageArt/Darker.png);
    text-align: center;
}
    #BTN_IndustryEventDetailsClose
    {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        padding: 20px;
        background-color: #000000;
        color: #aaaaaa;
        font-weight: bold;
        font-size: 32px;
        text-decoration: none;
    }
    #BTN_IndustryEventDetailsClose:hover
    {
        color: #ffffff;
    }
    #BOX_IndustryEvent
    {
        width: 980px;
        margin: 0 auto;
        background-color: #000000;
        z-index: 9999;
    }
    #BOX_IndustryEventContent
    {
        float: left;
        width: 800px;
        max-height: 80%;
        color: #ffffff;
        padding: 50px;
        text-align: left;
        vertical-align: top;
        overflow: auto;
        z-index: 9999;
    }


    #BTN_IndustryEventPrev, #BTN_IndustryEventNext
    {
        float: left;
        margin: 80px 0 0 0;
        padding: 0 10px;
        width: 20px;
        background-color: #333333;
        color: #aaaaaa;
        font-weight: bold;
        font-size: 32px;
        text-decoration: none;
        line-height: 100px;
        z-index: 9999;
    }
    #BTN_IndustryEventPrev:hover, #BTN_IndustryEventNext:hover
    {
        color: #ffffff;
    }
