﻿/* Nav Bar Menu should be in cleint specific so you can change text color and such */
.jqw-nav li {
    line-height: 41px;
    list-style: none;
    float: left;
    color: #777;
    background: #EEEEEE url(../../PublicResource/LoadStream/navBtn.gif) no-repeat right center;
}

    .jqw-nav li.jqw-current {
        color: #FFF;
        background: #00137F url(../../PublicResource/LoadStream/navCurrentBtn.gif) no-repeat right center;
        /* The background color on the above line is the one you want to change per client, you may
            also need to change the text color depending on if the chosen color is light or dark.
        */
    }

    .jqw-nav li.jqw-lastDone {
        color: #AAA;
        background: #DFDFDF url(../../PublicResource/LoadStream/navLastDoneBtn.gif) no-repeat right center;
    }

    .jqw-nav li.jqw-done {
        color: #AAA;
        background: #DFDFDF url(../../PublicResource/LoadStream/navDoneBtn.gif) no-repeat right center;
    }

    .jqw-nav li.jqw-navLast {
        background-image: none;
    }

#menuandpagewrapper, .webgrid-header, .webgrid-footer {
    background-color: #568AAF;
}

.webgrid tbody tr:hover {
    background-color: #68ADE2;
}


body {
    background: -moz-linear-gradient(top, #eeeeee 50%, #ADD8E6 100%);
    background: -webkit-linear-gradient(top, #eeeeee 50%,#ADD8E6 100%);
    background: linear-gradient(top bottom, #eeeeee 50%,#ADD8E6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ADD8E6',GradientType=0 );
    background-attachment: fixed !important;
}
