
/**		 	style for print 		**/


body {
background: white;
font-size: 12pt;
}

.site, .wrapper-site {
width: auto;
margin: 18px 5% ;
padding: 0;
border: 0;
float: none !important;
color: black ;
background: transparent none;
}

#logo, .image, #middle-site, .bottom-site {
border:none;
}

.top-border, .bottom-border, .left-border, .right-border {
display:none;
}

.main_menu_box, header, footer, .breadcrumb {
display:none;
}

#middle-site {
background-color : transparent;
}

.left_column h3, .right-module-position h3, .user1 h3, .user2 h3, .user3 h3, 
.user4 h3, .user5 h3, .user6 h3, .top .moduletable:hover h3, .bottom .moduletable:hover h3, .left_column .moduletable:hover h3, .right-module-position .moduletable:hover h3, .user1 .moduletable:hover h3, .user2 .moduletable:hover h3, .user3 .moduletable:hover h3, 
.user4 .moduletable:hover h3, .user5 .moduletable:hover h3, .user6 .moduletable:hover h3 {
border-color : #ddd;
color : black;
}

h2, h3, h4, h5 {
color : black;
}

.submenu li a {
color : black !important;
}

/** 		disable scroll bar  		**/

#scrollbar {
display : none !important;
}

#content {
margin-right: 0;
height:auto;
min-height:600px;
}

#scroll_content {
top : 0 !important;
}




a:link, a:visited {
color: #520;
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}

.right_column a[href]:after {
content: " (" attr(href) ") ";
font-size:85%;
}