/* 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, #header, #container-footer, #footer, #copyright, #bread_crumbs, .noprint, .nopr , .side-menu { 
	display: none; 
}
#container, #container-inner {  background: none; }



/* Ensure content spans the full width. */
.grid_12, .grid_4, .grid_16 { float: none !important }

#main
{	color: #000000;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	background: transparent;
}
#main-inner {  width:80%; margin: 0px auto; }

	
/* 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%;
}
*/