﻿.FAQ .Category
{
    width: 250px;
    float: left;
    margin-right: 15px;
}
.FAQ .Category.first
{
    margin-right: 15px;
}
.FAQ .Category.last
{
    margin-right: 0px;    
}
.FAQ .Category h2
{
    /*background-color: #bed600;*/
    overflow: hidden;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    padding: 3px;
    display: none;
}
.FAQ .Category.Category1
{
    width: 250px;    
    padding-top: 65px;
    background: url(/Images/New_Icons/sogs_topbox1.gif) no-repeat top left;
}
.FAQ .Category.Category2
{
    width: 250px;    
    padding-top: 65px;
    background: url(/Images/New_Icons/sogs_topbox2.gif) no-repeat top left;
}
.FAQ .Category.Category3
{
    width: 250px;
    padding-top: 65px;    
    background: url(/Images/New_Icons/sogs_topbox3.gif) no-repeat top left;
}

.FAQ .Category .Questions .Question
{
    margin-bottom: 5px;
}
.FAQ .Category .Questions .Question .Content
{
    padding: 10px;
    border: solid 1px #bed600;
    border-bottom-style: none;
}
.FAQ .Category .Questions .Question.over
{
    background-color: #bed600;
}

.FAQ .Category .Questions .Question .Text
{
    cursor: pointer;
    color: #6b1f7c;
    font-size: 110%;
    font-weight: bold;
    display: block;
    background-image: url(/Images/FAQ/arrow_right.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.FAQ .Category .Questions .Question.open .Text
{
    background-image: url(/Images/FAQ/arrow_down.gif);
}

.FAQ .Category .Questions .Question .Answer
{
    margin-top: 15px;
    display: none;
    margin-bottom: 10px;
}
.FAQ .Category .Questions .Question.open .Answer
{
    display: block;
}

.FAQ .Category .Questions .Question .Bottom
{
    background-image: url(/Images/FAQ/box_bottom.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 16px;
}
.FAQ .Category .Questions .Question.over .Bottom
{
    background-image: url(/Images/FAQ/box_bottom_over.gif);
}

.FAQ .Category .Questions .Question .Answer .WordPopup
{
    width: 180px;
    border: solid 1px #6b1f7c;
    padding: 10px;
    position: absolute;
    background-color: #FFFFFF;
    display: none;
}
.FAQ .Category .Questions .Question .Answer .WordPopup.open
{
    display: block;    
}

.FAQ .Category .Questions .Question .Answer .WordPopup img
{
    float: right;
    cursor: pointer;
}

.FAQTeaser
{
    margin-bottom: 15px;    
}
.FAQTeaser .Header, .Content
{
    padding: 5px 0px 5px 8px;
}
.FAQTeaser .Header
{    
    background-color: #BED600;    
    font-weight: bold;
}
.FAQTeaser ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;    
}
.FAQTeaser ul li
{
    padding: 0px;
    margin: 0px;    
}
.FAQTeaser .ui-accordion-left
{
    height: 0px;
    line-height: 0px;
    display: none;
}
.FAQTeaser .TeaserLink
{
    cursor: pointer;
    color: #6B1F7C !important;
    padding: 5px 3px 5px 20px;
    display: block;
    border-bottom: 1px solid #BED600;
    background-image: url(/Images/FAQ/arrow_right.gif);
    background-position: 5px 8px;
    background-repeat: no-repeat;
}
.FAQTeaser .TeaserLink.selected
{
    background-image: url(/Images/FAQ/arrow_down.gif); 
    background-position: 7px 8px;
    border-bottom: none;
}
.FAQTeaser .TeaserDiv
{
    padding: 0px 3px 5px 20px;
    color: Black;
    border-bottom: 1px solid #BED600;
}
.FAQTeaser .TeaserLinkMore
{
    display: block;
    margin-top: 5px;        
}
.FAQTeaser .TeaserDiv a
{
    text-decoration: none !important;
}
.FAQTeaser .TeaserDiv a:hover
{
    text-decoration: underline !important;
}
.FAQTeaser .TeaserTextDiv
{
    margin-bottom: 5px;
    height: 38px;
    overflow: hidden;
}
.FAQTeaser .TeaserMore
{
}

/* Printer friendly styles */
@media print {
    .FAQ .Category .Questions .Question .Answer
    {
        display: block;
    }
}
.Dictionary ul.Words li.Word.open .Explanation