/* Modular Template stylesheet */

/* MTheaderImageAlign is used to align an image header when Cell Content Border is 'yes' - all other properties are set in the Modular Content Page template */
.MTheaderImageAlign {
	/* text-align:-moz-left;
text-align:left; */
text-align:-moz-center;
	text-align:center;
	/* text-align:-moz-right;
text-align:right */;
}
/* MTheaderTextAlign is used to align a text header when Cell Content Border is 'yes' - all other properties are set in the Modular Content Page template */
.MTheaderTextAlign {/*text-align:-moz-left;
text-align:left */;/*text-align:-moz-center;
text-align:center */;
	text-align:-moz-center;
	text-align:center;
}
.MTtopLeft {
	background-color:#FFF;
	border-left: 1px solid #bec5c2;
	border-top: 1px solid #bec5c2;
}
.MTtopRight {
	background-color:#FFF;
	border-right: 1px solid #bec5c2;
	border-top: 1px solid #bec5c2;
}
.MTtopTile {
	background-color:#FFF;
	border-top: 1px solid #bec5c2;
}
.MTbottomLeft {
	background-color:#FFF;
	border-left: 1px solid #bec5c2;
	border-bottom: 1px solid #bec5c2;
}
.MTbottomRight {
	background-color:#FFF;
	border-right: 1px solid #bec5c2;
	border-bottom: 1px solid #bec5c2;
}
.MTbottomTile {
	background-color:#FFF;
	border-bottom: 1px solid #bec5c2;
}
.MTLeftTile {
	background-color:#FFF;
	border-left: 1px solid #bec5c2;
}
.MTRightTile {
	background-color:#FFF;
	border-right: 1px solid #bec5c2;
}
.MTContentTile {
	background-color:#FFFFFF;
	padding:5px;
}
