﻿body
{
    margin: 10px;
    border: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: justify;
    font-size: 10pt;
    font-family: Tahoma, Sans-Serif;
    background-color: #E8F4FF;
    background-image: url(../images/back.gif);
}
.titre
{
    direction:rtl;
    text-align:right;
    font-family:Times New Roman;
    font-weight:bold;
    font-size:12pt;
    color:Red;
}

#DTLayout
{
    width: 770px;
    /*border-top: thin outset;
    border-left: thin outset;
    border-right: thin outset;
    border-bottom: thin outset;*/
    background-color: #ffffff;
}

#DTHeader
{
    height: 80px;
    background-color: #75BCFF;
}

#DTSubHeader
{
    height: 30px;
    background-color: #F7F8FA;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(../images/HeaderMenuBackground.png);
    border-bottom: solid 1px #A5A6A8;
}

#DTMenu
{
    width: 150px;
    height: 200px; /*background-color: #0082FE;*/
    background-color: #A8D5FF;
    background-image: url(../images/rightbar.jpg);
}

#DTMain
{
    width: 620px;
    /*border-top: thin inset;
    border-left: thin inset;
    border-right: thin inset;
    border-bottom: thin inset;*/
    background-color: #ffffff;
}
#BKPublicity
{
    width: 150px;
    height: 200px;
    background-color: #59556c;
    /*background-color: #A8D5FF;*/
    background-image: url(../images/leftbar.jpg);
}

#DTSubFooter
{
    height: 30px;
    background-color: #F7F8FA;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(../images/HeaderMenuBackground.png);
    border-top: solid 1px #A5A6A8;
}

#DTFooter
{
    height: 80px;
    background-color: #000066;
    /*background-color: #75BCFF;*/
    margin-left: 80px;
}

#Data
{
    width: 600px;
}

input.Farsi
{
    color: blue;
    background-color: #ffff99;
    direction: rtl;
    text-align: justify;
    font-size: 8pt;
    font-family: Tahoma, Sans-Serif;
}

input.Latin
{
    color: blue;
    background-color: #ffff99;
    direction: ltr;
    text-align: justify;
    font-size: 8pt;
    font-family: Verdana, Sans-Serif;
}

td.ValidationSummary
{
    text-align: left;
    background-color: #ffff99;
}

td.Caption
{
    text-align: center;
    width: 150px;
    background-color: #cccccc;
    border-top: thin outset;
    border-left: thin outset;
    border-right: thin outset;
    border-bottom: thin outset;
}

td.Controls
{
    width: 400px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    background-color: #ffffff;
}

table.Data
{
}

td.Validators
{
    width: 50px;
    text-align: center;
    background-color: #ffffff;
}

td.Buttons
{
    padding: 4px;
    text-align: center;
    background-color: #cccccc;
    border-top: thin outset;
    border-left: thin outset;
    border-right: thin outset;
    border-bottom: thin outset;
}
.menu
{
    direction: rtl;
}
.Farsi
{
    padding:10px 10px 0px 10px;
    font-size: 10pt;
    color: #000066;
    direction: rtl;
    font-family: Tahoma;
    background-color: #ffff99;
    text-align: justify;
    line-height: 20px;
}
a.Persian
{
    text-decoration:non;
}

ASPxRoundPanel.Pnl
{
    direction:rtl;
}
table.tbl {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #000066;
	border-collapse: collapse;
	background-color: white;
}
table.tbl th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: white;
	background-color: black;
}
table.tbl td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #000066;
	background-color: white;
}

