/* Spoornet Print CSS */

body, #all, #content {padding:0;
    margin:0;
    width: auto;
    font-size:11pt;
    }

/* Undo setting minimum height to 700px. */    
*> #all {padding-top: 0px; min-height: 1px;}
*> #all {margin-top: 0px;}
    
/* Remove navigation and menu */    
#navbar {display:none;
    }
    
#menu {display:none;
    }

#content {margin-top:36pt;
	border-top:1px solid #000;
	}

#content td {border:1px solid #ddecff;
}
	
/* Remove section header graphic */
#content img {display:none;
    }

/* Some images should print */
#content td img {display:inline;
    }

/* Print the url of links */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content .img_anchor:link:after, #content .img_anchor:visited:after {content:"";
	}
	
/* Insert a copyright statement, since footer does not print. */    
#content:after {
	content: "<p>Copyright Spoornet 2004 - 2007. All rights reserved.</p>";
    }
     
#footer {display:none;
    }

#sponsors {display:none;
	}
	
