/*
	Stylesheet generated by Turbine - http://turbine.peterkroener.de/
	Version: 1.0.11
	Path: /kerfi/turbine
	Benchmark: 0.0039370059967041
	Browser: unknown
	Browser version: unknown
	Browser engine: unknown
	Browser engine version: unknown
	Platform: unknown
	Platform version: unknown
	Platform type: unknown
*/
.pop.tooltip, .pop.popup {
	/* This class is assigned to the color tip span by jQuery */
	
	display:none;
	position:absolute;	
	left:50%;
	top:30px;
	padding:6px;
	
	background-color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:1;
	text-decoration:none;
	text-align:center;
	text-shadow:0 0 1px white;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	z-index: 100;
	text-align: left;
}
.pop.tooltip {
	max-width: 350px;
}
.pop h4 {
	margin-bottom: 0px;
	margin-top: 0.2em;
}
.pointyTip,.pointyTipShadow{
	/* Setting a thick transparent border on a 0x0 div to create a triangle */
	border:6px solid transparent;
	bottom:-12px;
	height:0;
	left:50%;
	margin-left:-6px;
	position:absolute;
	width:0;
}

.pointyTipShadow{
	/* The shadow tip is 1px larger, so it acts as a border to the tip */
	border-width:7px;
	bottom:-14px;
	margin-left:-7px;
}

.tooltipContainer{
	position:relative;
	text-decoration:none !important;
}


/* 6 Available Color Themes */

.yellow .pointyTip{ border-top-color:#f9f2ba;}
.yellow .pointyTipShadow{ border-top-color:#e9d315;}
.yellow.pop{
	background-color:#f9f2ba;
	border:1px solid #e9d315;
	color:#5b5316;
}
.black .pointyTip{ border-top-color:#333;}
.black .pointyTipShadow{ border-top-color:#111;}
.black.pop{
	background-color:#333;
	border:1px solid #111;
	color:#fcfcfc;
	text-shadow:none;
}
