﻿/*		Container Classes	*/
	.mbContainer
	{
	    position: relative;
	    height: 70px;
		width: 272px;
		background-repeat: no-repeat;
		z-index: 100;
		}

    .mbContainer_SuperBar
    {
	    height: 65px;
    }

    .mbContainer_ResProfile_Scheduled
    {
        background-image: url(../../Static/Images/ResModalOverview/MenuItem_Scheduled.png);
    }
    .mbContainer_ResProfile_Unscheduled
    {
        background-image: url(../../Static/Images/ResModalOverview/MenuItem_Unscheduled.png);
    }

    .mbContainer_SuperBar_Scheduled
    {
        background-image: url(../../Static/Images/Superbar/ScheduledItem_MenuItem.png);
    }

    .mbContainer_SuperBar_Unscheduled
    {
        background-image: url(../../Static/Images/Superbar/UnscheduledItem_MenuItem.png);
    }

    .mbContainer_SuperBar_UserButton
    {
        background-image: url(../../Static/Images/Superbar/Tower_User_Button.png);
        width: 240px;
    }
    .mbContainer_SuperBar_ResSummaryButton
    {
        url(../../Static/Images/Superbar/ResSummary_MenuItem.png);
    }

/*		Icon Classes	*/
	.mbIconResProfile {
		position: absolute;
		top: 12px;
		left: 13px;
		z-index: 100;
	}

	.mbIconSuperBar {
		position: absolute;
		top: 10px;
		left: 13px;
		z-index: 600;
	}

/*		Menu Button Text Classes	*/

	.mbTextResProfile
	{
		position: absolute;
	    color: #0A557A;
	    font-size: 24px;
		top: 20px;
		left: 84px;
		z-index: 100;
	}

	.mbTextResProfile_WithoutImage
	{
        top: 20px;
        left: 87px;
	}

	.mbTextSuperBar
	{
       position: absolute;
       font-size: 18px;
       font-weight: bold;
	}

    .mbTextSuperBarSmall
    {
       position: absolute;
       font-size: 17px;
       font-weight: bold;
    }

	.mbTextSuperBar_WithImage
	{
       top: 21px;
       left: 88px;
	}

    .mbTextSuperBar_WithoutImage
    {
        top: 21px;
        left: 34px;
    }

	.mbUnscheduledText_Superbar
	{
       color: #ffffff;
	}

	.mbScheduledText_Superbar
	{
       color: #0A557A;
	}