﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */


/* Gfw's Styles  
 * Used to Hide or Show a Gridview Column - Do Not Remove 
*********************************************************/
.hiddencolumn
{
   display:none;
}
.visiblecolumn
{
   display:block;
}
/*Modal Popup
********************************************************/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.7;
}
.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	width:400px;
}
/* Gfw's Styles  
*********************************************************/