/* $Id: print.css,v 1.3.2.1 2010/08/06 11:37:38 goba Exp $ */

/**
 * ifac, for Drupal 5.0
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

body, input, textarea, select {
  color: #000;
  background: none;
}

ul.primary-links, ul.secondary-links,
#header-region, .sidebar, #header, #footer, .crumb, .nav, #util, #util-links, #logo-img, .subpage-column-l, .subpage-column-r, .filter, .page-scroll, .column-r, .messages.error  {
  display: none;
}

body.sidebars, body.sidebar-left, body.sidebar-right, body, .subpage-column-c, .subpage-column-l-full, .gkg .column-l-full, #permission-request-detail table, #permission-request-detail, #permission-request-review {
  width: 640px;
}

.column-full .results .issues-l, .column-full .results .details {
    width: 640px !important;
    display: block;
    padding: 0;
}   

body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
  margin: 0;
}

#wrapper,
#wrapper #container .breadcrumb,
#wrapper #container #center,
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner,
#wrapper #container #footer,
#wrapper #container #center #squeeze {
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}

#wrapper #container #header {
  height: 130px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  text-shadow: none;
  color: #000;
}

.invoice-details, .invoice-details table {
	width: 650px;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

#logo-print {
    display: block !important;  
    float: left;
    margin: 0 35px 0 0; 
}


