td.MCcellBtn {
	text-align: center;
	padding: 25px 0px 25px 0px;
}

/************* Personals Main - Freatured Promotion Section ******************/
td.MCmainFeatureHolder{ /* Featured Promo Holder*/
	height:200px;
	padding:5px 0px 3px 0px;
}

td.MCmainFeatureTnPad { /* Featured Promo Thumbnail padding*/
	padding: 5px;
	vertical-align:top;
	text-align:center;
}

td.MCmainFeatureTxtPad { /* Featured Promo Text padding*/
	padding: 5px;
	vertical-align:top;
	border-right:solid 1px #CCCCCC;
}
td.MCmainFeatureTxtPadLast { /* Featured Promo Text padding for last column*/
	padding: 5px;
	vertical-align:top;
}

td.MCmainFeatureHdrRed { /* Freatured Promo Header padding */
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	border-right:solid 1px #CCCCCC;
	padding: 5px 5px 5px 10px;
}
td.MCmainFeatureHdrRedLast {  /* Freatured Promo Header padding for last column */
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	padding: 5px 5px 5px 10px;
}

td.MCmainFeatureDividerTop { /* divider*/
	height: 10px;
}

td.MCmainFeatureDividerBottom { /* divider*/
	border-top:solid 1px #CCCCCC;
	height: 10px;
}

/********** Promotion **********/
td.MCcellPromotionPad{ /* for cells holding promotions */
	padding:14px 1px 14px 1px;
	vertical-align:top;
border-bottom:solid 1px #CCCCCC;
}
td.MCcellPromotionPadLast{ /* for cells holding promotions */
	padding:14px 1px 14px 1px;
	vertical-align:top;
}
td.MCcellPromotionImgTLPad{ /* for cells holding promotion images */
	padding:0px 7px 0px 0px;
	vertical-align:top;
}
td.MCcellPromotionImgTRPad{ /* for cells holding promotion images */
	padding:0px 0px 0px 7px;
	vertical-align:top;
	text-align:right;
}

/********** Form Tables **********/
.MCcellFormPad { /* for cells holding form elements */
	padding:2px 1px 2px 1px;
}
.MCcellFormTextPad { /* for cells holding the text that should be aligned with form elements */
	padding:4px 1px 2px 1px;
	font-weight:bold;
	vertical-align:top;
}

/********** Thumbnails **********/
td.MCtnImgTLPad{ /* for thumbnail images aligned TOP LEFT; place in <td> */
	padding:7px 7px 7px 0px;
	vertical-align:top;
}
td.MCtnTextTLPad { /* for thumbnail text aligned TOP LEFT; place in <td> */
	padding:7px 1px 7px 1px;
	vertical-align:top;
}

td.MCtnImgTRPad{ /* for thumbnail images aligned TOP RIGHT; place in <td> */
	padding:7px 0px 7px 7px;
	vertical-align:top;
}
td.MCtnImgTRPad img{ /* for thumbnail images aligned TOP RIGHT; place in <td> */
	float: right;
}
td.MCtnTextTRPad { /* for thumbnail text aligned TOP RIGHT; place in <td> */
	padding:7px 1px 7px 1px;
	vertical-align:top;
	text-align:right;
}

/********** Navigation **********//* Use this for menu items, eg. coverAGE subpages, RE development subpages */
.MCmenu {
	list-style: none;
	margin:0px;
	padding:0px;
}
.MCmenu li {
	color:#000000;
	font-size:11px;
	text-align:left;
	padding-left: 10px; /* padding-left should be bullet width (8) + 2 */
	background-image:url(/img/common/bullet_arrow_black.gif);
	background-repeat:no-repeat;
	background-position:left 3px; /* top-align should be approx half of bullet height (7) */
}
.MCmenu a:link, .MCmenu a:visited {
	color:#000000;
	font-weight:bold;
}
.MCmenu a:hover, .MCmenu a:active {
	color:#CC0000;
	font-weight:bold;
}

.MCmenuCurrent {
	list-style: none;
	margin:0px;
	padding:0px;
}
.MCmenuCurrent li {
	color:#CC0000;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding-left: 10px; /* padding-left should be bullet width (8) + 2 */
	background-image:url(/img/common/bullet_arrow_red.gif);
	background-repeat:no-repeat;
	background-position:left 3px; /* top-align should be approx half of bullet height (7) */
}

/********** What's New **********//* Used on homepage of /sg/personal/, posb etc
/* creates additional vertical spacing in the whats new list. last <li> item has style="padding-bottom:0px" */
.MClistWhatsNew li {
	padding-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	background-image:url(/img/common/bullet_arrow_red.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
}/* reset style for all <li> that are NOT direct children */ .MClistWhatsNew li * li {padding-bottom:0px;}
.MClistWhatsNew a:link, .MClistWhatsNew a:visited {
	color:#000000;
	font-size:11px;
	font-weight:normal;
}
.MClistWhatsNew a:hover, .MClistWhatsNew a:active {
	color:#CC0000;
	font-size:11px;
	font-weight:normal;
}