
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	font-size:14px;
	padding:10px;
	width:230px;
	font-size:14px;
	display:none;
	color:#fff;
	background-color:#ccc;
		background: #E7ECF2 url(/images/big_calendar/popup.png) no-repeat;
			color: white;
	border: 1px solid white;
}


div.tooltip a {
text-align:left;
font-weight:bold;
color:#CC3333;
display:block;
margin:15px;
}


/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}

.trigger {

}

a.trigger{
	font-size:16px;
		color:#fff;
font-weight:bold;
}

