/* tooltip styling */

.hideMe{
	display:none;
}

.toolTip {
	font-size:11px;
	color:#000;
	position:static;
	display:block;
	clear:both;
}

.toolTip h2.title{
margin: 0;
color:#08099e;
background-color:#D6ECFF;
padding:10px;
text-align: left;
font-size:13px;

-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
    CCborderRadiusTL: 10px;
    CCborderRadiusTR: 10px;
}
/* a .label element inside tooltip */
.toolTip div.tipContent{
	margin:10px 10px 10px; 25px;
	padding-bottom:5px;
	text-align:left;	
}

.toolTip .label {
	color:#003366;
	width:35px;
}