/* 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: #0033a0 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: #0033a0;
}

.webgrid tbody tr:hover {
    background-color: #dbe6ff;
}

.explanationTextArea
{
	background-color: #F5F6F7;
    border: #D6DBDE 1px solid !important;
    border-radius: 6px !important;
}

body {
    background: -moz-linear-gradient(top, white 20%, #0033a0 100%);
    background: -webkit-linear-gradient(top, white 20%, #0033a0 100%);
    background: linear-gradient(top, white 20%,#0033a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#0033a0',GradientType=0 );
    background-attachment: fixed !important;
}