﻿body {
}

.MainContent
{
    background-position: center top;
    height: 160px;
    background-image: url('../../images/header/1.jpg');
}
.TableTest
{
    padding-top: 60px;
    padding-bottom: 25px;
}
.TableTest a
{
    font-size: 24px;
    margin-right: 3px;
    margin-left: 3px;
}

.TopImageWithBorder
{
    border: 1px dashed #00CCFF;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #00CCFF;
    font-size: 12px;
    background-color: #FFFFFF;
    text-align: center;
}
.AnsPanel
{
    padding: 5px;
    border: 1px solid #CCCCCC;
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #1079C6;
}
.NewsTab
{
    width: 100%;
}

.VoteTab
{
    text-align: center;
    width: 640px;
    border-collapse: separate;
    border-spacing: 10px;
}

.VoteTab td a
{
    text-decoration: none;
}

.VoteTab td
{
    border: 1px outset #0099FF;
    padding: 5px;
    background-color: #FFFFFF;
    border-radius:5px;
}

.VoteTab td:hover
{
    background-color: #D5EEFF;
}
.IranFont
{
    font-family: iransans;
}

.HeaderNew
{
    background-color: #1079C6;
    color: #FFFFFF;
}

.NewSection
{
    position: absolute;
    background-color: #1079C6;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.MainAnsPanel
{
    padding: 10px;
    border: 2px outset #1079C6;
    border-radius: 10px;
}

.TestTab
{
    border-collapse: separate;
    border-spacing: 10px;
}

.TestTab td a
{
    text-decoration: none;
}

.TestTab td
{
    border: 1px outset #0099FF;
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    width: 250px;
}

.TestTab td:hover
{
    background-color: #CEE8FB;
    cursor: pointer;
}

.TestBack
{
    color: #000000;
    margin-bottom: 20px;
}