.calendar{
	width:1015px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	text-align:center;
	margin:auto;
}
.calendar td{
	width:146px;
	height:100px;
}
table.calendar thead td{
	margin:0px;
	padding:0px;
	font-weight:bold;
}
table.calendar tbody td{
	margin:0px;
	padding:5px;
	text-align: left;
	height:50px;
	border:1px solid #5d9d3a;
	vertical-align:top;
	font-weight:bold;
}
.placedinthecenter{
	position:absolute;
	margin-left:47px;
}
.barely-visible{
	opacity:0.4;
}
.calendar td.bordered,
.calendar tr.bordered td{
	border:1px solid #5d9d3a;
}
.information{
	display:none;
}
.event-info{
	position:absolute;
	display:none;
	/*Black opacity*/
	background-color: rgb(0	, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3C000000, endColorstr=#3C000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3C000000, endColorstr=#3C000000);
	
	color:white;
	-webkit-box-shadow:  0px 0px 3px 1px #ffffff;
	-moz-box-shadow:  0px 0px 3px 1px #ffffff;
	box-shadow:  0px 0px 3px 1px #ffffff;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:11px;
	font-family:verdana;
}
.timeleft-timer{
	text-align:center;
	font-weight:bold;
	margin-top:5px;
}