﻿body
{
    background-color: #45506F;
    color: #FFF;
    font-family: Arial;
    line-height: 20px;
}

#hpQuickLinks H3, #quickLinks H3
{
    color: #151F3C;
}

#quickLinks ul
{
    font-size: .9em;
    list-style: none;
    margin-top: 7px;
}

#quickLinks li
{
    margin-bottom: 5px;
}

img.tcPhoto
{
    cursor: pointer;
    display: block;
    margin: 15px auto 5px auto;
    width: 129px;
}

.tcName
{
    font-size: .8em;
    font-weight: bold;
    line-height: 17px;
    margin: 0 auto 8px auto;
    width: 130px;
}

.tcInfo
{
    font-size: .7em;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
}

#tcNews H3
{
    color: #151F3C;
}

.bio
{
    color: #151F3C;
}

.bio P
{
    padding: 10px 5px;
}

.qlText a, .qlText a:visited
{
    color: #151F3C;
    display: block;
    margin-bottom: 5px;
}

.deptBox a, .deptBox a:visited
{
    color: #151F3C;
    display: block;
    margin-bottom: 5px;
}

a, a:visited
{
    color: #ABBF8A;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#content a, #content a:visited
{
    font-weight: bold;
}

.pageTitle
{
    border-bottom: solid 1px #FFF;
    color: #FFF;
    display: block;
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

H1, H2, H3, H4, H5
{
    color: #CAB469;
    margin: 5px 0 0 0;
    padding: 0;
}
#content P
{
    margin: 0;
    padding: 5px;
}

H1
{
    font-size: 1.5em;
}

H2
{
    font-size: 1.4em;
}

H3
{
    font-size: 1.3em;
}

H4
{
    font-size: 1.2em;
}

H5
{
    font-size: 1.1em;
}

TABLE
{
    width: 100%;
}

TD
{
    vertical-align: top;
}

.logout
{
    display: block;
    margin: 5px 0;
}

/* Modal */
.modalBackground
{
    background-color: #151F3C;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ABBF8A;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    height: 400px;
    padding: 5px;
    width: 594px;
}

.modalPopup H5
{
    color: #151F3C;
}

.modalPopup a, .modalPopup a:visited
{
    color: #151F3C;
    margin: 0 0 7px 0;
}

.faqDrp
{
    display: block;
    margin-bottom: 8px;
}

.small
{
    font-size: .9em;
}

/* FAQ Control */
.faqAccordion
{
    border-bottom: solid 1px #c4c4c4;
}
.faqAccordion h5
{
    color: #ABBF8A;
    font-weight: normal;
    margin: 0;
    padding: 0 0 7px 15px;
    border-bottom: none;
    cursor: pointer;
}
.faqAccordion h5:hover
{
}
.faqAccordion h5.active
{
}
.faqAccordion .pFaq
{
    margin: 0;
    padding: 0 10px 7px 20px;
}

/* Cart Summary */
.cartSummary
{
    border-bottom: solid 1px #CAB469;
    font-size: .9em;
    line-height: 15px;
    padding-bottom: 3px;
    width: 100%;
}

#loadingProgress
{
    background: #FFF;
    color: #151F3C;
    margin: 10px auto;
    padding: 15px;
    text-align: center;
}


#ModalContainer
{
    display: none;
}
#pnlCartItems
{
    width: 650px;
}
#addrChngStart, #addrChngFinish
{
    color: #151F3C;
}

