@charset "utf-8";
/* CSS Document */

/*tooltip Styling*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
.toolTipHovered, .tinyToolTip, .menuTip, ul.sf-menu li, .sf-js-enabled li{font-family: 'Segoe UI', Open Sans, Helvetica, Sans-Serif;}
.toolTipHovered h3 {
	font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	letter-spacing: 0.01em;
	line-height: 18pt;
	font-size: 16pt;
	font-smooth: always;
	padding:0;
	margin:0
}
.toolTipHovered{ width:240px; min-width:100px; height:auto; position:absolute; background-color:#E5E5E5; padding:0; box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3); text-align:left; font-size:11px; font-weight:400; color:#666; z-index:1000;border:0px solid transparent; border-color:tranparent; line-height:18px; border-radius: 0px; }
.toolTipHovered.left:after{
	width: 0;
	height: 0;
	border-top: 15px solid;
	border-color: inherit;
	border-left: 40px solid transparent;
	position: absolute;
	display: block;
	left: -39px;
	content: " ";
	top: 10px;
	z-index: 1001;
}
.toolTipHovered.right:after{
	width: 0;
	height: 0;
	border-top: 15px solid;
	border-color: inherit;
	border-right: 40px solid transparent;
	position: absolute;
	display: block;
	right: -39px;
	content: " ";
	top: 10px;
	z-index: 1001;
}
.tinyToolTip{position:absolute; width:auto; max-width:150px; float:left; height:auto; text-align:center; padding:10px; border:0; opacity:0; font-size:11px; font-weight:600}
.tinyToolTip.tiny_bottom:before{
	content:"";
	position:absolute;
	top: -10px;
	height:0;
	width:0;
	border-bottom:15px solid transparent;
	border-bottom-color: inherit;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	z-index:30;
	left:50%;
	margin-left:-8px
}
.tinyToolTip.tiny_top:after{
	content:"";
	position:absolute;
	bottom: -10px;
	height:0;
	width:0;
	border-top:15px solid transparent;
	border-top-color: inherit;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	z-index:30;
	left:50%;
	margin-left:-8px
}
.toolTipHovered .BlueBTN, .toolTipHovered .GreyBTN{height:32px; font-size:11px}

/*---large menu tool-tip style---*/
.menuTip{position:absolute; width:auto; float:left; height:auto; text-align:center; padding:8px 10px 10px; border:0; opacity:0; font-size:11px; font-weight:600; border-radius:2px; box-shadow:0px 0px 3px rgba(0,0,0,0.3)}
.menuTip:after{
	content:"";
	position:absolute;
	top: -6px;
	left: 45%;
	height:0;
	width:0;
	border-bottom:15px solid transparent;
	border-bottom-color: inherit;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	z-index:30
}
.menuTip:before{
	content:"";
	position:absolute;
	top: -10px;
	left: 0;
	height:10px;
	width:100%;
	z-index:30
}
ul.sf-menu li, .sf-js-enabled li{position:relative}

