/*<meta />*/

.transparent-gif	/* Ensures resource is copied over */
{
	background-image: url("Images/transparent.gif");
}

/* Bug #109712: Chrome bug - make contact with TOC elements for icon images to display correctly */

[class]
{
	
}

/* Expanding */

.MCExpanding
{
	text-decoration: none;
}

.MCExpanding_Open
{
	
}

.MCExpanding_Closed
{
	
}

.MCExpandingHead
{
	
}

.MCExpandingHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

.MCExpanding_Image_Icon
{
	border: none;
}

.MCExpandingBody
{
	vertical-align: bottom;
}

.MCExpanding_Open .MCExpandingBody
{
	display: inline-block;
}

.MCExpanding_Closed .MCExpandingBody
{
	display: none;
}

/**/
/* DropDown */

.MCDropDown
{
	
}

.MCDropDown_Open
{
	
}

.MCDropDown_Closed
{
	
}

.MCDropDownHead
{
	display: block;
}

.MCDropDownHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

.MCDropDown_Closed a.MCDropDownHotSpot,
.MCDropDown_Open a.MCDropDownHotSpot
{
	text-decoration: none;
}

.MCDropDownBody
{
	margin-left: 18px;
	overflow: hidden;
}

.MCDropDown_Open .MCDropDownBody
{
	display: block;
}

.MCDropDown_Closed .MCDropDownBody
{
	display: none;
}

.MCDropDown_Image_Icon
{
	border: none;
}

/**/
/* Toggler */

.MCToggler
{
	text-decoration: none;
}

.MCToggler_Open
{
	
}

.MCToggler_Closed
{
	
}

.MCTogglerHead
{
	
}

.MCTogglerHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

a.MCToggler_Closed.MCTogglerHotSpot,
a.MCToggler_Open.MCTogglerHotSpot
{
	text-decoration: none;
}

.MCToggler_Image_Icon
{
	border: none;
}

/**/
/* Text Popup */

.MCTextPopup
{
	cursor: pointer;
	text-decoration: none;
}

.MCTextPopupHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

.MCTextPopup_Open.MCTextPopupHotSpot
{
	
}

.MCTextPopup_Closed.MCTextPopupHotSpot
{
	
}

.MCTextPopupBody
{
	color: #EBEBEB;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #000000;
	width: 200px;
	padding: 11px 15px;
	-webkit-box-shadow: 0 4px 10px #8B8B8B;
	-moz-box-shadow: 0 4px 10px #8B8B8B;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,.4);
	border: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 20px;
	white-space: normal;
	filter: alpha( opacity = 0 );
	display: none;
	opacity: 0.0;
	z-index: 10001;
}

.MCTextPopup_Open .MCTextPopupBody
{
	display: block;
}

.MCTextPopup_Closed .MCTextPopupBody
{
	display: none;
}

.MCTextPopupArrow
{
	content: "";
	border: solid 13px transparent;
	border-bottom-color: #DCDCDC;
	border-bottom-width: 13px;
	border-top: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	width: 0;
	height: 0;
}

.MCTextPopupBodyBottom .MCTextPopupArrow
{
	border: solid 13px transparent;
	border-top-color: #000000;
	border-top-width: 13px;
	border-bottom: none;
	top: auto;
	bottom: -13px;
}

/**/
/* 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;
}

#contentBodyInner .MCTopicPopupContainer
{
	position: absolute;
}

.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: 1001;
}

.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;
}

/**/

.link-list-popup
{
	color: #707070;
	line-height: normal;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 10px #8B8B8B;
	-moz-box-shadow: 0 4px 10px #8B8B8B;
	box-shadow: 0 4px 10px #8B8B8B;
	position: absolute;
	z-index: 50;
}

.link-list-popup ul
{
	list-style: none;
	margin: 0;
	padding: 6px;
}

.link-list-popup ul li
{
	padding: 5px;
	cursor: pointer;
}

.link-list-popup ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

.link-list-popup ul li a
{
	color: inherit;
	text-decoration: none;
}

/**/

.toolbar-button-drop-down
{
	color: #707070;
	line-height: normal;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 10px #8B8B8B;
	-moz-box-shadow: 0 4px 10px #8B8B8B;
	box-shadow: 0 4px 10px #8B8B8B;
	position: absolute;
	z-index: 50;
}

.toolbar-button-drop-down ul
{
	list-style: none;
	margin: 0;
	padding: 6px;
}

.toolbar-button-drop-down ul li
{
	padding: 5px;
	cursor: pointer;
}

.toolbar-button-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

.toolbar-button-drop-down ul li a
{
	color: inherit;
	text-decoration: none;
}

.toolbar-button-drop-down ul li img
{
	vertical-align: middle;
}

/* buttons */

.buttons
{
	position: static;
}

.templateTopic .buttons
{
	display: none;
}

.toolbar-buttons
{
	position: absolute;
	top: 7px;
	left: 9px;
	right: 9px;
}

.button-group-container-left
{
	float: left;
	margin-left: -4px;
}

.button-group-container-right
{
	float: right;
	margin-right: -4px;
}

.button-group
{
	float: left;
}

.button-separator
{
	background-color: #E1E1E1;
	float: left;
	margin: 0 4px;
	height: 24px;
	width: 1px;
}

.button
{
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 0px 4px;
	float: left;
	cursor: pointer;
	border: solid 1px #E1E1E1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 0px #FFF;
	-moz-box-shadow: 0px 1px 0px 0px #FFF;
	box-shadow: 0px 1px 0px 0px #FFF;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
}

.button[disabled],
.button.current-topic-index-button.disabled
{
	opacity: 0.5;
}

.button.previous-topic-button
{
	background: #ECECEC url("Images/navigate-previous.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/navigate-previous.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/navigate-previous.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/navigate-previous.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/navigate-previous.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/navigate-previous.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/navigate-previous.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/navigate-previous.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.button.next-topic-button
{
	background: #ECECEC url("Images/navigate-next.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/navigate-next.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/navigate-next.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/navigate-next.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/navigate-next.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/navigate-next.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/navigate-next.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/navigate-next.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.button.current-topic-index-button
{
	color: #6C6C6C;
	text-shadow: 0 1px 0 #FFF;
	width: auto;
	padding: 0 12px;
	font-size: 11px;
	font-weight: bold;
}

.button.current-topic-index-button.disabled
{
	display: none;
}

.button.expand-all-button
{
	background: #ECECEC url("Images/expand.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/expand.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/expand.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/expand.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/expand.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/expand.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/expand.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/expand.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.button.collapse-all-button
{
	background: #ECECEC url("Images/collapse.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/collapse.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/collapse.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/collapse.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/collapse.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/collapse.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/collapse.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/collapse.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.button.print-button
{
	background: #ECECEC url("Images/printer.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/printer.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/printer.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/printer.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/printer.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/printer.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/printer.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/printer.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.button.remove-highlight-button
{
	background: #ECECEC url("Images/highlight.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/highlight.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/highlight.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/highlight.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/highlight.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/highlight.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/highlight.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/highlight.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.button.select-skin-button
{
	background: #ECECEC url("Images/select-skin.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/select-skin.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/select-skin.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/select-skin.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/select-skin.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/select-skin.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/select-skin.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/select-skin.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.button.select-language-button
{
	background: #ECECEC url("Images/select-language.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/select-language.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/select-language.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/select-language.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/select-language.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/select-language.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/select-language.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/select-language.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.invisible-label
{
	height: 1px;
	font-size: 0px;
}

/* select-language-button image is dynamically set by javascript */

.button.select-language-button img
{
	vertical-align: middle;
}

.loading
{
	background-image: url("Images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.loading .button.star-button
{
	visibility: hidden;
}

.button.star-button
{
	border: none;
	width: 16px;
	margin: 0px 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button.topic-ratings-button
{
	background: url("Images/star-full.png") no-repeat center center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button.topic-ratings-empty-button
{
	background: url("Images/star-empty.png") no-repeat center center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button.login-button
{
	background: #ECECEC url("Images/login.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/login.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/login.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/login.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/login.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/login.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/login.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/login.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

.button.edit-user-profile-button
{
	background: #ECECEC url("Images/edit-profile.png") no-repeat center center;
	/* Old browsers */
	background: url("Images/edit-profile.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	/* FF3.6+ */
	background: url("Images/edit-profile.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	/* Chrome,Safari4+ */
	background: url("Images/edit-profile.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/edit-profile.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* Opera11.10+ */
	background: url("Images/edit-profile.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* IE10+ */
	background: url("Images/edit-profile.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/edit-profile.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
	/*PIE*/
}

/**/
/* Feedback */

.pulse-frame
{
	width: 100%;
	border: none;
	margin-top: 17px;
	visibility: visible;
	height: 1000px;
}

.feedback-comments-wrapper.feedback-embedded .pulse-frame
{
	display: block;
}

.feedback-comments-wrapper.responsive,
.feedback-comments-wrapper.responsive .pulse-frame,
.pulse-frame.pulse-loading
{
	visibility: hidden;
	height: 1px;
}

.feedback-comments-wrapper.hidden
{
	display: none;
}

.feedback-comments-wrapper .comments-header
{
	color: #749AB6;
	font-size: 2em;
	font-weight: bold;
	margin: 17px 0;
}

.comments
{
	
}

.comments .comment
{
	border-bottom: 2px solid #ddd;
	padding: 10px;
	max-width: 400px;
}

.comments .comment:last-child
{
	border-bottom: none;
}

.comments .comment .comment
{
	margin-left: 45px;
}

.comments .username
{
	color: #749AB6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
	display: none;
}

html.feedback-anonymous-enabled .comments .username
{
	display: inline;
}

.comments .timestamp
{
	color: #888;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.comments .subject
{
	color: #888;
	font-weight: bold;
}

.comments .body
{
	
}

.comment-form-wrapper
{
	
}

.comment-form-wrapper .username-field,
.comment-form-wrapper .subject-field
{
	width: 200px;
	padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.comment-form-wrapper .username-field
{
	display: none;
}

html.feedback-anonymous-enabled .comment-form-wrapper .username-field
{
	display: inline-block;
}

.comment-form-wrapper .body-field
{
	font-family: Arial;
	width: 406px;
	height: 60px;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.comment-form-wrapper .field-error
{
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.comment-form-wrapper .comment-submit
{
	
}

/**/

.mc-template
{
	display: none;
}

#mc-background-tint
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha( opacity = 0 );
	opacity: 0.0;
}

#contentBody #mc-background-tint
{
	position: absolute;
}

#mc-background-tint.light
{
	background-color: #FFF;
}

#mc-background-tint.dark
{
	background-color: #000;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after
{
	content: "";
	display: table;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	zoom: 1;
}

span.SearchHighlight
{
	
}

span.SearchHighlight1
{
	
}

span.SearchHighlight2
{
	
}

span.SearchHighlight3
{
	
}

span.SearchHighlight4
{
	
}

span.SearchHighlight5
{
	
}

span.SearchHighlight6
{
	
}

span.SearchHighlight7
{
	
}

span.SearchHighlight8
{
	
}

span.SearchHighlight9
{
	
}

span.SearchHighlight10
{
	
}

.highlightGlossary,
.highlightIndex
{
	font-weight: bold;
}

.tooltip
{
	display: none;
	position: absolute;
	border: 1px solid #707070;
	color: #707070;
	background-color: white;
	padding: .2rem .4rem .2rem .4rem;
	font-size: .75rem;
	z-index: 100001;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.16);
	line-height: 1rem;
	pointer-events: none;
}

button.CloseTopicPopupButton
{
	background: none;
	color: #FFF;
	border: none;
	cursor: pointer;
}

button.CloseTopicPopupButton.CloseTopicOuter
{
	position: relative;
	padding: 0;
	top: -37px;
	right: 4px;
	display: block;
	margin-left: auto;
}

button.CloseTopicPopupButton.CloseTopicInner
{
	font-size: 22px;
}

button.CloseTopicPopupButton:hover,
button.CloseTopicPopupButton:focus
{
	color: #D3D3D3;
}

.CloseTopicPopupButtonContainer
{
	position: absolute;
	width: 100%;
}

button.mc-dropdown-item
{
	border: none;
	background: transparent;
	text-align: left;
	font: inherit;
}

.mc-dropdown-item
{
	display: block;
	width: 100%;
	padding: 5px;
	white-space: nowrap;
	text-decoration: none;
	color: inherit !important;
}

.skip-to-content.fluid-skip
{
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	padding: 4px;
}

.skip-to-content.tripane-skip
{
	position: absolute;
	left: 0;
	overflow-wrap: break-word;
	z-index: 20000;
	text-align: center;
	padding: .5rem;
	top: 6rem;
	width: 10rem;
}

@media print
{
	.tab-bar
	{
		display: none !important;
	}

	.topicToolbarProxy
	{
		display: none !important;
	}

	._Skins_SideMenu
	{
		display: none !important;
	}

	.menu.mc-component
	{
		display: none !important;
	}

	.off-canvas-content
	{
		box-shadow: none !important;
	}

	.sidenav-wrapper
	{
		display: none !important;
	}

	.sidenav-layout
	{
		height: auto !important;
		display: block !important;
	}

	*
	{
		overflow: visible !important;
	}

	.defaultSkin .tab-bar
	{
		display: none !important;
	}

	.defaultSkin .topicToolbarProxy
	{
		display: none !important;
	}

	.defaultSkin ._Skins_SideMenu
	{
		display: none !important;
	}

	.defaultSkin .menu.mc-component
	{
		display: none !important;
	}

	.defaultSkin .off-canvas-content
	{
		box-shadow: none !important;
	}

	.defaultSkin .sidenav-wrapper
	{
		display: none !important;
	}

	.defaultSkin .sidenav-layout
	{
		height: auto !important;
		display: block !important;
	}

	.defaultSkin *
	{
		overflow: visible !important;
	}
}

.defaultSkin .transparent-gif	/* Ensures resource is copied over */
{
	background-image: url("Images/transparent.gif");
}

.defaultSkin [class]
{
	
}

.defaultSkin .MCExpanding
{
	text-decoration: none;
}

.defaultSkin .MCExpanding_Open
{
	
}

.defaultSkin .MCExpanding_Closed
{
	
}

.defaultSkin .MCExpandingHead
{
	
}

.defaultSkin .MCExpandingHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

.defaultSkin .MCExpanding_Image_Icon
{
	border: none;
}

.defaultSkin .MCExpandingBody
{
	vertical-align: bottom;
}

.defaultSkin .MCExpanding_Open .MCExpandingBody
{
	display: inline-block;
}

.defaultSkin .MCExpanding_Closed .MCExpandingBody
{
	display: none;
}

.defaultSkin .MCDropDown
{
	
}

.defaultSkin .MCDropDown_Open
{
	
}

.defaultSkin .MCDropDown_Closed
{
	
}

.defaultSkin .MCDropDownHead
{
	display: block;
}

.defaultSkin .MCDropDownHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

.defaultSkin .MCDropDown_Closed a.MCDropDownHotSpot,
.defaultSkin .MCDropDown_Open a.MCDropDownHotSpot
{
	text-decoration: none;
}

.defaultSkin .MCDropDownBody
{
	margin-left: 18px;
	overflow: hidden;
}

.defaultSkin .MCDropDown_Open .MCDropDownBody
{
	display: block;
}

.defaultSkin .MCDropDown_Closed .MCDropDownBody
{
	display: none;
}

.defaultSkin .MCDropDown_Image_Icon
{
	border: none;
}

.defaultSkin .MCToggler
{
	text-decoration: none;
}

.defaultSkin .MCToggler_Open
{
	
}

.defaultSkin .MCToggler_Closed
{
	
}

.defaultSkin .MCTogglerHead
{
	
}

.defaultSkin .MCTogglerHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

.defaultSkin a.MCToggler_Closed.MCTogglerHotSpot,
.defaultSkin a.MCToggler_Open.MCTogglerHotSpot
{
	text-decoration: none;
}

.defaultSkin .MCToggler_Image_Icon
{
	border: none;
}

.defaultSkin .MCTextPopup
{
	cursor: pointer;
	text-decoration: none;
}

.defaultSkin .MCTextPopupHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

.defaultSkin .MCTextPopup_Open.MCTextPopupHotSpot
{
	
}

.defaultSkin .MCTextPopup_Closed.MCTextPopupHotSpot
{
	
}

.defaultSkin .MCTextPopupBody
{
	color: #EBEBEB;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #000000;
	width: 200px;
	padding: 11px 15px;
	-webkit-box-shadow: 0 4px 10px #8B8B8B;
	-moz-box-shadow: 0 4px 10px #8B8B8B;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,.4);
	border: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 20px;
	white-space: normal;
	filter: alpha( opacity = 0 );
	display: none;
	opacity: 0.0;
	z-index: 10001;
}

.defaultSkin .MCTextPopup_Open .MCTextPopupBody
{
	display: block;
}

.defaultSkin .MCTextPopup_Closed .MCTextPopupBody
{
	display: none;
}

.defaultSkin .MCTextPopupArrow
{
	content: "";
	border: solid 13px transparent;
	border-bottom-color: #DCDCDC;
	border-bottom-width: 13px;
	border-top: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	width: 0;
	height: 0;
}

.defaultSkin .MCTextPopupBodyBottom .MCTextPopupArrow
{
	border: solid 13px transparent;
	border-top-color: #000000;
	border-top-width: 13px;
	border-bottom: none;
	top: auto;
	bottom: -13px;
}

.defaultSkin .MCTopicPopup
{
	text-decoration: none;
}

.defaultSkin .MCTopicPopupHotSpot
{
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
}

.defaultSkin .MCTopicPopup_Open.MCTopicPopupHotSpot
{
	
}

.defaultSkin .MCTopicPopup_Closed.MCTopicPopupHotSpot
{
	
}

.defaultSkin .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;
}

.defaultSkin #contentBodyInner .MCTopicPopupContainer
{
	position: absolute;
}

.defaultSkin .MCTopicPopupBody
{
	width: 100%;
	border: none;
}

.defaultSkin .MCPopupThumbnailLink
{
	
}

.defaultSkin .MCPopupThumbnail
{
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.defaultSkin .MCPopupContainer
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 10px;
	position: absolute;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1001;
}

.defaultSkin .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;
}

.defaultSkin .MCPopupFullImage
{
	width: 0px;
	height: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.defaultSkin .MCHelpControl_Image_Icon
{
	border: none;
}

.defaultSkin .MCHelpControl span
{
	background: url("Images/help-control.png") no-repeat left center;
	padding-left: 18px;
}

.defaultSkin a.MCHelpControl
{
	cursor: pointer;
	text-decoration: none;
}

.defaultSkin .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;
}

.defaultSkin .MCDialogHeader
{
	margin: 0 0 4px;
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Helvetica;
}

.defaultSkin .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;
}

.defaultSkin .MCDialogBody
{
	color: #555555;
	padding: 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.defaultSkin .link-list-popup
{
	color: #707070;
	line-height: normal;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 10px #8B8B8B;
	-moz-box-shadow: 0 4px 10px #8B8B8B;
	box-shadow: 0 4px 10px #8B8B8B;
	position: absolute;
	z-index: 50;
}

.defaultSkin .link-list-popup ul
{
	list-style: none;
	margin: 0;
	padding: 6px;
}

.defaultSkin .link-list-popup ul li
{
	padding: 5px;
	cursor: pointer;
}

.defaultSkin .link-list-popup ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

.defaultSkin .link-list-popup ul li a
{
	color: inherit;
	text-decoration: none;
}

.defaultSkin .toolbar-button-drop-down
{
	color: #707070;
	line-height: normal;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 10px #8B8B8B;
	-moz-box-shadow: 0 4px 10px #8B8B8B;
	box-shadow: 0 4px 10px #8B8B8B;
	position: absolute;
	z-index: 50;
}

.defaultSkin .toolbar-button-drop-down ul
{
	list-style: none;
	margin: 0;
	padding: 6px;
}

.defaultSkin .toolbar-button-drop-down ul li
{
	padding: 5px;
	cursor: pointer;
}

.defaultSkin .toolbar-button-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

.defaultSkin .toolbar-button-drop-down ul li a
{
	color: inherit;
	text-decoration: none;
}

.defaultSkin .toolbar-button-drop-down ul li img
{
	vertical-align: middle;
}

.defaultSkin .buttons
{
	position: static;
}

.defaultSkin .templateTopic .buttons
{
	display: none;
}

.defaultSkin .toolbar-buttons
{
	position: absolute;
	top: 7px;
	left: 9px;
	right: 9px;
}

.defaultSkin .button-group-container-left
{
	float: left;
	margin-left: -4px;
}

.defaultSkin .button-group-container-right
{
	float: right;
	margin-right: -4px;
}

.defaultSkin .button-group
{
	float: left;
}

.defaultSkin .button-separator
{
	background-color: #E1E1E1;
	float: left;
	margin: 0 4px;
	height: 24px;
	width: 1px;
}

.defaultSkin .button
{
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 0px 4px;
	float: left;
	cursor: pointer;
	border: solid 1px #E1E1E1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 0px #FFF;
	-moz-box-shadow: 0px 1px 0px 0px #FFF;
	box-shadow: 0px 1px 0px 0px #FFF;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
}

.defaultSkin .button[disabled],
.defaultSkin .button.current-topic-index-button.disabled
{
	opacity: 0.5;
}

.defaultSkin .button.previous-topic-button
{
	background: #ECECEC url("Images/navigate-previous.png") no-repeat center center;
	background: url("Images/navigate-previous.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/navigate-previous.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/navigate-previous.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/navigate-previous.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/navigate-previous.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/navigate-previous.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/navigate-previous.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .button.next-topic-button
{
	background: #ECECEC url("Images/navigate-next.png") no-repeat center center;
	background: url("Images/navigate-next.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/navigate-next.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/navigate-next.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/navigate-next.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/navigate-next.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/navigate-next.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/navigate-next.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .button.current-topic-index-button
{
	color: #6C6C6C;
	text-shadow: 0 1px 0 #FFF;
	width: auto;
	padding: 0 12px;
	font-size: 11px;
	font-weight: bold;
}

.defaultSkin .button.current-topic-index-button.disabled
{
	display: none;
}

.defaultSkin .button.expand-all-button
{
	background: #ECECEC url("Images/expand.png") no-repeat center center;
	background: url("Images/expand.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/expand.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/expand.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/expand.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/expand.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/expand.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/expand.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .button.collapse-all-button
{
	background: #ECECEC url("Images/collapse.png") no-repeat center center;
	background: url("Images/collapse.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/collapse.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/collapse.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/collapse.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/collapse.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/collapse.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/collapse.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .button.print-button
{
	background: #ECECEC url("Images/printer.png") no-repeat center center;
	background: url("Images/printer.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/printer.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/printer.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/printer.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/printer.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/printer.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/printer.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .button.remove-highlight-button
{
	background: #ECECEC url("Images/highlight.png") no-repeat center center;
	background: url("Images/highlight.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/highlight.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/highlight.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/highlight.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/highlight.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/highlight.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/highlight.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .button.select-skin-button
{
	background: #ECECEC url("Images/select-skin.png") no-repeat center center;
	background: url("Images/select-skin.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/select-skin.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/select-skin.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/select-skin.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/select-skin.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/select-skin.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/select-skin.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .button.select-language-button
{
	background: #ECECEC url("Images/select-language.png") no-repeat center center;
	background: url("Images/select-language.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/select-language.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/select-language.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/select-language.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/select-language.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/select-language.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/select-language.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .invisible-label
{
	height: 1px;
	font-size: 0px;
}

.defaultSkin .button.select-language-button img
{
	vertical-align: middle;
}

.defaultSkin .loading
{
	background-image: url("Images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.defaultSkin .loading .button.star-button
{
	visibility: hidden;
}

.defaultSkin .button.star-button
{
	border: none;
	width: 16px;
	margin: 0px 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.defaultSkin .button.topic-ratings-button
{
	background: url("Images/star-full.png") no-repeat center center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.defaultSkin .button.topic-ratings-empty-button
{
	background: url("Images/star-empty.png") no-repeat center center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.defaultSkin .button.login-button
{
	background: #ECECEC url("Images/login.png") no-repeat center center;
	background: url("Images/login.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/login.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/login.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/login.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/login.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/login.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/login.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .button.edit-user-profile-button
{
	background: #ECECEC url("Images/edit-profile.png") no-repeat center center;
	background: url("Images/edit-profile.png") no-repeat center center, -moz-linear-gradient(top, #FFF 0%, #ECECEC 100%);
	background: url("Images/edit-profile.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECECEC));
	background: url("Images/edit-profile.png") no-repeat center center, -webkit-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/edit-profile.png") no-repeat center center, -o-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/edit-profile.png") no-repeat center center, -ms-linear-gradient(top, #FFF 0%,#ECECEC 100%);
	background: url("Images/edit-profile.png") no-repeat center center, linear-gradient(top, #FFF 0%,#ECECEC 100%);
	-pie-background: url("Skins/Default/Stylesheets/Images/edit-profile.png") no-repeat center center, linear-gradient(#FFF, #ECECEC);
}

.defaultSkin .pulse-frame
{
	width: 100%;
	border: none;
	margin-top: 17px;
	visibility: visible;
	height: 1000px;
}

.defaultSkin .feedback-comments-wrapper.feedback-embedded .pulse-frame
{
	display: block;
}

.defaultSkin .feedback-comments-wrapper.responsive,
.defaultSkin .feedback-comments-wrapper.responsive .pulse-frame,
.defaultSkin .pulse-frame.pulse-loading
{
	visibility: hidden;
	height: 1px;
}

.defaultSkin .feedback-comments-wrapper.hidden
{
	display: none;
}

.defaultSkin .feedback-comments-wrapper .comments-header
{
	color: #749AB6;
	font-size: 2em;
	font-weight: bold;
	margin: 17px 0;
}

.defaultSkin .comments
{
	
}

.defaultSkin .comments .comment
{
	border-bottom: 2px solid #ddd;
	padding: 10px;
	max-width: 400px;
}

.defaultSkin .comments .comment:last-child
{
	border-bottom: none;
}

.defaultSkin .comments .comment .comment
{
	margin-left: 45px;
}

.defaultSkin .comments .username
{
	color: #749AB6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
	display: none;
}

html.feedback-anonymous-enabled.defaultSkin .comments .username
{
	display: inline;
}

.defaultSkin .comments .timestamp
{
	color: #888;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.defaultSkin .comments .subject
{
	color: #888;
	font-weight: bold;
}

.defaultSkin .comments .body
{
	
}

.defaultSkin .comment-form-wrapper
{
	
}

.defaultSkin .comment-form-wrapper .username-field,
.defaultSkin .comment-form-wrapper .subject-field
{
	width: 200px;
	padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.defaultSkin .comment-form-wrapper .username-field
{
	display: none;
}

html.feedback-anonymous-enabled.defaultSkin .comment-form-wrapper .username-field
{
	display: inline-block;
}

.defaultSkin .comment-form-wrapper .body-field
{
	font-family: Arial;
	width: 406px;
	height: 60px;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.defaultSkin .comment-form-wrapper .field-error
{
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.defaultSkin .comment-form-wrapper .comment-submit
{
	
}

.defaultSkin .mc-template
{
	display: none;
}

.defaultSkin #mc-background-tint
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha( opacity = 0 );
	opacity: 0.0;
}

.defaultSkin #contentBody #mc-background-tint
{
	position: absolute;
}

.defaultSkin #mc-background-tint.light
{
	background-color: #FFF;
}

.defaultSkin #mc-background-tint.dark
{
	background-color: #000;
}

.defaultSkin .clearfix:before,
.defaultSkin .clearfix:after
{
	content: "";
	display: table;
}

.defaultSkin .clearfix:after
{
	clear: both;
}

.defaultSkin .clearfix
{
	zoom: 1;
}

.defaultSkin span.SearchHighlight
{
	
}

.defaultSkin span.SearchHighlight1
{
	
}

.defaultSkin span.SearchHighlight2
{
	
}

.defaultSkin span.SearchHighlight3
{
	
}

.defaultSkin span.SearchHighlight4
{
	
}

.defaultSkin span.SearchHighlight5
{
	
}

.defaultSkin span.SearchHighlight6
{
	
}

.defaultSkin span.SearchHighlight7
{
	
}

.defaultSkin span.SearchHighlight8
{
	
}

.defaultSkin span.SearchHighlight9
{
	
}

.defaultSkin span.SearchHighlight10
{
	
}

.defaultSkin .highlightGlossary,
.defaultSkin .highlightIndex
{
	font-weight: bold;
}

.defaultSkin .tooltip
{
	display: none;
	position: absolute;
	border: 1px solid #707070;
	color: #707070;
	background-color: white;
	padding: .2rem .4rem .2rem .4rem;
	font-size: .75rem;
	z-index: 100001;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.16);
	line-height: 1rem;
	pointer-events: none;
}

.defaultSkin button.CloseTopicPopupButton
{
	background: none;
	color: #FFF;
	border: none;
	cursor: pointer;
}

.defaultSkin button.CloseTopicPopupButton.CloseTopicOuter
{
	position: relative;
	padding: 0;
	top: -37px;
	right: 4px;
	display: block;
	margin-left: auto;
}

.defaultSkin button.CloseTopicPopupButton.CloseTopicInner
{
	font-size: 22px;
}

.defaultSkin button.CloseTopicPopupButton:hover,
.defaultSkin button.CloseTopicPopupButton:focus
{
	color: #D3D3D3;
}

.defaultSkin .CloseTopicPopupButtonContainer
{
	position: absolute;
	width: 100%;
}

.defaultSkin button.mc-dropdown-item
{
	border: none;
	background: transparent;
	text-align: left;
	font: inherit;
}

.defaultSkin .mc-dropdown-item
{
	display: block;
	width: 100%;
	padding: 5px;
	white-space: nowrap;
	text-decoration: none;
	color: inherit !important;
}

.defaultSkin .skip-to-content.fluid-skip
{
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	padding: 4px;
}

.defaultSkin .skip-to-content.tripane-skip
{
	position: absolute;
	left: 0;
	overflow-wrap: break-word;
	z-index: 20000;
	text-align: center;
	padding: .5rem;
	top: 6rem;
	width: 10rem;
}

._Skins__gpl_tripane_master_api .comments .body
{
	
}

._Skins__gpl_tripane_master_api .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__gpl_tripane_master_api .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__gpl_tripane_master_api .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__gpl_tripane_master_api .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__gpl_tripane_master_api .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_api .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_api span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__gpl_tripane_master_api span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__gpl_tripane_master_api .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/back_actual_1.png') no-repeat center center;
	background: url('Images/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/forward_actual.png') no-repeat center center;
	background: url('Images/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/collapse.png') no-repeat center center;
	background: url('Images/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/edit-profile.png') no-repeat center center;
	background: url('Images/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/email_actual.png') no-repeat center center;
	background: url('Images/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/expand.png') no-repeat center center;
	background: url('Images/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__gpl_tripane_master_api .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/login.png') no-repeat center center;
	background: url('Images/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/navigate-next.png') no-repeat center center;
	background: url('Images/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__gpl_tripane_master_api .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/navigate-previous.png') no-repeat center center;
	background: url('Images/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/printer.png') no-repeat center center;
	background: url('Images/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/highlight.png') no-repeat center center;
	background: url('Images/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/select-language.png') no-repeat center center;
	background: url('Images/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/select-skin.png') no-repeat center center;
	background: url('Images/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_api .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_api .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/help_rounded_actual.png') no-repeat center center;
	background: url('Images/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_api .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_api .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_api .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_api .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_api .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_api .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins_tripane_master_api .comments .body
{
	
}

._Skins_tripane_master_api .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins_tripane_master_api .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins_tripane_master_api .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins_tripane_master_api .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins_tripane_master_api .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins_tripane_master_api .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins_tripane_master_api span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins_tripane_master_api span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins_tripane_master_api .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/tripane_master_api/back_actual_1.png') no-repeat center center;
	background: url('Images/tripane_master_api/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/tripane_master_api/forward_actual.png') no-repeat center center;
	background: url('Images/tripane_master_api/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/collapse.png') no-repeat center center;
	background: url('Images/tripane_master_api/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/edit-profile.png') no-repeat center center;
	background: url('Images/tripane_master_api/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/tripane_master_api/email_actual.png') no-repeat center center;
	background: url('Images/tripane_master_api/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/expand.png') no-repeat center center;
	background: url('Images/tripane_master_api/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins_tripane_master_api .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/login.png') no-repeat center center;
	background: url('Images/tripane_master_api/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/navigate-next.png') no-repeat center center;
	background: url('Images/tripane_master_api/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins_tripane_master_api .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/navigate-previous.png') no-repeat center center;
	background: url('Images/tripane_master_api/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/printer.png') no-repeat center center;
	background: url('Images/tripane_master_api/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/highlight.png') no-repeat center center;
	background: url('Images/tripane_master_api/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/select-language.png') no-repeat center center;
	background: url('Images/tripane_master_api/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/tripane_master_api/select-skin.png') no-repeat center center;
	background: url('Images/tripane_master_api/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/tripane_master_api/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/tripane_master_api/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins_tripane_master_api .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/tripane_master_api/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/tripane_master_api/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins_tripane_master_api .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/tripane_master_api/help_rounded_actual.png') no-repeat center center;
	background: url('Images/tripane_master_api/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/tripane_master_api/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/tripane_master_api/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/tripane_master_api/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/tripane_master_api/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins_tripane_master_api .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins_tripane_master_api .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins_tripane_master_api .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins_tripane_master_api .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins_tripane_master_api .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins_tripane_master_api .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master_api .comments .body
{
	
}

._Skins__global_html5_tripane_master_api .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_api .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master_api .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_api .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master_api .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_api .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master_api span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master_api .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-api/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-api/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master-api/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master_api .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master_api .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-api/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-api/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_api .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-api/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_api .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master-api/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-api/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-api/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-api/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-api/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_api .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_api .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_api .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_api .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_api .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_api .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master_bi_help .comments .body
{
	
}

._Skins__global_html5_tripane_master_bi_help .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_bi_help .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master_bi_help .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_bi_help .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master_bi_help .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_bi_help .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master_bi_help span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master_bi_help .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master_bi_help .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master_bi_help .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_bi_help .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_bi_help .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master-bi-help/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-bi-help/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-bi-help/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-bi-help/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-bi-help/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_bi_help .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_bi_help .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_bi_help .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_bi_help .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_bi_help .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_bi_help .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master_html5_window .comments .body
{
	
}

._Skins__global_html5_tripane_master_html5_window .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_html5_window .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master_html5_window .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_html5_window .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master_html5_window .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_html5_window .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master_html5_window span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master_html5_window .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master_html5_window .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master_html5_window .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_html5_window .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_html5_window .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master-html5-window/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-html5-window/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-html5-window/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-html5-window/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-html5-window/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_html5_window .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_html5_window .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_html5_window .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_html5_window .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_html5_window .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_html5_window .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master_kb .comments .body
{
	
}

._Skins__global_html5_tripane_master_kb .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_kb .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master_kb .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_kb .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master_kb .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_kb .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master_kb span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master_kb .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-kb/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-kb/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master-kb/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master_kb .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master_kb .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-kb/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-kb/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_kb .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-kb/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_kb .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master-kb/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-kb/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-kb/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-kb/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-kb/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_kb .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_kb .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_kb .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_kb .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_kb .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_kb .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master_styleguide_feedback .comments .body
{
	
}

._Skins__global_html5_tripane_master_styleguide_feedback .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_styleguide_feedback .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master_styleguide_feedback .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_styleguide_feedback .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master_styleguide_feedback .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_styleguide_feedback .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master_styleguide_feedback span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master_styleguide_feedback .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master_styleguide_feedback .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master_styleguide_feedback .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_styleguide_feedback .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master-styleguide-feedback/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide-feedback/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide-feedback/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide_feedback .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_styleguide_feedback .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_styleguide_feedback .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_styleguide_feedback .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_styleguide_feedback .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_styleguide_feedback .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master_styleguide .comments .body
{
	
}

._Skins__global_html5_tripane_master_styleguide .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_styleguide .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master_styleguide .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_styleguide .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master_styleguide .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_styleguide .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master_styleguide span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master_styleguide .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master_styleguide .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master_styleguide .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_styleguide .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_styleguide .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master-styleguide/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-styleguide/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-styleguide/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-styleguide/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-styleguide/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_styleguide .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_styleguide .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_styleguide .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_styleguide .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_styleguide .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_styleguide .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master_tfn_window .comments .body
{
	
}

._Skins__global_html5_tripane_master_tfn_window .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_tfn_window .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master_tfn_window .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_tfn_window .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master_tfn_window .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_tfn_window .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master_tfn_window span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master_tfn_window .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master_tfn_window .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master_tfn_window .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_tfn_window .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_tfn_window .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master-tfn-window/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn-window/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn-window/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn-window/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn-window/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn_window .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_tfn_window .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_tfn_window .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_tfn_window .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_tfn_window .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_tfn_window .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master_tfn .comments .body
{
	
}

._Skins__global_html5_tripane_master_tfn .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_tfn .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master_tfn .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_tfn .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master_tfn .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_tfn .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master_tfn span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master_tfn .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-tfn/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master-tfn/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master-tfn/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master_tfn .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master_tfn .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master-tfn/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-tfn/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_tfn .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master-tfn/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master_tfn .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master-tfn/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master-tfn/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master-tfn/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master-tfn/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master-tfn/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master_tfn .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_tfn .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_tfn .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_tfn .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master_tfn .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master_tfn .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__global_html5_tripane_master .comments .body
{
	
}

._Skins__global_html5_tripane_master .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__global_html5_tripane_master .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__global_html5_tripane_master .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__global_html5_tripane_master .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__global_html5_tripane_master .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__global_html5_tripane_master span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__global_html5_tripane_master span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__global_html5_tripane_master .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master/back_actual_1.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_global/html5/tripane-master/forward_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/collapse.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/edit-profile.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: document;
	background: transparent url('Images/_global/html5/tripane-master/email_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/expand.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__global_html5_tripane_master .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/login.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/navigate-next.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__global_html5_tripane_master .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/navigate-previous.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/printer.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/highlight.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/select-language.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_global/html5/tripane-master/select-skin.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_global/html5/tripane-master/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__global_html5_tripane_master .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_global/html5/tripane-master/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_global/html5/tripane-master/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_global/html5/tripane-master/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_global/html5/tripane-master/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_global/html5/tripane-master/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_global/html5/tripane-master/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__global_html5_tripane_master .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__global_html5_tripane_master .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__global_html5_tripane_master .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__gpl_tripane_master .comments .body
{
	
}

._Skins__gpl_tripane_master .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__gpl_tripane_master .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__gpl_tripane_master .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__gpl_tripane_master .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__gpl_tripane_master .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__gpl_tripane_master span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__gpl_tripane_master .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master/back_actual_1.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master/forward_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/collapse.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/edit-profile.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/_gpl/tripane_master/email_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/expand.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__gpl_tripane_master .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/login.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/navigate-next.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__gpl_tripane_master .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/navigate-previous.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/printer.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/highlight.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/select-language.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master/select-skin.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_gpl/tripane_master/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__gpl_tripane_master_bi_help .comments .body
{
	
}

._Skins__gpl_tripane_master_bi_help .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__gpl_tripane_master_bi_help .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__gpl_tripane_master_bi_help .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__gpl_tripane_master_bi_help .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__gpl_tripane_master_bi_help .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_bi_help .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__gpl_tripane_master_bi_help span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__gpl_tripane_master_bi_help .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_bi_help/back_actual_1.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_bi_help/forward_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/collapse.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/edit-profile.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/_gpl/tripane_master_bi_help/email_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/expand.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__gpl_tripane_master_bi_help .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/login.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/navigate-next.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__gpl_tripane_master_bi_help .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/navigate-previous.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/printer.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/highlight.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/select-language.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_bi_help/select-skin.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_bi_help/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_bi_help .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_bi_help/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_bi_help .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_gpl/tripane_master_bi_help/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_bi_help/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_bi_help/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_bi_help/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_bi_help/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_bi_help .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_bi_help .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_bi_help .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_bi_help .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_bi_help .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_bi_help .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__gpl_tripane_master_html5_window .comments .body
{
	
}

._Skins__gpl_tripane_master_html5_window .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__gpl_tripane_master_html5_window .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__gpl_tripane_master_html5_window .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__gpl_tripane_master_html5_window .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__gpl_tripane_master_html5_window .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_html5_window .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__gpl_tripane_master_html5_window span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__gpl_tripane_master_html5_window .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_html5_window/back_actual_1.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_html5_window/forward_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/collapse.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/edit-profile.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/_gpl/tripane_master_html5_window/email_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/expand.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__gpl_tripane_master_html5_window .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/login.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/navigate-next.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__gpl_tripane_master_html5_window .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/navigate-previous.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/printer.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/highlight.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/select-language.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_html5_window/select-skin.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_html5_window/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_html5_window .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_html5_window/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_html5_window .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_gpl/tripane_master_html5_window/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_html5_window/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_html5_window/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_html5_window/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_html5_window/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_html5_window .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_html5_window .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_html5_window .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_html5_window .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_html5_window .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_html5_window .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__gpl_tripane_master_kb .comments .body
{
	
}

._Skins__gpl_tripane_master_kb .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__gpl_tripane_master_kb .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__gpl_tripane_master_kb .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__gpl_tripane_master_kb .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__gpl_tripane_master_kb .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_kb .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__gpl_tripane_master_kb span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__gpl_tripane_master_kb .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_kb/back_actual_1.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_kb/forward_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/collapse.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/edit-profile.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/_gpl/tripane_master_kb/email_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/expand.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__gpl_tripane_master_kb .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/login.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/navigate-next.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__gpl_tripane_master_kb .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/navigate-previous.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/printer.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/highlight.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/select-language.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_kb/select-skin.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_kb/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_kb .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_kb/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_kb .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_gpl/tripane_master_kb/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_kb/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_kb/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_kb/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_kb/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_kb .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_kb .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_kb .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_kb .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_kb .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_kb .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__gpl_tripane_master_styleguide .comments .body
{
	
}

._Skins__gpl_tripane_master_styleguide .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__gpl_tripane_master_styleguide .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__gpl_tripane_master_styleguide .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__gpl_tripane_master_styleguide .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__gpl_tripane_master_styleguide .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_styleguide .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__gpl_tripane_master_styleguide span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__gpl_tripane_master_styleguide .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_styleguide/back_actual_1.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_styleguide/forward_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/collapse.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/edit-profile.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/_gpl/tripane_master_styleguide/email_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/expand.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__gpl_tripane_master_styleguide .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/login.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/navigate-next.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__gpl_tripane_master_styleguide .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/navigate-previous.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/printer.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/highlight.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/select-language.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_styleguide/select-skin.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_styleguide/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_styleguide .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_styleguide/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_styleguide .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_gpl/tripane_master_styleguide/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_styleguide/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_styleguide/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_styleguide/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_styleguide/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_styleguide .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_styleguide .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_styleguide .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_styleguide .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_styleguide .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_styleguide .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__gpl_tripane_master_tfn .comments .body
{
	
}

._Skins__gpl_tripane_master_tfn .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__gpl_tripane_master_tfn .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__gpl_tripane_master_tfn .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__gpl_tripane_master_tfn .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__gpl_tripane_master_tfn .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_tfn .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__gpl_tripane_master_tfn span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__gpl_tripane_master_tfn .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_tfn/back_actual_1.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_gpl/tripane_master_tfn/forward_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/collapse.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/edit-profile.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/_gpl/tripane_master_tfn/email_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/expand.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__gpl_tripane_master_tfn .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/login.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/navigate-next.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__gpl_tripane_master_tfn .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/navigate-previous.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/printer.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/highlight.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/select-language.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_gpl/tripane_master_tfn/select-skin.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_tfn/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_tfn .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_gpl/tripane_master_tfn/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__gpl_tripane_master_tfn .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_gpl/tripane_master_tfn/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_gpl/tripane_master_tfn/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_gpl/tripane_master_tfn/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_gpl/tripane_master_tfn/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_gpl/tripane_master_tfn/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__gpl_tripane_master_tfn .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_tfn .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_tfn .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_tfn .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__gpl_tripane_master_tfn .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__gpl_tripane_master_tfn .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .comments .body
{
	
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .feedback-comments-wrapper .comments-header
{
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .comments .comment
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .comments .subject
{
	color: #888888;
	font-weight: bold;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .comments .username
{
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .highlightGlossary
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .highlightIndex
{
	background-repeat: no-repeat;
	font-weight: bold;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight
{
	background-repeat: no-repeat;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete span.SearchHighlight.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none 1px #f2f2f7;
	border-right: none 1px #f2f2f7;
	border-bottom: none 1px #f2f2f7;
	border-left: none 1px #f2f2f7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 24px;
	height: 24px;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.browserback-button
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/back_actual_1.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/back_actual_1.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/back_actual_1.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/back_actual_1.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/back_actual_1.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/back_actual_1.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/back_actual_1.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/back_actual_1.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.browserforward-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: window;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/forward_actual.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/forward_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/forward_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/forward_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/forward_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/forward_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/forward_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/forward_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.collapse-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/collapse.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/collapse.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/collapse.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/collapse.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/collapse.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/collapse.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/collapse.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.current-topic-index-button
{
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: auto;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.edit-user-profile-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/edit-profile.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/edit-profile.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/edit-profile.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/edit-profile.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/edit-profile.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.email_feedback-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	width: 23px;
	height: 23px;
	click: feedback();
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/email_actual.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/email_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/email_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/email_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/email_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/email_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/email_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/email_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.expand-all-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/expand.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/expand.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/expand.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/expand.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/expand.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/expand.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/expand.png') no-repeat center center, linear-gradient(transparent, transparent);
}



._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.login-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/login.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/login.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/login.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/login.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/login.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/login.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/login.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.next-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-next.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-next.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-next.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-next.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-next.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-next.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-next.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-next.png') no-repeat center center, linear-gradient(transparent, transparent);
}





._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.previous-topic-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-previous.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-previous.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-previous.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-previous.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-previous.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-previous.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-previous.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/navigate-previous.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.print-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/printer.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/printer.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/printer.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/printer.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/printer.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/printer.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/printer.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/printer.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.remove-highlight-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/highlight.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/highlight.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/highlight.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/highlight.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/highlight.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/highlight.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/highlight.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.select-language-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-language.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-language.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-language.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-language.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-language.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-language.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/select-language.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.select-skin-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-skin.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-skin.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-skin.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-skin.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/select-skin.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/select-skin.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.topic-ratings-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/star-full.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/star-full.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.topic-ratings-empty-button
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/star-empty.png') no-repeat center center;
	-pie-background: transparent url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/star-empty.png') no-repeat center center;
	background-size: 16px 16px;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button.using_help-button
{
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	click: location;
	background: transparent url('Images/_rationalise/tripane_master_api_reference_do_not_delete/help_rounded_actual.png') no-repeat center center;
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/help_rounded_actual.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/help_rounded_actual.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/help_rounded_actual.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/help_rounded_actual.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/help_rounded_actual.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/_rationalise/tripane_master_api_reference_do_not_delete/help_rounded_actual.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/_rationalise/tripane_master_api_reference_do_not_delete/help_rounded_actual.png') no-repeat center center, linear-gradient(transparent, transparent);
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .toolbar-button-drop-down
{
	color: #707070;
	border-top: solid 4px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-left: solid 4px transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFFFFF;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

._Skins__rationalise_tripane_master_api_reference_do_not_delete .button-separator
{
	color: #ffffff;
	background-color: #ffffff;
	height: 24px;
}

