/*************************************************************
 * 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 VACATURE SUPPORT SITE
 *  
 *************************************************************/
/*//////////////////////////
/// 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 
{
}
.MdlMainTablePageTitle	
{	
   padding-bottom: 20px;
   display: none;
}
.MdlMainTableHeader
{
}
.MdlMainTableFooter
{
}
#splashPage .MdlMainTableContent
{
   padding-left: 240px;
}
.MdlMainTableContent
{
}
.MdlMainTableSpacer
{
}

.MdlMainTablePageAuthor
{
}

.MdlPrintButton
{
}
.MdlPrintButtonCell 
{
}

/******************************************************
 * Class(es):	
 * Description: 
 * Comments:
 ******************************************************/

