.tableGrid
{
	text-align:			center;
}

.tableGrid th
{
	background-color:	#006699;
	color:				white;
	border:				1px solid;
	font-weight:		bold;
	height:				15px;
	padding:			3px;
}

.tableGrid td
{
	background-color:	white;
	border:				1px solid #D4D0C8;
	height:				15px;
	padding:			3px;
}

.blue
{
	background-color:	#006699 !important;
	color:				white !important;
}

.white
{
	background-color: 	white !important;
	width: 				100% !important;
	height: 			100% !important;
}

.lightBlue
{
	background-color: 	#EAF5F6 !important;
	color: 				blue !important;
	width: 				100% !important;
	height: 			100% !important;
}

.lightBlue:hover
{
	background-color: 	#DDDDDD !important;
}

.yellow
{
	background-color:	#FFFFCC !important;
}

.headerGrey
{
	text-align:			left;
	background-color:		#808080;
	border:				1px solid #555555;
	color:				white;
	font-weight:			600;
	font:				14pt;
	height:				20pt;
}

}
