 #tooltip3 {
	position: absolute;
	width: 600px;
	height: 350px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

#tooltip3  * .a table {
		margin-bottom: 0px;
		padding: 0px;
 }
#tooltip3  * .a td {
	width: 21px;
	height: 21px;
	border: 0px;
	padding: 0px;
	border: 0px ;
	margin: 0px;
	text-align: center;
	font-family: Verdana;
	color: black;
	font-size: 10px;
	font-weight: bold;
	border: 1px dotted #D0D0D0;
}

#tooltip3  *  .a th {
	background-color: #DCDCDC;
	font-size: 10px;
	border: 3px solid #DCDCDC;
    height: 21px;
	
}
#tooltip3  *  .c table {

}

#tooltip3  *  .c td {
	width: 4px;
	height: 3px;

}

#tooltip3  * .a .dt { /*rtty*/ border: 0; background-color:#DA5D00; height: 5px; width: 5px;}	
#tooltip3  * .a .ph { /*ph*/ border:0 ;background-color:#C0D816; height: 5px; width: 5px;}	
#tooltip3  * .a .cw { /*cw*/ border: 0; background-color:#A7D1E8; height: 5px; width: 5px;}	

#tooltip3  * #charts {
	width: 630px;
	height:352px;
	border: 1px solid gray;
	position: absolute;

	
}

.db {
	color: #c30;
}

#tooltip3Header {
	background-color: #000; 
	height: 17px;
	color: white;
	text-align: center;
	font-weight  : bold;

	
}

#tooltip3HeaderTitle {
	height: 14px;
}
#tooltip3content {
	background-color: white;
	border: 1px solid gray;
	height: 100%;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	text-align: center;
	
}

 #tooltip3bg {
	background-color: #FFF;
	height:20px;
	width:20px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px; 
	position:relative;
	float: right;
	top:-20px;
	z-index:113;
}

 #tooltip3bg:hover {
	background-color: #ddd;
}


 #tooltiparrow {
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
	border-right: 15px solid rgba( 0, 0, 0, .9 );
	content: '';
	position: absolute;
	left: 0%;
	top: 0px;
	margin-left: -14px;


}