/* Generic reports
td, th { padding: 5px; }

td, th { border-bottom : 1px solid black; } 

td, th { border-right : 1px solid black; } 

td:last-child, th:last-child { border-right: 0px solid white; } 
*/

.tabs {display: none;}
.pagination {display: none;}

#header { display : none ; }
#header_clear { clear : none ; }

#menu1 { display : none ; }
#menu1_clear { clear : none ; }

#rightcolumn { display : none ; }
.bar,  .buttons { display : none ; }
.bar .tabs { display : none ; }

/* On the new site, hide the btn-group navigation control next to the BreadCrumb */
.action-buttons { display: none; }

/* On the new site, hide any of the navigation tabs */
.nav-tabs { display: none; }

/* On the new site, hide the "newfooter" at the bottom of the screen */
.newfooter { display: none; }

/* Need to remove href values when printing in Chrome */
a[href]:after {
     content: none !important;
}

/* All alert banners should not be printed */
.alert-dismissible { display: none; }

.actions { display: none; }

.NoPrint { display: none ; }
.PrintBlock { display: block !important ; }
.PrintInline { display: inline !important ; }

form { display : none; }

form.WizardForm { display: block; } 
.inptsbmt .dijitButtonNode { display: none; } 

.WizardProgress { display  : none; } 

button { display:none;}

.printhidden { display:none; };

p, body {

     font-family: Verdana, sans-serif;
     font-size: 11px;
     font-style: normal;
     text-transform: normal;
     letter-spacing: normal;
}

.Money, .money {
     text-align:right;
     white-space: nowrap;
}
