/* CSS Tooltips for MootoolsDocument */

.tool-tip {
	color: #fff;
	width: 130px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #F9F5EA;
	padding: 0px 8px 0px;
	background: url(../images/bubble.png) top left;
	
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
	
}

.learn-more-tip{
color:#fff;
width:181px;
height:auto;
position:relative;
}

.learn-more-text{
font-size: 11px;
background: url(../../images/pieces/tip_bg.png) repeat;
text-align:left;
margin-top:-1px;
border:1px solid #e5ebf7;
border-top:none;
z-index:150;
padding:16px;
position:relative;
filter:alpha(opacity=90);
opacity:0.90;
}

.learn-more-title{
background:transparent url(../../images/pieces/tip_bubble_up.png) top center no-repeat;
z-index:200;
position:relative;
color:#002765;
filter:alpha(opacity=90);
opacity:0.90;
line-height:13px;
}
 
.custom-tip {
	color: #000;
	width: auto;
	z-index: 13000;
	border:1px solid #6abd45;
	padding:16px;
	background: #fff;
}
 
.custom-title {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	color: #333;
	padding: 8px 8px 4px;
	background: #fff;
	border-bottom: 1px solid #D78E2F;
}
 
.custom-text {
	font-size: 1em;
	padding: 4px 8px 8px;
	background: #fff;
}
.custom-text small{
font-size:.5em;
}
.custom-tip hr{
width:100%;
margin:0px;
padding:0px;
border:none;
border-bottom: 1px solid #D78E2F;
}