﻿.tipz{
	z-index:10000;
}
.tool-tip_avviso {
	color: #fff;
	width: 250px;
	z-index: 13000;
    z-index: 50;
	position:absolute;
}
.tool-title_avviso {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	color:#F00;
	padding: 8px 8px 4px;
	background: url(../images/tips/bubble_avviso.png) top left;
	text-align:center;
	display:none;
}
 
.tool-text_avviso {
	font-size: 12px;
	padding: 4px 8px 8px;
	background: url(../images/tips/bubble_avviso.png) bottom right;
	display:none;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* MooTools.Tips */
.tip-top {
    color: #fff;
    width: 139px;
    z-index: 13000;
    z-index: 50;
	position:absolute;
}
.tip-title {
    width: 123px;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
	color:#cba50d;
    padding: 8px 8px 4px;
    background: url(../images/tips/bubble.png) top left;
}
.tip-text {
    width: 123px;
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(../images/tips/bubble.png) bottom right;
    color:#fff;
}
.tip-text A {
    color:#069;
}
.tip-loading {
    background: url(ajax_load.gif) center center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
/*
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color:#F0F;
	padding: 8px 8px 4px;
	background: url(../images/tips/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/tips/bubble.png) bottom right;
}
.tool-text a{
	color: #ff9900;
}
.tool-text a:hover{
	color: #fff;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
*/


