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