
div.k-window
{
    background-color: #fff;
    border: none;
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.3);
    padding: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

div.k-window *
{
    box-sizing: border-box;
}

div.k-window ul.k-panelbar > li > span.k-header,
div.k-window .info-standalone,
div.k-window div.drawer *,
div.k-window tr.fsa-calc-data *,
#modeler-advanced-general-form *,
#modeler-advanced-savings-form *,
#newhire-intercept *,
#vendorsurvey-intercept *,
#ae-intercept *
{
    box-sizing: content-box;
}

.close-topright
{
    background: url(../../images/base/close-modal.png) right 6px no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 20px 10px 0;
    position: absolute;
    right: 9px;
    margin-top: -5px;
}

a.print-modal
{
    background: url(../../images/base/icon-printer.png) right 8px no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 20px 10px 0;
    position: absolute;
    margin-left: 550px;
    margin-top: -5px;
}

.modal-btn-box
{
    background-color: #d6d6d6;
    width: 100%;
    padding: 10px 0px 10px 0px;
}

    .modal-btn-box div
    {
        margin: 0px 10px 0px 10px;
    }

        .modal-btn-box div.clearer
        {
            margin: 0px 0px 0px 0px;
        }

.ui-dialog.intercept .ui-dialog-titlebar
{
    display: none;
}

.ui-dialog.intercept
{
    padding: 0;
}

    .ui-dialog.intercept .ui-dialog-content
    {
        padding: 32px;
    }

#intercept td
{
    padding: 15px 32px;
}

    #intercept td.main
    {
        width: 196px;
    }

.modal-container
{
    width: 732px;
}

.modal-containerSmall
{
    width: 575px;
}

    .modal-container h1, .modal-containerSmall h1
    {
        /* Same font size as h2, but leave these as h1 for proper semantics. */
        font-size: 20px;
    }

.modal-container.intercept
{
    padding: 0;
}

    .modal-container.intercept .button-panel
    {
        background-color: #d6d6d6;
        width: 740px;
        padding: 10px 10px 10px 0px; /* was 16px */
        text-align: right;
    }

    .modal-container.intercept td
    {
        xpadding: 15px 32px;
    }


        .modal-container.intercept td.main
        {
            width: 196px;
        }

#ae-intercept, #newhire-intercept, #vendorsurvey-intercept
{
    background: url(../../images/base/intercept-bg.jpg) top left no-repeat;
}










#glowingLayout span
{
    display: block;
    float: left;
    width: 14px;
    height: 23px;
    background: url(../../images/base/AlarmClock2.png) no-repeat 0px 0px;
}

    #glowingLayout span.image0
    {
        background-position: -0px 0px;
    }

    #glowingLayout span.image1
    {
        background-position: -13px 0px;
    }

    #glowingLayout span.image2
    {
        background-position: -26px 0px;
    }

    #glowingLayout span.image3
    {
        background-position: -40px 0px;
    }

    #glowingLayout span.image4
    {
        background-position: -54px 0px;
    }

    #glowingLayout span.image5
    {
        background-position: -68px 0px;
    }

    #glowingLayout span.image6
    {
        background-position: -82px 0px;
    }

    #glowingLayout span.image7
    {
        background-position: -95px 0px;
    }

    #glowingLayout span.image8
    {
        background-position: -108px 0px;
    }

    #glowingLayout span.image9
    {
        background-position: -122px 0px;
    }

    #glowingLayout span.imageSep
    {
        background-position: -135px 0px;
    }

    #glowingLayout span.visible0
    {
        display: none;
    }



.countdown-box
{
    background: black;
    border: 1px solid #D6D6D6;
    border-radius: 5px 5px 5px 5px;
    xmargin: 20px 0;
    xpadding: 20px;
    width: 190px;
    padding-top: 5px;
}

.countdown-table
{
    background-color: black;
    width: 97%;        
    margin: auto;
    padding: 0px 0px 0px 4px;
}

.countdown-labels
{
    font-size: 7pt;
    color: white;
    padding-top: 5px;
    text-align: center;
}

.countdown-box-yellowish
{
    background-color: wheat;
    border: 1px solid #D6D6D6;
    border-radius: 5px 5px 5px 5px;
    width: 400px;
}

a.video-link
{
    background-image: url('../../images/base/video.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 21px;
}

#auto-pay-modal div.callout-box.billing-callout ol
{
    list-style:inherit;
    list-style-type:decimal;
    margin-left: 15px;
}