﻿.collapsePanel
{
    width: 640px;
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 640px;
    height: 20px;
    color: Yellow;
    background-color: Black;
    font-weight: bold;
    float: left;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    /*     background-color: #D3DEEF; */
    background-color: #D3D3D3;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    background-color: #2E4d7B;
    color: white;
}

.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBox
{
    background-color: #f5f5f5;
    border-width: 3px;
    border-style: solid;
    border-color: Blue;
    padding: 3px;
}
.modalBox caption
{
    background-image: url(Images/window_titlebg.gif);
    background-repeat: repeat-x;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.caption, table caption
{
    background-color: #aaa;
    background-image: url(Images/tilebg_tablecaption.gif);
    color: #000;
    font-size: 16pt;
    font-weight: bold;
    border: 0;
    border-bottom: solid 1px #737373;
    white-space: nowrap;
    text-align: center;
}

.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

/************ MaskedEdit Related Styles ***********************/

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
    color: #ff0000;
    font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.CalendarPopup
{
    background-color: yellow;
    border-right: thick outset;
    border-top: thick outset;
    border-left: thick outset;
    border-bottom: thick outset;
    color: black;
}

.spanstylesv
{
    position: absolute;
    visibility: visible;
    top: -50px;
    font-size: small;
    font-family: Arial;
    font-weight: bold;
    color: #cc0000;
    font-style: italic;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

@media screen
{
    .PrintOnly
    {
        display: none;
    }
    .ContentStyle
    {
        top: 0px;
        overflow: auto;
    }

    .PnlFooterStyle
    {
    }

}


@media print
{
    .DisplayOnly
    {
        display: none;
    }
    .ContentStyle
    {
        top: 0px;
        height: auto;
        overflow: visible;
    }
    .PnlFooterStyle
    {
        display: none;
    }
}

.RblStyle tr
{
    vertical-align: top;
}
.RblStyle
{
    background-position: top;
    border: 4px outset #D2691E;
    vertical-align: top;
    font-size: x-large;
    font-weight: bold;
    clip: rect(0px, auto, auto, auto);
    width: 99%;
    height: 100%;
    top: 0px;
    text-align: center;
}


.FilteredTable
{
    background-color: #CCCCFF;
    color: #000099;
}

.FieldDescription
{
    color: #000099;
    font-weight: bold;
}
.XlsCenterScreen
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.btnBottomLeft
{
    position: fixed;
    bottom: 50px;
    left: 10px;
}
.btnBottomRight
{
    position: fixed;
    bottom: 50px;
    right: 10px;
}

.btnTopLeft
{
    position: fixed;
    top: 50px;
    left: 10px;
}
.btnTopRight
{
    position: fixed;
    top: 50px;
    right: 10px;
}

.criticsSelectionGrid td
{
    width: 4%;
}

.criticsSelectionGrid th
{
    width: 4%;
}

.Padding5 td
{
    padding: 5px;
}

.criticsSelectionGrid
{
    overflow-x: scroll;
    text-align: left;
    width: 400px; /* i.e. too small for all the columns */
}
.criticsSelectionGrid th
{
    position: relative;
    left: 100px;
    overflow: hidden;
    white-space: nowrap;
    min-width: 50px; /* set your real column widths here */
}

.criticsSelectionGrid td
{
    position: relative;
    left: 100px;
    overflow: hidden;
    white-space: nowrap;
    min-width: 50px; /* set your real column widths here */
}

.criticsSelectionGrid th:first-child
{
    position: fixed; /* i.e. not scrolled */
    left: 0px;
    z-index: 100; /* keep the pinned on top of the scrollables */
    width: 100px;
}
.criticsSelectionGrid td:first-child
{
    position: fixed; /* i.e. not scrolled */
    left: 0px;
    z-index: 100; /* keep the pinned on top of the scrollables */
    width: 100px;
}

.SqlTable table
{
    border-collapse: collapse;
    width: 100%;
    color: #ffff99;
}

.SqlTable th, .SqlTable td
{
    text-align: left;
    padding: 8px;
    color: #ffff99;
}

.SqlTable tr:nth-child(even)
{
    background-color: #561806;
}
