/********************************************************************

Determina os elementos que não serão impressos
			 
********************************************************************
Estrutura
********************************************************************/

#menu_sidebar, #rodape, .gritter-item-wrapper, .menu-item, .no-print, .t_Tooltip{
	display:none !important;
}
body, #geral{
	background: #fff;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
}
h1{
	font-family: "Verdana", serif;
	font-size: 24pt;
	padding-left: 0;
	color: #000;
	border-bottom: dotted 1px #555;
	border-radius: 0 !important;
	background: none;
	
}
#tp{border-bottom: solid 1px #555; min-height: 50px;}
.sidebar{width:100%; padding-left: 0 !important;}
.tabela1 td, .tabela-header{
	color: #000;
	font-weight: bold;
	border: solid 1px #000;
}
.tabela-header{font-size: 18px}
.to-print{display: block}

/**
 * grid
 */
/*
 & Columns : 12 
 & Gutter %: 20% 
 & MinWidth: 960px
 & MaxWidth: 1200px // Off by Jack
 */
.grid_print_1 { width: 6.6666666666667%; }
.grid_print_2 { width: 15%; }
.grid_print_3 { width: 23.333333333333%; }
.grid_print_4 { width: 31.666666666667%; }
.grid_print_5 { width: 40%; }
.grid_print_6 { width: 48.333333333333%; }
.grid_print_7 { width: 56.666666666667%; }
.grid_print_8 { width: 65%; }
.grid_print_9 { width: 73.333333333333%; }
.grid_print_10 { width: 81.666666666667%; }
.grid_print_11 { width: 90%; }
.grid_print_12 { width: 98.333333333333%; }

.grid_print_1,
.grid_print_2,
.grid_print_3,
.grid_print_4,
.grid_print_5,
.grid_print_6,
.grid_print_7,
.grid_print_8,
.grid_print_9,
.grid_print_10,
.grid_print_11,
.grid_print_12 {
	margin-left: 0.83333333333333%;
	margin-right: 0.83333333333333%;
	float: left;
	display: block;
	/*border: dotted 1px blue;*/
}