/*<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 );
	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;
}

/**/

.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
{
	line-height: normal;
	-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;
	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;
}

.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
{
	float: left;
	margin: 0 4px;
	width: 1px;
	color: #e1e1e1;
	background-color: #e1e1e1;
	height: 24px;
}

.button
{
	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;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: solid 1px #a9a9a9;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
	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 #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	width: 22px;
	height: 22px;
	background: transparent;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: linear-gradient(#f7f7f7, #e3e2e2);
}

.button[disabled],
.button.current-topic-index-button.disabled
{
	opacity: 0.5;
}

.button.previous-topic-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	background: transparent url('Images/previous_topic.png') no-repeat center center;
	background: url('Images/previous_topic.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/previous_topic.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/previous_topic.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/previous_topic.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/previous_topic.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/previous_topic.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/previous_topic.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.next-topic-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	background: transparent url('Images/next_topic.png') no-repeat center center;
	background: url('Images/next_topic.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/next_topic.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/next_topic.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/next_topic.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/next_topic.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/next_topic.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/next_topic.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.current-topic-index-button
{
	padding: 0 12px;
	color: #6c6c6c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	width: auto;
	background: transparent url('Images/link.png') no-repeat center center;
	background: url('Images/link.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/link.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/link.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/link.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/link.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/link.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/link.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.current-topic-index-button.disabled
{
	display: none;
}

.button.expand-all-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	background: transparent url('Images/expand.png') no-repeat center center;
	background: url('Images/expand.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/expand.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/expand.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/expand.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/expand.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/expand.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/expand.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.collapse-all-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	background: transparent url('Images/collapse.png') no-repeat center center;
	background: url('Images/collapse.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/collapse.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/collapse.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/collapse.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/collapse.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/collapse.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/collapse.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.print-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	background: transparent url('Images/print.png') no-repeat center center;
	background: url('Images/print.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/print.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/print.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/print.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/print.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/print.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/print.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.remove-highlight-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	background: transparent url('Images/highlight.png') no-repeat center center;
	background: url('Images/highlight.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/highlight.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/highlight.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/highlight.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/highlight.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/highlight.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/highlight.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.select-skin-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	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, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/select-skin.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/select-skin.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/select-skin.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/select-skin.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/select-skin.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/select-skin.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.select-language-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	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, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/select-language.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/select-language.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/select-language.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/select-language.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/select-language.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/select-language.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

/* 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
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/starFull.png') no-repeat center center;
	background: url('Images/starFull.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/starFull.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/starFull.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/starFull.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/starFull.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/starFull.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/starFull.png') no-repeat center center, linear-gradient(transparent, transparent);
	background-size: 16px 16px;
}

.button.topic-ratings-empty-button
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 16px;
	background: transparent url('Images/StarrEmpty.png') no-repeat center center;
	background: url('Images/StarrEmpty.png') no-repeat center center, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/StarrEmpty.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/StarrEmpty.png') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/StarrEmpty.png') no-repeat center center, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/StarrEmpty.png') no-repeat center center, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/StarrEmpty.png') no-repeat center center, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/StarrEmpty.png') no-repeat center center, linear-gradient(transparent, transparent);
	background-size: 16px 16px;
}

.button.login-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	background: transparent url('Images/login.png') no-repeat center center;
	background: url('Images/login.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/login.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/login.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/login.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/login.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/login.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/login.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.edit-user-profile-button
{
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera11.10+ */
	/* IE10+ */
	/* W3C */
	/*PIE*/
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	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, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/edit-profile.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/edit-profile.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/edit-profile.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/edit-profile.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

/**/
/* 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
{
	margin: 17px 0;
	color: #749ab6;
	font-size: 2em;
	font-weight: bold;
}

.comments
{
	
}

.comments .comment
{
	padding: 10px;
	max-width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #dddddd;
}

.comments .comment:last-child
{
	border-bottom: none;
}

.comments .comment .comment
{
	margin-left: 45px;
}

.comments .username
{
	margin-right: 10px;
	display: none;
	color: #749ab6;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}

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: #888888;
	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
{
	background-repeat: no-repeat;
	background: #ffff66;
	background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff66), color-stop(100%,#ffff66));
	background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
	background: -o-linear-gradient(top, #ffff66 0%,#ffff66 100%);
	background: -ms-linear-gradient(top, #ffff66 0%,#ffff66 100%);
	background: linear-gradient(top, #ffff66 0%,#ffff66 100%);
	-pie-background: linear-gradient(#ffff66, #ffff66);
}

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;
}

@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;
	}
}

.highlightGlossary
{
	background-repeat: no-repeat;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
}

.highlightIndex
{
	background-repeat: no-repeat;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
}

span.SearchHighlight.SearchHighlight1
{
	background-repeat: no-repeat;
	color: #000000;
	background: #ffff66;
	background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff66), color-stop(100%,#ffff66));
	background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
	background: -o-linear-gradient(top, #ffff66 0%,#ffff66 100%);
	background: -ms-linear-gradient(top, #ffff66 0%,#ffff66 100%);
	background: linear-gradient(top, #ffff66 0%,#ffff66 100%);
	-pie-background: linear-gradient(#ffff66, #ffff66);
}

span.SearchHighlight.SearchHighlight2
{
	background-repeat: no-repeat;
	color: #000000;
	background: #a0ffff;
	background: -moz-linear-gradient(top, #a0ffff 0%, #a0ffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0ffff), color-stop(100%,#a0ffff));
	background: -webkit-linear-gradient(top, #a0ffff 0%, #a0ffff 100%);
	background: -o-linear-gradient(top, #a0ffff 0%,#a0ffff 100%);
	background: -ms-linear-gradient(top, #a0ffff 0%,#a0ffff 100%);
	background: linear-gradient(top, #a0ffff 0%,#a0ffff 100%);
	-pie-background: linear-gradient(#a0ffff, #a0ffff);
}

span.SearchHighlight.SearchHighlight3
{
	background-repeat: no-repeat;
	color: #000000;
	background: #99ff99;
	background: -moz-linear-gradient(top, #99ff99 0%, #99ff99 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99ff99), color-stop(100%,#99ff99));
	background: -webkit-linear-gradient(top, #99ff99 0%, #99ff99 100%);
	background: -o-linear-gradient(top, #99ff99 0%,#99ff99 100%);
	background: -ms-linear-gradient(top, #99ff99 0%,#99ff99 100%);
	background: linear-gradient(top, #99ff99 0%,#99ff99 100%);
	-pie-background: linear-gradient(#99ff99, #99ff99);
}

span.SearchHighlight.SearchHighlight4
{
	background-repeat: no-repeat;
	color: #000000;
	background: #ff9999;
	background: -moz-linear-gradient(top, #ff9999 0%, #ff9999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9999), color-stop(100%,#ff9999));
	background: -webkit-linear-gradient(top, #ff9999 0%, #ff9999 100%);
	background: -o-linear-gradient(top, #ff9999 0%,#ff9999 100%);
	background: -ms-linear-gradient(top, #ff9999 0%,#ff9999 100%);
	background: linear-gradient(top, #ff9999 0%,#ff9999 100%);
	-pie-background: linear-gradient(#ff9999, #ff9999);
}

span.SearchHighlight.SearchHighlight5
{
	background-repeat: no-repeat;
	color: #000000;
	background: #ff66ff;
	background: -moz-linear-gradient(top, #ff66ff 0%, #ff66ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff66ff), color-stop(100%,#ff66ff));
	background: -webkit-linear-gradient(top, #ff66ff 0%, #ff66ff 100%);
	background: -o-linear-gradient(top, #ff66ff 0%,#ff66ff 100%);
	background: -ms-linear-gradient(top, #ff66ff 0%,#ff66ff 100%);
	background: linear-gradient(top, #ff66ff 0%,#ff66ff 100%);
	-pie-background: linear-gradient(#ff66ff, #ff66ff);
}

span.SearchHighlight.SearchHighlight6
{
	background-repeat: no-repeat;
	color: #ffffff;
	background: #880000;
	background: -moz-linear-gradient(top, #880000 0%, #880000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#880000), color-stop(100%,#880000));
	background: -webkit-linear-gradient(top, #880000 0%, #880000 100%);
	background: -o-linear-gradient(top, #880000 0%,#880000 100%);
	background: -ms-linear-gradient(top, #880000 0%,#880000 100%);
	background: linear-gradient(top, #880000 0%,#880000 100%);
	-pie-background: linear-gradient(#880000, #880000);
}

span.SearchHighlight.SearchHighlight7
{
	background-repeat: no-repeat;
	color: #ffffff;
	background: #00aa00;
	background: -moz-linear-gradient(top, #00aa00 0%, #00aa00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aa00), color-stop(100%,#00aa00));
	background: -webkit-linear-gradient(top, #00aa00 0%, #00aa00 100%);
	background: -o-linear-gradient(top, #00aa00 0%,#00aa00 100%);
	background: -ms-linear-gradient(top, #00aa00 0%,#00aa00 100%);
	background: linear-gradient(top, #00aa00 0%,#00aa00 100%);
	-pie-background: linear-gradient(#00aa00, #00aa00);
}

span.SearchHighlight.SearchHighlight8
{
	background-repeat: no-repeat;
	color: #ffffff;
	background: #886800;
	background: -moz-linear-gradient(top, #886800 0%, #886800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#886800), color-stop(100%,#886800));
	background: -webkit-linear-gradient(top, #886800 0%, #886800 100%);
	background: -o-linear-gradient(top, #886800 0%,#886800 100%);
	background: -ms-linear-gradient(top, #886800 0%,#886800 100%);
	background: linear-gradient(top, #886800 0%,#886800 100%);
	-pie-background: linear-gradient(#886800, #886800);
}

span.SearchHighlight.SearchHighlight9
{
	background-repeat: no-repeat;
	color: #ffffff;
	background: #004699;
	background: -moz-linear-gradient(top, #004699 0%, #004699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004699), color-stop(100%,#004699));
	background: -webkit-linear-gradient(top, #004699 0%, #004699 100%);
	background: -o-linear-gradient(top, #004699 0%,#004699 100%);
	background: -ms-linear-gradient(top, #004699 0%,#004699 100%);
	background: linear-gradient(top, #004699 0%,#004699 100%);
	-pie-background: linear-gradient(#004699, #004699);
}

span.SearchHighlight.SearchHighlight10
{
	background-repeat: no-repeat;
	color: #ffffff;
	background: #990099;
	background: -moz-linear-gradient(top, #990099 0%, #990099 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990099), color-stop(100%,#990099));
	background: -webkit-linear-gradient(top, #990099 0%, #990099 100%);
	background: -o-linear-gradient(top, #990099 0%,#990099 100%);
	background: -ms-linear-gradient(top, #990099 0%,#990099 100%);
	background: linear-gradient(top, #990099 0%,#990099 100%);
	-pie-background: linear-gradient(#990099, #990099);
}

.button.current-topic-link-button
{
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	click: GetCurrentTopicLink();
	background: transparent url('Images/link.png') no-repeat center center;
	background: url('Images/link.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/link.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/link.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/link.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/link.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/link.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/link.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.documentation-button
{
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	border-left: solid 1px #404040;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	click: window;
	background: transparent url('Images/toolbar_docs.png') no-repeat center center;
	background: url('Images/toolbar_docs.png') no-repeat center center, -moz-linear-gradient(top, #404040 0%, #404040 100%);
	background: url('Images/toolbar_docs.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#404040));
	background: url('Images/toolbar_docs.png') no-repeat center center, -webkit-linear-gradient(top, #404040 0%, #404040 100%);
	background: url('Images/toolbar_docs.png') no-repeat center center, -o-linear-gradient(top, #404040 0%,#404040 100%);
	background: url('Images/toolbar_docs.png') no-repeat center center, -ms-linear-gradient(top, #404040 0%,#404040 100%);
	background: url('Images/toolbar_docs.png') no-repeat center center, linear-gradient(top, #404040 0%,#404040 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/toolbar_docs.png') no-repeat center center, linear-gradient(#404040, #404040);
}

.button.knowledge-base-button
{
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	border-left: solid 1px #404040;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	background: transparent url('Images/toolbar_kb.png') no-repeat center center;
	background: url('Images/toolbar_kb.png') no-repeat center center, -moz-linear-gradient(top, #404040 0%, #404040 100%);
	background: url('Images/toolbar_kb.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#404040));
	background: url('Images/toolbar_kb.png') no-repeat center center, -webkit-linear-gradient(top, #404040 0%, #404040 100%);
	background: url('Images/toolbar_kb.png') no-repeat center center, -o-linear-gradient(top, #404040 0%,#404040 100%);
	background: url('Images/toolbar_kb.png') no-repeat center center, -ms-linear-gradient(top, #404040 0%,#404040 100%);
	background: url('Images/toolbar_kb.png') no-repeat center center, linear-gradient(top, #404040 0%,#404040 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/toolbar_kb.png') no-repeat center center, linear-gradient(#404040, #404040);
}

.button.pdf-button
{
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	click: window;
	background: transparent url('Images/pdf.png') no-repeat center center;
	background: url('Images/pdf.png') no-repeat center center, -moz-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/pdf.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e3e2e2));
	background: url('Images/pdf.png') no-repeat center center, -webkit-linear-gradient(top, #f7f7f7 0%, #e3e2e2 100%);
	background: url('Images/pdf.png') no-repeat center center, -o-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/pdf.png') no-repeat center center, -ms-linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	background: url('Images/pdf.png') no-repeat center center, linear-gradient(top, #f7f7f7 0%,#e3e2e2 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/pdf.png') no-repeat center center, linear-gradient(#f7f7f7, #e3e2e2);
}

.button.training-button
{
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	border-left: solid 1px #404040;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	click: window;
	background: transparent url('Images/toolbar_blog.png') no-repeat center center;
	background: url('Images/toolbar_blog.png') no-repeat center center, -moz-linear-gradient(top, #404040 0%, #404040 100%);
	background: url('Images/toolbar_blog.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#404040));
	background: url('Images/toolbar_blog.png') no-repeat center center, -webkit-linear-gradient(top, #404040 0%, #404040 100%);
	background: url('Images/toolbar_blog.png') no-repeat center center, -o-linear-gradient(top, #404040 0%,#404040 100%);
	background: url('Images/toolbar_blog.png') no-repeat center center, -ms-linear-gradient(top, #404040 0%,#404040 100%);
	background: url('Images/toolbar_blog.png') no-repeat center center, linear-gradient(top, #404040 0%,#404040 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/toolbar_blog.png') no-repeat center center, linear-gradient(#404040, #404040);
}

.button.videos-button
{
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	border-left: solid 1px #404040;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	box-shadow: 0px 0px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 0px #dcdcdc;
	-moz-box-shadow: 0px 0px 0px #dcdcdc;
	click: window;
	background: transparent url('Images/toolbar_support.png') no-repeat center center;
	background: url('Images/toolbar_support.png') no-repeat center center, -moz-linear-gradient(top, #404040 0%, #404040 100%);
	background: url('Images/toolbar_support.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#404040));
	background: url('Images/toolbar_support.png') no-repeat center center, -webkit-linear-gradient(top, #404040 0%, #404040 100%);
	background: url('Images/toolbar_support.png') no-repeat center center, -o-linear-gradient(top, #404040 0%,#404040 100%);
	background: url('Images/toolbar_support.png') no-repeat center center, -ms-linear-gradient(top, #404040 0%,#404040 100%);
	background: url('Images/toolbar_support.png') no-repeat center center, linear-gradient(top, #404040 0%,#404040 100%);
	-pie-background: url('Skins/Default/Stylesheets/Images/toolbar_support.png') no-repeat center center, linear-gradient(#404040, #404040);
}

.toolbar-button-drop-down.select-language-drop-down
{
	background-color: #FFFFFF;
}

.toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

.toolbar-button-drop-down.select-skin-drop-down
{
	background-color: #FFFFFF;
}

.toolbar-button-drop-down.select-skin-drop-down ul li:hover
{
	color: #000;
	background-color: #E5EFF7;
}

