/* Styles/Themes for tooltips */

/* Default */
.tooltip{
	display: none;
	background-color: #FFFFE1;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 11px;
	color: #000;
	padding: 2px 3px 3px;
	white-space: nowrap;
}

/* Black */
.black{
	display: none;
	background: transparent url(http://s3.amazonaws.com/mediafeedia/jquery-ui/tooltips/black_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #FFF;
}
.black.bottom {
    background:url(/tools/img/tooltip/black_arrow_bottom.png);
    padding-top:40px;
    height:55px;
}
/* White */
.white{
	display: none;
	background: transparent url(http://s3.amazonaws.com/mediafeedia/jquery-ui/tooltips/white_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #FFF;
}
.white.bottom {
    background:url(/tools/img/tooltip/white_arrow_bottom.png);
    padding-top:40px;
    height:55px;
}