/* print-preview.css - $Revision: 16187 $

   This style sheet is used by print preview.
   It turns off some things and adds styling for a
   preview message.
*/
@import url("print.css");

a, a:hover, a:visited {
	color: #000 !important;
}

#content {
   pointer-events: none;
   cursor: default;
}

#preview_message {
	display: block;
	border: 1px solid #888;
	background-color: #ccc !important;
	padding: 2px 5px;
	margin: 10px;
}

#preview_message a {
	color: #00f !important;
}

#preview_message h3 {
	margin: 0;
	padding: 0;
}
