/*<meta />*/

body
{
	margin-left: 10%;
	margin-right: 5%;
	margin-top: .2em;
	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;
	margin: 0;
	padding: 0em;
	margin-top: 1.25em;
	margin-bottom: .5em;
	font-family: arial;
	font-weight: normal;
	/* hanging indent = margin-left: -0.5em; */
	margin-left: -.5em;
	line-height: 1.25em;
	color: #444444;
}

h1.ProdHeading
{
	margin: 0;
	text-align: center;
	padding: 0em;
	font-size: 1.75em;
	margin-top: 0.75em;
	font-family: arial;
	font-weight: bold;
	margin-bottom: .5em;
	color: #4c4d4e;
	line-height: 1em;
}

h1.CoverTitle
{
	margin: 0;
	text-align: left;
	padding: 0em;
	font-size: 3.50em;
	margin-top: 0.75em;
	font-family: arial;
	font-weight: bold;
	margin-bottom: .5em;
	color: #4c4d4e;
	line-height: 1em;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0em;
	margin-top: 1.25em;
	font-family: arial;
	margin-bottom: .5em;
	margin-left: -.5em;
	color: #444444;
}

h3
{
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
	margin-top: 1.25em;
	font-family: arial;
	margin-bottom: .5em;
	mc-heading-level: 0;
	color: #444444;
}

h4
{
	margin: 0;
	font-size: 1em;
	margin-top: 1.25em;
	font-family: arial;
	margin-bottom: .25em;
	font-weight: bold;
	color: #444444;
}

h5
{
	font-size: 1em;
	text-indent: 0em;
	margin: 0;
	margin-top: 1.25em;
	margin-bottom: .25em;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	color: #4b4b4b;
}

p
{
	margin: 0;
	line-height: 1.5em;
	font-family: arial;
	font-size: 1em;
	/* was set to .9em */
	/* padding: 2px; */
	margin-bottom: 1em;
}

p.note
{
	line-height: 24px;
	background-image: url('../images/icon_note.png');
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	padding: 11px 40px;
}

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;
}

/* 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;
	font-family: arial;
	margin-bottom: .1em;
	color: #58595b;
	line-height: 0.9em;
	font-size: 0.95em;
}

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: 1.0em;
	margin-bottom: .5em;
	padding: 0.25em;
	margin-top: .5em;
	margin-left: .25em;
	margin-right: 0;
	padding-top: 0.50;
}

/* for text under a table */

p.text_under_table
{
	margin: 0;
	line-height: 1.5em;
	font-family: arial;
	font-size: 1em;
	margin-bottom: 1em;
	margin-left: .25em;
	margin-top: 2.5em;
}

/* indented image below steps */

img.step
{
	margin-left: 2.5em;
}

/* used to align the IHSM logo to the top of the header in print output */

img.FloatTop
{
	padding: 2px;
	vertical-align: middle;
	margin-top: 0.75em;
	margin-bottom: 0.3em;
}

/*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: 2.5em;
	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;
}

h1.Titles_not_in_TOC
{
	font-size: 1.75em;
	color: #009697;
	margin: 0;
	padding: 0em;
	margin-top: 1.25em;
	margin-bottom: .25;
	font-family: arial;
	font-weight: normal;
	margin-bottom: .5em;
	margin-left: -.5em;
	mc-heading-level: 0;
}

li.cellbullet
{
	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;
}

img
{
	padding: 2px;
	margin-top: .75em;
	margin-bottom: .3em;
}

@media only screen and (max-width: 767px)
{
	h1.ProdHeading
	{
		font-size: 2.75em;
	}
}

@media print
{
	h1.CoverTitle
	{
		font-size: 48pt;
	}
}

