﻿BODY
{
	font-family: tahoma;
	font-size: 8pt;
	direction: rtl;
	
	height: 100%; 
}

A
{
    color: #003366;
    text-decoration: none;
}

INPUT, TEXTAREA, SELECT, OPTION
{
    font-family: tahoma;
    font-size: 8pt;
    
    text-decoration: none;

}
INPUT.text
{
	    font-family: tahoma;
    font-size: 8pt;
    
    text-decoration: none;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}


TABLE
{
	font-family: tahoma;
	font-size: 8pt;
	text-align: right;
}
TD
{
	font-family: tahoma;
	font-size: 8pt;
}

.RightAlign
{
    text-align:Right;
}
 .LeftAlign
{
    text-align:left;
}
.center
{
	margin: 0 auto;
}




/***********************Grid & From Style************************/
.FormFrame2
{
}
.FormFrame
{
	border: solid 1px Gray;
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.FormHeader
{
	height: 23px;
	border-bottom: solid 1px #606060;
	background-color: #5e768e;
	color: white;
	
	font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding:0px 5px 0px 5px;
	text-align:center;
}

.FormContent
{
	padding: 5px 5px 5px 5px;
	font-size: 8pt;
	color: #000000;
}

.FormFooter
{
	padding: 5px 5px 5px 5px;	
	text-align:center;
}
.Msg
{
	color:Red;
	text-align:center;
}


 
 
 
 
 
 
 .DataGrid
{
	background-color: #FFFFFF;
	font-size: 8pt;
	border-right: #acaead 1px solid;
	border-top: #acaead 1px solid;
	border-left: #acaead 1px solid;
	border-bottom: #acaead 1px solid;
}

.dgAlternatingItem
{
	background-color: #ECECEC;
	height: 28px;
}
.dgItem
{
	height: 28px;
}
.dgSelectedItem
{
	background-color: #f9f8be;
}

.dgEditItem
{
}

.dgFooter
{
    font-size: 8pt;	
	color: #000000;	
	background-color: Gray;
}


.dgHeader
{
	background-image: url(../../Images/grd_Header.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	height: 28px;
	color: #7e8961;
}

.dgPager
{
	font-size: 8pt;
	color: #000000;
	background-color: #C1CE99;
	font-weight: bold;
	text-align: center;
}

.dgPager a
{
	 color:#7E8961;
	 text-decoration: underline;
}
.dgPager a:hover
{
	 color:Red;
	 text-decoration: underline;
}


.dgSelectedRow
{
}

.dgHeaderCells
{
	border: solid 1px Gray;
	text-align: center;
}
.dgItemCells
{
	border:solid 1px Gray;
	text-align: center;
}
.dgItemCells2
{
	border:solid 1px Gray;
	direction:ltr;
	text-align: center;
}
.dgFooterCells
{
	border:solid 1px Black;
	text-align: center;
}

/***********************Grid & From Style************************/




/*******************Filter***********************************/
.filterHeader_C
{
    background-image: url(../../Images/filter_header.gif);
    background-repeat: repeat-x;
    height: 19px;
    border-right: #adadad 1px solid;
    border-top: #adadad 1px solid;
    border-left: #adadad 1px solid;
    border-bottom: #adadad 1px solid;
    cursor: hand;
    padding-top: 5px;
    padding-right: 5px;
}
.filterHeader_E
{
	background-image: url(../../Images/filter_header.gif);
	background-repeat: repeat-x;
	height: 19px;
	border-right: #adadad 1px solid;
	border-top: #adadad 1px solid;
	border-left: #adadad 1px solid;
	border-bottom: #adadad 1px solid;
	cursor:hand;
	padding-top: 5px;
    padding-right: 5px;
}
.filterBody
{
	background-color: #ededed;
}
.filterBody_side1
{
	border-left: #adafae 1px solid;
}
.filterBody_side2
{
	border-right: #adafae 1px solid;
	border-bottom: #adafae 1px solid;
	border-left: #adafae 1px solid;

}

.tblProgress
{
    position:absolute; 
    width:100%; 
    height:1%; 
    z-index:100; 
    background-color:Transparent;
}


@-moz-document url-prefix()
{
.tblProgress
{
    top:0px;
    left:0px;
    position:absolute; 
    width:100%; 
    height:1%; 
    z-index:100; 
    background-color:Transparent;
}
}
/*******************Filter***********************************/


.tableAlternate1
{
	height: 25px;
}
.tableAlternate2
{
	height: 25px;
	background-color: #dedede;
}
.difDir_bottom
{
	text-align: left;
	direction: ltr;
	vertical-align: bottom;
}


/***********************************************************/
.boxSize
{
    width: 114px;
	height: 32px;
}




/*******************Ajax*********************/


#progressBackgroundFilter
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
    height: expression(document.body.clientHeight + "px");
    width: expression(document.body.clientWidth + "px");
    text-align: center;
    vertical-align: middle;
}

        .modalBackground
        {
            background-color:#000000;
            filter:alpha(opacity=50);
            opacity:0.50;
        }
        
                .c1
        {
            background-color:#1E7FC1;
            filter:alpha(opacity=50);
            opacity:0.50;
        }


.Hand
{
    cursor:hand;
}
