@charset "utf-8";
/* CSS Document */

.tipsCalendar, .tipsIcons {
    -moz-opacity: .90;
    opacity: .90;
	width:248px;
}

.tipsCalendar .tip-top {
	height: 10px;
	background: transparent url('../images/infoBubbleTop.gif') no-repeat;
}

.tipsCalendar .tip {
	background: transparent url('../images/infoBubbleBody.gif') repeat-y;
	color: #333333;
	padding: 0 13px;
}

.tipsCalendar .tip-title {
	border-bottom: 1px dashed #787878;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.tipsCalendar .tip-text {

}

.tipsCalendar .tip-bottom {
	height: 10px;
	background: transparent url('../images/infoBubbleBottom.gif') no-repeat;
}

.tipsCalendar hr {
	height: 1px;
	padding: 0;
	margin: 5px 0;
	border: 1px dashed #787878;
}

.tipsIcons .tip-top {
	height: 10px;
	background: transparent url('../images/infoBubbleTop.gif') no-repeat;
}

.tipsIcons .tip {
	background: transparent url('../images/infoBubbleBody.gif') repeat-y;
	color: #444444;
	padding: 0 13px;
}

.tipsIcons .tip-title {
	font-weight: bold;
}

.tipsIcons .tip-text {

}

.tipsIcons .tip-bottom {
	height: 10px;
	background: transparent url('../images/infoBubbleBottom.gif') no-repeat;
}