/*
<div class="options.className"> //the className you pass in options will be assigned here.
    <div class="tip-top"></div> //useful for styling
    <div class="tip">
        <div class="tip-title"></div>
        <div class="tip-text"></div>
    </div>
    <div class="tip-bottom"></div> //useful for styling
</div>
*/
.tool-tip {
color: #333333;
background:#f0f0f0 none;
border:1px solid #e0e0e0;
z-index: 13000000000;
}
 
.tool-tip .tip-title {
font-weight: bold;
font-size: 12px;
margin: 0;
color: #FF6600;
padding:8px 8px 4px 8px;
/*background: url(../new_gfx/bubble.png) top left;*/
}
 
.tool-tip .tip-text {
font-size: 11px;
padding:4px 8px 8px 8px;
/*background: url(../new_gfx/bubble.png) bottom right;*/
}

.black-tool-tip {
	color: #fff;
/*	width: 139px;*/
	z-index: 13000;
/*	background: url(../new_gfx/calendar/dashboard.png) top left;*/
}
.black-tool-tip .tip-center {
	font-size: 10px;
	background: url(../templates/img/dark_box/dark_box_05.png) 0 0 repeat;
	color:#f0f0f0;
	text-align:left;
	width:180px;
	padding:10px;
}
 
.black-tool-tip .tip-title {
	font-weight: bold;
	font-size: 10px;
	color:#f0f0f0;
	text-align:left;
}
 
.black-tool-tip .tip-text {
	font-size: 10px;
	color:#f0f0f0;
	text-align:left;
}
.blk {
display:block;
}
