/*<meta />*/

@import url('Pega7_Styles.css');
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* For the CSH Worksheets document, this style is needed so that the document
won't have bad page breaks in the middle of worksheets */

h1.pageBreak
{
	page-break-before: always;
}

/* The h2.pageBreak will be used automatically in cases where
the h1.pageBreak style is applied, but TOC depth is in use and
therefore the style gets changed automatically to an h2 style */

h2.pageBreak
{
	page-break-before: always;
}

/* For the CSE project, this style is added to auto-number steps shared
across products, to ensure that step numbering is sequential regardless
of whether all topics are included; for the Imp guides, h2.step will be applied 
at runtime due to TOC depth. For the Worksheet guides, h1.step will be applied
at runtime. That is why the h1.step version is set to number based on chapter,
and not based on a sequence within a chapter */

h1.step
{
	mc-auto-number-format: 'CH:Step {chapnum}: ';
}

/* The h2.step will be used automatically in cases where
the h1.step style is applied, but TOC depth is in use and
therefore the style gets changed automatically to an h2 style */

h2.step
{
	mc-auto-number-format: 'CH:Step {n+}: ';
}

h5
{
	font-size: 12px;
	color: #4b4b4b;
	/* font-weight: normal; */
}

/* For Word output, planning workbooks*/

th.notBold
{
	font-weight: normal;
}

/* For Word output, planning workbooks*/

span.formLabel
{
	font-weight: bold;
}

span.boolean,
span.state
{
	mc-disabled: true;
}

/* For Word output, cover page */

p.productWord
{
	background-color: #00b0f0;
	font-size: 26px;
	mc-hyphenate: never;
	margin-left: 0px;
	padding-left: 52px;
	margin-top: 0px;
	padding-top: 48x;
	margin-bottom: 0px;
	font-weight: bold;
	color: #ffffff;
	mc-disabled: true;
	text-indent: 52px;
}

p.ProductVersionWord
{
	background-color: #00b0f8;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 52px;
	mc-disabled: true;
	text-indent: 52px;
}

p.GuideTypeWord
{
	background-color: #000000;
	font-variant: small-caps;
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 12px;
	margin-left: 0px;
	padding-left: 52px;
	padding-bottom: 36px;
	margin-bottom: 0px;
	mc-disabled: true;
	text-indent: 52px;
}

p.coverImg
{
	margin-top: 48px;
	margin-left: 0px;
	text-align: center;
	mc-disabled: true;
}

p.coverBottomImage
{
	margin-top: 50px;
	max-width: 1000px;
	mc-disabled: true;
}

/* added img.noBorder for the Word cover page, bottom images */

img.noBorder
{
	border: none 0px;
	mc-disabled: true;
}

/* added img.coverMain for the Word cover page, main image */

img.coverMain
{
	border: none 0px;
	max-width: 1000px;
	mc-disabled: true;
}

/*temp style for glossary import */

p.term
{
	font-weight: bold;
}

/* for use in draft watermark */

p.draft
{
	color: red;
	weight: bold;
	text-align: center;
	text-size: 18px;
}

/* removes ruled line below glossary title */

MadCap|glossaryProxy
{
	border-top-color: #ffffff;
	border-top-width: 0px;
	border-top-style: none;
}

/* removes ruled line below glossary letter headings, and makes
them larger */

div.GlossaryPageHeading
{
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-size: 24px;
}

/* removes bullet from glossary term links in glossary proxy */

li.GlossaryPageEntry
{
	list-style-type: none;
}

/* style for manually added letter links at top of glossary */

p.glossLinks
{
	font-size: 19px;
	letter-spacing: 4px;
	margin-left: 20px;
	line-height: 36px;
}

p.glosslinks a
{
	margin-right: 20px;
}

/* style for 'back to top' links in glossary */

p.top a
{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a.mainGloss
{
	color: black;
	text-decoration: none;
	font-size: 9px;
	padding: 5px;
	background-color: #cccccc;
	max-width: 50px;
	font-weight: bold;
	mc-disabled: true;
}

html.proxy
{
	mc-master-page: url('../MasterPages/MasterPage_Proxy.flmsp');
}

@media non-print
{
	MadCap|glossaryProxy
	{
		padding-left: 0px;
		margin-top: 5px;
		padding-top: 5px;
	}
}

