﻿.mGridBlock
{
	display:block;
}
.mGrid { 
    width: 100%; 
    background-color: #eee; 
    margin: 0px 1px 0px 1px; 
    border: solid 1px #303030; 
    border-collapse:collapse; 
    font-size:small;
}
.mGrid a 
{ 
    color: #99f; 
    text-decoration:underline; 
}
.mGrid th { 
    padding: 4px 8px 4px 8px; 
    color: #fff; 
    background: #424242 url("images/mgrid_head.png") repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 1em; 
}
.mGrid th a 
{ 
    color: White; 
    text-decoration:none; 
}

.mGrid .sorted a
{
    color: Orange;
}


.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #313131;
    font: 12px Arial; 
}

.innertable
{
    margin:0px;
    width:100%;
    border:hidden;
    margin-bottom:5px;
}
.innertable td{ 
    padding: 3px;
    margin:0px; 
    border:none;
    border-top:dotted 1px #c1c1c1; 
    color: #313131;
    font: 11px Arial; 
}
.innertable th 
{
	border-bottom:solid 2px #666;
	height:0px;
	padding:0px;
	font: 12px Arial ;
}


tr:nth-child(odd) {
    background-color: #fbfbfb;
}
tr:nth-child(even) {
    background-color: #f1f1f1; /* Previously #eeeeee, pre-2022A */
}

/*.mGrid .alt { background: #fbfbfb; }  for IE8 only*/

.mGrid .pgr { background: #424242 url("images/mgrid_pgr.png") repeat-x top; }

.AspNet-GridView-Pagination  
{
    background: #424242 url("images/mgrid_alt.png"); 
    padding:5px 5px 0px 5px; 
    text-align:center; 
    vertical-align:middle; 
    font:bold 14px Lucida Console  }
.AspNet-GridView-Pagination a  
{
    color: #666; 
    text-decoration:none ;  
    padding:4px 5px 4px 5px; 
    font-weight:normal; }
.AspNet-GridView-Pagination span  
{
    color: #333; 
    font-weight:bold; 
    padding:4px 5px 4px 5px; 
    
    }
.AspNet-GridView-Pagination a:hover 
{
     color: #000; 
     background: #999;
}

.yesimg
{
    background-color:Transparent;
    background-image: url("../images/included.png");
    background-repeat:no-repeat;
    background-size:24px 24px;
    background-position:50% 50%;
    text-align:center;
    height:24px;
}
.noimg
{
    background-color:Transparent;
    background-image: url("../images/excluded.png");
    background-repeat:no-repeat;
    background-size:24px 24px;
    background-position:center;
    background-position:50% 50%;
    text-align:center;
    height:24px;
    
   
}