/* Tool Tip. */

.info /* Override. */
{
	height: 14px;
}

.tooltipArea
{
	cursor: pointer;
	position: relative;

	height: 14px;
	width: 14px;
}

#tooltip_futureStudents
{
	float: right;
}

.tooltip
{
	/*background-color: #ffffff;*/
	cursor: auto;
	opacity: 0.0;
		filter: alpha(opacity = 0);
	position: absolute;
		bottom: 25px;
		left: -113px;
		z-index: 2;

	height: 118px;
	width: 240px;
}

.tooltip div.canvas
{
	position: relative;
	
	height: 118px;
	width: 240px;
}

.tooltip div.canvas div.content
{
	/*background-image: url(../images/tooltip/bg.gif);*/
	background-color: #dde1e6;
	background-repeat: repeat-y;
	font-size: 11px;
	text-align: left;
	
	height: 102px;
	width: 240px;
}

.tooltip div.canvas div.padding
{
	padding: 10px 20px;
}

.tooltip div.canvas img.top, 
.tooltip div.canvas img.bottom
{
	display: block;
	position: static !important;
	
	width: 240px;
}

.tooltip div.canvas img.top
{
	height: 8px;
}

.tooltip div.canvas img.bottom
{
	height: 13px;
}

.tooltip div.canvas img.bottom.transparent
{
	_height: 0px;
}
