/* -----------------------------------------------------------------------------
printpreview.css 2013 by breitnerundbreitner.de
------------------------------------------------------------------------------*/

@import url(print.css);

body {
	margin: 0 auto; 
	margin-bottom: 2em; 
	padding: 2em 1em !important;
	max-width: 700px; 
	border: 1px solid black; 
	-moz-box-shadow: 5px 5px 0 0 #828282;
	-webkit-box-shadow: 5px 5px 0 0 #828282;
	box-shadow: 5px 5px 0 0 #828282;
	}
#backfromprint {
/*	background-color: #89AFAF; 
	background-color: rgba(124,166,166,0.9);
	border: 3px solid white;
	border-top-color: rgb(124,166,166); 
	border-radius: 0 0 5px 5px; 
	display: block !important;
	position: absolute;
	position: fixed;
	top: 0;
	left: 15%; 
	width: 70%;
	z-index: 999;
	padding: 0 2%; 
*/
	background: none repeat scroll 0 0 rgba(250, 250, 250, 0.75);
	border: 1px solid rgb(204, 204, 204);
	border-radius: 8px 8px 8px 8px;
	left: 50%;
	margin: 0 0 0 -81px;
	padding: 5px 0;
	position: fixed;
	top: 15px;
	}
#backfromprint a {
/*	background-color: transparent !important;
	background-position: 0 40%;
	background-repeat: no-repeat;
	color: white;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	text-indent: 30px; 
	text-decoration: none !important;
	padding: 0.5em 0; 
*/

    color: rgb(255, 255, 255);
    display: block;
    float: left;
    height: 32px;
    text-decoration: none;
    text-indent: -999em;
    width: 80px;
}

#backfromprint a#call-printer {
    background: url("../res/icon-print.png") no-repeat scroll 50% 50% transparent;
}

#backfromprint a#todefaultview {
    background: url("../res/icon-close.png") no-repeat scroll 50% 50% transparent;
}


#backfromprint a:hover {
	text-decoration: underline !important;
	}
/*
#backfromprint #todefaultview { 
	background-image: url("../style/print-escape.png") !important;
	float: left;
	width: 60%;
	}
#backfromprint #call-printer {
	background-image: url("../style/printer_white.png") !important;
	background-position: 0 50%;
	background-repeat: no-repeat;
	border-width: 0;
	display: block;
	float: right;
	width: 38%;
	}
*/
