/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.
===========================================================================================================================================================*/

/*==Topic General Styles==*/

@font-face 
{
	font-family: 'Roboto';
	src: url(../Fonts/Roboto-Regular.ttf);
}

body
{
	color: #303030;
	line-height: 1.7em;
	background-color: #fff;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

.topic-only
{
	
}

.micro-content-only
{
	display: none;
}

body pre.prettyprint
{
	white-space: pre;
	overflow-x: scroll;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

div.search-bar
{
	margin-left: 0px;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #1056fb;
}

a.MCBreadcrumbsLink:hover
{
	color: #000000;
}

h1
{
	margin-bottom: 8px;
	margin-top: 30px;
	line-height: 120%;
	font-size: 2.25em;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: bold;
	color: #303030;
	padding-bottom: 10px;
}

h2
{
	font-style: normal;
	margin-bottom: 10px;
	margin-top: 30px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 1.5em;
	color: #303030;
}

h3
{
	margin-bottom: 4px;
	margin-top: 24px;
	font-family: Roboto;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}

h4
{
	font-family: Roboto;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	font-family: Roboto;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Roboto;
}

p.ArchivedDocsVersion
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Roboto;
	font-weight: bold;
	color: #ffffff;
	background: #ff0000;
	text-align: center;
}

.prettyprint span
{
	font-family: monospace;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
	mc-thumbnail-max-height: 60px;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-family: Roboto;
}

MadCap|xref
{
	color: #1056FB;
	font-weight: normal;
	text-decoration: underline;
	font-family: Roboto;
	mc-format: '{h2}';
}

MadCap|xref:hover
{
	color: #9BE0EB;
}

MadCap|dropDownHotspot
{
	font-family: Roboto;
	font-style: normal;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: none;
	color: #303030;
}

MadCap|dropDownHotspot.java
{
	text-transform: none;
}

.MCDropDown_Closed .dropDownHotspot:before
{
	transform: rotate(-90deg);
	position: relative;
	top: -5px;
	left: -10px;
}

MadCap|dropDownHotspot:before
{
	font-family: "FontAwesome";
	content: \f107;
	padding: 0 0.5em 0 0;
	display: inline-block;
}

MadCap|dropDownBody
{
	font-family: Roboto;
	margin-bottom: 10pt;
	border-bottom: none 1px #E5E5E8;
	border-bottom-color: #E5E5E8;
}

MadCap|dropDown
{
	font-family: Roboto;
	border-top: none 0px transparent;
	padding-bottom: 20px;
	padding-top: 20px;
	mc-closed-image: none;
	mc-open-image: none;
	border-bottom: solid 1px #E5E5E8;
	border-bottom-color: #E5E5E8;
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
}

MadCap|dropDown.Final
{
	margin-left: 10px;
	border-bottom: 0;
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	box-shadow: 0 2px 4px 0 rgba(216,216,216,0.5);
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	border-bottom: 1px solid #E5E5E8;
	min-height: 50px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

div.search-container
{
	padding-bottom: 20px;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
}

div.side-content	/*This is the div for the side-content containing "Search Tips" and the "Contact Support" button*/
{
	padding-top: 10px;
}

MadCap|dropDownHead.side-content	/*Font properties for the "Search Tips" drop-down head */
{
	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

MadCap|dropDownHead.explanation	/*Font properties for the "Search Tips" drop-down head */
{
	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	font-size: 0.7em;
}

MadCap|dropDown.explanation
{
	font-family: Roboto;
	border-top: none 0px transparent;
	mc-closed-image: none;
	mc-open-image: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.cta	/*Call to action button/Contact Support button*/
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding: 2px 0px;
	border: 1px solid #0500A9;
	width: 162px;
	color: #0500A9;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	margin-top: 20px;
}

div.cta:hover	/*When hovering over the CTA button the following properties will apply*/
{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transform: scale(1.01);
}

a.cta:link
{
	text-decoration: none;
	color: #0500A9;
}

a.cta:visited
{
	text-decoration: none;
	color: #0500A9;
}

div.topic-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
	border-right: 1px solid #E5E5E8;
}

div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

a
{
	font-family: Roboto;
	font-weight: normal;
	color: #1056fb;
}

nav
{
	font-family: Roboto;
}

div
{
	font-family: Roboto;
}

h5
{
	font-family: Roboto;
}

h6
{
	font-family: Roboto;
}

span
{
	font-family: Roboto;
}

html
{
	font-family: Roboto;
}

MadCap|xref.ConceptPageNumber
{
	color: #1056fb;
}

MadCap|keywordLinkControlListItemLink:visited
{
	color: #1056fb;
}

MadCap|keywordLinkControlListItemLink:link
{
	color: #1056fb;
}

MadCap|keywordLinkControlListItemLink:hover
{
	color: #1056fb;
}

MadCap|keywordLinkControlListItemLink:focus
{
	color: #1056fb;
}

MadCap|keywordLinkControlListItemLink
{
	color: #1056fb;
}

MadCap|keywordLinkControlListItem
{
	color: #1056fb;
}

MadCap|keywordLinkControlList
{
	color: #1056fb;
}

MadCap|conceptLinkControlListItemLink:visited
{
	color: #1056fb;
}

MadCap|conceptLinkControlListItemLink:link
{
	color: #1056fb;
}

MadCap|conceptLinkControlListItemLink:hover
{
	color: #1056fb;
}

MadCap|conceptLinkControlListItemLink:focus
{
	color: #1056fb;
}

MadCap|conceptLinkControlListItemLink
{
	color: #1056fb;
}

MadCap|conceptLinkControlListItem
{
	color: #1056fb;
}

MadCap|conceptLinkControlList
{
	color: #1056fb;
}

MadCap|relatedTopicsControlListItemLink:visited
{
	color: #1056fb;
}

MadCap|relatedTopicsControlListItemLink:link
{
	color: #1056fb;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	color: #1056fb;
}

MadCap|relatedTopicsControlListItemLink:focus
{
	color: #1056FB;
}

MadCap|relatedTopicsControlListItemLink
{
	color: #1056FB;
}

MadCap|relatedTopicsControlListItem
{
	color: #1056FB;
}

MadCap|relatedTopicsControlList
{
	color: #1056FB;
}

MadCap|helpControlListItemLink:visited
{
	color: #1056fb;
}

MadCap|helpControlListItemLink:link
{
	color: #1056fb;
}

MadCap|helpControlListItemLink:hover
{
	color: #1056fb;
}

MadCap|helpControlListItemLink:focus
{
	color: #1056fb;
}

MadCap|helpControlListItemLink
{
	color: #1056fb;
}

MadCap|helpControlListItem
{
	color: #1056fb;
}

MadCap|helpControlList
{
	color: #1056fb;
}

MadCap|shortcut
{
	color: #1056fb;
}

MadCap|relatedTopics:hover
{
	color: #1056fb;
}

MadCap|relatedTopics:focus
{
	color: #1056fb;
}

MadCap|relatedTopics
{
	color: #1056fb;
}

MadCap|keywordLink:hover
{
	color: #1056fb;
}

MadCap|keywordLink:focus
{
	color: #1056fb;
}

MadCap|keywordLink
{
	color: #1056fb;
}

MadCap|conceptLink:hover
{
	color: #1056fb;
}

MadCap|conceptLink:focus
{
	color: #1056fb;
}

MadCap|conceptLink
{
	color: #1056fb;
}

MadCap|xref.TOCPageNumber
{
	color: #1056fb;
}

MadCap|xref.RelLinkPageNumber
{
	color: #1056fb;
}

MadCap|xref.ListOfPageNumber
{
	color: #1056fb;
}

MadCap|xref.IndexPageNumber
{
	color: #1056fb;
}

MadCap|xref:focus
{
	color: #1056fb;
}

a.archive
{
	color: #fff;
}

a.Popup
{
	color: #1056fb;
}

a.cta
{
	color: #0500a9;
}

a:link
{
	color: #1056fb;
}

a:visited
{
	color: #1056fb;
}

a:focus
{
	color: #1056fb;
}

a:hover
{
	color: #1056fb;
}

a:active
{
	color: #1056fb;
}

thead
{
	font-weight: bold;
	font-style: normal;
	font-family: Roboto;
	text-align: center;
}

tbody
{
	font-family: Roboto;
}

table
{
	font-family: Roboto;
}

tr
{
	font-family: Roboto;
}

td
{
	font-family: Roboto;
}

th
{
	
}

MadCap|glossaryTerm
{
	mc-open-image: none;
	display: inline-block;
	mc-closed-image: none;
	color: #505969;
	background: #c8f0f5;
	padding: 0 5px !important;
}

MadCap|glossaryTerm.Popup
{
	mc-closed-image: none;
}

MadCap|glossaryTerm:hover
{
	mc-closed-image: none;
	color: #505969;
	background: #c8f0f5;
}

MadCap|glossaryTerm:focus
{
	mc-closed-image: none;
}

samp
{
	color: #ff0000;
}

span.SearchHighlight
{
	color: #001464;
	background-color: rgba(0,20,100,0.3);
}

MadCap|codeSnippet
{
	background-color: #F3F3F3;
}

MadCap|codeSnippetCopyButton:hover
{
	color: #1056FB;
}

dt
{
	font-weight: bold;
}

span.state
{
	font-weight: normal;
	font-style: italic;
}

span.Important
{
	font-weight: bold;
	font-style: normal;
}

span.InterfaceElement
{
	font-weight: bold;
	font-style: normal;
}

span.PermissionName
{
	font-weight: normal;
	font-style: italic;
}

span.WindowName
{
	font-weight: normal;
	font-style: italic;
}

span.Emphasis
{
	font-weight: normal;
	font-style: italic;
}

span.FileName
{
	font-weight: normal;
	font-style: italic;
}

img.Button
{
	height: 24px;
	width: auto;
}

p.procedure
{
	margin-bottom: 8px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 24px;
}

p.micro-content-only
{
	margin-bottom: 8px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 24px;
	mc-conditions: 'General.Not-In-Salesforce';
}

span.POST
{
	text-transform: uppercase;
	color: #ffffff;
	padding: 2px;
	border-radius: 5px;
	background: #1A7E1A;
	font-weight: bold;
}

span.GET
{
	text-transform: uppercase;
	color: #ffffff;
	padding: 2px;
	border-radius: 5px;
	background: #1073D5;
	font-weight: bold;
}

span.PUT
{
	text-transform: uppercase;
	color: #ffffff;
	padding: 2px;
	border-radius: 5px;
	background: #AD6308;
	font-weight: bold;
}

h2.toc
{
	font-style: normal;
	margin-bottom: 10px;
	margin-top: 30px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 1.5em;
	color: #303030;
}

p.MiniTOC1
{
	color: #1056fb;
	margin-top: 0;
	margin-bottom: 0;
}

p.MiniTOC2
{
	color: #1056fb;
	margin-top: 0;
	margin-bottom: 0;
}

p.MiniTOC3
{
	color: #1056fb;
}

MadCap|miniTocProxy
{
	border-bottom: solid 2px #E5E5E8;
	border-left: solid 1px #E5E5E8;
	border-right: solid 2px #E5E5E8;
	border-top: solid 1px #E5E5E8;
	float: right;
	width: 45%;
	margin-left: 5%;
	margin-top: 0;
	padding: 0px 20px;
}

div.template-8-4	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.template-8-4::before
{
	content: ' ';
	display: table;
}

div.template-8-4::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.template-8-4 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.template-8-4 > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.template-8-4 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

.column2
{
	-webkit-clumn-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.column3
{
	-webkit-clumn-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.column2 ul,
.column3 ul
{
	margin: 0;
}

.column2 li,
.column3 li
{
	margin: 0 0 12px;
}

/* Custom Scroll Button */

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 14px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #fff;
	background-color: #0c1342 !important;
	background-image: url(../Images/arrow-up.png);
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
}

#myBtn:hover
{
	background-color: #537f99 !important;
}

MadCap|indexProxy
{
	mc-output-support: all;
}

/* End Custom Scroll Button */

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.template-8-4 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.template-8-4 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.top-bar
	{
		min-height: 0;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.template-8-4 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.template-8-4 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

/*This stylesheet has styled boxes that are configured to use autonumbers*/

body
{
	font-family: Roboto;
	line-height: 140%;
	color: #303030;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #1056fb;
}

MadCap|xref:hover
{
	color: #1056fb;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

/*Begin Styled Boxes*/

p.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: '{b}Note: {/b}';
	overflow: hidden;
	color: #0f3e8c;
	background-color: #ebf2fd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d9e1ee;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d9e1ee;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d9e1ee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d9e1ee;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

p.warning
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: '{b}Warning: {/b}';
	overflow: hidden;
	background-color: #FFF6E5;
	color: #9b6500;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f8e7c8;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

p.example
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: '{b}Example: {/b}';
	overflow: hidden;
	background-color: #ebf2fd;
	color: #0f3e8c;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d9e1ee;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d9e1ee;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d9e1ee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d9e1ee;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

p.tip
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: '{b}Tip: {/b}';
	overflow: hidden;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d4d2ef;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d4d2ef;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d4d2ef;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d4d2ef;
	background-color: #ecebfd;
	color: #3330a5;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

p.noteAlt
{
	border-left: solid 4px #3498db;
	line-height: 18px;
	mc-auto-number-format: '{b}Note: {/b}';
	overflow: hidden;
	background-color: #ebf2fd;
	color: #0f3e8c;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #3498db;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d9e1ee;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d9e1ee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d9e1ee;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

p.warningAlt
{
	border-left: solid 4px #e74c3c;
	line-height: 18px;
	mc-auto-number-format: '{b}Warning: {/b}';
	overflow: hidden;
	background-color: #fff6e5;
	color: #9b6500;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #e74c3c;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f8e7c8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f8e7c8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f8e7c8;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

p.exampleAlt
{
	border-left: solid 4px #2ecc71;
	line-height: 18px;
	mc-auto-number-format: '{b}Example: {/b}';
	overflow: hidden;
	background-color: #ebf2fd;
	color: #0f3e8c;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #2ecc71;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d9e1ee;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d9e1ee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d9e1ee;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

p.tipAlt
{
	border-left: solid 4px #f1c40f;
	line-height: 18px;
	mc-auto-number-format: '{b}Tip: {/b}';
	overflow: hidden;
	color: #3330a5;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #f1c40f;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d4d2ef;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d4d2ef;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d4d2ef;
	background-color: #ecebfd;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*Div styles*/

img.LargeImages
{
	mc-thumbnail: popup;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E5E5E8;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E5E5E8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E5E5E8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E5E5E8;
	mc-thumbnail-max-height: 60px;
}

a.archive:link
{
	color: #ffffff;
	background-color: #ffffff;
}

h1.soap	/*for soap methods which should be lower case*/
{
	text-transform: lowercase;
}

p.small
{
	margin-bottom: 8px;
	font-family: Roboto;
	font-size: 9pt;
	margin-top: 0;
}

@media print
{
	body
	{
		font-size: 10pt;
	}

	p
	{
		font-size: 10pt;
	}

	li
	{
		font-size: 10pt;
	}
}

@media print
{
	MadCap|dropDownHead
	{
		mc-heading-level: 1;
	}

	MadCap|dropDownBody MadCap|dropDownHead
	{
		mc-heading-level: 2;
	}
}

