#dhtmltooltip {
    position: absolute;
	text-align:center;
    width: 190px;
    border: 1px dotted #999;
    background-color: #fff;
    visibility: hidden;
    color: #000 !important;
    font-size: 10px;
	-moz-opacity: 0.8; opacity: 0.8; filter:alpha(opacity=80);
    z-index: 100;
}

#dhtmltooltip img {
	padding: 10px 0 5px 0;
}

.tooltipTitle {
    font-weight: bold !important;
	font-size: 11px;
    color: #186d22 !important;
    margin-bottom: 10px !important;
}

.tooltip_container {
padding: 10px;
background-color: #1E2327;
color: #fff !important;
}

.tooltip_container .tooltipTitle {
    font-weight: bold !important;
	font-size: 11px;
    color: #E9D401 !important;
    margin-bottom: 10px !important;
}



.tooltip_container_view {
padding: 10px;
background-color: #1E2327;
color: #fff !important;
text-align:center;
width: 160px;
font-size: 10px;

}

div.tooltip_container_view img {padding-bottom: 5px;}