﻿.toolTip
{
	color: #3366FF;
	position: relative;
}

.toolTipWrapper
{
	width: 250px;
	position: absolute;
	display: none;
	color: #444444;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;	
	
	z-index: 800;
	border-collapse:collapse;
}

.toolTipArrow
{
	background-image: url(../images/rollover_point-leftcenter.gif);
	width: 13px;
	height: 13px;
	float: left;
	position:relative;
	top:-17px;
	*top:3px;
	left:-10px;	
	*left:3px;
	_left:8px;
	z-index: 900;
}

.toolTipMid
{
	padding: 10px 10px;
	background-color: #ffffcc;
	border: 3px solid #ffd400;
	position:relative;
	min-height:25px;
	top:-50px;
	*top:-30px;
	*display:block;
	*height:100%;
}
.toolTipMidDetails
{
    
}
.toolTipDetails
{
	width: 450px;
	font-weight:normal;
}
.toolTipDetails .toolTipMid table td
{
    font-size:12px !important;
	font-weight:normal !important;
}
.toolTipLink
{
    border-bottom-color:#2BB8FF;
    border-bottom-style:dashed;
    border-bottom-width:1px;
    color:#000000;
    text-decoration:none;
}
div.contentColumn2 .toolTipLink:hover, div.contentColumn2 .toolTipLink:visited:hover, div.contentColumn2 .toolTipLink:visited
{
    color:#000000;
    text-decoration:none;
}







/* --- */

.tooltip_link a{
	color: #D60808;
	text-decoration:none;
}
.tooltip_link a:hover{
	border-bottom:1px dotted #317082;
	color: #307082;
}
.tooltip_title {display:block;text-align:center;font-weight:bold;font-size:1.2em;padding-bottom:0.4em}
.tooltip_body {text-align:left;;font-size:0.90em;}

#tooltip{
	width:297px;
	position:absolute;
	display:none;
}
#tooltip .top{
	background-image: url('../images/top.gif');
	background-repeat:no-repeat;
	height:16px;	
	z-index:10;
}
#tooltip .middle{
	background-image: url('../images/middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:1.2em;
	padding-right:1.2em;
	z-index:10;
}
#tooltip .middle span{
	position:relative;
	top:-7px;
	padding-top:14px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	z-index:10;
	/* font-size:11px; */
}
#tooltip .bottom{
	background-image: url('../images/bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	z-index:10;
	top:-6px;
}

