﻿.FaqTitleText
{
    display:block;
    font-size:1.5em;
    padding:10px;
    padding-left:39px;
    width:635px;
    background:url(/App_Themes/Global/Images/Icons/Knob%20Help.png) no-repeat 5px 6px;

}

.faqAccordion
{
    width:705px;
    border:0px solid white;
    display:block;
    z-index:100;
}
.faqQuestion
{
    cursor:pointer;
    padding-top:13px;
    padding-left:55px;
    padding-right:10px;
    text-align:left;
    font-size:1.3em;
    width:610px;
    height:40px;
    border:0px solid white;
    background: url(/app_themes/default/layout/images/faqheaderitem.png) no-repeat;
}
.faqQuestion:hover
{
    background: url(/app_themes/default/layout/images/faqheaderitem_on.png) no-repeat;
}
.faqQuestionSelected
{
    font-weight:bold;
    cursor:pointer;
    padding-top:13px;
    padding-left:55px;
    padding-right:10px;
    text-align:left;
    font-size:1.3em;
    width:610px;
    height:40px;
    border:0px solid white;
    background: url(/app_themes/default/layout/images/faqheaderitem_selected.png) no-repeat;
}

.faqAnswer
{
    border:0px solid white;
    width:620px;
    text-align:left;
    font-size:1.2em;
    padding:15px;
    padding-left:25px;
    padding-right:35px;
}
.askQuestionBox
{
    position:relative;
    height:0px;
    display: none;
    width:590px;
    border:0px solid white;
    z-index:99;
}
.qTextbox
{
    font-size:1.6em;
    color:White;
    background-color:#363636;
    border:0px;
    padding:10px;
    border-bottom:1px solid gray;
    border-right:1px solid gray;
    border-left:1px solid #212121;
    border-top:1px solid #212121;
    margin:5px;
}
.qButton
{
    font-size:1.6em;
    color:White;
    background-color:#363636;
    border:0px;
    padding:10px;
    border-top:1px solid gray;
    border-left:1px solid gray;
    border-right:1px solid #212121;
    border-bottom:1px solid #212121;
    margin:5px;
}
.askQuestionClose
{
    cursor:pointer;
}
.askQuestionClose1
{
    cursor:pointer;
}
.qWatermark
{
    font-size:1.6em;
    color:grey;
    background-color:#363636;
    border:0px;
    padding:10px;
    border-bottom:1px solid gray;
    border-right:1px solid gray;
    border-left:1px solid #212121;
    border-top:1px solid #212121;
    margin:5px;
}