/*************************************************************
 * 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 
{
   width: 100%;
	height: auto;
	color: #000000; 	
	border-collapse: collapse;
/*	background-color: #FFFFFF; */
}

.MdlMainTable table {
   border-collapse: collapse;
}

.MdlMainTablePageTitle	
{
   line-height: 50px;	
   padding: 0px;
	text-align:left;
	/* font-variant:small-caps ;  */
	vertical-align:top;
	font-weight: bold; 
	color: #067cbc;
}
.MdlMainTableHeader
{	
   /* white-space between header text and main content */
   padding-bottom: 20px;
   /*this padding if overruled in CssMdlOrder.css because it resulted in 2 white spaces 
    * because text blocks like paragraphs ends with a default white space
    */
}
.MdlMainTableFooter
{
}
.MdlMainTableContent
{
   width: 693px;
}

.MdlMainTableContent img
{
   max-width: 693px;
}

.MdlMainTableSpacer
{
	height: 15px;
}

.MdlMainTablePageAuthor
{
   height: 15px;
   text-align: right;
   font-size: 80%;
   vertical-align: top;
   color: #808080;
}

.MdlMainTableRevision {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
}

.MdlMainTableRevisionData {
  width: 350px;
}

.MdlPrintButton
{
}
.MdlPrintButtonCell 
{
   width: 25px;
   text-align: right;
   padding-left: 3px;   
   cursor: pointer; 
   cursor: hand; 
   
}

/******************************************************
 * Class(es):	
 * Description: 
 * Comments:
 ******************************************************/

