/*
--------------------------------------------------
bcPrint.css
--------------------------------------------------

* JIRA BCHYDRO-1395 jryan updates to remove background image in print mode
*/
body {
	background:none; /* changed from url("") no-repeat fixed by Brandon Mar 2011 */
}

#rightBar, #bodyContent h1 span.bcTextIcon, #sideBar #loginBox,
#sideBar #loginBox #loginTop, #sideBar #loginBox #replace, #sideBar #loginBox #replace #loginCenter,
#sideBar #loginBox #replace #loginBottom, #sideBar #loginBox #loginBottomLoggedIn  {
	width: 1px;
	padding: 0;
	margin: 0;
	display: none;
}

#container #bodyWrapper {
	overflow:visible !important;
	margin: 0;
}

#bodyContent h1 {
	margin: 0;
}

div.bcTwoCol {
	padding: 0;
	page-break-before: avoid;
	page-break-inside: auto;

}


#bodyContent table.bcTable {
	page-break-before: avoid;
	page-break-inside: auto;

}

#bodyContent table.bcTable th, #bodyContent table.bcTable td {
	padding:5px 0pt 5px 5px;
}


/* Fix Firefox print issue */
#bodyWrapper #bcMain,
#rightBar,
.rightBar,
#bcMain #bodyContent #bcLeftCol,
#bcMain #bodyContent .bcLeftCol,
#bcMain #bodyContent {
	float:none !important;
	width:auto !important;
	overflow: visible !important;
}

/* Fix IE7 print issue */
#bcMain #breadcrumb {
	float: none;
	width: auto;
}

/* Added by Brandon Tam Mar 2011 */
#bodyContent h1 {margin-bottom:20px;}
#bodyContent h1 span.h1Content {width:650px; margin-bottom:20px;}
#bodyContent h2 { font-size:13pt; font-weight:bold;}

#bodyContent p {
	font-size: 10pt; /* changed from 14px by Brandon Tam Mar 2011*/
	line-height:120%;/* added by Brandon Tam Mar 2011*/
	margin-top:5px;/* added by Brandon Tam Mar 2011*/
	margin-bottom:15px;/* added by Brandon Tam Mar 2011*/
	
}
#bodyContent li {
	font-size: 10pt; /* changed from 14px by Brandon Tam Mar 2011*/
	line-height:120%;/* added by Brandon Tam Mar 2011*/
	margin-top:5px;/* added by Brandon Tam Mar 2011*/
	margin-bottom:10px;/* added by Brandon Tam Mar 2011*/
	
}
