/* layout control */

table.mmhide_main {
	background: white;
	border: white 10px solid;
}

table.mmhide_content {
	background: white;
	border-top: white 10px solid;
	border-bottom: white 10px solid;
}

td.mmhide_white {
	background: white;
}

td.mmhide_header, td.mmhide_footer {
	background: url(../media/base/header_fade.jpg) top left repeat-y; 
}

table.mmhide_footer {
	background: url(../media/base/header_fade.jpg) top left repeat-y; 
}

table.mmhide_pics_home {
	border-left: white 10px solid;
}
	
td.mmhide_pic_frame {
	border-left: white 2px solid;
}

table.mmhide_content_area_home {
	border-left: white 40px solid;
}
	
td.mmhide_news_home {
	border-left: white 40px solid;
}
	
td.mmhide_news_panel_header {
	background-color: #FFD65B; /* yellow */
	border-bottom: white 2px solid;
	padding: 0px 6px 0px 8px; /* top right bottom left */
}
	
td.mmhide_news_panel_home {
	background-color: #FFD65B; /* yellow */
	border-bottom: white 2px solid;
	padding: 8px 6px 4px 8px; /* top right bottom left */
}
	
td.mmhide_support_button {
	background: url(../media/buttons/support_login_button.gif) center no-repeat;
}

td.mmhide_contact_box_left {
	padding-left: 6px;
	background-color: #B1CADE;  /* lt blue */
}

td.mmhide_contact_box_right {
	background-color: #B1CADE;  /* lt blue */
}

td.mmhide_news_release_box_left {
	padding-left: 6px;
	background-color: #B1CADE;  /* lt blue */
	border-bottom: 3px solid white;
}

td.mmhide_news_release_box_right {
	padding-right: 6px;
	background-color: #B1CADE;  /* lt blue */
	border-bottom: 3px solid white;
}

table.mmhide_profile {
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #435D7B;  /* dk grey */;
}