/*'background:url(foo) fixed' needed to avoid jerkyness of the 'fixed' divs in IE*/
body{font-family:verdana;font-size:12px;margin:7 7 7 7;background: #E6E6F0 url(http://www.skybench.com/images/graphics/sand2.gif) fixed;}
button{padding:0 .25em 0 .25em;width:auto; overflow:visible;font-size:11px; font-family:comic sans ms}

.show_page_url{right:4px;top:1px;position:fixed;_position:absolute;
_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+screen.height*0.0001 : document.body.scrollTop+screen.height*0.0001);}

/* This gives a white invisible header. Needed in order for the text not to be visible up to the top when scrolling*/

.invisible_header{position:fixed;left:0px;top:0px;width:100%;background:white;height:30px;_position:absolute;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+screen.height*0 : document.body.scrollTop+screen.height*0);}

.print_button {background:#dedede;color:darkred;cursor:pointer;hand;position:fixed;right:2px;top:25px;_position:absolute;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+screen.height*0.028 : document.body.scrollTop+screen.height*0.028)}

.bookmark_button {color:darkred; background:#dedede;cursor:pointer;hand;position:fixed;right:2px;top:1px;_position:absolute;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+screen.height*0.028 : document.body.scrollTop+screen.height*0.028)}
