/*  
Cyclox Theme print stylesheet
*/
/* retained styles from main sheet */
body, th, td, input, textarea{color:#333333;font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Tahoma, Arial, Verdana, sans-serif;}
h1, h2, h3{color:#078CC5;}
.error { 
background: #fbfcda url('images/cancel.png') no-repeat left;
border:1px solid #dbdbd3;
margin-top:4px;
padding-left:20px;

}
label.error { float:none !important;}
.success{ 
font-size: 1em;
background: #3C6 url('images/tick.png') no-repeat left;
border:1px solid #090;
margin-top:4px;
padding-left:20px;
}
.red { color:#F00; }
/* print specific restyling */
#header, #nav, #sidebar1, #sidebar2, #footer, .noprint, .button {display: none;}
#content {width: 100%; margin: 0; float: none;}
a:link, a:visited {color: #000; }
p a:after { content: " <" attr(href) "> "; }

/* standing order*/
.standingorder { border:1px solid #000; padding:0.3em; background-color:#fff;}
.standingorder h2 { background-color:#CCC; font-size:1.4em; color:#000; padding:0.5em; }
.lines { display:block; border-bottom:1px dashed #999; width:100%; height:1em; }