

.wFullView .monthsControl, .wFullView .showTentative {
    display: none;
}

.wFullView .widgetBody {
    *width: 680px;
}

/* borders disappear in firefox "fit to page" so we make 'em thicker */
html.gecko .wFullView ul.months li {
    overflow: visible;
}
html.gecko .wFullView ul.months td, html.gecko .wFullView ul.months td.first,
html.gecko .wFullView ul.months td.last, html.gecko ul.months tr.first td,
html.gecko ul.months tr.last td {
    border-width: 2px;
}


#wTypeLegend {
    display: block;
    visibility: visible;
    position: static;
}
