div.newscalendar {
	max-width: 100%;
	overflow: visible;
}
table.nc-header, table.nc-body {
	border: none;
	width: 100%;
}
table.nc-header tr, table.nc-body tr, table.nc-header td, table.nc-body td  { border: none; }	
table.nc-header {
	margin: 5px 0;
}
table.nc-header a {
	background: url(../assets/arrows-gray.png) no-repeat 0 100%;
	height: 16px;
	display: block;
	width: 19px;
}
table.nc-header a.back-mth { background-position: 0 -32px; }
table.nc-header a.fwd-mth { background-position: 0 -16px; }
table.nc-header a.fwd-yr { background-position: 0 0; }
table.nc-header .monthname, table.nc-header .yearname, table.nc-body .dayname {
	font-weight: bold;
}
.newscalendar span.weekday1,
.newscalendar span.weekday2,
.newscalendar span.weekday3,
.newscalendar span.weekday4,
.newscalendar span.weekday5,
.newscalendar span.weekday6,
.newscalendar span.weekday7 {
	color: #fff;
	background: #2b2a28
}

.newscalendar span.outofmonth {
	color: #2b2a28;
}
.newscalendar span.today {
	font-weight: bold;
	background: #2b2a28;
}
.newscalendar span.today ul li {
	font-weight: normal;
}
.newscalendar span.nc-day { 
	position: relative;
	display: block;
	padding: 3px 2px;
	text-align: center;
	margin: 2px;
}
.newscalendar ul.nc-items {
	background: url(../assets/opacity.png) repeat;
	position: absolute;
	left: auto!important;
	right: auto!important;
	top: auto!important;
	bottom: 15px!important;
	font-size: 13px;
	line-height: 1.1em;
	margin: 0!important;
	padding: 5px 10px;
	width: 180px;
	list-style: none;
	border: 1px solid #000;
	text-align: left;
	z-index: 100;
	box-shadow: 0 0 8px #333;
	border-radius: 5px;
	display: none;
}
.newscalendar .week1 ul.nc-items, .newscalendar .week2 ul.nc-items {
	top: 15px!important;
	bottom: auto!important;
}
.newscalendar span.weekday1 ul.nc-items { left: 0!important; }
.newscalendar span.weekday2 ul.nc-items { left: -100%!important; }
.newscalendar span.weekday3 ul.nc-items { left: -200%!important; }
.newscalendar span.weekday4 ul.nc-items { left: -250%!important; }
.newscalendar span.weekday5 ul.nc-items { right: -200%!important; }
.newscalendar span.weekday6 ul.nc-items { right: -100%!important; }
.newscalendar span.weekday7 ul.nc-items { right: 0!important; }

span.nc-day ul.nc-items li  { 
	padding: 3px 5px;
}
span.nc-day ul.nc-items li a  { 
	background: none;
	display: block;
	color: #FFF;
}
span.nc-day ul.nc-items li a:hover  { 
	color: #ff6c6c;
}
span.nc-day:hover ul.nc-items { 
	display: block;
}
.newscalendar span.hasitems {
	cursor: pointer;
	background: #cc0000;
}
.bgimgcall {
	display: none;
}