/* myEQMS Print CSS */

/* Hide rotator from home page */
#rotator1, #rotator2, #rotator3 {display: none;}

/* Hide header buttons */
#hdbtn-wrapper {display: none;}

/* Remove header, footer, breadcrumb trail, search box and the left and right hand menus */
#header, #breadcrumb, #search, #footer, #navpanel, #qklinks {display: none;}

/* Remove width restrictions on the content area */
#content {
	margin: 0px; border: 0px; padding: 0px;
	width: 100%;
}
