/* WeBlog CSS sheet PRINT version

Design by bosam. Rel : 1.0   */

.presentation, #menu, #com_form, #summary, #sub_summary, #left_column, #right_column { display: none; }
#summary_bottom, #sub_summary_bottom, #right_column_bottom, #left_column_bottom { display: none; }

.mod_pages_end, #lang_panel, #print_not, .ticket_items, #logo_top { display: none; }

.ticket_titlebar, .ticket_info, .ticket_content > div, .ticket_base, .ticket_comments { float: none !important; }

BODY {
	background: white;
	font-size: 12pt;
}

.ticket_titlebar, .ticket_info { position: static; margin: 0; width: auto; }

#base, .ticket_base { 
	position: static;
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
	margin-left: 1%;
}
.quote {
	font-size: 12px;
	color: #7F2626;
	font-variant: normal;
	border: 1px #FF6600 solid;
	border-left: 6px #FF6600 solid;
	margin-left: 5px;
	margin-top: 3px;
	padding: 3px;
	background-image: url("images/repetition.gif");
	background-repeat: repeat;
}
/* [Code] Marks*/
.code_screen {
	border: 1px #FF6600 dashed;
	border-top: none;
	padding: 1px;
	font-size: 12px;
}
.code_title {
	padding: 2px;
	color: #7F2626;
	font-weight: bold;
	border-left: 2px #FF6600 solid;
	cursor: default;
	background-image: url("images/repetition.gif");
	background-repeat: repeat;
}