/*
   print.css
   Agilo Trunk
   
   Created by Garbrand van der Molen on 2008-11-14.
   Copyright 2008 agile42 GmbH. All rights reserved.
	
   Print view CSS
*/

/* Set some defaults for tags */
html * {
    overflow: visible;
}

body {
  margin: 0;
  padding: 0;
  overflow: visible;
}


/* Remove UI elements */
.menu,
.sidebar,
#help,
#altlinks {
	display: none;
}

.main {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
  overflow:visible !important;
}

/* Remove buttons */
.buttons { display: none;}


/* Flot Chart */
.charts,
.flotchart,
canvas {
    display: block;
}

/* Ticket */
#tabbed_pane,
.nav,
#propertyform {
    display: none;
}

#content.ticket input[type=submit] {
  display: none;
}

.no_print {
  display: none;
}

/* Backlog */
#backlog {
  font-size: 10px;
}

select {
  -webkit-appearance: textfield;
  border: none;
}

td.checkbox, th.checkbox {
    display: none;
}

/* Dashboard */
#dashboard #charts .flotchart {
  border: 1px solid red;
}

/* IE */
#legenda,
.legenda table,
 h3.legenda {
  *display: none;
}

#ticket {
  background: none;
  position: relative;
  overflow: auto;
}
