.myEvents_off {
	font-family: Times;
	font-weight: bold;
	font-size: 9pt;
	color: #445169;
	background-color: #FFFFFF;
	width: 100%;
}
.myEvents_on {
	font-family: Times;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #445169;
	cursor: pointer;
	width: 100%;
}
.piEventsIcon {
	background-image: url(../../img/event_icon.png);
	width: 20px;
	height: 15px;
}