.day,.match,.team,.eventDay
	{
	height:35px;
	width:36px;
	}

.eventDay
	{
	cursor:help;
	color:white;
	text-align:center;
	}
	
.day
	{
	text-align:center;
	background-color:#222222;
	}
	
.match
	{
	background:url('big_icon_red.png');
	}
	
.team
	{
	background:url('big_icon_green.png');
	}
	
.calTeamPopup,.calMatchPopup
	{
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	text-align:left;
	/* margin-top:-8px; */
	margin-left:4px;
	padding:4px;
	width:180px;
	}


.calTeamPopup
	{
	border:1px solid #080;
	background-color:#050;
	}

.calMatchPopup
	{
	border:1px solid #B00;
	background-color:#600;
	}