﻿/*<meta />*/

@font-face 
{
	font-family: Lato;
	src: url('../Fonts/Lato-Reg.ttf') format('truetype');
}

@font-face 
{
	font-family: Lato;
	src: url('../Fonts/Lato-Bol.ttf') format('truetype');
	font-weight: bold;
}

@font-face 
{
	font-family: Lato;
	src: url('../Fonts/Lato-RegIta.ttf') format('truetype');
	font-style: italic;
}

@font-face 
{
	font-family: Lato;
	src: url('../Fonts/Lato-BolIta.ttf') format('truetype');
	font-style: italic;
	font-weight: bold;
}

@font-face 
{
	font-family: Arvo;
	src: url('../Fonts/Arvo-Regular.ttf') format('truetype');
}

@font-face 
{
	font-family: Arvo;
	src: url('../Fonts/Arvo-Bold.ttf') format('truetype');
	font-weight: bold;
}

/*-Elements----------------------------------------------------------*/

body
{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	margin: 20px;
	min-width: 575px;
}

h1
{
	color: #2D2926;
	font-family: 'Arvo', sans-serif;
	font-size: 24px;
	margin: 30px 15px 15px 15px;
	text-align: left;
	width: 100%;
	font-weight: normal;
}

h2
{
	color: #898889;
	font-family: 'Arvo', sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	width: 100%;
	margin: 30px 15px 15px 25px;
}

h3
{
	color: #898889;
	font-family: 'Arvo', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 30px 15px 15px 35px;
}

h4
{
	color: #898889;
	font-family: 'DistrictThin', sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 30px 15px 15px 45px;
	width: 100%;
}

p
{
	font-size: 14px;
	line-height: 20px;
	margin: 12px 15px 15px 15px;
	padding-bottom: 5px;
	text-align: left;
	width: 80%;
}

ol,
ul
{
	font-size: 14px;
	margin-bottom: 30px;
}

li
{
	line-height: 20px;
	text-align: left;
	margin-bottom: 20px;
	width: 60%;
}

img
{
	border: none;
	max-width: 97%;
}

a
{
	color: #2D2926;
	text-decoration: none;
}

/*-Classes----------------------------------------------------------*/

p.ContextTop
{
	color: #898889;
	margin-left: 40px;
	width: 60%;
}

p.About
{
	margin-left: 80px;
}

p.TutorialStepHeader
{
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #2D2926;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 15px 100px;
	width: 60%;
}

p.WhatToDo
{
	color: #2D2926;
	margin-left: 100px;
	width: 60%;
}

p.Step
{
	color: #2D2926;
	margin-left: 120px;
	width: 60%;
}

p.Context
{
	color: #898889;
	margin: 15px 15px 15px 140px;
	width: 60%;
}

p.StepSubsequent
{
	color: #2D2926;
	margin-left: 160px;
	width: 60%;
}

p.ContextSubsequent
{
	color: #898889;
	margin: 15px 15px 15px 180px;
	width: 60%;
}

p.FigureImage
{
	margin: 20px 15px 5px 120px;
}

p.FigureImageSubsequent
{
	margin: 20px 15px 5px 160px;
}

ol.About,
ul.About
{
	margin-left: 60px;
}

ol.WhatToDo,
ul.WhatToDo
{
	color: #2D2926;
	margin-left: 80px;
}

ol.Subsequent,
ul.Subsequent
{
	color: #2D2926;
	margin-left: 120px;
}

a.Popup
{
	mc-popup-width: 800px;
	mc-popup-height: 600px;
}

a:link
{
	color: #2D2926;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a:visited
{
	color: #898889;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*-MacCap----------------------------------------------------------*/

MadCap|breadcrumbsProxy
{
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 4px;
	margin-top: 4px;
	border-bottom-color: #BDBBBB;
	border-top-color: #BDBBBB;
	background-color: #d9d6d4;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #2D2926;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-top: 8px;
}

MadCap|miniTocProxy
{
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #f5f5f5;
	margin-bottom: 8px;
	margin-top: 2px;
	padding-top: 2px;
	text-decoration: none;
	color: blue;
	padding-bottom: 10px;
}

MadCap|popupBody
{
	border: none 0px #000000;
	color: #ffffff;
	background-color: #636365;
}

MadCap|popupHead
{
	color: #636365;
	font-weight: bold;
	text-decoration: none;
}

MadCap|dropDown
{
	mc-closed-image: url('../Images/Assets/carrow12.png');
	mc-open-image: url('../Images/Assets/carrowdown12.png');
}

MadCap|toggler
{
	mc-closed-image: url('../Images/Assets/toggler_more.png');
	mc-open-image: url('../Images/Assets/toggler_less.png');
	color: #2D2926;
	border-bottom-align: left;
}

/*-MadCap Classes------------------------------------------------------------*/

MadCap|dropDownHotspot.WhatToDo
{
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #2D2926;
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 10px 100px;
	text-align: left;
	width: 60%;
}

/*-MINIToc-------------------------------------------------------------------*/

div.MCMiniTocBox_0
{
	text-align: right;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-top: 15px;
	margin-top: 2px;
	color: #FFFFFF;
	background-image: url("../Images/Assets/minitocbkgd.png");
	background-repeat: repeat-x;
	background-color: #545559;
}

div.MCMiniTocBox_0 a:link,
div.MCMiniTocBox_0 a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal !important;
}

div.MCMiniTocBox_0 a:hover,
div.MCMiniTocBox_0 a:active
{
	text-decoration: underline;
}

p.MiniTOC1_0
{
	font-weight: normal !important;
	color: #0000ff;
	margin: 1.12em 0;
	display: block;
	margin-bottom: 10px;
	font-size: 19px !important;
	text-align: left;
	margin-top: 20px;
	margin-right: 6.50pt;
	margin-left: 40px;
}

p.MiniTOC2_0
{
	color: #0000ff;
	font-size: 14px;
	text-align: left;
	margin: 5px 15px 5px 70px !important;
}

p.MiniTOC3_0
{
	color: #0000ff;
	font-size: 11px;
	text-align: left;
	margin: 2px 15px 2px 85px !important;
}

a.MiniTOC1:link
{
	font-size: 19px;
}

a.MiniTOC2:link
{
	font-size: 16px;
}

a.MiniTOC3:link
{
	font-size: 14px;
}

/*-User Manual Home----------------------------------------------------------*/

div.welcomeButtons
{
	margin-left: 30px;
	width: 100%;
}	

div.homeButton
{
	float: left;
	margin: 4px;
	text-align: left;
}

div.homeButton h1
{
	margin: 0px 0px 4px 0px;
	font-size: 20px;
}

div.homeButton p
{
	margin: 0px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #636365;
	line-height: 14px;
	width: 90%;
}	

div.homeButton a
{
	display: block;
	padding: 12px 8px 12px 12px;
	height: 56px;
	width: 210px;		
	text-decoration: none;
}

div.homeButton a:link,
div.homeButton a:visited
{
	border: 1px solid #2D2926;
	background-color: #D9D6D4;
}

div.homeButton a:hover,
div.homeButton a:active,
div.homeButton a:hover p,
div.homeButton a:active p,
div.homeButton a:hover h1,
div.homeButton a:active h1
{
	background-color: #2D2926;
	color: #FFFFFF !important;
}	

/*-Master Page------------------------------*/

p.FooterTopicMasterAlignRight
{
	font-size: 11px;
	margin: 0px;
	color: #636365;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	width: 100%;
}

div.cover
{
max-width: 100%;
}

img.cover
{
max-width: 95%;
}