/*============================================================
Print Master CSS File - 24 February 2007 - FS Portal
Initial Author Master CSS: Brad Smith
Master CSS Additions: Dennis Lapcewich
Modified for Print Master CSS: blilly 08-24-2007
============================================================*/

/* COMMENT OUT UNNECESSARY CSS */
/* @import url("20060217-masthead.css");
@import url("20060217-navigator.css");
@import url("20060217-sectionwrapper.css");
@import url("20060217-breadcrumb.css"); */
@import url("20060217-contentportlet.css");
/* @import url("20060217-sidebarportlet.css");
@import url("20060217-footer.css"); */

/* ADJUST STYLES FOR PRINTING */
/* layout divs */
body {
	margin: 0;
	padding: 0;
}

#frame {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#contentheader {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
}

#contentwrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#contentleft {
	display:none;
}

#contentcenter {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#contentright {
	display:none;
}

/* page title */
	div#section-wrapper {
		margin: 0px;
		padding: 0px;
	}

	div#section-wrapper h1 {
		background:transparent;
		margin:0px;
		padding:5px 5px 8px 5px;
		height:24px;
		font-family: Helvetica, Verdana, "sans serif";
		font-size:24px;
		color: #000000;
		font-weight: 400;
		vertical-align: middle;
	}
	
/* OFF/ON DISPLAY */
	.noprint {display: none;}
	.nomedia {display:inline;}
