
/*
 * Print settings
 */
.printonly
{
   display:       inline;
}

.noprint
{
   display:       none;
}

body
{
   background:    white;
   color:         black;
}

/*
 * No cropping for scrollbar stuff
 */
.div_main ,
.div_main .scroller
{
   width:         auto;
   overflow:      visible;
   height:        auto;
}

