/*
 * Module mod_newscalendar For Joomla 
 * Version		: 1.0.0
 * Created by	: Jesus Vargas
 * License : GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

div.newscalendar {
	max-width: 250px;
	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-blue.png) no-repeat 0 100%;
	height: 16px;
	display: block;
	width: 16px;
	cursor: pointer;
	display: block;
}
table.nc-header a.back-mth { background-position: 0 -32px; display: none;}
table.nc-header a.fwd-mth { background-position: 0 -16px;  display: block;}
table.nc-header a.fwd-yr { background-position: 0 0;  display: none;}
table.nc-header .monthname, table.nc-header .yearname, table.nc-body .dayname {
	font-weight: bold;
	
}
.monthname {
	font-family: 'Barkentina';
	font-size: 16pt;
	text-align: left;
}
.dayname{
font-family: 'PT Sans Narrow';
font-weight: bold;
font-size: 12pt;
text-transform: lowercase;
}
.yearname {
display: none;
}
.newscalendar span.weekday1 {
position: relative;
	display: block;
	padding: 3px 3px;
	text-align: center;
	font-family: 'PT Sans Narrow';
	font-size: 12pt;
	font-weight: bold;
	}
.newscalendar span.weekday2 {
position: relative;
	display: block;
	padding: 3px 3px;
	text-align: center;
	font-family: 'PT Sans Narrow';
	font-size: 12pt;
	font-weight: bold;
	}
.newscalendar span.weekday3 {
position: relative;
	display: block;
	padding: 3px 3px;
	text-align: center;
	font-family: 'PT Sans Narrow';
	font-size: 12pt;
	font-weight: bold;
	}
.newscalendar span.weekday4 {
position: relative;
	display: block;
	padding: 3px 3px;
	text-align: center;
	font-family: 'PT Sans Narrow';
	font-size: 12pt;
	font-weight: bold;
	}
.newscalendar span.weekday5 {
position: relative;
	display: block;
	padding: 3px 3px;
	text-align: center;
	font-family: 'PT Sans Narrow';
	font-size: 12pt;
	font-weight: bold;
	}
.newscalendar span.weekday6 {
	position: relative;
	display: block;
	padding: 3px 3px;
	text-align: center;
	color: #D5A71C;
	font-family: 'PT Sans Narrow';
	font-size: 12pt;
	font-weight: bold;
}
.newscalendar span.weekday7 {
position: relative;
	display: block;
	padding: 3px 3px;
	text-align: center;
	color: #D5A71C;
	font-family: 'PT Sans Narrow';
	font-size: 12pt;
	font-weight: bold;
}
td.dayname.dayweek6 
{
	color: #D5A71C;
}
td.dayname.dayweek7
{
	color: #D5A71C;
}
.newscalendar span.outofmonth {
	color: #CCCCCC;
	display: none;
}
.newscalendar span.today {
	font-weight: bold;
}
.newscalendar span.today ul li {
	font-weight: normal;
}
.newscalendar span.nc-day { 
	position: relative;
	/* display: block; */
	padding: 3px 2px;
	text-align: center;
}
.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: 0.8em;
	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.relday1 ul.nc-items { left: 0!important; }
.newscalendar span.relday2 ul.nc-items { left: -100%!important; }
.newscalendar span.relday3 ul.nc-items { left: -200%!important; }
.newscalendar span.relday4 ul.nc-items { left: -250%!important; }
.newscalendar span.relday5 ul.nc-items { right: -200%!important; }
.newscalendar span.relday6 ul.nc-items { right: -100%!important; }
.newscalendar span.relday7 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: yellow;
}
span.nc-day:hover ul.nc-items { 
	display: block;
}
.nc-day.weekday1.relday1.hasitems
{
	cursor: pointer;
	padding: 1px 1px;
	border: 1px dotted #999999;
	webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.nc-day.weekday2.relday2.hasitems
{
	cursor: pointer;
	padding: 1px 1px;
	border: 1px dotted #999999;
	webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.nc-day.weekday3.relday3.hasitems
{
	cursor: pointer;
	padding: 1px 1px;
	border: 1px dotted #999999;
	webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.nc-day.weekday4.relday4.hasitems
{
	cursor: pointer;
	padding: 1px 1px;
	border: 1px dotted #999999;
	webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.nc-day.weekday5.relday5.hasitems
{
	cursor: pointer;
	padding: 1px 1px;
	border: 1px dotted #999999;
	webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.nc-day.weekday6.relday6.hasitems {
	cursor: pointer;
	padding: 1px 1px;
	border: 1px dotted #D5A71C;
	webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	
}
.nc-day.weekday7.relday7.hasitems {
	cursor: pointer;
	padding: 1px 1px;
	border: 1px dotted #D5A71C;
	webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	
}
.bgimgcall {
	display: none;
}