﻿/*
.vote_text {
text-align: justify;
}
.vote_text span {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #7f8384;
line-height: 20px;
}
.vote_text_answer {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #7f8384;
line-height: 20px;
padding-bottom: 15px;
}
.vote_btn {
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
color: #7f8384;
text-decoration: none;
}
.vote_btn a {
text-decoration: none;
color: #7f8384;
}
*/
.vote_text
{
    text-align: justify;
}
.vote_text td
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #7f8384;
    line-height: 20px;
}
.vote_text_answer
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #7f8384;
    line-height: 20px;
    padding-bottom: 15px;
}
.Arabic .vote_btn
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #7f8384;
    text-decoration: none;
    text-align: left;
    margin-top: 5px;
}
.English .vote_btn
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #7f8384;
    text-decoration: none;
    text-align: right;
    margin-top: 5px;
}
.vote_btn a
{
    text-decoration: none !important;
    color: #7f8384 !important;
}
/* Srart Pager */
.CurrentPage
{
    border-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    padding-left: 4px;
    padding-right: 4px;
    border-color: #dd5c39; /*     background-color:White;     padding:3px;     margin:2px;     border:2px solid silver;       float:right;     */
}

a.Page
{
    color: #dd5c39 !important;
    border-color: #dd5c39;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.Arabic .CurrentPage, .CurrentPage, .Arabic a.Page, a.Page
{
    float: right;
}
.English .CurrentPage, .CurrentPage, .English a.Page, a.Page
{
    float: left;
}
/* End Pager */