/* Original from Flowplayer.org */
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(../images/black_arrow_big.png) no-repeat scroll 0 0;
	z-index:5006;
	font-size:14px;
	height:153px;
	padding:30px;
	width:310px;
	font-size:14px;
	display:none;
	color:#fff;
}

/* tooltip title element (h03) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}
/* tooltip styling. uses a reversed background image (a black box with an arrow upside down) */
div.tooltip2 {
	background:transparent url(../images/black_arrow_slim.png) no-repeat scroll 0 0;
	z-index:5006;
	font-size:14px;
	height:170px;
	padding:0px 0px 15px 0px;
	width:355px;
	display:none;
	color:#fff;
}

/* tooltip2 title element (h23) */
div.tooltip2 h3 {
	margin:15px 0 3px 30px;
	font-size:18px;
	color:#bacbdc;
}
div.tooltip2 hn {
	display:block;
	margin:3px 0px 2px 30px;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: white;
}
/* tooltip styling. uses a thin strip background image (a black box with an arrow upside down) */
div.tooltip3 {
	background:transparent url(../images/black_arrow_strip.gif) no-repeat scroll 0 0;
	z-index:5006;
	font-size:14px;
	height:100px;
	margin:5px 0px 0px 0px;
	width:450px;
	display:none;
	color:#fff;
}

/* tooltip3 text and title elements (h3) */
div.tooltip3 h3 {
	margin:0px 2px 2px 35px;
	font-size:18px;
	color:#bacbdc;
}
div.tooltip3 ht {
	display:block;
	margin:10px 0 3px 35px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #bacbdc;
}
div.tooltip3 hn {
	display:block;
	margin:0 0 2px 35px;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: white;
}
/* END OF tooltip3 text and title elements (h3) */
h5tip {
	/* padding: 2px 0px 2px 5px; */
	text-align:left;
	/* padding: 6px 8px 0px 6px; */
	font-size: 13px; 
	font-weight: bold;
	margin: 0 0 0 10px;
	line-height: 15px;
}
hdtip {
	text-align:left;
	font-weight: normal;
	margin: 0 0 0 10px;
	letter-spacing:1px;
	font-family: 'droid sans', arial, helvetica, verdana;
	font-color: #858585;
	font-size:15px;
	text-shadow: 3px 3px 3px #aaa;
	line-height: 18px;
	font-weight: bold;
}
ht {
	display:block;
	margin:10px 0 3px 30px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #bacbdc;
}
hn {
	display:block;
	margin:0 0 2px 30px;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: white;
}
/* close button positioned on upper right corner */
.tooltip3 img {
	position:absolute;
	right:420px;
	top:50px;
	cursor:pointer;
}
