* { outline-style:none; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* ----------------------- */ 
 
body { font:0.8em/1.5 Arial, "MS Trebuchet", sans-serif; }
 
a { 
  text-decoration:none; 
  font-weight:bold;
  color:#ccc;
} 
 
h2 {
  font-family:"Georgia", "Times", serif;
	font-size:175%;
	font-weight:normal;
	margin:2mm;
	color:#aaa;
}

div#print {
  position:absolute;
  top:12mm;
  margin-left:2mm;
  font-family:"Georgia", "Times", serif;
}

div#printlogo {
  display:block;
  position:absolute;
  top:5mm;
  right:10mm;
  width:30mm;
  height:24mm;
}

div#printlogo img {
  width:30mm;
  height:24mm;
}

table {
  position:absolute;
  top:50mm;
}
td, th { 
  border-bottom: 0.5mm solid #aaa;
  padding:2mm;
}
th { font-weight:bold; }

input {
  border: 0px solid #fff;
  display:none;
}

#budget_selector {
  display: none;
}

#budgets_list {
  display: none;
}

.nevereverprint {
	display: none;
}

.noprint, div#toggle_slider, div#toggle_details_filter, h2#table_filter_activator, div.toolbox_button,
div#table_slider, div#table_filter, div#table_filter_tags, div#print_button, div#header, div#popup {
	visibility: hidden;
}

/* print .noprint sections when printall is set above */

.printall tr.noprint {
	visibility: visible;
}

div#container {
  height:100%;
}

div#navigation {
	display: none;
}

