#calendar-events{ display: none; }
		
		table.calendar{
		border-right:solid 1px #5476f6;
		border-top:solid 1px #5476f6;
		width:210px;		
		}
		
		h1.calendar-mounth{
		text-align:center;
		font:bold 12px sans-serif;
		color:#bfccfc!important;
		margin:3px 0;
		width:210px;
		text-align:center
		 }
		
		.calendar td{
		border-bottom:solid 1px #5476f6;
		border-left:solid 1px #5476f6;
		font:bold 12px sans-serif;
		}
		
		.calendar-day-head{
		text-align:center;
		font:bold 12px sans-serif;
		height:25px;
		width:35px;
		background-color:#dfe5fd
		}
		
		.blue{
		background-color:#dfe5fd		
		}
		
		.dark-blue{
		background-color:#bfccfc
		}
		
		.calendar-day{
		text-align:center;
		height:25px;
		}
		.day-number a{
		text-decoration:none;
		font:normal 12px sans-serif;
		color:#000
		}	
		.event-selected{
		background-color:#0a2caf;
		color:#fff!important;
		font-weight:bold!important;

		}
