.noprint {
	display:inherit;
}

.onlyInPrintMessage {
	border: 1px solid #479;
	margin: 10px 0px;
	box-shadow:0px 0px 5px #69C;
	border-left-width: 5px;
	background:#A6D6F6;
	padding:0px;
}

.onlyInPrintMessage > .onlyInPrintMessageContent {
	padding: 10px 10px 10px 60px;
	background:#A6D6F6;
	background-image:url(../images/onlyinprint.png);
	background-size:35px;
	min-height: 35px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.onlyInPrintMessage  > .onlyInPrintFooter
{
	margin: 5px;
	background:#479;
	color:#FFF;
	text-align: right;
	font-size: 8pt;
	padding:2px 10px;
	margin:0px;
}

.onlyInPrintMessage  > .onlyInPrintFooter span {
	float:left;
}

.onlyInPrintMessage  > .onlyInPrintFooter a,
.onlyInPrintMessage  > .onlyInPrintFooter a:visited,
.onlyInPrintMessage  > .onlyInPrintFooter span
{
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}

.onlyInPrintMessage  > .onlyInPrintFooter a:focus,
.onlyInPrintMessage  > .onlyInPrintFooter a:hover,
.onlyInPrintMessage  > .onlyInPrintFooter span:hover
{
	color:#EEF;
	text-decoration: underline;
	cursor:pointer;
}

.onlyinprint {
	display:none;
}