/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     FAQDetails
 */

@media screen,projection,tv,handheld {

.ArticleFAQContent {
    padding: 11px 12px;
    line-height: 1.3;
}

.RateButton {
    position: relative;
    text-align: center;
    display: block;
    height: 30px;
    width: 25px;
    cursor: pointer;
    float: left;
    color: #000000;
    text-align: center;
}

.RTL .RateButton {
    float: right;
}

.RateButton i {
    display: block;
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #999;
}

.RateButton i.icon-star {
    display: none;
}

.RateButton.RateChecked i.icon-star {
    display: block;
    color: #E97D34;
}

.RateButton.RateChecked i.icon-star-empty {
    display: none;
}

.RateButton:hover i.icon-star-empty {
    color: #000;
}

.RateStar {
    display: block;
    height: 16px;
    cursor: pointer;
    float: left;
    padding-left: 1px;
    font-size: 10px;
}

.RTL .RateStar {
    float: right;
}

.RateStarText {
    margin-left: 6px;
}

.RTL .RateStarText {
    margin-left: 0px;
    margin-right: 6px;
}

.RateLabelBefore {
    float: left;
    padding-right: 15px;
    margin-left: 10px;
    color: Gray;
}

.RTL .RateLabelBefore {
    float: right;
}

.RateLabelAfter {
    float: left;
    margin-left: 5px;
    margin-right: 25px;
    color: Gray;
}

.RTL .RateLabelAfter {
    float: left;
    margin-right: 5px;
    margin-left: 65px;
}

.RatingLabel {
    float: left;
    padding-right: 2px;
}

.RTL .RatingLabel {
    float: right;
    padding-left: 2px
}

.SpacingTop {
    margin-top: 13px;
}

.SpacingTopLarge {
    margin-top: 26px;
}

.RTL .VotingContainer {
    text-align: center;
}

.VotingQuestion {
    margin-left: 10px;
    margin-right:10px;
    color: #000000;
}

.VotingBox {
    min-width: 20pc;
    margin: 0 30px 21px;
    color: #6A6A6A;
    background: #F0F0F0;
    background: -moz-linear-gradient(top, #F9F9F9, #F0F0F0);
    background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#F0F0F0));
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #D6D6D6;
}

.VotingBox > #Messenger {
    height: auto;
    border-top: 1px solid #EEE;
}

.RSSIcon {
    float: right;
    height: 16px;
    width: 28px;
}

.DownloadAttachment a,
.Keyword a {
    color: #FF9922;
}

.DownloadAttachment a:hover,
. Keyword a:hover {
    color: #FF7722;
}

.VotingActionRow {
    height: 23px;
}
}
