/* Print styles for common controls */
* {
    overflow: visible !important; /* Fixes print issue for FF 3.5 and below */
}

body {
    background-image: none !important;
}

.page {
    width: auto !important;
}

.contentarea {
    width: auto !important;
    float: none !important; /* Fixes print issue for FF 3.6+ */
}

.topNavigation, #trTopNav, #trSecTopNav, #trBanner, #trBreadcrumb, #ctl00_trAuthoring, #tdLeftNav, #trBottomNav, .push,
.textBoxSmall, .textboxMedium, .textboxLong, .textboxPhone, .textBoxRoster, .spnHideFromPrint, .rdoHideFromPrint, .clsError {
    display: none;
    visibility: hidden;
}

.bodyTable {
    width: auto !important;
}
/* Printing for page viewer/iFrame */
#MSOPageViewerWebPart_WebPartWPQ1 {
    width: 990px;
}

/* Printing style for feature attachment webpart */
.ms-WPBody {
    padding-bottom: 10px !important;
}

/*Print styles for Registration Form*/
.mainTable {
    width: 750px !important;
}

.mainTableAdmin {
    width: 650px !important;
}

.tdFirstColumn {
    width: 32%;
}

.tdSecondColumn {
    width: 30%;
}

.tdThirdColumn {
    width: 10%;
}

.spnHideFromScreen {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #3e3e3e;
    font-size: 13px;
}

.centerPrint {
    padding-left: 30px;
}
