﻿.iscroll-V {
	position: absolute;
	z-index: 100;
	width: 7px;
	bottom: 2px;
	top: 2px;
	right: 0;
}

.iscroll-V > div {
	position: absolute;
	z-index: 100;
	width: 100%;

	background: -webkit-gradient(linear, 0 0, 100% 0, from(#f00), to(#900));
	border: 1px solid #800;
	-webkit-background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5);
}

div.iscroll-ap-V {
	/*background: rgba(105,152,177,0.5);*/
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(255,255,255,0.9);
}

.iscroll-H {
	position: absolute;
	z-index: 100;
	height: 7px;
	bottom: 0;
	left: 2px;
	right: 2px;
}

.iscroll-H > div {
	position: absolute;
	z-index: 100;
	height: 100%;

	background: -webkit-gradient(linear, 0 0, 100% 0, from(#f00), to(#900));
	border: 1px solid #800;
	-webkit-background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5);
}

div.iscroll-ap-H {
	/*background: rgba(105,152,177,0.5);*/
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(255,255,255,0.9);
}

.ui-tooltip-titlebar {
	display:none;
}

.ui-tooltip,.qtip {
	font-size: 14px;
	line-height: 14px;
	/*font-weight: bold;*/
	color: #000;
	max-width: 240px;
	/*max-height: 320px;*/
}

.ui-tooltip-light {
	border-color: #6998B1;
}
.ui-tooltip-inote {
	border-color: #D9FAFF;
	background-color: #FFF;
	background: rgba(230,230,230,0.85);
}
.ui-tooltip-hotspot {
	border: 1px solid #cdcdcd;
	background-color: #f0f0f0;
	opacity: 0.8;
}
.ui-tooltip-glossary {
	border-color: #FDFFCE;
	background-color: #FFF;
}

.ui-tooltip-default .ui-tooltip-icon {
	text-decoration: none;
}

.ui-tooltip-icon .ui-icon {
	color: #6998B1;
}

.ui-tooltip-default .ui-tooltip-titlebar {
	background-color: transparent;
}

.ui-tooltip-light .ui-tooltip-titlebar {
	color: #FFF;
	background-color: #6998B1;
	-ie-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.ui-tooltip-inote .ui-tooltip-titlebar {
	color: #000;
	background-color: none;
	-ie-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.ui-tooltip-hotspot .ui-tooltip-titlebar {
	color: #000;
	background-color: none;
	-ie-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.ui-tooltip-glossary .ui-tooltip-titlebar {
	color: #000;
	background-color: none;
	-ie-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div.ui-tooltip-content {
	overflow: auto;
	max-height: 270px;
	color:#000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", "Arial Bold", Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-size: 16px;
}
.ui-tooltip div.ui-tooltip-content {
	overflow: auto;
	max-height: 270px;
}
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content {
	overflow: auto;
	max-height: 270px;
}


#qtip-overlay div {
	opacity: 0.14;
	filter:alpha(opacity=14);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=14)";
}