/*************************************************************
 * 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:
 *
 * A&P PENSIOEN SITES DEFAULT
 *  
 *************************************************************/
/*//////////////////////////
/// donkergroen: #799226 ///
/// lichtgroen:  #DDE0BE ///
/// donkerblauw: #6383BC ///
/// lichtblauw:  #CFD6EA ///
//////////////////////////*/
/******************************************************
 * Class(es):	MAIN TABLE 
 * Description: The main layout-table for all modules 
 * Comments:
 ******************************************************/

.MdlMainTable 
{
	width: 100%;
	height: auto;
	color: #ffffff; 		
}
.MdlMainTablePageTitle	
{	
	height: 20px;
	text-align:left;
	/* font-variant:small-caps ;  */
	font-size: 14px;
	font-variant: small-caps ;
	vertical-align:top;
	font-weight: bold; 
}
.MdlMainTableHeader
{	
}
.MdlMainTableFooter
{
}
.MdlMainTableContent
{
}
.MdlMainTableSpacer
{
	height: 15px;
}

.MdlMainTablePageAuthor
{
   height: 15px;
   text-align: right;
   font-size: 80%;
   vertical-align: top;
   color: #808080;
}

/******************************************************
 * Class(es):	
 * Description: 
 * Comments:
 ******************************************************/

