﻿@charset "utf-8";
/* ########################################################################### *
/* ***** DOCUMENT INFO  ********************************************* *
/* ########################################################################### *
 * ##### DOCUMENT NAME:  ecl_print.css
 * ##### DOCUMENT INFO: 
 * ##### Original v1.0: 2008 (Eclipse Group)
/* ########################################################################### *
/* ########################################################################### *
/* ***** INDEX *************************************************************** *
/* ########################################################################### *
/* ##### GLOBAL
/* ##### TYPOGRAPHY
/* ##### CONTENT (INCL. MODULES)
/* ########################################################################### */
body,
html
{
    background: none;
}
.globalFunctions,
.nav_primary,
.leftColumn,
.rightColumn,
.nav_footer,
.footer,
.topHolder,
.secondaryNav,
.bottomNavHolder,
#utilityArea,
.secondaryNav,
.topHolder,
.contentPanelBottom
{
    display: none !important;
}
div .bodyContent,
div .contentPanel,
div .header
 {
    background: none;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    margin-left: 0px !important;
}
.container {
    background: none;
}
.contentPanel .featureTileHolderTwoCol,
.contentPanel .featureTileHolderTwoCol
{
    clear: none;
    display: inline;
}
div .contentColumn {
    display: inline;
}
div .contentWrapper {
    float: none;
}
.bodyContent,
#content,
.contentPanel,
.footer
{
    width: 650px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.header
{
    margin-left: -30px !important;
    margin-bottom: 1em;
}
.homePage .header 
{
    margin-left: -30px !important;
}

/* ########################################################################### *
/* ##### TYPOGRAPHY
/* ########################################################################### */

/* ##### sIFR
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
    display: none !important;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
}
span.sIFR-alternate {
    visibility: visible !important;
    display: block !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
}
.sIFR-hasFlash .content h1
{
    font-size: 30px;
    letter-spacing: normal;
    display: block;
    clear: both;
    float: none;
}
.sIFR-hasFlash .rightColumn .module h2
{
}
.content .module
{
    padding: 1.5em 1em;
}
/* ########################################################################### *
/* ##### CONTENT (INCL. MODULES)
/* ########################################################################### */
.jquery-corner
{
    display:none;
}
button, 
button span,
a.button,
a.button span
{
    color: #000000 !important;
}
ul
{
    list-style-type: disc;
}
a:link:after, a:visited:after {
  content: "" !important;
}