/*
 * CSS file used for printing. Strips out all the menus and language bar
 * The css classes defined here overrides the classes defined in the default css.
 */
body                 { background: white; background-image: none }

.banner              { display: none }
.navigation          { display: none }
.header .menu        { display: none }
.main .content       { float: none; width: 100%; padding: 0; margin: 0 }
.footer #languages   { display: none }
.button              { display: none }

.boxheading { font-weight: bold;	color: #6d6d6d; font-size: 12px;	padding: 6px 6px 6px 6px; border: solid 2px #e6e6e6}
.boxbody { padding: 5px; border-left: solid 2px #e6e6e6;	border-right: solid 2px #e6e6e6;	border-bottom: solid 2px #e6e6e6 }
