
                /*--------------------------------------------------------o
----------------\                    Tooltip Styling                      |
    tooltips     \-------------------------------------------------------*/

.sdTooltip .sdTooltipA {
	cursor: pointer;
}
    
.sdTooltip .tip {
	background: #edf6f7 none;
	opacity: 0.9;
	color: #000000;
	font-size: 11px;
	border: 1px solid #348bbf;
	font-family: Arial, Verdana;
	max-width: 500px;
	z-index: 10000;
	position: relative;
	float: none;
	height:					auto;
}

.sdTooltip .tip-title {
	color:					#1c72af;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	display: block;
	float: none;
	height:					auto;
}

.sdTooltip .tip-text {
	padding: 0px 10px 15px 10px;
	background: transparent;
	float: none;
	height:					auto;
	font-weight:			normal;
}

.sdTooltip .tt_label {
	width: 100px; 
	float: left;
	font-weight: bold;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.sdTooltip .tt_value {
	margin: 0px 0px 10px 110px;
}



/* Custom Tool Tips - Overrides /---------------- */

.sdTooltip .tip-container {
	height:					auto;
	width:					400px;
}

.sdTooltip .tip-top {
	background:				none !important;
	float:					none;
	height:					auto;
	width:					400px;
}

.sdTooltip .tip-bottom {
	background:				none !important;
	float:					none;
	height:					auto;
	width:					400px;
}
