@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

/* CSS reset */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
small,
strike,
strong,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tr,
th,
td
{
	margin: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-left-width: 0;
	border-right-width: 0;
	border-top-color: #303030;
	border-top-width: 0;
	border-top-style: solid;
	border-bottom-width: 0;
	padding: 0px 0px 0px 0px;
}

/* Globals */

body
{
	color: #303030;
	background-color: #fff;
	line-height: 1.25;
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
	font-size: 12pt;
}

/* Commenting out the color
a
{
	text-decoration: none;
	color: #0000ff;
	font-size: inherit;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
*/

a[href^="http:"]
{
	background: url(../Images/iconWebLink.png) right center no-repeat;
	padding-right: 15px;
}

i
{
	font-style: italic;
}

em
{
	font-style: italic;
}

b
{
	font-weight: bold;
	font-size: inherit;
}

.KeepWithNext
{
	page-break-after: avoid;
}

.OmitTOC
{
	mc-heading-level: 0;
}

h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 25px 0;
	mc-heading-level: 1;
}

h2
{
	font-size: 18px;
	margin: 25px 0;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-width: 0;
	border-top: 1px solid #303030;
	mc-heading-level: 2;
}

h3
{
	font-weight: bold;
	margin: 25px 0 5px 0;
	mc-heading-level: 0;
	font-size: 16px;
}

h4
{
	font-weight: normal;
	margin: 15px 0 5px 0;
	mc-heading-level: 0;
	font-size: 14pt;
}

h5
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	mc-heading-level: 0;
}

h6
{
	font-size: 13px;
	font-weight: normal;
	margin-top: 15px;
	mc-heading-level: 0;
}

ul
{
	margin: 10px 0 10px 40px;
	list-style: disc;
	font-size: inherit;
}

ul ul
{
	list-style: circle;
}

ul ul ul
{
	list-style: square;
}

ol
{
	margin: 10px 0 10px 40px;
	list-style: decimal;
	font-size: inherit;
}

ol ol
{
	list-style: lower-alpha;
}

ol ol ol
{
	list-style: lower-roman;
}

li
{
	margin: 5px 0;
	font-size: inherit;
}

p
{
	margin: 10px 0;
	mc-hyphenate: never;
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
}

p.stepintro
{
	font-weight: bold;
	page-break-after: avoid;
	margin: 20px 0 20px 0;
}

p.seealso
{
	font-weight: bold;
	page-break-after: avoid;
	margin: 20px 0 20px 0;
}

dl
{
	margin: 15px 0 25px 20px;
}

dt
{
	font-weight: bold;
	margin: 5px 0;
}

dd
{
	margin: 0 0 10px 20px;
}

img
{
	margin: 10px auto;
	/*	display: block; */
	max-width: 6in;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #081e3f;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #081e3f;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #081e3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #081e3f;
	padding: 0px 0px 0px 0px;
	border: solid 1px #000000;
}

pre
{
	font-family: monospace;
	margin: 10px auto;
}

pre.scroll
{
	font-family: monospace;
	margin: 10px auto;
	overflow: auto;
}

pre.scrollframed
{
	font-family: monospace;
	margin: 0 0 0 20px;
	padding: 15px 15px 10px 15px;
	background-color: #e8e3da;
	border: 1px solid #bcaf93;
	overflow: auto;
}

pre.innopac
{
	font-family: monospace;
	margin: 0 0 0 20px;
	padding: 15px 15px 10px 15px;
	background-color: #e8e3da;
	border: 1px solid #bcaf93;
	width: 49em;
}

/* OLD STYLE
pre.innopac {
	font-family: monospace;
	margin: 0 0 0 20px;
	padding: 15px 15px 10px 15px;
	background-color:#E6E6FA;
}
  */

/* Layout */

.content
{
	margin: 0 25px;
}

div.indent
{
	margin-left: 20px;
}

div.indent2
{
	margin-left: 40px;
}

div.indent3
{
	margin-left: 60px;
}

div.indent4
{
	margin-left: 80px;
}

table.indent
{
	margin-left: 20px;
}

table.indent2
{
	margin-left: 40px;
}

table.indent3
{
	margin-left: 60px;
}

table.indent4
{
	margin-left: 80px;
}

p.indent
{
	margin-left: 20px;
}

p.indent2
{
	margin-left: 40px;
	font-size: inherit;
}

p.indent3
{
	margin-left: 60px;
}

p.indent4
{
	margin-left: 80px;
}

p.indent5
{
	margin-left: 100px;
}

/* Breadcrumbs */

body div.MCBreadcrumbsBox_0
{
	border-bottom: none;
	padding: 0;
	margin: 10px 25px;
}

/* Notes */

div.warningNote
{
	background: url(../Images/warning.png) no-repeat top left #fff;
	min-height: 24px;
	width: 70%;
	margin: 15px auto;
	background-image: url('../Images/warning.png');
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
	padding: 0px 0px 0px 35px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #303030;
	border-bottom-width: 0;
}

div.tipNote
{
	background: url(../Images/tip.png) no-repeat top left #fff;
	min-height: 24px;
	padding: 0 0 0 35px;
	width: 70%;
	margin: 15px auto;
}

div.permissionsNote
{
	background: url(../Images/key.png) no-repeat top left #fff;
	min-height: 24px;
	padding: 0 0 0 35px;
	width: 70%;
	margin: 15px auto;
}

div.optionsNote
{
	background: url(../Images/options.png) no-repeat top left #fff;
	min-height: 24px;
	padding: 0 0 0 35px;
	width: 70%;
	margin: 15px auto;
}

div.info
{
	padding: 15px 15px 10px 15px;
	width: 70%;
	margin: 10px auto;
	border: 1px solid #000ff;
	color: #081e3f;
}

div.NoteShade
{
	background-color: #dcdcdc;
	text-align: left;
	mc-hyphenate: never;
	margin-left: 40px;
	margin-right: 40px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #303030;
	border-bottom-width: 0;
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

p.NoteShade
{
	background-color: #dcdcdc;
	text-align: left;
	mc-hyphenate: never;
	margin-left: 40px;
	margin-right: 40px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #303030;
	border-bottom-width: 0;
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: 12pt;
}

/* Text */

span.variable
{
	color: #ff0000;
}

span.ascii_text
{
	font-family: monospace;
}

span.bold
{
	font-weight: bold;
}

span.ascii_text_variable
{
	font-family: monospace;
	color: #ff0000;
}

/* Footer */

#footer
{
	margin: 50px 25px 0 25px;
	padding-top: 5px;
	border-top: 2px solid #000FF;
	height: 20px;
}

#copyright
{
	float: right;
}

/* Table Styles */

table
{
	vertical-align: top;
}

tbody
{
	vertical-align: top;
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
	font-size: inherit;
}

th
{
	vertical-align: top;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-weight: bold;
}

td
{
	vertical-align: top;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border-top-color: #081e3f;
}

td > p:first-child
{
	margin-top: 0;
}

th.bordered
{
	vertical-align: top;
	border: 1px solid #000000;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

td.bordered
{
	vertical-align: top;
	border: 1px solid #000000;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

table.bordered
{
	vertical-align: top;
	border: 1px solid #000000;
	margin-left: 0;
	margin-right: auto;
}

/* TABLE SORTING */

table.tablesorter thead tr .header
{
	background-image: url("../Images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp
{
	background-image: url("../Images/asc.gif");
}

table.tablesorter thead tr .headerSortDown
{
	background-image: url("../Images/desc.gif");
}

/* COLUMNS */

div.col2
{
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
	margin: 10px 0;
}

div.col2 > p:first-child
{
	margin-top: 0;
}

div.col2 > ul:first-child
{
	margin-top: -5px;
}

div.col2 > ol:first-child
{
	margin-top: -5px;
}

div.col3
{
	-webkit-column-count: 3;
	/* Chrome, Safari, Opera */
	-moz-column-count: 3;
	/* Firefox */
	column-count: 3;
	margin: 10px 0;
}

div.col3 > p:first-child
{
	margin-top: 0;
}

div.col3 > ul:first-child
{
	margin-top: -5px;
}

div.col3 > ol:first-child
{
	margin-top: -5px;
}

/* DEPRECATED */

table.centered_table
{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/* MadCap */

.MCDropDown_Image_Icon
{
	margin: 0;
}

.MCDropDownBody
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Commenting out the color
.xref
{
	text-decoration: none;
	color: #0000ff;
}

.xref:hover
{
	text-decoration: underline;
}
*/

span.FM_Input
{
	color: #000000;
	font-style: normal;
	font-size: inherit;
	font-weight: bold;
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
}

img.imginline
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	vertical-align: baseline;
	max-height: 16pt;
	max-width: 16pt;
	border: solid 1px #000000;
	width: 26px;
	height: 26px;
}

MadCap|glossaryTerm
{
	color: #1e90ff;
	font-weight: normal;
	font-style: normal;
}

MadCap|xref
{
	font-size: inherit;
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
	mc-format: '{paratext}';
	color: blue;
	text-decoration: underline;
}

MadCap|glossaryTerm:focus
{
	font-weight: normal;
	font-style: normal;
}

MadCap|xref.TOCPageNumber
{
	mc-format: '{quote}{paratext}{quote} {pageref}.';
}

MadCap|xref.RelLinkPageNumber
{
	mc-format: '{paratext}';
}

img.printTitle
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #081e3f;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #081e3f;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #081e3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #081e3f;
	padding: 0px 0px 0px 0px;
}

table.tablesorter
{
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
	padding: 0px 0px 0px 0px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #303030;
	border-bottom-width: 0;
}

p.footer
{
	font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
}

@media print
{
	MadCap|xref
	{
		mc-format: '{paratext}';
	}

	/* Print Title Page Styles */

	img.printTitle
	{
		border: none;
	}

	div.vcenter
	{
		position: absolute;
		top: 30%;
	}

	p.titleLogo
	{
		text-align: right;
	}

	p.title
	{
		font-size: 26pt;
		font-weight: normal;
		font-style: normal;
		line-height: 0;
		background-color: #ffffff;
		color: #081e3f;
		font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
		margin-left: 3.0in;
		margin: 1.5in 1in 0 2.5in;
	}

	p.subtitle
	{
		font-size: 20pt;
		font-weight: normal;
		font-style: normal;
		line-height: 0;
		color: #555759;
		font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
		margin: 0.5in 1.0in 0 2.5in;
	}

	p.RevisionDate
	{
		font-weight: normal;
		font-style: normal;
		font-size: 14pt;
		line-height: 0;
		color: #555759;
		font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
		margin: 0.5in 0 0 2.5in;
	}

	/*

	p.title
	{
		font-size: 36pt;
		font-weight: bold;
		color: #1f3e77;
	}
*/

	p.footer
	{
		margin: 1px 0;
		font-family: Roboto, 'Roboto Black', 'Roboto Light', 'Roboto Medium', 'Roboto Thin', sans-serif, Domine, serif;
		font-size: 9pt;
		font-weight: normal;
		text-align: left;
	}

	MadCap|xref.RelLinkPageNumber
	{
		mc-format: '{quote}{paratext}{quote} {pageref}';
	}

	p.NoteShade
	{
		font-size: 12pt;
	}

	h4
	{
		font-size: 14pt;
	}
}
