/* ===================================================================================
     Open Objects CSS Framework - Print Preview Stylesheet
     A stylesheet for handling on screen print previews
   =================================================================================== */
@import 'defaults.css'; /** Load default CSS **/
@import '../print.css'; /** The regular print style sheet **/

/** Now add the styles that shouldn't show on the print outs **/
#oo-page .printPanel {
  background-color:#FFFFCC;
  border-bottom:1px solid #FFCC00;
  left:0px;
  margin-bottom:15px;
  padding: 7px;
  position:absolute;
  right:0px;
  top:0px;
  width: 100%;
  display: block;
}
#oo-page {
  margin-top: 50px;
}
