body
{
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #99B5E1;
}
a
{
    color: #003366;
    text-decoration: underline;
}
a:hover
{
    color: #0066CC;
    text-decoration: underline;
}
a img
{
    border: 0;
}

h1
{
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    color: #5c8acf;
    margin-bottom: 5px;
}

h3
{
    color: #5c8acf;
    font-size: 11px;
    font-weight: bold;
}


h4
{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.orange
{
    color: #FF7D03;
    font-weight: 600;
}
.notes
{
    font-size: 11px;
}

#orderhistory
{
    border-bottom: 1px solid #bbb;
}

#navcontainerpage
{
    margin: 0;
    padding: 0;
    height: 14px;
    font: 10px Verdana, sans-serif;
    width: 100%;
    background: #fff;
}


#navcontainer
{
    margin: 0;
    padding: 0;
    font: 11px Verdana, sans-serif;
    width: 100%;
    border-bottom: 1px solid #bbb;
    list-style-type: none;
    background: #fff;
}

#navlist li
{
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
}

#navlist li a, #navlist li a:link
{
    background: #fff;
    color: #555;
    text-decoration: none;
    padding: 3px 8px 3px 8px;
    display: block;
}

#navlist li a:hover
{
    color: #039;
    border-bottom: 3px solid #bbb;
    cursor: pointer;
    background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
    color: #000;
    cursor: default;
    font-weight: bold;
    border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
    border-bottom: 3px solid #f90;
    background: #eee;
}

#navlist2
{
    margin-left: 3px;
    padding-left: 0;
    list-style: none;
}

#navlist2 li
{
    padding-left: 10px;
    margin-bottom: 6px;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

.message
{
    margin-left:40px;
}
.messagewrappercontentgreen
{
    background: #ffffff url(/images/Knob-Valid-Green.jpg) no-repeat top left;
    display: block;
    border: none;
}
.greenalert
{
    min-height: 40px;
    color: #79b73f;
    font-weight: 600;
    top: +10px;
    position: relative;
}
.messagewrappercontentorange
{
    display: block;
    border: none;
    background: #ffffff url(/images/Knob-alert-orange.jpg) no-repeat top left;
}
.orangealert
{
    min-height: 40px;
    color: #FF7D03;
    font-weight: 600;
    top: +10px;
    position: relative;
}
.messagewrappercontentred
{
    display: block;
    background: white url(/images/Knob-stop-red.jpg) no-repeat scroll top left;
    border: none;
    overflow: inherit;
}
.redalert
{
    min-height: 40px;
    display: block;
    color: #d21313;
    background-color: white;
    font-weight: 600;
    display: block;
    top: +5px;
    position: relative;
}
