/* cphs print style sheet. 
    Copyright 2011, Fund for the City of New York, all rights reserved. 
*/

body { background-color: #ffffff; }
#Canvas { width: auto; margin: 10px; position: static; }
#CanvasInner { width: auto; padding: 0; margin: 0; position: static; }
#Object { float: none; margin: 167px 0 30px 0; width: 794px; display: block; position: static; }
#Main { display: block; }
#Footer { float: none; width: 794px; font-size: 16px; }
#SiteNav, #Left, #Search, #User, .noprint, .editor { display: none; }
tr.odd td { border: 1px solid #999; border-style: none none solid none; }
tr.even td { border: 1px solid #999; border-style: none none solid none; }
input.button { display: none; }
div.sort { display: none; }
div.sorter { display: none; }

