﻿/*	This file Contains all styles that are related to Data being displayed in DataGrid.	*/


/*	This class is used to align the paging button with Gary background and the provide width to the div.	*/
.ButtonAlignment
{	
	text-align:right;
	border: none 0;
	padding-top:5px;
	width:100%;		
	background-color:#7F99CC;
}


/*	This class is used to provide left margin to the div of data grid.	*/
.LeftMargin
{
	text-align:right;
	width:0px;
}

/*	This class is used to provide sapce between next and pervious buttons in Data grid.*/
.SpaceBetween
{
	width:8px;	
}

/*	This class is used to provide right margin to the div of data grid.	*/
.RightMargin
{
	width:0px;
}

/*	This class is used to align text and hand pointer on the Image Icon and text.	*/
.NextImage
{
	text-align:right;	
	cursor: pointer; 
	cursor: hand;	
}

/*	This class is used to align text against next image icon .	*/
.NextImageTD
{
	text-align:right;
}	

/*	This class is used to align text against previous image icon .	*/
.PreviousImage
{
	text-align:right;
	cursor: pointer; 
	cursor: hand;
    font-family :Arial;
    color:#0000FF;
    font-size: 10pt;
    font-weight:normal;
    text-decoration: none; 

}

/*	This class is used to align text against Previous image icon.	*/
.PreviousImageTD
{
	text-align:right;	
    width :97.5%;	
}

/*	This class is used to align the paging button and the provide width to the div.	*/
.GrayButtonAlignment
{	
	text-align:right;
	border: none 0;
	padding-top:5px;
	width:100%;			
}
