﻿/* Styles oginally in Microsoft minimal master page. */

		/* fix scrolling on list pages */
		#s4-bodyContainer {
			position: relative;
		}

		/* hide body scrolling (SharePoint will handle) */
		body {
			height:100%;
			/*overflow:hidden;*/
			width:100%;
		}
		
		/* popout breadcrumb menu needs background color for firefox */
		.s4-breadcrumb-menu {
			background:#F2F2F2;
		}
		
		/* left nav needs some space to hold the nav */
		.customLeftNavHolder {
			float: left; 
			width:155px;
		}
		
		/* body area needs to allow room for left nav */
		.customBodyHolder {
			margin-left:155px;
			margin-right:0; 
			min-height:324px;
		}
		
		/* hide the left margin when dialog is up */
		.ms-dialog .customBodyHolder {
			margin-left:0 !important;
			margin-right:0 !important;
			min-height:0 !important;
			min-width:0 !important;
			width:100% !important;
		}	
