﻿body
{
         font-family: tahoma;
         font-size: 12px;
         text-decoration: none;
         background-image: url('Images/BK.jpg');
         background-repeat: repeat-x;
         background-color: #D5D6EA;
	text-align: center;
    direction: ltr;
}

.BTNS
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000099;
    height: 21px;
}

.BTNS_Red
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: Red;
    height: 21px;
}

.Titles
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
    color: #660033;
	direction: rtl;
}
.ColorLINE
{
    background-color: #F5CC9E;
}

.ColorLINE_2
{
    background-color: #FCF1E4;
}


.TextBox_Farsi
{
         font-family: tahoma;
         font-size: small;
         color: #000066;
         text-decoration: none;
         text-align: right;
}

.TextBox_Latin
{
    font-family: "Times New Roman", Times, serif;
         font-size: 14px;
         color: #000066;
         text-decoration: none;
         text-align: left;
}

.MSG
{
    font-family: tahoma;
    font-size: small;
    color: Red;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
    height: 20PX;
    font-weight: bold;
}

.DRP_Farsi
{
    font-family: tahoma;
    font-size: 11px;
    color: #003300;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
}

.IdCode
{
    font-family: "Times New Roman", Times, serif;
   font-size: large;
    font-weight: bold;
    color: #0000FF;
    text-decoration: none;
    font-style: normal;
    text-transform: none;
	background-color: #FFFF00;
}

.Validator_Valid
{
font-family: tahoma;
font-size: 10px;
color: #000066;
}

.Validator_Invalid
{
border: 2px solid #FF0000;
font-family: tahoma;
font-size: 10px;
color: #000066;
}

.TD_LTR
{
    text-decoration: none;
    text-align: left;
    background-color: #E9E7E2;
    direction: rtl;
    width:8cm;
    }
.TD_RTL
{
    text-decoration: none;
    text-align: right;
    background-color: #F2F1EE;
    }
    
.TD_Warning
{
    background-color: #FFFF66;
    color: #000080;
    font-weight: bold;
}    
