/*<meta />*/

body
{
	margin-left: 10%;
	margin-right: 5%;
	margin-top: .1em;
	margin-bottom: .25em;
	font-family: arial;
	color: #000000;
	font-size: 12pt;
	line-height: 1.25em;
}

/*puts a border on the top and left of the main pane. needed as per Flare tech support. 
body-container applies to the main content pane, while "body" applies to the entire help window*/

.body-container
{
	border-top: solid 2px #999999;
	border-left: solid 2px #999999;
	/* without this, the outdent on the bullets runs into the side nav on the left */
	padding-left: 2em;
	/* sub-bullet */
}

/* 
Heading Styles 
*/

h1
{
	font-size: 1.75em;
	color: #3c3c3c;
	margin: 0;
	padding: 0em;
	margin-top: 1.25em;
	margin-bottom: .25;
	font-family: arial;
	font-weight: normal;
	/*to prevent text wrapping being too tight on a 2nd line */
	line-height: 1.25em;
	margin-bottom: .5em;
	/* hanging indent = margin-left: -0.5em; */
	margin-left: -.5em;
}

h1.ProdHeading
{
	margin: 0;
	text-align: center;
	padding: 0em;
	margin-top: 0.75em;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1em;
	color: #3c3c3c;
	font-size: 2.25em;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	color: #3c3c3c;
	margin: 0;
	padding: 0em;
	margin-top: 1.25em;
	font-family: arial;
	margin-bottom: .5em;
	margin-left: -.5em;
}

h3
{
	font-size: 1.25em;
	font-weight: normal;
	color: #3c3c3c;
	margin: 0;
	margin-top: 1.25em;
	font-family: arial;
	margin-bottom: .5em;
}

h4
{
	margin: 0;
	font-size: 1em;
	margin-top: 1.25em;
	font-family: arial;
	margin-bottom: .25em;
	font-weight: bold;
	color: #000000;
}

h5
{
	color: #4b4b4b;
	font-size: 1em;
	text-indent: 0em;
	margin: 0;
	margin-top: 1em;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
}

p
{
	margin: 0;
	line-height: 1.5em;
	font-family: arial;
	font-size: 1em;
	/* was set to .9em */
	/* padding: 2px; */
	margin-bottom: 1em;
	color: #3c3c3c;
}

p.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	padding: 1em 1.5em;
	background-color: #f5f5f5;
	font-family: Arial;
	font-size: 11pt;
}

p.tip
{
	line-height: 24px;
	background-image: url('../images/Icon_Tip.png');
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 5px 40px;
}

p.caution
{
	line-height: 24px;
	background-image: url('../images/Icon_Caution.png');
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 5px 40px;
}

p.Cover_Date
{
	
}

p.Cover_Title
{
	color: #444444;
	font-size: 30pt;
	font-weight: bold;
	font-style: normal;
}

p.Cover_BU
{
	font-size: 14pt;
	color: #939598;
	font-weight: bold;
}

/* with corp IHSM grey shading */

p.important
{
	line-height: 24px;
	background-image: url('../images/Icon_Important.png');
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 5px 40px;
}

p.Subtopics_related_topics
{
	margin: 0;
	line-height: 1.5em;
	font-family: arial;
	font-size: 1em;
	margin-bottom: .1em;
	font-weight: bold;
	color: #58595b;
}

p.Links
{
	margin-bottom: .05em;
	font-size: .9em;
	margin-left: 20px;
}

p.SubLinks
{
	margin-bottom: .05em;
	font-size: .9em;
	margin-left: 40px;
}

/* for text under a step */

p.indented
{
	margin: 0;
	line-height: 1.5em;
	font-family: arial;
	font-size: 1em;
	margin-bottom: 1em;
	margin-left: 2.5em;
}

p.table_text
{
	margin: 0;
	line-height: 1.25em;
	font-family: arial;
	font-size: 0.9em;
	margin-bottom: .5em;
	padding: 0.25em;
	margin-top: .5em;
	margin-left: .25em;
	margin-right: 0;
}

p.Video
{
	line-height: 24px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	padding: 5px 40px;
	margin-bottom: 0px;
	background-image: url('../Images/IHSM/Icon_Video.png');
}

/* indented image below steps */

img.step
{
	margin-left: 2.5em;
}

/*steps */

ol
{
	
}

/* vertical space between bullets and steps */

li
{
	margin-bottom: 0.9375em;
}

/*sub-bullets, get this by tabbing a bullet */

ul ul
{
	list-style-type: circle;
}

/*sub-bullets under steps (tabbing doesn't work), 
get this by right-clicking the structure bar & applying this style class*/

ul.indent-under-step
{
	margin-left: 40px;
	list-style-type: circle;
}

/* vertical space between sub-bullets */

ul li ul li
{
	margin-top: 0.9375em;
}

/* vertical space between sub-steps */

ol li ol li
{
	margin-top: 0.9375em;
}

/* sub-step, get this by tabbing in a step */

ol ol
{
	list-style-type: lower-alpha;
}

/* sub-sub step get this by tabbing in a sub-step*/

ol ol ol
{
	list-style-type: lower-roman;
}

/* styling for the footer used in the Master pg */

p.footer-right
{
	text-align: right;
	font-size: .8em;
}

p.footer-left
{
	text-align: left;
	font-size: .8em;
}

/* this removes the border below the breadcrumbs */

div.MCBreadcrumbsBox_0
{
	border: none;
	/* had to apply an outdent so that the breadcrumbs aligned with Heading 1 */
	margin-left: -1em;
}

/* moves the print, browse seq & other icons to the right & onto the same line as the breadcrumbs */

div.button-group-container-left
{
	float: right;
	margin-top: -40px;
}

span
{
	color: #3c3c3c;
}

@media print
{
	/*resizes images & tables in the PDF so they don't get truncated */

	img
	{
		height: auto;
		max-width: 6.50in;
	}

	img.table
	{
		max-width: 3.75in;
	}

	/* used to align the IHSM logo to the top of the header in print output */

	img.FloatTop
	{
		vertical-align: top;
	}
}

