﻿/* Reset */
* { margin:0; padding:0; }

/* fix scrolling on list pages */
body #s4-bodyContainer {
	position: relative;
    min-width:980px;
}

/* 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;
}

/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
body #s4-leftpanel {
		width:0px;
}		
		
/* body area normally has a white background */
.s4-ca {
	background:transparent none repeat scroll 0 0;
	margin-left:0px;
}

.hidden {
    display:none;
}