﻿/*************************************************************
 * Module:	 CssMdlMultiModule.css
 *
 * Comments:
 *
 *************************************************************
 *
 * Current implentation:
 *
 *  [PUT NAME OF WEB SITE HERE]
 *  
 *************************************************************/


/**********************************************
 * STYLES FOR GENERAL LAYOUT 
 * (cascaded to styles set in CssModules)
 **********************************************/
.MdlMultiModuleMainTable
{		
}
.MdlMultiModuleMainTableHeader
{
}
.MdlMultiModuleMainTableFooter
{
}
.MdlMultiModuleMainTableContent
{
}
.MdlMultiModuleMainTableSpacer
{
}


/**********************************************
 * CONTAINERS OF SUB MODULES - RESPONSIBLE FOR POSSITIONING
 **********************************************
 The classes below are used to position and size the submodules; 
 use the 'float', 'width', 'height' and 'overflow' attribute wisely!
 (the classes are applied to DIV's)

 NOTES:
 - sub module count starts at 0
 - you can add as many modules as you like
 - overflow-x is IE only 
 **********************************************/
/* TWO MODULES - ROW LAYOUT */
.MdlMultiModuleSubModuleContainer0 { width:100%; height: auto; overflow: hidden; padding: 2px; }
.MdlMultiModuleSubModuleContainer1 { width:100%; height: auto; overflow: hidden; padding: 2px; }

