/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/


strong {font-weight: bold;}

textarea {white-space: nowrap;}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/


	#tooltipContent {
		width: 270px;
		padding: 15px 25px; 
		float: right; 
		background: transparent url(../img/tooltip/leftColumn.gif) no-repeat; 
		min-height: 575px;
		height: auto !important;
		height: 575px;}
		
	#main {width: 334px; height: 330px;  position: relative; margin: 15px 0 0 0; float: right; background: transparent url(../img/DWP_Silhouette.gif) no-repeat; border: #999 3px solid}
	
	.tTip { position: absolute; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; background: #fff;  padding: 4px; font-size: 20px; cursor: pointer; color: #21cb0a; font-weight: bold; border: #999 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
	.blue { color:#3ec8d3;}
	.red { color:#ea3b12;}
	.orange { color:#cb290e;}
	.darkBlue { color:#1240ea;}
	.purple { color:#6e07b0;}
	
		#cloud1 {top: 60px; left: 20px;}
		#cloud2 {top: 100px; left: 125px;}
		#cloud3 {top: 150px; left: 30px;}
		#cloud4 {top: 250px; left: 10px;}
		#cloud5 {top: 30px; left: 200px;}
		#cloud6 {top: 200px; left: 100px;}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	font-size: 15px;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../img/tooltip/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(../img/tooltip/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../img/tooltip/tipBtm.png) no-repeat bottom; height: 32px;}
