/* ===================================================================================
     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 #fontcontrols, #oo-footer, #oo-navigation, .hide, #breadcrumb, .printrecord, #topnav, #oo-sidebar-main, #oo-sidebar-right, span.backlink { display:none; }
#oo-header .headertext { clear: both; }

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 **/
}
dl { clear: both; padding-bottom: 15px;}
dt { width: 25%; float: left; font-style:italic; }
dd { width: 75%; margin: 0; float: right; font-weight: bold; }

h2 {
	clear: both;
}

div#topform {
	display: none;
}

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) ") ";
} */