﻿html
{
	direction:rtl;
}

body 
{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	padding: 0px;
	margin: 0px;
	border: 0px transparent none;
	background-color :#FFF9E6;
	font-size:12px
}

.ContentPane
{
	border: solid 1px #DEBD8E;
	background-color :#FFFFFF;
}

.ControlTable
{
	border: solid 1px #DF8A17;
	background-color :#FFFFFF;
	font-size:12px;
}

.ControlTableHeader
{
	font-weight:bold;
	color:Navy;
	text-align:right;
}

.ControlTableCaption
{
	color:#255ED1;
	text-align:center;
	background-color: #FFF0CB;
}
.ControlTableValue
{
	color:#000000;
	text-align:right;
	font-weight:bold;
}

.FormObject
{
	font-family:Tahoma;
	font-size:12px;
	color:Navy;
    border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
}

.ltrFormObject
{
	font-family:Tahoma;
	font-size:12px;
	color:Navy;
	direction:ltr;
	border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
}

.CrowdedFormObject
{
	font-family:Tahoma;
	font-size:12px;
	color:Navy;
	direction:ltr;
	letter-spacing:3px;
	border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
}

.FormTable 
{
	border: solid 2px black;
	font-family:B Nazanin,Tahoma;
	font-size: 15px; 
	direction: rtl;
	text-align: right;
	padding: 0;
}

.FormTable td
{
	border: solid 1px black;
}

.FormTable input
{
	clear:both;
	border:none;
	padding:0px;
	
}

.FormNumber
{
    font-family: Tahoma;
    font-size: 12px
}

.TechFormTable 
{
	border: solid 2px black;
	font-family:B Nazanin,Tahoma;
	font-size: 13px; 
	direction: rtl;
	text-align: center;
	padding: 0;
	
}

.TechFormTable td
{
	border: solid 1px black;
	padding:0px;
	margin:0px;
}

.TechFormEntryTable
{
	border: solid 1px #DF8A17;
	font-family:B Tahoma;
	font-size: 12px; 
	direction: rtl;
	text-align: center;
	padding: 0;
	color:#255ED1;
}

.TechFormEntryTable td
{
	border: solid 1px gray;
	padding:1px;
	margin:0px;
}


.ReportTable1 td
{
    border: solid 1px gray;
	padding:1px;
	margin:0px;
}


.bl2
        {
            border: 1px solid #e68200;
            background: url(Images/bl2.gif) 0 100% no-repeat;
            text-align: center;
        }
        .bl
        {
            background: url(Images/bl2.gif) 0 100% no-repeat;
            text-align: center;
        }
        .br
        {
            background: url(Images/br2.gif) 100% 100% no-repeat;
        }
        .tl
        {
            background: url(Images/tl2.gif) 0 0 no-repeat;
        }
        .tr
        {
            background: url(Images/tr2.gif) 100% 0 no-repeat;
            padding: 10px;
        }
        .tr2
        {
            background: url(Images/tr2.gif) 100% 0 no-repeat;
        }
        .t
        {
            background: url(Images/dot2.gif) 0 0 repeat-x;
            
        }
        .b
        {
            background: url(Images/dot2.gif) 0 100% repeat-x;
        }
        .l
        {
            background: url(Images/dot2.gif) 0 0 repeat-y;
        }
        .r
        {
            background: url(Images/dot2.gif) 100% 0 repeat-y;
        }
