@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta conditions="Other.MasterTopNav,Other.Master" />*/

/* This stylesheet contains styles that are specific to the 'chm' medium, used for the HTML Help target. */

@media chm
{
	hr
	{
		width: 100%;
	}

	MadCap|dropDown	/* MadCap|dropDown: Drop downs */
	{
		mc-open-image: url('../Images/expand-collapse-up.png');
		mc-open-image-alt-text: Close this section;
		mc-closed-image: url('../Images/expand-collapse-down.png');
		mc-closed-image-alt-text: Open this section;
		mc-image-position: right;
		mc-image-spacing: 8px;
	}

	MadCap|toggler	/* MadCap|toggler: togglers */
	{
		mc-open-image: url('../Images/expand-collapse-up.png');
		mc-open-image-alt-text: Close this section;
		mc-closed-image: url('../Images/expand-collapse-down.png');
		mc-closed-image-alt-text: Open this section;
		mc-image-position: right;
		mc-image-spacing: 8px;
	}

	MadCap|expanding	/* MadCap|expanding: expanding text */
	{
		mc-image-spacing: 3px;
		mc-open-image: url('../Images/expand-text-left.png');
		mc-closed-image: url('../Images/expand-text-right.png');
	}

	/* ------------------------------------------------------------------------- BUTTON STYLES ------------------ */

	a[class*="sageButton"]	/* sageButton: base styles for button  - default is right arrow */
	{
		padding: 1em 2em 1em 1em;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: right 0.5em center;
	}

	a[class*="sageButton"][class*="Left"]	/* sageButton(Medium/Large)Left: base styles for button  - left arrow */
	{
		padding: 1em 1em 1em 2em;
		background-position: left 0.5em center;
	}

	a.sageButton	/* sageButtonMedium: normal button left */
	{
		background-image: url('../Images/16px-right-arrow-white.png');
	}

	a.sageButtonLeft	/* sageButtonMedium: normal button right */
	{
		background-image: url('../Images/16px-left-arrow-white.png');
	}

	a.sageButtonMedium	/* sageButtonMedium: medium button right */
	{
		background-image: url('../Images/16px-right-arrow-white.png');
	}

	a.sageButtonMediumLeft	/* sageButtonMedium: medium button left */
	{
		background-image: url('../Images/16px-left-arrow-white.png');
	}

	a.sageButtonLarge	/* sageButtonLarge: large button left */
	{
		background-image: url('../Images/24px-right-arrow-white.png');
	}

	a.sageButtonLargeLeft	/* sageButtonLarge: large button right */
	{
		background-image: url('../Images/24px-left-arrow-white.png');
	}
}
