/* 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{
	height:10px;
	width:10px;
	background-image:url(images/top_left.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.MTtopRight{
	height:10px;
	width:10px;
	background-image:url(images/top_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.MTtopTile{
	height:10px;
	width:auto;
	background-image:url(images/top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.MTbottomLeft{
	height:10px;
	width:10px;
	background-image:url(images/bottom_left.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.MTbottomRight{
	height:10px;
	width:10px;
	background-image:url(images/bottom_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.MTbottomTile{
	height:10px;
	width:auto;
	background-image:url(images/bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.MTLeftTile{
	height:10px;
	width:10px;
	background-image:url(images/left.gif);
	background-position:right;
}

.MTRightTile{
	height:auto;
	width:10px;
	background-image:url(images/right.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.MTContentTile{
	height:auto;
	width:auto;
	background-color:#ffffff;
}

