/*#tooltip { padding:5px; }*/
.cbTip {
	overflow:visible;
	background:#282828;
	z-index:2147483650;
	padding:5px 6px;
	color:white;
	font:normal 11px Tahoma;
	max-width:200px;
	word-wrap:break-word;
}
.tipRound { border-radius:4px; }
.tipGradient {background-color: #000;
background-image: -webkit-gradient(linear,left bottom,left top,from(#000000),to(#282828));
background-image: -moz-linear-gradient(bottom, #000000, #282828);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#282828, endColorStr=#000000);
border:1px solid #000;  }
.tipShadow { -webkit-box-shadow: 2px 2px 3px rgba(135,135,135,0.8);  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);  }

.arrow-bottom-none,
.arrow-bottom-left,
.arrow-bottom-right,
.arrow-bottom-center,

.arrow-top-none,
.arrow-top-left,
.arrow-top-right,
.arrow-top-center	,
.arrow-center-left,
.arrow-center-right,
.arrow-center-center{
	position:absolute;
	width:11px;
	height:6px;
	overflow:visible;
}

.arrow-center-left,
.arrow-center-right
{
	width:104%;
	height:100%;	
}
.arrow-center-left {
	background:url(images/right.png) right center no-repeat transparent;
	left:0px;
	top:0px;
	left: auto;
}

.arrow-top-none,
.arrow-top-center,
.arrow-bottom-center,
.arrow-bottom-none {
	background: url("images/bottom.png") no-repeat left top transparent;
	bottom: -6px;
	height: 6px;
	left: 10px;
	position: absolute;
	width: 11px;
}
 
.arrow-top-center,
.arrow-bottom-center {
	background:url(images/bottom.png) no-repeat left top transparent;
	bottom:-6px;
	left:50%;
	margin: 0 0 0 -5px;
}
.arrow-bottom-center {
	background:url(images/top.png) no-repeat left top transparent;
	top:-6px;
}
.arrow-bottom-none {
	background:url(images/top.png) no-repeat left top transparent;
	top:-6px;
}
 
.arrow-bottom-left, .arrow-bottom-right {
	background:url(images/top.png) no-repeat left top transparent;
	top:-6px;
	right:0px;
	width:6px;
}
.arrow-bottom-right {
	left:0px;
	background-position:right top;
}
 
.arrow-top-left,
.arrow-top-right {
	background:url(images/bottom.png) no-repeat left bottom transparent;
	bottom:-6px;
	width:6px;
	right:0px;
}
.arrow-top-right {
	left:0px;
	background-position:right top;
}

.cbTip.y-top.x-center {
	margin-top: -8px;
}
.cbTip.y-top.x-right,
.cbTip.y-top.x-left {
	margin-top: -8px;
}

.cbTip.y-bottom.x-center {
	margin-top: 8px;
}
