/*
 * 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 }
#menu_top_welcome {display: none;}
.content, .articledetails, .propertytable       { float: none; width: 100%; padding: 0; margin: 0 }
.footer #languages   { display: none }
.newsbox {display: none;}
.documentdetails { width: 100%;}
.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 }
.noprint {display: none;}
.tabs {display: none;}
h1, .article_heading {
font-size: 20px;
font-weight: normal;
margin: 0px;
padding: 0px;
padding-bottom: 3px;
}