/*************************************************************
 * StyleSheet:	CssModules.css
 *
 * Description:	The stylesheet that is used for all modules
 *				that derive from AbsModuleBase.
 *				Derived modules can either overrule these 
 *				in their own stylesheet or add extra styles.
 *
 * Comments:	Note that to completely overrule a style, all
 *				style properties need to be redefined, since
 *				styles are cascaded (added, not replaced)
 *************************************************************
 *
 * Current implentation:
 *
 * AKKERMANS EN PARTNERS WEBSITE
 *  
 *************************************************************/
/*//////////////////////////
/// donkergroen: #799226 ///
/// lichtgroen:  #DDE0BE ///
/// donkerblauw: #6383BC ///
/// lichtblauw:  #CFD6EA ///
//////////////////////////*/

/******************************************************
 * Font-properties do not always cascade from body to it's children,
 * so attach them to all container elements
 ******************************************************/
html, body, table, td, div {
}

/******************************************************
 * Class(es):	MAIN TABLE 
 * Description: The main layout-table for all modules 
 * Comments:
 ******************************************************/

.MdlMainTable 
{
   border-collapse: collapse;
	width: 100%;
	height: auto;
	
}
.MdlMainTablePageTitle	
{	
   padding: 0px;	
}
.MdlMainTableHeader
{
   padding: 0px;	
}
.MdlMainTableFooter
{
}
.MdlMainTableContent
{
   padding: 0px;
}
.MdlMainTableSpacer
{
	height: 15px;
}

.MdlMainTablePageAuthor
{
}

.MdlPrintButton
{
}
.MdlPrintButtonCell 
{
}

/******************************************************
 * Class(es):	
 * Description: 
 * Comments:
 ******************************************************/

.DftFFInpContrContain {
  margin-left: 0px;
}
