/*<meta />*/

@import url('styles.css');
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* -------------------------------------------------
---- Localized text for Tip, Note, Caution, Example, Video, Etc. STYLES ----
---------------------------------------------------*/


p.Note,
p.NoteIndent,
p.NoteIndent2
div.Note,
div.NoteIndent,
div.NoteIndent2

{
	mc-auto-number-format: '{b}Note: {/b}';
}


p.Tip,
p.TipIndent,
p.TipIndent2,
div.Tip,
div.TipIndent,
div.TipIndent2
{
	mc-auto-number-format: '{b}Tip: {/b}';
}


p.Alert,
div.Alert
{
	mc-auto-number-format: '{b}Important: {/b}';
}

p.BestPractice,
div.BestPractice,
p.BestPracticeIndent,
div.BestPracticeIndent
{
	mc-auto-number-format: '{b}Best practice: {/b}';
}


p.Handout,
div.Handout
{
	mc-auto-number-format: '{b}Download PDF: {/b}';
}

p.Video,
div.Video
{
	mc-auto-number-format: '{b}View video tutorial: {/b}';
}

@media print
{
	.Tip,
	p.TipIndent,
	p.TipIndent2,
	div.Tip,
	div.TipIndent,
	div.TipIndent2
	{
		mc-auto-number-format: '{family HelveticaNeueLT Std Med}Tip: {/family}';
	}

	p.Note,
	p.NoteIndent,
	p.NoteIndent2,
	div.Note,
	div.NoteIndent,
	div.NoteIndent2
	{
		mc-auto-number-format: '{family HelveticaNeueLT Std Med}Note: {/family}';
	}

	p.Handout
	{
		mc-auto-number-format: '{family HelveticaNeueLT Std Med}Download as a PDF handout: {/family}';
	}

	p.Alert,
	div.Alert
	{
		mc-auto-number-format: '{family HelveticaNeueLT Std Med}Important : {/family}';
	}

	p.BestPractice,
	div.BestPractice,
	p.BestPracticeIndent,
	div.BestPracticeIndent
	{
		mc-auto-number-format: '{family HelveticaNeueLT Std Med}Best practice: {/family}';
	}
	
	p.Video,
	div.Video
	{
		mc-auto-number-format: '{family HelveticaNeueLT Std Med}View video tutorial: {/family}';
	}

	MadCap|dropDownHead
	{
		mc-heading-level: 3;
		orphans: 2;
		widows: 2;
		page-break-after: avoid;
		color: #4b286d;
	}

	MadCap|dropDownHotspot
	{
		color: #4b286d;
	}

	div.Idea
	{
		page-break-inside: avoid;
	}

	p.Idea
	{
		page-break-inside: avoid;
	}
}
