#MPBcontainer { /* board box: width, color, font and margin /*
	width: 450px; /* board width: must be the sum of all board box in a row */
	direction: rtl;
	background: #ffffff; 
	border: 0px solid #99cccc; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
	
#MPBcontainer tr.row { 

	}
	
#MPBcontainer td.cube { /* one board cube: width, height and margin */
	width: 150px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	}
	
#MPBcontainer p.date1 { /* date in odd cube 1, 3, 5...: color and font */
	background: #ccccff;
	font-weight: normal;
	color: #000000;
	font-size: 10px; 
	width: 100%;
	height: 20px;
	display: inline;
	padding: 3px;
	float: left;
	margin: 0px;
	}

#MPBcontainer p.date2 { /* date in even cube 2, 4, 6...: color and font */
	background: #66cc66; 
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	width: 100%;
	height: 20px;
	display: inline;
	padding: 3px;
	float: left;
	margin: 0px;
	}
	
#MPBcontainer p.message1 { /* message in odd cube 1, 3, 5...: color and font */
	background: #ccccff;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	width: 100%;
	height: 80px;
	display: inline;
	padding: 3px;
	float: left;
	margin: 0px;
	}

#MPBcontainer p.message2 { /* message in even cube 2, 4, 6...: color and font */
	background: #66cc66;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	width: 100%;
	height: 80px;
	display: inline;
	padding: 3px;
	float: left;
	margin: 0px;
	}

#MPBcontainer p.phone1 { /* phone in odd cube 1, 3, 4...: color and font */
	background: #99cccc;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	width: 100%;
	height: 20px;
	display: inline;
	padding: 3px;
	float: left;
	margin: 0px;
	}

#MPBcontainer p.phone2 { /* phone in even cube 2, 4, 6...: color and font */
	background: #99ff99;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	width: 100%;
	height: 20px;
	display: inline;
	padding: 3px;
	float: left;
	margin: 0px;
	}

#MPBcontainer a.link { /* links: color and font */
	font-size: 12px;
	color: #0000ff;
	text-decoration: none; 
	}
	
#MPBcontainer a.link:hover, #MPBcontainer a:active {
	text-decoration: underline;
	}
	
#MPBcontainer td.nextPage { /* next link: position */
	height: 25px;
	margin: 0px;
	padding: 5px;
	text-align: left;
	}
	
#MPBcontainer td.prevPage { /* previous link: position */
	height: 25px;
	margin: 0px;
	padding: 2px;
	}
	
#MPBcontainer a.page { /* next and previous link: color and font */
	font-size: 12px;
	color: #0000ff;
	background: #cccccc; 
	font-weight: bold;
	text-decoration: none; 
	}
	
#MPBcontainer a.page:hover, #MPBcontainer a:active {
	text-decoration: underline;
	}
	
	
	
	
	
	
	

