﻿.ltr .isqframe
{
    height:435px;
    background-image:url("/images/client/helppage/gradient.jpg");
    background-position:left top;
    background-repeat:repeat-x;
}

.rtl .isqframe
{
    height:435px;
    background-image:url("/images/client/helppage/gradient.jpg");
    background-position:right top;
    background-repeat:repeat-x;
}

.helpTitle
{
    font-family:Arial;
    font-size:18px;
    color: #5E6365 !important;
    margin-bottom:20px;
}

.ltr .bullets
{
    list-style-image: url(/images/client/helppage/bullet.jpg);
    font-family:Arial;
    font-size:12px;
    color:#000 !important;
    padding-left:14px;
    width:786px;
}

.rtl .bullets
{
    list-style-image: url(/images/client/helppage/bullet.jpg);
    font-family:Arial;
    font-size:12px;
    color:#000 !important;
    padding-right:14px;
    width:786px;
}

.bullets a
{
    color:#000 !important;
}

.bullets a:hover
{
    color: #0E7FC7 !important;
}

.ltr .QuestionClicked
{
    
    cursor:pointer;
    color: #0E7FC7 !important;
    text-decoration:underline;
}

.rtl .QuestionClicked
{
    color: #0E7FC7 !important;
    
    text-decoration:underline;
   
    cursor:pointer;
}

.group
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color: #000 !important;
}

.ltr .HelpTopics
{
    margin-bottom:30px;
    margin-left:175px;
    padding-top:25px;
}

.rtl .HelpTopics
{
    margin-bottom:30px;
    margin-right:175px;
    padding-top:25px;
}

.Question
{
    cursor:pointer;
}

.ltr .Answer
{
    display:none;
    padding:15px 30px 15px 30px;
    width:726px;
    background-color:#F5F9FB;
    margin:10px 0 10px 0;
}

.rtl .Answer
{
    display:none;
    padding:15px 30px 15px 30px;
    width:726px;
    background-color:#F5F9FB;
    margin:10px 0 10px 0;
}

.headline
{
    padding-bottom:5px;
    font-weight:bold;
}

.linkinakey a
{
    color: #0E7FC7 !important;
}

