#toolTip {
	/*border:1px solid #001260;	 Border width */
	width:395px;	/* Width of tooltip content */
	max-height:300px;	/* Height of tooltip content */
	height: expression( this.scrollHeight > 299 ? "300px" : "auto" ); /* sets max-height for IE */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
}

#toolTipEmpty {
	left: 150px;
	background-color: #EFF5FF;
	max-height:300px;	/* Height of tooltip content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	padding: 10px;
}

#toolTipVideo {
	border:1px solid #001260;	/* Border width */
	width:515px;	/* Width of tooltip content */
	/*max-height:300px;	/* Height of tooltip content */
	/*height: expression( this.scrollHeight > 299 ? "300px" : "auto" ); /* sets max-height for IE */
	background-color:#93BCFF;
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	padding: 10px;
}