
@charset "utf-8";

/* SubscriptionBridge Customer Center - 2010 Design */

    body {
		padding: 0;
		margin: 0;
		background-color: #eee;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
        
	}

	#sbCC2 {
		margin: auto;
		width: 100%;        
	}
	

		
	/* Main content area */

		#sbCC2main {
			width: 100%;
            height: 100%;
			/* background-color: #eee; */
			border: 0px solid #CCC;
			padding: 0em;
			min-height: 400px;
			color:#666;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		
		.brand img {
            height: 40px;
		}
        .navbar {
            margin-bottom: 0px;
		}
        #sidebar-nav.displaySideBar {
            left: 0px;
            /* position: absolute; */
            height: 100%;
        }

