/* ===================================================================================
     Open Objects CSS Framework - Print Stylesheet
     A stylesheet for enabling pages to display better upon printing
   =================================================================================== */

/* Remove these page elements
================================================================================================ */
.printPanel /* Print buttons */
{ display: none; }

.remove,
.noprint { display: none; }

body {
	background: white;
	font-size: 12pt !important;
}

/* Results Common
================================================================================================ */
#layout  .onehit {
	clear: both;
	margin-bottom: 5px;
}
#layout  h3.hit-title a {
	text-decoration: none;
	color: #000000;
}
#layout  .hit-section {
	padding: 5px 0;
}
#layout  h3.section-title {
	margin: 0;
	color: #000000;
	padding: 0;
}
#layout  dl {
	margin: 0;
}
#layout  dl dt {
	float: left;
	padding: 5px 2px 5px 0;
	width: 200px;
}
#layout  dl dd {
	margin-left: 200px;
	padding: 5px 0 5px 2px;
	_height: 1%; /* fix for IE6 */
}
#layout  dl.label-long dt {
	width: 200px;
}
#layout  dl.label-long dd {
	margin-left: 200px;
}
#layout  img.hit-image {
	float: right;
	margin: 0 5px;
	padding: 2px;
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #cccccc;
}
#layout  .message {
	margin: 10px 0;
}

#layout  dl.no-label { border: none; }
#layout  dl.no-label dt { display: none; }
#layout  dl.no-label dd { margin-left: 0; }

/* Hits
================================================================================================ */
#layout  .onehit.hit .description {
	min-height: 30px;
}
#layout  .onehit.hit .hit-links a {
  margin-right: 10px;
  font-weight: normal;
}

/* View
================================================================================================ */
#layout  .onehit.view {
	border: none;
}