/*<meta />*/

/* Prevents Safari in landscape orientation from zooming in on text*/

body
{
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/* Css to prevent Chrome's automatic border around active fields*/

*:focus
{
	outline: none;
}

/* Default css class for hiding element*/

.hidden
{
	display: none;
}

/* Topic Popup */

.MCTopicPopup
{
	text-decoration: none;
}

.MCTopicPopupHotSpot
{
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
}

.MCTopicPopup_Open.MCTopicPopupHotSpot
{
	
}

.MCTopicPopup_Closed.MCTopicPopupHotSpot
{
	
}

.MCTopicPopupContainer
{
	background-color: #FFFFFF;
	padding: 10px;
	position: fixed;
	top: 100px;
	left: 100px;
	right: 100px;
	bottom: 100px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
	filter: alpha( opacity = 0 );
	opacity: 0.0;
	z-index: 10001;
}

.MCTopicPopupBody
{
	width: 100%;
	border: none;
}

/**/
/* Thumbnail Popup */

.MCPopupThumbnailLink
{
	
}

.MCPopupThumbnail
{
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.MCPopupContainer
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 10px;
	position: absolute;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10001;
}

.MCPopupContainer2
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 10px;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow: 2px 2px 8px #FFFFFF;
	-webkit-box-shadow: 2px 2px 8px #FFFFFF;
	box-shadow: 2px 2px 8px #FFFFFF;
}

.MCPopupFullImage
{
	width: 0px;
	height: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**/
/* HelpControl */

.MCHelpControl_Image_Icon
{
	border: none;
}

.MCHelpControl span
{
	background: url("Images/help-control.png") no-repeat left center;
	padding-left: 18px;
}

a.MCHelpControl
{
	cursor: pointer;
	text-decoration: none;
}

/**/
/* Dialog */

.MCDialog
{
	display: none;
	width: 400px;
	position: fixed;
	top: 20px;
	left: 20px;
	padding: 6px;
	background-color: #000000;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	filter: alpha( opacity = 0 );
	opacity: 0.0;
	z-index: 10001;
}

.MCDialogHeader
{
	margin: 0 0 4px;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Helvetica;
}

.MCDialogClose
{
	color: #FFFFFF;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	float: right;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	margin-top: -2px;
	background-color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.MCDialogBody
{
	color: #555555;
	padding: 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/**/

a.glossaryTerm
{
	text-decoration: none;
}

/**/

#ios-wrapper
{
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.img_off
{
	display: none;
}

.dropDown.dropDownQSV
{
	background-color: #D9D6D4;
	color: #0081AA;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	text-decoration: none;
	display: block;
	clear: both;
}

.dropDownHotspot
{
	text-decoration: none;
}

.dropDownHotspot:link
{
	text-decoration: none;
}

.MCDropDownHotSpot_.MCDropDownHotSpot_QSV
{
	background-position: left;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCDropDownHotSpot_QSV
{
	background-image: url('DropDownOpen.gif');
	padding-left: 1px;
	padding-right: 0px;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCDropDownHotSpot_QSV
{
	background-image: url('DropDownClosed.gif');
	padding-left: 0px;
	padding-right: 0px;
}

.dropDownHead
{
	text-decoration: none;
}

.dropDownHotspot.dropDownHotspotTableHeading
{
	font-weight: bold;
	color: #0081AA;
	font-size: 16px;
	margin-bottom: 15px;
}

.dropDownHotspot.dropDownHotspotTableHeading:link
{
	font-weight: bold;
	color: #0081AA;
	font-size: 16px;
	margin-bottom: 15px;
}

.MCDropDownHotSpot_
{
	background-position: left;
}

.MCDropDown_Open .MCDropDownHotSpot_
{
	background-image: url('DropDownOpen.gif');
	padding-left: 1px;
	padding-right: 0px;
}

.MCDropDown_Closed .MCDropDownHotSpot_
{
	background-image: url('DropDownClosed.gif');
	padding-left: 0px;
	padding-right: 0px;
}

div.MCBreadcrumbsBox_0
{
	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: #0081AA;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

embed._0
{
	display: inline-block;
	width: 610px;
	height: 1292px;
}

div.MCMiniTocBox_0
{
	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;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	padding-left: 20px;
	text-align: right;
}

p.MiniTOC1_0
{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin: 12px 15px 15px 15px;
	padding-bottom: 5px;
	text-align: left;
	width: 80%;
	display: block;
	margin-left: 0pt;
	font-weight: bold;
}

a.MiniTOC1:link
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-align: inherit;
	mc-leader-format: '.';
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

p.MiniTOC2_0
{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin: 12px 15px 15px 15px;
	padding-bottom: 5px;
	text-align: left;
	width: 80%;
	display: block;
	margin-left: 10pt;
}

a.MiniTOC2:link
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-align: inherit;
	mc-leader-format: '.';
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

embed.object_1
{
	display: inline-block;
	width: 680px;
	height: 476px;
}

embed.object_2
{
	display: inline-block;
	width: 800px;
	height: 574px;
}

embed.object_3
{
	display: inline-block;
	width: 791px;
	height: 686px;
}

embed.object_4
{
	display: inline-block;
	width: 684px;
	height: 598px;
}

embed.object_5
{
	display: inline-block;
	width: 614px;
	height: 540px;
}

embed.object_6
{
	display: inline-block;
	width: 730px;
	height: 460px;
}

.a
{
	color: #0081AA;
	text-decoration: none;
}

.a:link
{
	color: #0081AA;
	text-decoration: none;
	font-weight: bold;
	font-style: inherit;
}

.a:visited
{
	color: #898889;
	text-decoration: none;
}

.a:hover
{
	text-decoration: underline;
}

.a:active
{
	outline: thin dotted invert;
}

.a:focus
{
	outline: thin dotted invert;
}

embed.object_7
{
	display: inline-block;
	width: 640px;
	height: 550px;
}

embed.object_8
{
	display: inline-block;
	width: 240px;
	height: 130px;
}

embed.object_9
{
	display: inline-block;
	width: 240px;
	height: 145px;
}

embed.object_10
{
	display: inline-block;
	width: 304px;
	height: 195px;
}

embed.object_11
{
	display: inline-block;
	width: 424px;
	height: 356px;
}

embed.object_12
{
	display: inline-block;
	width: 306px;
	height: 272px;
}

embed.object_13
{
	display: inline-block;
	width: 604px;
	height: 438px;
}

.dropDownHead:link
{
	text-decoration: none;
}

embed.object_14
{
	display: inline-block;
	width: 600px;
	height: 390px;
}

embed.object_15
{
	display: inline-block;
	width: 400px;
	height: 292px;
}

embed.object_16
{
	display: inline-block;
	width: 516px;
	height: 444px;
}

embed.object_17
{
	display: inline-block;
	width: 756px;
	height: 735px;
}

embed.object_18
{
	display: inline-block;
	width: 800px;
	height: 514px;
}

embed.object_19
{
	display: inline-block;
	width: 800px;
	height: 534px;
}

embed.object_20
{
	display: inline-block;
	width: 800px;
	height: 498px;
}

embed.object_21
{
	display: inline-block;
	width: 800px;
	height: 476px;
}

.glossaryTerm
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

.glossaryTerm:link
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

.MCTopicPopupHotSpot_.MCTopicPopupHotSpot_Popup
{
	background-position: left;
}

.MCTopicPopup_Open.MCTopicPopupHotSpot_.MCTopicPopupHotSpot_Popup
{
	background-image: url('ExpandingOpen.gif');
	padding-left: 12px;
	padding-right: 0px;
}

.MCTopicPopup_Closed.MCTopicPopupHotSpot_.MCTopicPopupHotSpot_Popup
{
	background-image: url('ExpandingClosed.gif');
	padding-left: 12px;
	padding-right: 0px;
}

embed.object_22
{
	display: inline-block;
	width: 628px;
	height: 600px;
}

embed.object_23
{
	display: inline-block;
	width: 292px;
	height: 664px;
}

embed.object_24
{
	display: inline-block;
	width: 708px;
	height: 620px;
}

embed.object_25
{
	display: inline-block;
	width: 800px;
	height: 680px;
}

embed.object_26
{
	display: inline-block;
	width: 750px;
	height: 535px;
}

embed.object_27
{
	display: inline-block;
	width: 800px;
	height: 365px;
}

embed.object_28
{
	display: inline-block;
	width: 590px;
	height: 573px;
}

embed.object_29
{
	display: inline-block;
	width: 590px;
	height: 446px;
}

embed.object_30
{
	display: inline-block;
	width: 520px;
	height: 444px;
}

embed.object_31
{
	display: inline-block;
	width: 773px;
	height: 600px;
}

embed.object_32
{
	display: inline-block;
	width: 800px;
	height: 145px;
}

embed.object_33
{
	display: inline-block;
	width: 800px;
	height: 454px;
}

embed.object_34
{
	display: inline-block;
	width: 756px;
	height: 165px;
}

embed.object_35
{
	display: inline-block;
	width: 730px;
	height: 300px;
}

embed.object_36
{
	display: inline-block;
	width: 800px;
	height: 445px;
}

embed.object_37
{
	display: inline-block;
	width: 800px;
	height: 532px;
}

embed.object_38
{
	display: inline-block;
	width: 790px;
	height: 558px;
}

embed.object_39
{
	display: inline-block;
	width: 590px;
	height: 402px;
}

embed.object_40
{
	display: inline-block;
	width: 646px;
	height: 438px;
}

embed.object_41
{
	display: inline-block;
	width: 800px;
	height: 603px;
}

embed.object_42
{
	display: inline-block;
	width: 800px;
	height: 488px;
}

embed.object_43
{
	display: inline-block;
	width: 500px;
	height: 365px;
}

embed.object_44
{
	display: inline-block;
	width: 600px;
	height: 515px;
}

embed.object_45
{
	display: inline-block;
	width: 800px;
	height: 604px;
}

embed.object_46
{
	display: inline-block;
	width: 800px;
	height: 740px;
}

embed.object_47
{
	display: inline-block;
	width: 800px;
	height: 600px;
}

embed.object_48
{
	display: inline-block;
	width: 800px;
	height: 470px;
}

embed.object_49
{
	display: inline-block;
	width: 768px;
	height: 540px;
}

embed.object_50
{
	display: inline-block;
	width: 476px;
	height: 414px;
}

embed.object_51
{
	display: inline-block;
	width: 800px;
	height: 550px;
}

embed.object_52
{
	display: inline-block;
	width: 800px;
	height: 552px;
}

embed.object_53
{
	display: inline-block;
	width: 800px;
	height: 582px;
}

embed.object_54
{
	display: inline-block;
	width: 800px;
	height: 487px;
}

embed.object_55
{
	display: inline-block;
	width: 376px;
	height: 490px;
}

embed.object_56
{
	display: inline-block;
	width: 768px;
	height: 576px;
}

embed.object_57
{
	display: inline-block;
	width: 544px;
	height: 383px;
}

embed.object_58
{
	display: inline-block;
	width: 800px;
	height: 363px;
}

embed.object_59
{
	display: inline-block;
	width: 800px;
	height: 424px;
}

embed.object_60
{
	display: inline-block;
	width: 640px;
	height: 480px;
}

p.MiniTOC3_0
{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin: 12px 15px 15px 15px;
	padding-bottom: 5px;
	text-align: left;
	width: 80%;
	display: block;
	margin-left: 20pt;
}

a.MiniTOC3:link
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	background-color: transparent;
	background-image: none;
	float: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-align: inherit;
	mc-leader-format: '.';
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.dropDownHotspot.dropDownHotspotWhatToDo
{
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #0081AA;
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 10px 120px;
	text-align: left;
	width: 50%;
}

.dropDownHotspot.dropDownHotspotWhatToDo:link
{
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #0081AA;
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 10px 120px;
	text-align: left;
	width: 50%;
}

.popupHead
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

.popupHead:link
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

.popupBody
{
	color: #000000;
	background-color: #dcdcdc;
	border: solid 1px #000000;
	margin: 0px;
	padding: 5px;
}

.MCWebHelpFramesetLink a
{
	color: #0000ee;
}

.MCWebHelpFramesetLink.MCWebHelpFramesetLinkTop a
{
	
}

.MCWebHelpFramesetLink.MCWebHelpFramesetLinkBottom a
{
	
}

