@charset "UTF-8";

/* removing elements for printing */

#sidebar1 {
    display:none;
}

/* WAS REMOVED - this was creating a blank initial printed page on FF OSX on some pages.
    but that didn't work in IE 7 on Windows (which then didn't display parts of pages). :(
*/

#sidebar2 {
    display:none;
}

.avalanche-warning-box {
    width:100%;
}

#menu {
    display:none;
}

.thrColHybHdr #mainContent {
    float: none !important;
    width: 90% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    height:auto !important;
}

/* remove box */
.thrColHybHdr #container #box {
        border: 0px solid black;
}

#box {
    border:0px solid black;
}

/* Ads */
.banner-ad {
    display:none;
}

#smallAd {
    display:none;
}