/*----------------------------------------------------------
Print Style Sheet

version: 1
author: Graham CopeKoga
copyright: Graham CopeKoga and The Clinical Audit Support Centre
email: grachan@mac.com
website: http://www.clinicalauditsupport.com
----------------------------------------------------------*/

/* -- Body -- */
body {
font-size: 10pt; 
font-family: Verdana, Tahoma, Arial, sans-serif;
background: white;
color: #333;
}

/* Print URL's */
#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
}

div#content {
margin-left: 5%;
margin-right: 5%;
}

#content p {
text-align: justify; 
}

/* -- Do Not Print -- */
#sidebar, hr, p.btt, #breadcrumbs, #login, #header h1, .access,  #footer span {
display: none;
}

#footer p {
margin-left: 5%;
margin-right: 5%;
color: #000;
text-align: left;
font-size: 8pt;
text-decoration: none;
}


/* -- Links Styles Start --*/
a:link, a:visited  {
font-weight: normal; 
color: #520;
text-decoration: none;
background: transparent;
}

/* -- Link Styles End -- */


/* -- Images -- */
img {
border: 0;
padding: 0;
display: block;
margin-bottom: 5%;
margin-top: 5%
}

img.right {
float: left;
margin: 5px 6px 5px 0;
border: #999999 1px solid;
padding: 5px;
}
/* -- Image End --*/

/* -- Headers Start -- */
h2 {
font-weight: bold;
font-size: 18pt;
}

h3 {
font-weight: bold;
font-size: 16pt;
}


h4 {
font-weight: bold;
font-size: 14pt;
}

h5 {
font-weight: bold;
font-size: 12pt;
}

h2,h3,h4,h5,h6 {
font-family: helvetica, arial, verdana, sans-serif;
color: #0066FF;
}
/* -- Headers End -- */

ul.no_bullets {
list-style: none;
text-align: justify;
}

.hide {
display: none;
}