/**
 * @media       screen
 * @author		Markus Brunner, markus [dot] brunner [at] netformic [dot] de
 * @path        /fileadmin/templates/scripts/css/print.css
 * 
 * @content
 * 		01 General
 * 		02 Display-None-Elements
 * 		03 Page-Breaks
 * 		04 Links
 */


/**********************************************************************
 *	01 General
 **/
* {
	background-color: white !important;
	background: none !important;
	color: black !important;
	font-family: Arial, sans-serif !important;
}
body {
	font-size: 12pt;
	line-height: 15pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14pt;
	line-height: 17pt;
	margin-top: 10pt;
	font-weight: bold;
}
h1 {
	font-size: 16pt;
	line-height: 19pt;
}


/**********************************************************************
 *	02 Display-None-Elements
 **/
#meta,
#content #column-1,
#footer,
#printToolbar,
#mainnav {
	display: none;
}


/**********************************************************************
 *	03 Page-Breaks
 **/
h1 {
	page-break-before: auto;
}
img {
	page-break-after: avoid;
}


/**********************************************************************
 *	04 Links
 **/
body.content #content-inner {
	padding: 0px;	
}

/* JOB LIST */
.list-jobs .wrapper {
	display: none;	
}
#jobdetail-content {
	font-size: 12px;
	clear: none;
	float: none;
	width: 100%;	
}
.orderDetail {
	padding: 0px;
	width: 100%;
	font-size: 14px;
}

div.job-actions label.state {
	display: block;
	float: left;
	width: 30px;
	font-size: 14px;
	margin: 5px 4px 0px 0px;
}
div.job-actions .downloadfiles,
div.job-actions .print {
	display: none;	
}
div.job-actions select.state {
	border: 0px none;
	width: 50px;
	float: left;
}
