.bubble_tooltip{
	width:500px;
	position:absolute;
	display:none;
	border:1px solid #135cae;
	background-color:#E0F8FC;
	z-index:10000 !important;
}
div.bubble_top{
	cursor:move;
}
div.bubble_top div.tabletitle a,
div.bubble_top div.tabletitle a span{
	font-weight:bold !important;
	text-decoration:none;
	color:#ffffff !important;
}
.tabletitle{
	float:left;
	font-size: 100%;
	font-weight: bold;
	width:460px;
	height:25px;
	padding-left: 5px;
}
.closeimg{
	float:right;
	display:block;
	margin: 1px;
	width:25px;
	height:25px;
	background: url(../images/close.png) 100% 0 no-repeat;
}
.closeimg:hover{
	cursor:pointer;
}
.bubble_tooltip .bubble_top{
	font-weight:bold;
	background-color:#135cae;
	color:#FFF;
	height:25px;
	line-height:25px;
}
.bubble_tooltip .bubble_middle{
	background-color:#E0F8FC;
	color:#000;
	padding:10px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
.bubble_tooltip .bubble_middle a.title {
	margin: 0px;
	line-height:25px;
	font-weight:bold;
}
.bubble_tooltip .bubble_middle p {
	text-indent: 12px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
.bubble_tooltip .bubble_middle hr {
	border: 1px solid #CCC;
}
.bubble_tooltip .bubble_middle span{
	position:relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
.bubble_tooltip .bubble_bottom{
	background-color:#00A2E5;
	height:22px;
	line-height:22px;
	position:relative;
	margin: 0px;
	padding-left:5px;
}
.bubble_tooltip .bubble_bottom a:link,
.bubble_tooltip .bubble_bottom a:visited{
	font-weight:bold !important;
	color:#fff !important;
}
.bubble_tooltip .bubble_bottom a:hover {
	font-weight:bold !important;
	color:#135CAE !important;
}