﻿* {
    padding: 0; 
    margin: 0; 
}
body {
	font: 11px Tahoma;
	background-color: #F7F7E9;
}
h1 {
    font: bold 32px Times;
	color: #FF0000;
	text-align: center;
	padding: 20px 0;    
}
#container {
    width: 700px;
    margin: 10px auto;
}

.mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
    .mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #002000; }
    .mGrid th { padding: 4px 2px; color: #ffffff; background: #424242 url(Images/grd_head_green.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 .foot {border:0px; background: #424242 url(Images/grd_head_green.png) repeat-x top; } 
    .mGrid .pgr {background: #424242 url(Images/grd_pgr_green.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  {
	margin:0 0 0 3px;
	padding:2px 0 0 0;
	text-align:center;
	font-size:10px;
	font-weight:bold; 
	color:#3E8E2D;
	width:19px;
	height:19px;
	background:url(images/btnPaging.jpg) no-repeat;
	display:block;
	float:left;
	}
	
	.mGrid .row
	{
    color: #000000;
	}

	.MyGridView tr.row:hover
	{
	background-image: url('../img/GridViewBG.jpg');
    background-repeat: repeat-x;
    color: #AAAAAA;
	}
	
    .mGrid .pgr a:hover { color: #000; text-decoration: none; }
    
    .mGrid .pgr a:active { 
	background:none;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	background:url(images/btnPagingActive.jpg) no-repeat;
	}
    
.button, .button:visited, .button:active, .button:hover, .hyperlink
 {

       width: 210px;                                    /*Make these the size of the image*/
       height: 16px;
       display: inline-block;                            /*Required*/
       margin-left: 0px;                                /*Spacing so buttons can...*/
       margin-right: 0px;                               /*simply be side-by-side*/
       text-align: center;                              /*Alignment of text*/
       padding-top:0px;                                 /*Push text down like v-align:center*/
       text-decoration:none;                            /*Do not show link underline*/
} 

.button, .button:visited, .button:active, .button:hover
 {

       background:#424242 url(images/button_green_210.png) ; 
       background-repeat: no-repeat; 
} 



 .button:hover  
 {        
       background:#424242 url(images/button_green_210_hover.png) ; 
       background-repeat: no-repeat; 
}
 

