div.tmtPanelGroup { background-color: #666666; color: White; clear: both; }
div.tmtTabs { float: left; height: 28px; width: 450px; }
div.tmtTabs a.tmtTab, div.tmtTabs a.tmtTabselected  { 
	font-weight: bold; margin: 0px; text-decoration: none; font-size: 12px; display: block; float: left; height: 12px; padding: 8px; background: url(../../../../assets/img/bg_tab_off.gif) #d9d9d9 no-repeat;
		text-align: center; color: White; width: 94px; margin-right: 2px; display: inline; 
} /*overflow: hidden;*/
div.tmtTabs a.tmtTabselected { color: #be3333; background: url(../../../../assets/img/bg_tab_on.gif) no-repeat #e9e7e0; }
div.tmtPanel { display: none; float: left; padding: 8px; background: url(../../../../assets/img/bg_tabpanel_content.gif) top no-repeat #e9e7e0; color: Black; width: 444px; padding-bottom: 0; }
div#tabs-bottom { background: url(../../../../assets/img/bg_tabpanel_footer.gif) no-repeat; width: 460px; height: 10px; float: left; margin-bottom: 10px; }

