/**********************************************************************************/
/*                                                                                */
/*  kerridge.css                                                                  */
/*    6th March 2009 added heading font sizes and styles in the PRINT section to make differences more obvious       */
/*    6th March 2009 increased H1 {font-size:2.33em;... (previously 2.22em)       */
/*	28 October 08 Added style P.FeedbackMail 							*/
/*	8 Feb 08 Removed "font-weight:bold;" from link and visited link			*/
/*		01 Feb 08 - changed P.RelatedTopics font-size to 140% and added padding-top: 5%; */
/*       22-31/1/2008 - Refined colours and heading styles to match ADP official
specs in consultaion with James Hedley and Cheryl woods (eec)				*/
/*       21/1/2008 - Changed background color of p.AuthorNote				*/
/*       17/1/2008 - removed .kcbtPage {background-color:#EEFFFF;} and from the audio section I removed .kcbtPage {background-color:#FFFFFF ! important;} (eec)          */
/*       08/1/2008 - changed heading colours to match those of new release notes
style sheet I changed the link colours (eec)        */
/*       22/10/2007 - Added p.AuthorNote							    */
/*       15/01/2007 - Set A:hover {font-weight:bold; color:#666666;}		    */
/*       20/11/2006 - replaced A:hover {color:#999999;} with A:hover {text-decoration: none}. The former is removed so that, where titles are bracketed with a 'name'/ID A-tag, they do not change color as if they are links.						    */
/*       04/5/2005 - removed size specs and increased indent of TOCs (eec)        */
/*       13/4/2004 - added notalink to misc section                               */
/*       21/1/2004 - modified heading colours                                     */
/*       13/6/2003 - added KCBT-specific colour                                   */
/*       31/3/2003 - added pink border to warnings for more emphasis (jwaa)       */
/*       17/3/2003 - added border-width:0px for navigation icons (amorr)          */
/*       24/1/2003 - cleaned up, web-safe colors, print stylesheet (amorr)        */
/*                                                                                */
/**********************************************************************************/
 
 
 
 
 
 
 
 
 
/***************************** STANDARD HTML TAGS *********************************/
 
 
BODY {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:smaller;
	text-decoration:none;
}
 
H1 {font-size:2.33em; color:#FF6633;}
H2 {font-size:2em; color:#660066;}
H3 {font-size:1.80em; color:#003300;}
H4 {font-size:1.55em; color:#669933;}
H5 {font-size:1.3em; color:#003366;}
H6 {font-size:1.10em; color:#CC9900;}
H7 {font-size:1em; color:#999999;}
 
A:link {color:#003366;}
A:visited {color:#660066;}
A:hover {color:#999999;}
 
TABLE {font-size:1em;}
TD,TH {font-family:Arial, Verdana, Helvetica, sans-serif;}		/* fix for Netscape 4 */
 
BLOCKQUOTE {font-style:normal ! important; font-weight:normal ! important;}
 
 
 
 
/***************************** MISC *********************************/
 
 
.NavIcon {
	border-width:0px;
}
 
.notalink:hover {color:#000000;}
 
 
 
/********************** SPECIAL HELP FILE CLASSES OF <p> **************************/
 
 
P.Note {
	background-color:#FFEBB3;
	border:1px #000000 solid;
	padding:4px;
}
 
P.AuthorNote {
	background-color:#CCFFCC;
	border: 1px #000000 solid;
	padding: 4px;
}
 
P.Warning {
	background-color:#FFCCCC;
	border:1px #000000 solid;
	padding:4px;
}
 
P.Tip {
	background-color: #f0f0f0;
	border: 1px #000000 solid;
	padding:4px;
}
 
P.Group {
	font-weight: bold;
	font-size: 120%;
	color: #cc9900;
}
 
P.Highlight {
	font-weight:bold;
	color: #CC9900;
}
 
P.RelatedTopics {
	font-weight: bold;
	font-size: 140%;
	color: #999999;
	padding-top: 5%;
}
 
P.SeeAlso {
	font-weight:bold;
	color : #669933;
}
 
P.WhatDoYouWanttoDo, P.WhatDoYouWantToDo {
	font-weight:bold;
	color: #ff6633;
}
 
P.ToDo {
	font-weight:bold;
}
 
P.Problem {
	font-weight:bold;
}
 
P.FeedbackMail {
	margin: 0.5cm;
	border:1px #666666 solid;
	padding:16px;
}
 
P.TOC1 {margin-left:0pt;}
P.TOC2 {margin-left:20pt;}
P.TOC3 {margin-left:40pt;}
P.TOC4 {margin-left:60pt;}	
P.TOC5 {margin-left:80pt;}
P.TOC6 {margin-left:100pt;}
 
P.Index2 {margin-left:20pt;}
P.Index3 {margin-left:30pt;}
 
P.Indent20 {margin-left:2em;}
P.Indent31 {margin-left:3.1em;}
P.Indent41 {margin-left:4.1em;}
 
P.Centre {
	font-weight:bold;
	text-align:center;
}
 
 
 
/*************** PRINT STYLESHEET (ONLY CSS2-COMPATIBLE BROWSERS) ****************/
 
 
@media print {
 
BR.page {page-break-after:always;}	/* for author to insert page breaks */
.noPrint {display:none;}		/* for author to hide any element from printed copy */
 
TABLE {page-break-inside:avoid;}	/* doesn't seem to work in any browser yet */
 
H1, H2, H3, H4, H5, H6 {color:#000000;}
 
H4, H5, H6, H7 {text-decoration:underline;}
 
H5, H6, H7 {font-style:italic;}
 
 
H1 {font-size:3.0em;}
H2 {font-size:2.25em;}
H3 {font-size:1.75em;}
H4 {font-size:1.3em;}
H5 {font-size:1.2em;}
H6 {font-size:1.1em;}
H7 {font-size:1em;}
 
 
 
P.Note, P.Tip, P.Warning {
	background-color:#FFFFFF;
	border:2px #000000 solid;
	padding:4px;
	page-break-inside:avoid;
}
 
P.Warning {border:5px #000000 solid ! important;}	/* extra thick border for warnings */
 
 
P.Highlight, P.RelatedTopics, P.WhatDoYouWanttoDo, P.WhatDoYouWantToDo, P.SeeAlso {
	color:#000000;
	text-decoration:none;
}
 
}
 
 
 
 
 
 
 
