﻿.foo { } /* for the W3C validators, they like classes first */

.printOnly { display: block; }
.noPrint { display: none;}

/* items not displayed */
#topBanner, #header, #menu, #leftMenu, #rightMenu, #footer, #copyRight { display: none; }

#container { background: White; }
#MainBody, #content { margin: 0px; width:auto; height:auto; text-align:center;}

strong { color: Black; }
body { color: Black; }

#UpdatePanel1 { position: absolute; left: 0px; top: 0px }

/* (sm) Some where in this mess of style is one that works. 
Cut down the unnecessary styles leaving only the one that hides the headers and border */
.ajax__tab_xp .ajax__tab_header { display: none; background-image: none; border: none; height: auto; overflow: visible;}
.ajax__tab_xp .ajax__tab_outer, .ajax__tab_xp .ajax__tab_inner, .ajax__tab_xp .ajax__tab_tab { border: none; display: none; border: none; height: auto; overflow: visible; }
.ajax__tab_xp .ajax__tab_hover, .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer,
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner, .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab { display: none; background: none; border: none; height: auto; overflow: visible;}
.ajax__tab_xp .ajax__tab_active,.ajax__tab_xp .ajax__tab_active .ajax__tab_outer,
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner, .ajax__tab_xp .ajax__tab_active .ajax__tab_tab { display: none; background: none; border: none; height: auto; overflow: visible;}

.ajax__tab_xp .ajax__tab_body {  background-image: none; border: none; border: none; height: auto; overflow: visible;}

.ajax__tab_xp .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border: none;
    padding:8px;
    background-color:#ffffff;
    border: none; height: auto; overflow: visible;
}

#TabContainer1 { border: none; height: auto; overflow: visible; }


#imglayer, #printSelection, #printFooter, #reportimg { width: 660px; }
#printArea {  display: block; }

#printSelection strong {color:Black;}

 #tbimg { page-break-after: always; }
