﻿
/* Grids */
.GridHeader 
{
	font-size: 8pt;
	background-color:  #336699; /* dark blue*/
	Color: white;
}

.GridGroupByBox
{
	font-size: 8pt;
	background-color: #336699; /*dark blue*/
	color: white;
	border-color: Silver;
}

.GridGroupByRow  
{
	font-size: 8pt;
	background-color: #b5ccfa; /* light blue */
	color: black;
	border-color: Silver;
}

.GridFrame
{
	FONT-SIZE: 8pt;
	Color: gray
}

.GridRow 
{
	
	FONT-SIZE: 8pt;
	background-color: #DDDDDD; /*  lt gray */
	Color: black;
	border-color: Silver;
}
.GridAlternateRow
{
	FONT-SIZE: 8pt;
	background-color:  #f8f7f4;  /* very lt gray */
	Color: black;
	border-color: Silver;
}

.DefaultCell
{
	font-size: 8pt;
	text-align: center;
}

.ReserveNowCell
{
   font-size: 10pt;
   text-align: center;
   font-weight: bold;
}

.LinkCell
{
	font-size: 8pt;
	text-decoration: underline;
	color: black;
}

.OwnerGridValueList  
{
	FONT-SIZE: 8pt;
	background-color: #fffff0;
	Color: black;
}



