.sBubble {
    border: 1px solid;
    border-radius: 6px;
    color: #eee;
    font-size: .9em;
    padding: 5px 8px;
    text-align: center;
    text-shadow: 0px 1px 1px #000;
	white-space:nowrap;
}
.sBubbleArw {
    content: "";
    height: 0;
    width: 0;
}
.sBubbleArw.top_pos {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid transparent;
}
.sBubbleArw.right_pos {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid transparent;
}
.sBubbleArw.left_pos {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent;
}
.sBubbleArw.bottom_pos {
    border-bottom: 8px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.sBubble,
.sBubbleArw {
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    position: absolute;
    opacity: 0;
    z-index: 5;
}
.sBubble.top_pos,
.sBubbleArw.top_pos {
    margin: -10px 0 0 0;
}
.sBubble.right_pos,
.sBubbleArw.right_pos {
    margin: 0 0 0 10px;
}
.sBubble.left_pos,
.sBubbleArw.left_pos {
    margin: 0 0 0 -10px;
}
.sBubble.bottom_pos,
.sBubbleArw.bottom_pos {
    margin: 10px 0 0 0;
}
.sBubble.visible, .sBubbleArw.visible {
    margin: 0;
    opacity: 1;
}


/*** sBubble Black Theme ***/
.sBubble.black_color {
    background: #555;
    border-color: #333;
    box-shadow: 0 0 12px #666, inset 0 0 30px #222;
}
.sBubbleArw.top_pos.black_color {
    border-top-color: #333;
}
.sBubbleArw.bottom_pos.black_color {
    border-bottom-color: #333;
}
.sBubbleArw.left_pos.black_color {
    border-left-color: #333;
}
.sBubbleArw.right_pos.black_color {
    border-right-color: #333;
}


/*** sBubble Orange Theme ***/
.sBubble.orange_color {
    background: #FF4C00;
    border-color: #CC3300;
    box-shadow: 0 0 12px #666, inset 0 0 30px #D83900;
}
.sBubbleArw.top_pos.orange_color {
    border-top-color: #CC3300;
}
.sBubbleArw.bottom_pos.orange_color {
    border-bottom-color: #CC3300;
}
.sBubbleArw.left_pos.orange_color {
    border-left-color: #CC3300;
}
.sBubbleArw.right_pos.orange_color {
    border-right-color: #CC3300;
}


/*** sBubble Blue Theme ***/
.sBubble.blue_color {
    background: #0089C9;
    border-color: #006899;
    box-shadow: 0 0 12px #666, inset 0 0 30px #007DB7;
}
.sBubbleArw.top_pos.blue_color {
    border-top-color: #007DB7;
}
.sBubbleArw.bottom_pos.blue_color {
    border-bottom-color: #006899;
}
.sBubbleArw.left_pos.blue_color {
    border-left-color: #007DB7;
}
.sBubbleArw.right_pos.blue_color {
    border-right-color: #007DB7;
}


/*** sBubble Green Theme ***/
.sBubble.green_color {
    background: #00BA53;
    border-color: #00893D;
    box-shadow: 0 0 12px #666, inset 0 0 30px #00A048;
}
.sBubbleArw.top_pos.green_color {
    border-top-color: #00893D;
}
.sBubbleArw.bottom_pos.green_color {
    border-bottom-color: #00893D;
}
.sBubbleArw.left_pos.green_color {
    border-left-color: #00893D;
}
.sBubbleArw.right_pos.green_color {
    border-right-color: #00893D;
}


.tipsy {
	font-size: 10px;
	position: absolute;
	padding: 5px;
	z-index: 100000;
	margin-top:-7px;
}
.tipsy-inner {
	background-color: #000;
	color: #FFF;
	white-space:nowrap;
	padding: 5px 8px 5px 8px;
	text-align: center;
}

/* Rounded corners */
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #FFF;
}

/* Rules to color arrows */
.tipsy-arrow-n {
	border-bottom-color: #000;
}
.tipsy-arrow-s {
	border-top-color: #000;
}
.tipsy-arrow-e {
	border-left-color: #000;
}
.tipsy-arrow-w {
	border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}