@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* 
#00338e follett blue
#3d7edb follett blue hover (bright)
#e67000 follett orange
*/


html.popup
{
	mc-master-page: url('../MasterPages/PopupMaster.flmsp');
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1
{
	/*	font-weight: bold;
	font-size: 1.33em;
	background-color: #006699;
	color: #ffffff;
	border-bottom: 2px solid #003333;
*/
	font-size: 2em;
	font-weight: normal;
	color: #00338e;
}

h2
{
	font-weight: bold;
	font-size: 1.3em;
	color: #00338e;
	margin-top: 2em;
}

h3
{
	font-weight: bold;
	font-size: 1.1em;
	color: #e67000;
	margin-top: 2em;
}

h4
{
	font-weight: bold;
	font-size: .9em;
	color: #00338e;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

h5
{
	font-weight: bold;
	font-size: .83em;
}

h6
{
	font-weight: bold;
	font-size: .66em;
	padding-left: 6px;
}

p
{
	/*	
	font-size: .66em; 
	margin-bottom: 8px;
*/
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.6;
	margin-top: 0;
	margin-left: 0;
}

p.note
{
	background-color: #f0f0f0;
	background-image: url(../Images/_design/note.png);
	background-repeat: no-repeat;
	background-size: 22px;
	/*    background-position: 5px 9px; */
	background-position: 5px 12px;
	border: solid 1px #cecece;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 32px;
	padding-right: 10px;
	padding-top: 10px;
	mc-auto-number-format: {b}Note: {/b};
	display: block;
	overflow: hidden;
	/*    background-position-y: center; */
}

p.pindent
{
	padding-left: 48px;
	margin: 0;
	margin-bottom: 8px;
}

p.pcolor
{
	/*	font-size: .66em; */
	color: #00008b;
	border-bottom: solid 2px #00008b;
}



/* LISTS */
ol,
ul
{
	margin-top: 0;
	margin-bottom: 0;
}

li
{
	/*	font-size: .66em; */
	font-size: 1em;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 8px;
}

li li
{
	font-size: 1em;
}

li.Bullet2
{
	position: relative;
	margin-left: 25px;
}

li.singlestep
{
	list-style-image: url('../Images/step arrow long2.bmp');
}

li.Checklist
{
	list-style-image: url('../Images/checkbox.jpg');
}


/* LINKS */
a
{
	color: #00338e;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active
{
	color: #3d7edb;
}

a.Popup
{
	color: #00338e;
	text-decoration: underline;
}

a.Popup:hover,
a.Popup:focus,
a.Popup:active
{
	color: #3d7edb;
}

MadCap|expandingHead
{
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #00338e;
	font-style: normal;
}

MadCap|expandingBody
{
	/*	font-size: .66em; */
	font-weight: normal;
	font-style: normal;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	/*	font-size: .66em; */
	font-weight: bold;
	font-style: normal;
	color: #00338e;
}

MadCap|dropDown
{
	padding: 0;
	padding-bottom: 6px;
	margin-bottom: 6px;
	mc-closed-image: url('../Images/_design/DropDownClosed.png');
	mc-open-image: url('../Images/_design/DropDownOpen.png');
}

MadCap|dropDownBody
{
	padding: 6px;
	border-bottom: 1px solid #00338e;
}

div.MCDropDown div.MCDropDown_Closed a.MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url(../Images/_design/DropDownClosedSecondLevel.png);
	margin-left: 10px;
}

div.MCDropDown div.MCDropDown_Open a.MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url(../Images/_design/DropDownOpenSecondLevel.png);
	margin-left: 10px;
}

MadCap|expanding
{
	mc-open-image: url('../Images/_design/DropDownOpen.png');
	mc-closed-image: url('../Images/_design/DropDownClosed.png');
	mc-image-position: left;
}

MadCap|toggler
{
	mc-closed-image: url('../Images/_design/DropDownClosed.png');
	mc-open-image: url('../Images/_design/DropDownOpen.png');
}


/* MISC */
img
{
	border: none;
}

hr.blueline
{
	border-bottom: solid 2px #0000cd;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}

MadCap|breadcrumbsProxy
{
	font-size: .8em;
	mc-breadcrumbs-prefix:  ;
	border-bottom-style: none;
	padding-top: 2px;
	/*	background-color: #cce6ff;
	border-bottom: solid 2px #00008b;
*/
}

MadCap|popupBody
{
	border: none;
}


MadCap|pageFooter
{
	border: solid 2px #00008b;
}

table.indented
{
	margin-left: 48px;
	border: none;
}

div
{
	/*	padding-left: 24px;
	mc-table-style: url('../TableStyles/fielddef.css');
*/
}

MadCap|relatedTopics
{
	color: #00338e;
}

span.SearchHighlight
{
	background-color: #ffff00;
}




/* TABLES */
table
{
	margin-left: 24px;
	padding-left: 0;
}

td
{
	/*	font-size: .66em; */
	font-size: 1em;
	padding: 0;
	vertical-align: top;
	text-align: left;
	border-bottom: none;
}

tp p
{
	font-size: 1em;
}

th
{
	/*	font-size: .75em; */
	font-size: 1em;
	border-bottom: solid 2px #000000;
	font-weight: bold;
	text-align: left;
}

th p
{
	font-size: 1em;
}



/* FOR MASTER PAGE */

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}


/* FOR TOP MENU */

ul.navigation ul.sub-menu
{
	background-color: #ffffff;
	border: 1px solid #e67000;
}

body ul.navigation > li.has-children:after
{
	border-bottom-color: #ffffff;
}

ul.menu._Skins_SideMenu.mc-component
{
	/*	margin-top: 20px; */
}



/* RELATED VIDEOS */
.related-videos
{
	/*   font-size: 78%; */
	font-size: 1em;
	color: #ffffff;
	min-width: 10px;
	padding: 7px 10px;
	margin-top: 0;
	margin-bottom: .6em;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #e67000;
	border-radius: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.related-videos a
{
	color: #ffffff;
	text-decoration: none;
}


/* FOOTER */
#footer
{
	text-align: center;
}

p.footerLinks
{
	font-size: .8em;
}

p.footerInternal
{
	font-weight: bold;
	font-size: .7em;
	color: #00338e;
	margin-bottom: 6px;
	margin-top: 6px;
}



/* 
SCREEN 
so it does not appear in Flare editor 
*/

@media screen
{

	.related-videos
	{
		display: inline-block;
	}
}



/* PRINT */
@media print
{
	div.title-bar-container
	{
		display: none;
	}

	p
	{
		color: #000000;
	}

	p.footerLinks
	{
		display: none;
	}

	p.note
	{
		padding-left: 10px;
	}

	.related-videos
	{
		display: none;
	}

	div.MCDropDownBody
	{
		display: block !important;
		border-bottom-style: none;
	}

	.MCToggler
	{
		display: none !important;
	}

	.togglerContent
	{
		display: block !important;
	}

	.expandingHead:link
	{
		color: #000000;
	}

	img.MCExpanding_Image_Icon
	{
		display: none;
	}

	span.expandingBody
	{
		display: inline !important;
	}

	a.MCHelpControl
	{
		display: none;
	}
}
