/************************************************************************************************************************************************
   MODULE:           style.css                                                                                          
   
   DESCRIPTION: 
               
  
   AUTHOR:           Ken Harvey
 

   HISTORY:
       06/10/19    Ken Harvey      13853 New Sales login page
       11/30/18    Ken Harvey      13201 implement BRIX new sales application version

*************************************************************************************************************************************************/


#CalendarControlIFrame {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 250px;
    width: 250px;
    z-index: 99;
}

#CalendarControl {
    position: absolute;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 100;
}

    #CalendarControl table {
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 8pt;
        border-left: 1px solid #336;
        border-right: 1px solid #336;
    }

    #CalendarControl th {
        font-weight: normal;
    }

        #CalendarControl th a {
            font-weight: normal;
            text-decoration: none;
            color: #FFF;
            padding: 1px;
        }

    #CalendarControl td {
        text-align: center;
    }

    #CalendarControl .header {
        background-color: #336;
    }

    #CalendarControl .weekday {
        background-color: #DDD;
        color: #000;
    }

    #CalendarControl .weekend {
        background-color: #FFC;
        color: #000;
    }

    #CalendarControl .current {
        border: 1px solid #339;
        background-color: #336;
        color: #FFF;
    }

    #CalendarControl .weekday,
    #CalendarControl .weekend,
    #CalendarControl .current {
        display: block;
        text-decoration: none;
        border: 1px solid #FFF;
        width: 2em;
    }

        #CalendarControl .weekday:hover,
        #CalendarControl .weekend:hover,
        #CalendarControl .current:hover {
            color: #FFF;
            background-color: #336;
            border: 1px solid #999;
        }

    #CalendarControl .previous {
        text-align: left;
    }

    #CalendarControl .next {
        text-align: right;
    }

    #CalendarControl .previous,
    #CalendarControl .next {
        padding: 1px 3px 1px 3px;
        font-size: 1.4em;
    }

        #CalendarControl .previous a,
        #CalendarControl .next a {
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
        }

    #CalendarControl .title {
        text-align: center;
        font-weight: bold;
        color: #FFF;
    }

    #CalendarControl .empty {
        background-color: #CCC;
        border: 1px solid #FFF;
    }

BODY {
    margin: 0px;
    background-color: white;
    font-family: "Segoe UI";
    font-size: 10px;
    scrollbar-face-color: lightgray;
    scrollbar-arrow-color: black;
    scrollbar-track-color: #F7F7FF;
    scrollbar-shadow-color: '';
    scrollbar-highlight-color: '';
    scrollbar-3dlight-color: '';
    scrollbar-darkshadow-Color: '';
}



    BODY.form {
        background-color: #FFFFCC;
    }

H2 {
    font-weight: bold;
    font-size: 20px;
    color: #003366;
    font-family: "Segoe UI", Verdana;
}

.gridheadercell {
    border: solid 2px white;
}

.gridheaderstyle {
    text-align: center;
    color: #ffffff;
    font-family: "Segoe UI", Verdana;
    font-size: 10px;
    font-weight: bold;
}

.gridheaderstyle8 {
    text-align: center;
    color: #ffffff;
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
    font-weight: bold;
}

.PageTitle {
    background-color: #D5DADD;
    font-family: "Segoe UI", Verdana;
    font-size: 18px;
    font-weight: 800;
    padding-left: 5px;
    padding-right: 15px;
}

.PageValue {
    background-color: #ffffff;
    color: #3F3F3F;
    font-family: "Segoe UI", Verdana;
    font-size: 18px;
    font-weight: 800;
    padding-left: 5px;
    padding-right: 5px;
}

.PageHelp {
    color: black;
    font-size: 11px;
    text-align: left;
    font-family: "Segoe UI", Verdana;
    background-color: #f9f9f9;
    padding: 10px;
}

.copyright {
    color: black;
    /*background-color: #003366;*/
    font-size: 8px;
    /*font-weight: bold;*/
    text-align: center;
    font-family: "Segoe UI";
}

A.copyright:link, A.copyright:visited {
    color: black;
    /*font-weight: bold;*/
    font-size: 8px;
    font-family: "Segoe UI";
    text-decoration: none;
}

A.copyright:hover {
    color: black;
    /*font-weight: bold;*/
    font-size: 8px;
    font-family: "Segoe UI";
    text-decoration: none;
}

A.footerlink:link, A.footerlink:visited, A.footerlink:hover {
    font-weight: bold;
    font-size: 10px;
    color: white;
    font-style: normal;
    font-family: "Segoe UI", Verdana;
    text-decoration: none;
}

A:hover {
}

HR {
    color: #003366;
    height: 2px;
}

SMALL {
    color: black;
    font-size: 6pt;
    font-family: Verdana font-weight: bold;
}

DIV.scrollable {
    padding: 5px;
    overflow: auto;
    color: #000000;
    background-color: transparent;
}

UL {
    margin-left: 20px;
    list-style-type: square;
    text-align: left;
}

LI {
    padding-bottom: 0px;
    padding-top: 6px;
}


INPUT.button {
    cursor: hand;
    color: #ffffff;
    background-color: #336699;
    font-weight: bold;
}

INPUT.button2 {
    background-color: #F5F5F5;
    color: #336699;
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
    cursor: hand;
    font-weight: bold;
}

input[type=radio] {
    font-family: "Segoe UI", Verdana;
    font-size: 6pt;
    border: 0px;
    height: 1em;
}

INPUT {
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
}



.hoverbutton {
    font-weight: bold;
    background-color: white;
    cursor: pointer;
}



.readonly {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: #F5F5F5;
    border-bottom-style: none;
}

INPUT.right {
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
    text-align: right;
}

INPUT.center {
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
    text-align: center;
}

IMG.help {
    cursor: hand;
}

IMG.sort {
    border: 0px;
    margin-left: 5px;
}


SELECT {
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
}

TABLE.form {
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
}

TABLE.formwhite {
    border: 1px solid #336699;
    background-color: #FFFFFF;
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
}

/*TABLE.collapse
{
	border-collapse: collapse;
}*/

TH {
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
    color: #ffffff;
    font-weight: bold;
    background-color: navy;
    padding: 3px;
}


TD {
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
}

.canclick {
    font-family: "Segoe UI", Verdana;
    font-size: 9pt;
    color: #ffffff;
    font-weight: bold;
    background-color: #336699;
    text-align: left;
    cursor: hand;
    padding: 3px;
}

TD.body {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: "Segoe UI", Verdana;
    height: 600px;
    font-size: 8pt;
}

.label1 {
    color: #ffffff;
    font-weight: bold;
    background-color: #003366;
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
    padding: 3px;
}

.label2 {
    color: #000000;
    background-color: Transparent;
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
    padding: 3px;
}

.label3 {
    color: #000000;
    background-color: #CCCCCC;
    font-family: "Segoe UI", Verdana;
    font-size: 8pt;
    padding: 3px;
}

td.statusOk {
    background-color: #FFFF00;
    font-weight: bold;
}

td.statusBad {
    background-color: #FF7F50;
    font-weight: bold;
}

td.statusGood {
    background-color: #00FF7F;
    font-weight: bold;
}

.pagebreak {
    page-break-before: always;
}

.fixedheadercell {
    position: relative;
    top: 0px;
}

.fixedheadertable {
    left: 0px;
    position: relative;
    top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.menuitem {
    border-bottom: 1px solid white;
    display: block;
    text-align: left;
    font-size: 8pt;
}

.button1 {
    background: linear-gradient(#848484,#313131);
    color: white;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid #BABABA;
}

.button2 {
    background: linear-gradient(#313131,#5F5F5F);
    color: white;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid #BABABA;
}

.button3 {
    background: linear-gradient(#FFFFFF,#B4B4B4);
    color: black;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid #BABABA;
}

.buttonpending {
    background: linear-gradient(#F4F4C1,#F7E704);
    color: black;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid #BABABA;
}
