/*
 *  This file is intended for defining styles in addition to or overriding those present in "styles.css" for print media.
 */
 
#menu1Container, #menu1Content, #menu2Container, #menu2Content, #menu3Container, #menu3Content, #menu4Container, #menu4Content {
	display: none;
}

.noPrint{
    display:none;
}

body {
	background: white;
	/* font-size: 10pt; */
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: 500;
	text-decoration: underline;
}
/* what aobut #calloutImg, #calloutText -- hide them as of 11/17/2005 */
#header, #footer, #navArea, #contentSubNav, #navbox, #calloutImg, #calloutText {
	display: none;
}

#content, #contentMainWrapper {
	/*width: auto; */
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	float: none !important;
	color: black;
	/*size: 8.5in 11in;*/
	background: transparent;
}

#calloutMainContainerNoWidth{
	float:none !important;
}

.directoryCell {
	/*page-break-before: always;
	page-break-after: always;
	page-break-inside: avoid;
	border:1px solid black;*/
}
#directoryFormsWrapper{
	display:none !important; 	
}
.printBreak{
	page-break-before:always;
	page-break-after:always;
	page-break-inside:avoid;
}

.directoryCell img {
}

.directoryCell a {
}

.navform {
	display: none;
}
/* this is cool, but we don't need/want it now
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

this too:
#content a[href~="/"]:after {
	content: " (http://www.calvinseminary.edu" attr(href) ") ";
}
*/

/* Testing for new directory */
.directoryPerson{
	/*float:none !important;*/
	margin:0;
	padding:0;
}
