﻿/* Page: Printing Styles
Description: Page styles for printing DTS web pages. */
/*------------------------------------------------------------------*/

/*----- Layout -----*/
/* Reset colors & backgrounds. */
body { 
	color: #000; 
	background-color: #fff; /*font: normal normal normal 10pt/12pt Arial, Helvetica, sans-serif; background: #ffffff;*/ 
}

/* Remove unwanted elements. */
#dts-common-menu, #main-menu, #search, #container-footer, #footer, #copyright, #admin-page-menu, #header, .noprint { 
	display: none; 
}
#container { 
	background: none; 
}
#container-inner { 
	background: none; 
}
#breadcrumbs {
	display: block;
}

/* Show DTS logo. */
#dts #header #home-link { 
	text-indent: 0; 
	font-size: 32px;
	font-weight: bold;
	background: none;
	float: none;
	margin: 0 0 10px 0;
	width: auto;
	text-decoration: none;
	color: #000;
	font-family: Georgia;
}

/* Ensure content spans the full width. */
#main
{	color: #000000;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	background: transparent;
	/* border: 1px dashed #ff0000; */ 
}
	
/* Improve color contrast of links. */
a:link, a:visited  { 
	color: #520; background: transparent;	font-weight: bold; text-decoration: underline; 
}

/* Parenthetically insert the URLs of the links after each one. */

/*
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/
