/**
 * Print styles for OASIS events
 */

/**
 * Restore original body margin (modified by admin menu, which is removed for printing)
 */
body {
margin-top:0 !important;
}

/**
 * Remove authenticated user navigation, wiki/book navigation, and left side bar.
 */
#admin_menu, #loginbox, #sidebarleft, .tabs, .primary {
display:none;
}

/**
 * Expand main content area to fill area vacated by sidebar
 */
#mainbar {
width:99%;
}

/**
 * Expand sub-content area to fill area vacated by sidebar
 */
#content {
width:95%;
}

/**
 * Fix Firefox table printing bug
 */
table, td {
height: 100%;
}
