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

