﻿body {
}
/* Gridview CSS */
.grid_outer_panel
{		
	background-color:#4A83C6;
}
.grid_header
{	background-color:#D1DDF1;	
	height:20px;	
	border-bottom: solid 1px #AACCEE;
	text-align:left;
}
.grid_header_blue
{	background-color:#4A83C6;	
	height:18px;	
	border-bottom: solid 1px #AACCEE;
	text-align:left;	
}
.grid_footer
{	background-color:#D1DDF1;			
	height:20px;	
	border-bottom: solid 1px #AACCEE;	
}
.grid_rowstyle
{	
	height:20px;	
	background-color: White;
	padding:2px 0px 2px 0px;		
}
.grid_alt_rowstyle
{
	height:20px;
	background-color:#EFF3FB;
	padding:2px 0px 2px 0px;	
}
.grid_selected_rowstyle
{
	background-color:#E1ECFC;
	height:20px;
}
.grid_edit_rowstyle
{
	background-color:#E1ECFC;
	height:20px;
}


.grid_header1
{	
	background-color:#4A83C6;	
	height:20px;		
}
.grid_header_border
{	
	background-image:url(../Images/grid_header.gif);	
	height:20px;
	border: solid 1px #AACCEE;			
}

.grid_header_linkbutton 
{
	color: White;
	font-weight:bold;
	cursor:hand;
	text-decoration: underline;
	font-size: 10px;
	padding: 0px 10px 0px 10px;	
}
.grid_header_linkbutton:hover
{
	color: #EFF3FB;
	font-weight:bold;
	cursor:hand;
	text-decoration: underline;
	font-size: 10px;
	padding: 0px 10px 0px 10px;	
}