/* This stylesheet defines the styles used in the <div class="pagecontent"></div> area of the 
	LRQA.co.uk template. */

/* Heading styles */

div.hidetitle	{
	position: absolute;
	left: -9999px;
	top: -9999px;
	} /* used to hide titles when we have a graphic instead.  I keep the title there, for accessibility and search indexing */

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #9E1B34;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	}

h1 .h1sub	{ /* for prefix text in h1 headings */
	display: block;
	font-size: 0.6em;
	}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #9E1B34;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	}

h3 { /* eg. used in training services terms page. */
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-size: 1.15em;
	font-weight: bold;
	color: #9E1B34;
	}

h4 { /* bold text, same size */
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #9E1B34;
	}

h5	{ /* bold text, same size & italic */
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: bolder;
	font-style: italic;
	color: #9E1B34;
	}

h6 { /* bold text, same size, but with same line spacing as paragraph */
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-left: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #9E1B34;
	}

/* Paragraph styles */	

p	{
	margin-top: 0em;
	margin-bottom: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


	

p#leader {  /* for initial paragraphs */
	margin-bottom: 2em;
	padding: 0 0 1em;
	border-bottom-width: 1px;
	border-bottom-color: #CCC; /* was 696 (green) */ /*CREATOR was 0D3191*/
	border-bottom-style: dashed;
	font-family: Verdana, Arial, sans-serif;
	}

div.leader {  /* for a group of initial paragraphs */
	margin-bottom: 2em;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-color: #CCC; /* was 696 (green) */ /*CREATOR was 0D3191*/
	border-bottom-style: dashed;
	font-family: Verdana, Arial, sans-serif;
	}
	
	.dline {
	font-family: Verdana, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}


div.trailer {  /* for a group of initial paragraphs */
	margin-top: 2em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-color: #CCC; /* was 696 (green) */ /*CREATOR was 0D3191*/
	border-top-style: dashed;
	font-family: Verdana, Arial, sans-serif;
	}

div.trailer h2	{
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	}

p.footnote	{
	margin-top: 2em;
	font-size: 0.85em;
	color: #333;
	}

.hash	{ color: #9E1B34; font-size: 12px; }
.hash1	{ color: green; font-size: 7px; vertical-align: text-top; /* was 0.6em */ }

.alignleft	{ text-align: left; }
.aligncenter	{ text-align: center; }
.alignright	{ text-align: right; }


/* Blockquote styles */

blockquote	{
	margin: 1em 15px;
	color: #444;
	}

blockquote.leader { 
	margin: 0 0 1em;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-color: #ccc; /* was 696 (green) */
	border-bottom-style: dashed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
	}

blockquote.leader p { margin: 1em 0; }

blockquote.leader q { margin: 1em 0; } /* strictly bad markup - no need for q inside a blockquote! - but supports
older pages (eg. artel rubber case study) */

p.source {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #444; 
	}

.pagecontent strong {color:#444;}

/* List styles */

.pagecontent li	{ margin-top: 0.2em; margin-bottom: 0.2em; color: #000; } 
.pagecontent li a, a:visited	{ color:#9E1B34; text-decoration: none; }
.pagecontent li a:hover	{ text-decoration: underline; }
.pagecontent li strong {color:#444;}


dt	{ color: #9E1B34; }
dd	{
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left:0;
}


/* Data tables */

table.datatable	{
	width: 100%;
	margin-bottom: 10px;
	text-align: left;

	}

table.datatable caption	{
	text-align: left;
	padding: 1.5em 0 0.7em;
	font-weight: normal;
	font-size:1em;
	font-variant: small-caps;
	color: #9E1B34;
	}


table.datatable th	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: black;
	background: #ccc;
	padding: 0.2em 5px;
	text-align: left;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	}

table.datatable th#left	{ border-left: 1px #ccc solid; }
table.datatable th#right	{ border-right: 1px #ccc solid; }

table.datatable td	{
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	}

table.datatable .toprow	{
	padding-top: 10px;
	}

table.datatable .bottomrow	{
	}

table.datatable td ul, table.datatable td li	{
	margin-bottom: 0.2em; }


/* Inline quotes */

.pullquote {
	position: relative; /* the box fails to display in IE6 without position set */
	float: right;
	margin: 0px 0px 7px 7px; 
	width: 170px;
	padding: 10px 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(/images/bits/lr-roundel-background.gif) center no-repeat;
	}

.pullquote p, .pullquote q	{
	text-indent: 10px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.pullquote .source	{
	margin-top: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	}


/* Inline boxes */

.utilitybox	{ /* like a pullquote, but for containing contact information etc */
	position: relative; /* the box fails to display in IE6 without position set */
	float: right;
	margin: 0 0 7px 7px; 
	width: 170px;
	padding: 10px 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;  
	}

.utilitybox p	{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}	

.utilitybox .telephone	{ /* style for representing phone numbers inside utility box */
	color: #600;
	}

/* Feature boxes */

div.alertbox	{
	margin: 1em 0;
	background: #F3F3F3;
	padding: 5px;
	}
	
div.alertboxborder	{
	margin: 1em 0;
	background: #F3F3F3;
	padding: 5px;
	border: 1px solid #003366;
	}

div.interestbox	{
	margin: 1em 0;
	background: #F3F3F3;
	padding: 5px;
	}

div.alertbox h2, div.interestbox h2	{
	margin: 0.5em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	}

div.alertbox p, div.interestbox p	{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

div.explanatorytext, div.explanatorytext1	{
	width: 96%;
	padding: 3px 2%;
	margin: 0 0 1em;
	border: 1px #cfc solid;
	}

div.explanatorytext1	{ border: 1px #fcc solid; background: #ffeaea; }

div.explanatorytext	p, div.explanatorytext1	p	{
	margin: 0.5em 0 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #333; }

.casestudydescription	{
	position: relative;
	width: 100%;
	margin: 10px 0px;
	border-top: 1px #333 solid;
	padding: 10px 0px 10px 200px;
	vertical-align: top;
	text-align: left;
	}

div.advert-inline	{
	margin: 0 0 20px;
	padding: 0 10px 10px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.advert-inline strong {
	color: #444;
}




div.advert-inline h3	{
	margin: 0 -10px 1em;
	padding: 5px;
	background: #CCC;
	color: white; }

div.advert-button	{
	margin: 30px 0 5px;
	text-align: center; }

.casestudylinkbox	{
	position: absolute;
	left: 0px; /* negates effect of padding in parent box - wonder if this is IE 6 bug? */
	top: 0px;
	width: 190px;
	padding: 10px;
	}

/* Page body closing elements */

p#footer {  /* for end paragraphs of a page */
	margin-top: 2em;
	padding: 1em 0 0;
	border-top-width: 1px;
	border-top-color: #ccc;
	border-top-style: dashed;
	}

#end-of-article { /* used for the mini lr roundel that appears at the end of articles */
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	}

#orientationlinks	{
	position: relative;
	left: 190px;
	width: 540px;
	margin-top: 30px;
	margin-bottom: -10px;
	text-align: center;
	font-size: 0.9em;
	}

#pagemetadata	{
	position: relative;
	left: 190px;
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 15px;
	text-align: center;
	}

#pagemetadata p	{
	font-size: 0.9em;
	line-height: 1em;
	margin: 0.5em;
	}
	
div.casestudyfactbox	{
	border: 1px solid #990000;
	background: #EEEEEE;
	padding-right: 5px;
	padding-left: 5px;
	}

div.casestudyfactbox a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	padding-left: 5px;
	}
	
div.casestudyfactbox p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 0.85em;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	}
	
div.casestudyfactbox h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 1em;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}
	
div.casestudyfactbox li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:0.85em;
	list-style-image: url(../../images/icons/small/redbulletarrow.gif);
	padding-bottom: 10px;
	font-weight: bold;
	}
	
div.casestudyfactbox strong	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	}

div.articlesummary	{
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background: #ffe;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

div.articlesummary h2	{
	margin: 0 0 0.3em;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	}

div.articlesummary h3	{
	margin: 0.8em 0 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color:  #9E1B34;;
	}

div.articlesummary p	{
	margin: 0 0 0.6em 20px; }

div.articlesummary ul	{
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: url(/images/icons/small/bulletarrow.gif);
	}

div.articlesummary ul li	{
	margin: 0;
	}

/* Print box */

#printBox {
	margin-top: 1.2em;
	padding: 5px 3px;
	border-top: 1px #600 dotted;
	background: transparent url(/images/bits/printer.gif) 8px no-repeat;
	}

#printBox a {
	margin: 0px; 
	padding: 3px 3px 3px 35px;
	text-decoration: none;
	}

#printBox a:hover {
	margin: 0px; 
	padding: 3px 3px 3px 35px;
	text-decoration: underline;
	}