/* TOOL TIP STYLES */

.ui-tooltip, .arrow:after {
	background: #DEEFF7;
	/*border: 2px solid white;*/
}

.ui-tooltip {
	padding: 10px 15px;
	color: #688181;
	border-radius: 3px;
	-moz-border-radius: 3px;
	/*text-transform: capitalize;*/
	/*box-shadow: 0 0 7px black;*/
	box-shadow: none;
	border: none;
	font-family: "Arial", Sans-Serif;
	font-size: 1em;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {

}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	/*box-shadow: 6px 5px 9px -9px black;*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}

.arrow.top:after {
	/*bottom: -20px;
	top: auto;*/
}