﻿.catHead {
    border: 1px solid #808080;
    border-bottom:none;
}
    .catHead:last-child {
        border-bottom: 1px solid #808080;
    }

.category {
    padding-left: 5px;
    font-size: 1.2em;
    font-weight: 700;
    cursor: pointer;
    /*background: #747B45;
    background-image: -ms-linear-gradient(top, #B3CEAD 0%, #747B45 100%);
    background-image: -moz-linear-gradient(top, #B3CEAD 0%, #747B45 100%);
    background-image: -o-linear-gradient(top, #B3CEAD 0%, #747B45 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B3CEAD), color-stop(1, #747B45));
    background-image: -webkit-linear-gradient(top, #B3CEAD 0%, #747B45 100%);
    background-image: linear-gradient(to bottom, #B3CEAD 0%, #747B45 100%);*/
    padding-bottom: 5px;
}
.questions {
    display: none;
    margin-left: 20px;
    padding-bottom: 5px;
}
.quest {
    border: 1px solid #808080;
    border-right: none;
    background-color: #E4E8E1;
    border-bottom: none;
}
    .quest:last-child {
        border-bottom: 1px solid #808080;
    }
.questions .quest:first-child {
    margin-top: 10px;
}
.question {
    font-weight: 600;
    font-size: 1.1em;
    cursor: pointer;
    margin-left: 5px;
}
.answer {
    display: none;
    border-top: 1px solid #808080;
    background-color: #fff;
    padding: 10px 20px 3px 20px;
    border-bottom: none;
}

.sprite_inactive {
    cursor: pointer;
    background: url('../images/expandSprite.png') -13px 1px;
    height: 16px;
    width: 20px;
    display: inline-block;
}
.sprite_active {
    cursor: pointer;
    background: url('../images/expandSprite.png') 0px 1px;
    height: 16px;
    width: 20px;
    display: inline-block;
}

.norating {
    cursor: pointer;
    background: url('../images/faqRating.png') 0px 0px;
    width: 45px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
}

.rated {
    background: url('../images/faqRating.png') -47px 0px;
    width: 45px;
    height: 37px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.rating {
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
}

.highlight {
    background-color: yellow;
}

.clear {
    color: #808080;
    cursor: pointer;
    text-decoration: underline;
}

@media print {
    .catHead {
        border: none;
    }

    .category {
        display: block;
    }

    .userGuideHead {
        font-size: 1.2em;
        color: #4F81BD;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .sprite_inactive {
        display: none;
    }

    .sprite_active {
        display: none;
    }

    .quest {
        font-size: 1.3em;
        margin-top: 30px;
        border: none;
        page-break-inside: avoid;
    }

    .questions {
        font-size: .9em;
        display: block;
    }

    .question {
        display: block;
    }

    .answer {
        font-size: .9em;
        display: block;
        border: none;
    }

    #searchCont {
        display: none;
    }

    .quest:last-child {
        border-bottom: none;
    }
}