/* MooTools.Tips */

.tip-title {
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    padding: 8px 8px 4px;
	background-color:#5b5e65;
	margin:0px 2px 2px 2px;
	text-transform:uppercase;
}
.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    color:#fff;
}
.tip-text a {
    color:#069;
}
.tip {
	background-color:#4b4e55;
	padding-top:2px;
	width:180px;
}
.tip span {
	display:block;
	float:right;
	background-color:#5b5e65;
	color:#ccc;
	margin-top:-10px;
	padding-left:5px;
	padding-right:5px;
}


.tipsCal {
	height:200px;
}
 .tipsCal .tip-title {
    font-weight: bold;
    font-size: 11px;
    color: #111;
    padding: 8px 8px 4px;
	background-color:#eee;
	margin:0px 2px 2px 2px;
	text-transform:uppercase;
}
.tipsCal .tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    color:#111;
}
.tipsCal .tip-text a {
    color:#069;
}
.tipsCal .tip {
	background-color:#fff;
	padding-top:2px;
	width:180px;
	border:#111 1px solid;
	z-index:100;
	position:relative;
}
.tipsCal .tip span {
	display:block;
	float:right;
	background-color:#fff;
	color:#111;
	margin-top:-10px;
	padding-left:5px;
	padding-right:5px;
}
