@charset "iso-8859-1"; 

/*******************************************************************************
*  print.css : June 26th, 2006 : Modified Ruthsarian Layouts - Luke Veach
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on print devices (printers)
*  by importing those stylesheets which should be used to render the layout on 
*  paper.
*******************************************************************************/

@import "base.css";
@import "fonts.css";

h1 span {
 display: block;
 position: relative;
 z-index: 1;
}
/* IE5 Mac Hack \*/
h1 { overflow: hidden; }
/*/
h1 { text-indent: -100em; }
/* End Hack */

/* repeated code per header */ 
/* 
header image urls:
background-image: url(/labor/images/wnjpinBannerNew.gif);
background-image:url(/labor/images/njlwdbanner.gif);
background-image: url(/labor/images/header/sampleHeader.jpg);
/*

/* repeated code per header */

#headerSpan { margin-bottom: 0em; background-color:Transparent;}
#header {font-size:16pt;}
#header em {display:block;font-size:22pt;}



#leftColumn, #rightColumn, #contentColumn
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
#rightColumn, #leftColumn, .hnav, .printHide,.toolbar,#lpaToolbar form
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}
#outerColumnContainer, #innerColumnContainer
{
	border-left-width: 0;
	border-right-width: 0;	/* hide the borders used to create the left and
				   right columns' backgrounds */
}
#contentColumn
{
	margin: 0 0;		/* without this, boxes stop floating next to 
				   each other */
	width: 100%;
}

#contentColumn th
{
	text-align : left;	
}


#masthead h1
{
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0;		/* add some borders to the masthead and footer
				   for presentation */
	margin:1em 0;
	
}
#contentFooter
{
	border: solid 1px #000;
	border-width: 1px 0 3px 0;
	padding: 0;		/* add some borders to the masthead and footer
				   for presentation */
}
a
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}

.pageBreak
{
	page-break-after:always;
	visibility:hidden;
}

.contentImg h4{page-break-before:always;}

.screenHide{display:inline;}


#contentColumn .detachAndMail {display:none;}
#contentColumn .detachAndMail div {background:white;border:1px solid #333;position:relative;top:.6em;left:0;display:inline;padding:.2em .5em;}
#contentColumn .dataTable .ColumnValue { vertical-align: top; }
#contentColumn .dataTable .numericColumnValue { vertical-align: top; }
#contentColumn .dataTable .numericColumnHeader, #contentColumn .dataTable .numericColumnValue 
{
        direction:ltr;
        padding-left:0.5em;
        padding-right:0.5em;
        text-align:right;
}

/******************************************************************************/

