/*Arabic*/

html
{
text-align:right;
}

table#Direction
{
	direction:rtl;
	
}

SELECT
{
    FONT-SIZE: 10px;
    COLOR: #414141;
    FONT-FAMILY: tahoma;
    direction: rtl;    
}


/* GridView Styles*/
.GridViewStyle
{
    width:100%;
    border:none 0px transparent;
    direction:rtl ;
    text-align:right; 
    font-size:11px;
    
 }
.HeaderStyle
{
    background-color: #4a748a;
    color: white;
    font-weight: bold;
      height:25px;
      font-size:11px;
}

.HeaderStyle a, .HeaderStyle a:visited
{
     font-size:11px;
    color:white;
    text-decoration:underline; 
    
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #EFF4FC;
     height:25px;
     font-size:11px;
}

.RowStyle
{
     height:25px;
     font-size:11px;
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}


