/*
//************************************************************************** 
// File: module.css
// Description: Cascading style sheets for the Falafel Press Release DNN Module.
// Copyright:  © 2005 Falafel Software Inc. 
// --------------------- 
// History 
//    5/5/2005    Duncan Gold    Original Version 
//**************************************************************************
*/

/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/

.BrowsePressRelease 
{
	background-color: transparent;
}

.FeaturedPressReleases 
{
	background-color: Transparent;
}

.NormalPressReleases 
{
	background-color: Transparent;
}

.UnpublishedPressReleases 
{
	background-color: transparent;
}

.FalafelPressRelease
{
	background-color: transparent;
}

