
/* EVENTS CALENDAR */

.cldtable{
	font-family:"Oswald","Open Sans",Arial,Helvetica;
	background:rgba(145, 145, 145, 0.6);
	border:collapse;
	margin:auto;
    width: 100%;		
	text-decoration:none;
	color:#686868;
	font-size:14pt;
	padding:0px;
}
table.cldtable a{
	color:#EA8509;
	text-decoration: none;
}
table.cldtable th{
	background:rgba(0,0,0,0.9);
	color:#fff;
}
table.cldtable tr{
	padding:10px;
	height:50px;
	text-align:center;
}
table.cldtable td{	
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	width:50px;
	overflow:hidden;
}
table.cldtable td:hover{
	background:rgba(255,255,255,0.8);
	cursor: pointer;
}
table.cldtable td .highlight a, table.cldtable td .highlight{
	font-weight:bold;
	color:#00F !important;
}

table.cldtable td:hover .highlightlink{
	background:rgba(0,0,0,0.8);
	color:#fff;
}
.highlightlink{
	font-weight: bold;
	padding:15px 0px;	
	text-decoration:none;
	font-style:normal;
	color:#fff;
	width:100%;
	display:block;
	height:100%;
	vertical-align: middle;
}
.highlightlink:hover{
	color:#fff;
}
table.cldtable td .disablebox, .disablebox, .disablebox:hover{
	font-weight: 200;
	padding: 15px 0px;
	text-decoration: none;
	font-style: normal;
	background:#999;
	color:#737373;
	width: 100%;
	display: block;
	height: 100%;
	vertical-align: middle;	
}
.fillbox:hover{	
	background:rgba(0,0,0,0.8);
}
.fillbox{
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	display: inline-block;
	width:100%;
	height:100%;
}
table.cldtable td.selected{
	background:rgba(255,255,255,0.8);
}
table.cldtable td .blank, .blank{
	padding: 15px 0px;
	color: #272727;
}
.noevent{
}
.overlay{
	background:rgba(255,255,255,0.8);	
}