/*---------------------------------------------------------
  Razorsight Print Stylesheet
---------------------------------------------------------*/
/* print href in the name of the link - we may not want to use this since we use partial paths */
/* a:after { content:' [' attr(href) '] '} */

/* 
Things to change:
    * Fonts should be serif (not sans-serif) for printing
    * Hide images as much as possible
    * Hide ads
    * Display printable ads that are hidden on screen
    * Hide navigational elements
    * Use a black-on-white colour scheme
    * Underline links and colour them blue for easy recognition
*/

/*---------------------------------------------------------
  The following code has been copied from global.css
  Razorsight Stylesheet
---------------------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #fff;
}
a img { border: 0; }
#navPrimary, .secondaryNav, #footerSecondary ul, #utilityNav, #search, #title {
	display: none;
}
#footerSecondary .clear a {
	margin: 0 3px 0 8px;
}
#content {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 20px;
}
#navPrimary{
  display:none;
}
#main_header_tr {
  height:auto;
}
#footer_table {
  display:none;
}

#content_layout_left {
  display:none;
}
.content_layout_center {
  width: 90%;
}
#content_layout_right {
  display:none;
}
