﻿/* ================================================================ */
/* Style sheet: style.css, Version: 0.1                             */
/* Created by Mike Phillips for WPE7 WebHelp: 01-08-12         		*/
/* Last updated: 02-08-12                                           */
/* 									                                */
/* Created with Notepad++                        					*/
/*																	*/
/* ================================================================ */
/*																	*/
/*       DO NOT EDIT THIS DOCUMENT IN ROBOHELP STYLES EDITOR        */
/*																	*/
/* ================================================================ */
/*																	*/
/* MODIFICATIONS:                                                   */
/*																	*/
/* 31-07-12 MP Derived from existing wwahelp.css for WP5 CHM help	*/
/* 01-08-12	MP Edited wrt style.css Version 3 for LabCentre.		*/
/* 14-08-12 MP Iterative updates to Note, NoteLeftAlign, Caution	*/
/*			and Warning	styles. (Consider removal at later Code 	*/
/*			review)													*/
/* ================================================================ */
/*																	*/
/* NOTE: All heights in points and widths in pixels 			    */
/*																	*/
/* ================================================================ */



/* ==== Basic Topic Layout ==== */

body {
	font-family: 		Verdana, Arial, sans-serif;
	background-color: 	#ffffff;
	margin:				10px;
	padding: 			0;
}


/* ===== Basic Text Styles ===== */

p {
	margin-top:			0pt;
	margin-bottom: 		9pt;
	font-size:			10pt;
	font-weight:		normal;
	font-style:			normal;
	color: 				#000000;
}	/* Basic Paragraph Style */

p.normal {
	margin-top:			0pt;
	margin-bottom: 		9pt;
	font-size:			10pt;
	font-weight:		normal;
	font-style:			normal;
	color: 				#000000;
}	/* RH default */

p.body {
	margin-top:			0pt;
	margin-bottom: 		9pt;
	font-size:			10pt;
	font-weight:		normal;
	font-style:			normal;
	color: 				#000000;
}	/* treat as if Basic Paragraph Style or Normal */

p.ProcIntro {
	margin-top: 		12pt;
	margin-bottom:		 6pt;
	font-weight:		bold;
	color:				#467492;
}	/* Procedure Intro Paragraph Style */

p.AuthorComment {
	color: 				#ff0000;
	font-size: 			8pt;
	font-weight:		bold;
}	/* Author Comment Paragraph Style, red */

p.CodeExamples {
	font-family: 		"Courier New", monospace;
	margin-bottom: 		3pt;
	margin-left: 		38px;
	margin-top: 		3pt;
}	/* Code Examples Paragraph Style */

p.Continuation {
	margin-bottom: 		3pt;
	margin-left: 		40px;
	margin-top: 		3pt;
	vertical-align: 	Baseline;
}	/* Continuation Paragraph Style */

p.Graphic {
	margin-left: 		20px;
}	/* Graphic Paragraph Style */

p.Note:before {
	content: 			"NOTE: "! important;
	}

p.Note {
	line-height:		150%;
	margin-left: 		20px;	
}	/* Note Paragraph Style */
	
p.NoteLeftAlign:before {
	content: 			"NOTE: "! important;
	}	
	
p.NoteLeftAlign {
line-height: 		150%;
}	/* Left Aligned Note Paragraph Style */

p.Caution:before {
	content: 			"CAUTION: "! important;
	}

p.Caution {
	margin-top: 		3pt;
	margin-bottom: 		6pt;
	background-color: 	#cef1ff;
	line-height: 		150%;
}	/* Caution Paragraph Style */

p.Warning:before {
	content: 			"WARNING! "! important;
	}
	
p.Warning{
	margin-top: 		3pt;
	margin-bottom: 		6pt;
	background-color: 	#e9967a;
	line-height: 		150%;
	
}	/* Warning Paragraph Style */

span.Code {
	color: 				#000000;
	font-family: 		"Courier New", monospace;
	letter-spacing:		0.2 pt;
}	/* Code Span Style */

/* ==== Heading Styles ==== */

h2, h3, h4 {
	font-family: 		Verdana, Arial, sans-serif;
	font-weight: 		bold;	
}	/* Generic Heading Style */


h1{
	font-family: 		Verdana, Arial-Black, Arial, sans-serif;
	color: 				#00425c;
	font-size: 			18pt;
	padding-bottom:		6pt;
	vertical-align: 	center;
}	/* Heading 1 Style */


h2 {
	color: 				#467492;
	font-size: 			13pt;
	margin-bottom: 		6pt;
	margin-top: 		17pt;
}	/* Heading 2 Style */


h3 {
	color: 				#467492;
	font-size: 			10pt;
	margin-bottom: 		6pt;
	margin-top: 		14pt;
}	/* Heading 3 Style */

h4 {
	color: 				#028bc2;
	font-size: 			10pt;
	font-style: 		italic;
	margin-bottom: 		3pt;
	margin-top: 		6pt;
}	/* Heading 4 Style */



/* ==== List Styles =====  */

ol{
	font-size: 			10pt;
	font-style:			normal;
	line-height: 		11pt;
	margin-bottom: 		9pt;
	margin-top: 		9pt;
	text-align: 		left;
}	/* Ordered List Style, font styles control list markers */

ul {
	font-size: 			10pt;
	font-style:			normal;
	line-height: 		11pt;
	margin-bottom: 		9pt;
	margin-top: 		9pt;
	text-align; 		left;
	}	/* Unordered List Style */
	
Bullet {
	font-size: 10pt;
	list-style-type: disc;
}  /* Overwrites generic */


li {
	line-height: 		10pt;
	margin-top: 		3pt;
}	/* Generic List Style */

li.p {
	color: 				#000000;
}	/* List Paragraph Style */

/* ==== Table Styles =====*/

table {
	margin:	0pt 0px 6pt -3px;
}

tr {
	font-family: 		Verdana, Arial, sans-serif;
	font-size: 			9pt;
	color: 				#000000;
}	/* Table Row Style */

p.TableBody {
	font-size: 			9pt;
	margin-bottom:		9pt;
	margin-top:			9pt;
	vertical-align: 	Baseline;
}	/* Table Cell Paragraph Style */

p.TableColumnHead {
	font-size: 			9pt;
	font-weight: 		bold;
	margin-bottom:		9pt;
	margin-top:			9pt;
	vertical-align: 	Baseline;
}	/* Table Column Head Paragraph Style */



/* ==== Footer styles ===== */

P.Footer {
	color: 				#5d5d5d;
	font-size: 			8pt;
	vertical-align: 	Baseline;
	margin-top: 		50pt;
}	/* Footer Paragraph Style */



/* ==== Anchor styles ===== */

a {
	color: 				#0000ff;
	text-decoration: 	none;
	
	/*	The following lines force hyperlinks to always take the same style.*/
	/*  If the hyperlinks become consistent in style across all projects   */
	/*  then these lines can be removed.                                   */
	font-family:		Verdana, Arial, sans-serif;
	font-size:			10pt;
	font-weight: 		normal;
	font-style: 		normal;
	cursor: 			hand;
}	/* Link Style */

a:active, a:visited {
	color: #0000ff;
}

a:hover {
	text-decoration: 	none;
	border-bottom: 		1px dashed #800080;
}	/* OnHover Link Style */

a.dropspot {
	color: 				#0000ff;
	cursor:				hand;
	x-open-image:		url("box_arrow_black_down.gif");
    x-close-image:		url("box_arrow_black_right.gif");
}	/* expanadable dropdown text */

img.TwistyImage {
    margin-left:		2px;
	margin-right:		2px;
    vertical-align:		middle;
}	/* formatting for Twistie image for expandable drop-down text */

div.droptext {
    margin-left:		12px;
    margin-right:		6px;
    margin-bottom:		3pt;
    padding:			3pt 4px 3pt 4px;
    background-color:	#eeeeee;
}	/* indentation and shading of expandable drop-down text, allows for Twistie image */

/*a.expandspot {
	cursor: 			hand;
	color: 				#028BC2;
}		Expandspot Link Style, not used */

/*a.glossterm {
	color: 				#800000;
	cursor: 			hand;
	font-style: 		italic;
	text-decoration: 	none;
}		Glossterm Link Style, not used */

/*a.popupspot {
	color: 				#cc0000;
	text-decoration: 	none;
	x-on-hover: 		fontchange(color=#ff9933);
}		PopupSpot Link Style, not used */
