@charset "utf-8";
/* CSS Document */

	
.tipper {
	background-color: #aaa;
	color: #222;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.5em;
}
a.tipper {
	background: none;
	color: #000;
	padding:3px;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	display:block;
	height:13px;
	width:5px;
	position:absolute;
	margin-top:-17px;
	bottom:0;
	left:113px;
	
	
}
a.tipper:hover{
	color: #000;
}

.tool-tip {
	color: #fff;
	width: 512px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 0px;
	visibility:hidden;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(img/bubble.png) bottom right;
	*background:none #000000;
	line-height:15px;
	float:left;
}

.tool-text h1,.tool-text h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}

.tool-text img{
	float:left;
	margin-right:5px;
	height:100px;
	width:85px;
	border:1px solid #000;
}

.tool-loading {
	background: url(img/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.time{
	display:inline;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}