﻿
body {
	direction:rtl;
  
	width:100%;
	
	
}
@font-face {
    font-family: 'IRANSans-Medium-web';
    src: url('../FarsiFont/IRANSans-Medium-web.eot') format('embedded-opentype');
    src: url('../FarsiFont/IRANSans-Medium-web.ttf') format('truetype');
    src: url('../FarsiFont/IRANSans-Medium-web.woff2') format('woff');
}

h1 {
    font: bold 32px Times;
	color: #666;
	text-align: center;
	padding: 20px 0;    
}
#container {
    width: 700px;
    margin: 10px auto;
}

.mGrid { background-color: #fff; margin-left:50px; border: solid 1px #525252; border-collapse:collapse;direction:rtl; }
    .mGrid td { padding: 2px; border: solid 1px #c1c1c1; /*color: #717171;*/ }
    .mGrid th { padding: 4px 2px;text-align: center; color: #fff; background: #424242 url(images/grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
.mGrid .alt { background: #fcfcfc url(images/grd_alt.png) repeat-x top; }
.mGrid .pgr {background: #424242 url(images/grd_pgr.png) repeat-x top; }
    .mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
    .mGrid .pgr a { color: #666; text-decoration: none; }
    .mGrid .pgr a:hover { color: #006622; text-decoration: none; }
    .linkBtnAsp
{
          font: 1em IRANSans-Medium-web, Tahoma, Geneva, sans-serif;
    color:crimson;
    width:100%;
}
    .linkBtnAspGreen
    {
         font: 1em IRANSans-Medium-web, Tahoma, Geneva, sans-serif;
    color:darkgreen;
    width:100%;
    }
    .rowstyle{
        background-color:red;
        color:white !important;
    }
 .GroupHeaderRowStyle
{
    background-color: Blue !important;
    text-align: left;
    font-weight: bold !important;
    color: White !important;
}
 .RowStyle
{
    background-color: #66CCFF;
}