/**
 *
 * STYLES USED FOR PRINT-VERSION OF PAGES
 *
 */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000;
	background:#FFF;
	padding:0cm 0.5cm 0cm 0.5cm;
	/*padding:1.5cm 1.5cm 2.7cm 2cm;*/
	width:17.5cm;
}
h1.csc-firstHeader {
	padding-top:0.5cm;
}
#content {
	width:75%;
	margin-left:2cm;
}

/*
#header, #topbar, #footer {
	display:none;
}
*/

#linktop, #footer, #sidebar-l, #lselect{
	display:none;
}
#header div, #sidebar-r {
	display:none;
}

/*this method is a crime 
#header {
  display: list-item;
  list-style-image: url(uploads/media/common_header_green_2_lightness_-10.jpg);
  list-style-position: inside;
  word-spacing: -15000em;
  overflow: hidden;
  font-size: 1px;
  color: #fff;
}*/

/* This method doesnt work as no browser will print background-images
#canvas div#header {
  background-image: url(uploads/media/common_header_green_2_lightness_-10.jpg);
  height: 160px;
  margin: 5px 0px 0px 5px;
  width: 955px;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
}*/

#topbar div.breadcrumbs {
   color: #000000;
   line-height: 22px;
   text-decoration: none;
   font-size: 11px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
}

#content .news-single-item .news-single-backlink {
	display:none;
}

/*#search {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}*/

