#tooltip-panel{
	font-family:arial;
	background: #fff8d8;
	background: -moz-linear-gradient(
		center top,
		#fff8d8 50%,
		#faf3d1 0%
	) repeat scroll 0 0 #fff8d8;
    background: rgba(0,0,0,0.8);
    color: #fff;
	z-index: 10;
	padding: 0;
	left: 430px;
	position: absolute;
	right: 1em;
	width: 350px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 10px  rgba(88, 88, 88, 0.7);
	padding: 10px;
}

#tooltip-panel.green{border: 5px solid #7ec716;}
#tooltip-panel.yellow{border: 5px solid #ffc500;}
#tooltip-panel.orange{border: 5px solid #ff740e;}
#tooltip-panel.red{border: 5px solid #ff343a;}
#tooltip-panel.grey{border: 5px solid #d0d0d1;}
#tooltip-panel.default{
	border: 5px solid #d8d8d8;
	background: #fff;
	background: -moz-linear-gradient(
		center top,
		#fff 50%,
		#fff 0%
	) repeat scroll 0 0 #fff;
    background: rgba(255,255,255,0.8) ;
	color:#2c2c2e;
	}


#tooltip-panel.green h3 a{color:#7ec716;}
#tooltip-panel.yellow h3 a{color:#ffc500;}
#tooltip-panel.orange h3 a{color:#ff740e;}
#tooltip-panel.red h3 a{color:#ff343a;}
#tooltip-panel.grey h3 a{color:#d0d0d1;}
#tooltip-panel.default h3{color:#458b08;}


.line{
	height:1px;
	display:block;
	border-top: 1px solid #999;
	margin:10px 0 10px 0;}


#tooltip-panel h3, #tooltip-panel h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
    margin: 0 0 5px 0 !important;
	text-transform: none;
    font-weight: bold;
    text-decoration: none;
	display:block !important;
}

#tooltip-panel h3 a:hover {
    text-decoration: underline;
}


#tooltip-panel h4, #tooltip-panel h4 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
    margin: 0 0 2px 0 !important;
	text-transform: none;
    font-weight: bold;
    text-decoration: none;
	display:block !important;
}


#tooltip-panel p {
	font-family:arial;
	font-size: 11px;
	margin:0 0 5px 0;
	color: #fff;
}

#tooltip-panel.default p {
	color: #2c2c2e;
}

.tt-item{
	background:#141517;
	color:#fff;
	padding:5px;
	display:block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
}
.tt-item .item a, .tt-item .time a{
	color:#fff;
	border-bottom: dotted 1px #fff;
	text-decoration:none;

}

.tt-item .item{
	padding-left:20px;
	margin:0 20px 10px 0;
	display:inline-block;
	background:url(../images/tooltip-item.png) no-repeat 0px 1px ;
}


.tt-item .time{
	padding-left:20px;
	margin:0 20px 10px 0;
	display:inline-block;
	background:url(../images/tooltip-clock.png) no-repeat 0px 1px ;
}
.tt-arrow{
	width:32px;
	height:14px;
	margin:auto; 
	background:url(../images/arrow-tooltip.png) no-repeat center;
	display:block;}
	

a.next-tooltip-panel{
	padding:5px;
	margin:10px 0 0 0;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#458b08;
	border:1px solid #d2d2d2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


a.next-tooltip-panel:hover{background:#e5e5e5;}
	
a.close-tooltip-panel{
	position:absolute;
	width:16px;
	height:16px;
	border:1px solid #d2d2d2;
	display:block;
	text-indent:-9999px;
	top:10px;
	right:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:url(../images/tooltip-close.png) no-repeat #fff;
}

a.close-tooltip-panel:hover{background:url(../images/tooltip-close.png) no-repeat #e5e5e5;}


/* for templated tooltip page */
.mozilla-tooltip { position:relative;  font-family:Georgia, serif; min-height:400px; }
.mozilla-tooltip #tooltip-graph { width:80%; }