/* CSS Document */

/* This is the print stylesheet for the University of Surrey */

/* Hide stuff that we don't want to print */

#masthead				{display: none;}
#column1				{display: none;}
#banner					{display: none;}
#breadcrumb				{display: none;}
#skip_nav				{display: none;}
.access_divider			{display: none;}
#footer2				{display: none;}
#valid_xhtml			{display: none;}


/* Put a top border on the footer to separate it from the main content */
#footer					{border-top: 1px solid #888; clear: both;}


/* Get rid of unneccessary color that will waste people's ink */
h1, h2					{color: #000;}


/* Sort out tables of degree programmes for prospectus pages */
table.degree_programmes			{border: 1px solid #000;}
table.degree_programmes caption	{text-align: left; font-weight: bold;}
table.degree_programmes th		{text-align: left; font-weight: bold; border-bottom: 1px solid #000; padding: 0.8em;}
table.degree_programmes td		{border-bottom: 1px solid #000; padding: 0.8em;}
