/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* 
 * These items we have customized to align with Microsoft Manual of Style 
 */

/* All field level control names. This includes names of tabs on rule forms and landing pages */

.uicontrol,
.control,
.tab,
.label
{
	font-weight: bold;
}

/*
 * These items are OOTB from Flare - DO NOT TOUCH
 */

body
{
	font-family: Arial;
	font-size: 13px;
	line-height: 1.7em;
	margin: 17px;
	max-width: 750px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: bold;
	color: #749AB6;
}

p.example
{
	color: #546C7F;
	border: solid 1px #BECFDC;
	background-color: #DEE8F0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 20px;
}

p.note
{
	color: #616E14;
	border: solid 1px #BFD62F;
	background-color: #DAE691;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 20px;
}

a
{
	color: #5B8EC1;
}

ol,
ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

/* Although the default list style type for level 1 ul is 'disc', we set this explicitly so that HTML5 output uses the correct type in an unordered list
nested under a numbered item. If not set, the 'circle type is used instead in that 
situation */

ul
{
	list-style-type: disc;
}

/* extra space after last element in a data cell, whether it is a p tag
or a ul or ol list item */

ul ul
{
	list-style-image: url('../Images/!common/bullet2.png');
}

ul ul ul
{
	list-style-image: url('../Images/!common/bullet3.png');
}

ul ol
{
	margin-left: 24px;
}

/* added extra left space before second level number (a, b, c) so that they align
better with first level numbered item. Default was 20px, but modified to 24px */

ol ol
{
	list-style-type: lower-alpha;
	margin-left: 24px;
}

ol ol ol
{
	list-style-type: lower-roman;
}

li
{
	margin-bottom: 16px;
}

MadCap|expanding
{
	mc-open-image: url('resources:Images/WebHelp/minus.png');
	mc-closed-image: url('resources:Images/WebHelp/plus.png');
	mc-image-position: left;
}

MadCap|dropDown
{
	mc-open-image: url('resources:Images/WebHelp/minus.png');
	mc-closed-image: url('resources:Images/WebHelp/plus.png');
}

MadCap|toggler
{
	mc-open-image: url('resources:Images/WebHelp/minus.png');
	mc-closed-image: url('resources:Images/WebHelp/plus.png');
	color: inherit;
}

MadCap|popupHead
{
	color: #5B8EC1;
}

MadCap|popupBody
{
	color: #EBEBEB;
	border: none;
	background-color: rgba(0, 0, 0, .85);
	padding: 11px 15px;
}

MadCap|glossaryTerm
{
	
}

MadCap|glossaryTerm.Expanding
{
	color: inherit;
	font-weight: inherit;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #5B8EC1;
	font-weight: inherit;
}

MadCap|glossaryTerm.Popup
{
	color: #5B8EC1;
	font-weight: normal;
}

MadCap|conceptLink
{
	color: #000000;
}

MadCap|keywordLink
{
	color: #000000;
}

MadCap|relatedTopics
{
	mc-disabled: false;
	mc-label: 'Related information';
	visibility: visible;
	mc-help-control-display: list;
	color: #000000;
	font-weight: bold;
	mc-image: none;
	margin-top: 20px;
}

MadCap|relatedTopicsControlListItem
{
	mc-disabled: false;
	font-weight: normal;
}

MadCap|helpControlMenu
{
	color: #707070;
	background-color: #FFFFFF;
	border: none;
}

MadCap|helpControlMenuItem
{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

MadCap|helpControlMenuItem.Highlighted
{
	color: #000000;
	background-color: #E5EFF7;
}

MadCap|relatedTopicsControlList
{
	margin-top: 0px;
}

MadCap|helpControlList
{
	padding-top: 1px;
}

MadCap|xref
{
	color: #5b8ec1;
}

