/* v2.0 :: 2007.10.19 16:07 */
/* Print styling. [Main / Right] Content only with URL injection. */

body,
a:link,
a:visited,
a:hover {
   color: black;
   background-color: white;
}

#header, #dept, #nav, #sidebar, #breadcrumbs, #bottomnav, #footer		{ 
	display: none; 
}

#content a:link:after,
#content a:visited:after { /* URL inject */
   content: " ( "attr(href) ") ";
   font-size: 90%;
}

#content table {
	padding:0; 
	margin: 0; 
	border-collapse: collapse; 
}

#content th {
	border: solid 1px #000; 
	padding: 0 2px;
	background-color: #FFF;
	color: #000;
	vertical-align: top;
}

#content td {
	border: solid 1px #000; 
	padding: 0 2px;
}

#content a img { border: 0; }
