/*********************************************************************
* Copyright 2008 Amblique :: www.amblique.com :: All Rights Reserved *
**********************************************************************
* PRINT STYLE SHEETS
*********************************************************************/

/* Default */
body {color: #333; font: normal 68%/1.4em Arial, Tahoma, Verdana, Helvetica, sans-serif; background-image: none; background-color: #fff;}
#container #print-logo {display: block;}

/* Styles */
table, th, td {text-align: left;}
dl, dt, dd, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
ul, li {margin: 0; padding: 0;}
li {margin-left: 15px;}
ul, dl, table {margin-bottom: 1em;}
.contentText {margin-bottom: 2em;}
img {border: none;}

.form .buttons {list-style: none;}
fieldset {border: none;}
.form dl dt {font-weight: bold;}
.form dd input,
.form textarea {border: 1px solid #333;}

h2 {margin-top: 1em; font-size: 1.5em;}

/* Hide */
#header #top,
#header #bottom,
#nav,
.moduleTools,
#footer,
#popuptools #buttons
{display: none;}

/* sIFR */
.sIFR-flash {
  display: none!important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.sIFR-alternate {
  visibility: visible!important;
  display: block!important;
  position: static!important;
  left: auto!important;
  top: auto!important;
}