/* 
    Document   : print_serc_people
    Created on : Jun 25, 2012, 12:27:33 PM
    Author     : mlauer
    Description:
        Hides the default "About this Page" block on the right, and recreates
		it at the bottom after #peoplebody which is the main content div.
		Also, it keeps all the hidden divs hidden so pages w/ 60 activites
		are not 6 pages long.
*/
#header, .peopleRightFloat, .shownversion {
	display: none;
}
.hiddenversion{
	display:block;
}
#peoplebody:after {
	display:block;
	margin: 30px 1px 0 0;
	padding:5px;
	border: 1px solid #ccc;
	content: "This page is part of a collection of profiles of people involved in SERC-hosted projects. The profiles include an automatically generated list of each individual's involvement in the projects. If you are a community member you may view your page and add a bio and photo by visiting your account page.";
}
img {
	page-break-inside: avoid;
	max-width:275px;
}
.img-shadow {
	background: url(/images/dropshadow/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/dropshadow/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 5px 10px !important;
	margin: 10px 10px 5px 5px;
	position: relative;
}
.img-shadow img {
	display: block;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
.thumbimage, .image-right-margin, .modal-display{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;width:auto;}