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

/** Set the sections you wish to not be shown here **/
#oo-header,
#oo-footer,
.oo-sidebar,
#searchwrapper,
.hide,
.noprint,
#breadcrumb,
.printrecord,
.to-top-link,
.no-label dt,
.hit-links,
.map-link,
#oo-header-print input,
#oo-header-print label
{ display:none; }
#oo-wrap { border-left:none; width:875px;}
#oo-page {margin:0 auto;  float:none; position:relative; }
#resultswrapper .onehit { background-color:#FFF; }
#oo-content h2.page-title, #resultswrapper .onehit.view h3.section-title, #oo-page a  { color:#000000; }
#resultswrapper .onehit.view h3.section-title , #resultswrapper .onehit {border-bottom:1px solid #000000;  width:720px; }
#resultswrapper .onehit .hit-section  { width:700px;}
#resultswrapper .onehit dl dd {
margin-left:160px; 
}
#resultswrapper .onehit dl.no-label dd {
margin-left:0;
}
#resultswrapper .onehit dl dt {

width:150px;
}
#resultswrapper .onehit img.hit-image { float:right;}
.noprint {display:none}

body {
  line-height: 1.5em;
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
  color:#000;
  background: none;
  font-size: 75%; /** Sets default font size to 12px, which is 75% of the default text size of 16px **/
}

#oo-header-print {
	padding-top: 50px;
}

code { font: 0.9em "Courier New", Monaco, Courier, monospace; }

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr {
  background:#ccc;
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size: 0.9em;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/** On standards compliant browsers, the follow will show the URL for any links after that link.  Comment out to disable **/
/** a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
} **/

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
/* a[href^="/"]:after {
  content: " (http://www.openobjects.com" attr(href) ") ";
} */

.spacer {clear: both;}
