/**
 * Print stylesheet
 * 
 * Print styling that will override the normal stylesheets to produce something
 * more appropriate for print.
 * 
 * @package ZSL
 * @author Benedict Eastaugh
 */

BODY, #wrapper, #background, #ft  {background:none!important;}
.no-print {display:none!important;}
OBJECT, EMBED, .tabbed-paginator, .button-container, IFRAME, #ft, #footerBackground {display:none!important;}

#main {width:100%; float:none;}

.yui-u, .primary, .secondary {float:none!important; margin:20px 0!important; width:100%!important; border-bottom:1px solid #E5E5E5;}

.expandable-image IMG {width:auto!important;}
.accordion H2 {margin-bottom:20px!important; border:none;}
.collapsed H2 {display:none!important;}
.main-news-details, .text {float:none!important; width:100%!important;}
.article-image {text-align:left;}
.content IMG {margin-bottom:10px;}
.content UL LI {list-style-type:disc; background:none; padding-left:0;}
.content .accordion {clear:both; margin-top:20px;}
.content A, .link-block STRONG {color:#646464!important;}
A IMG:hover {opacity:100%!important; *filter:alpha(opacity=100)!important;}

#ft {border-top:1px solid #E5E5E5;}


