
/* EVENTS CALENDAR */
div.ba-calendar
{
	background-color: #dddddd;
	border: 5px solid #585858;
	color: #353535;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 318px;
}
div.ba-calendar.fixed
{
	position: fixed;
	top: 10px;
	z-index: 500;
}
div.ba-calendar table
{
	background-color: #ffffff !important;
	border: 1px solid #dddddd !important;
	border-collapse: separate;
	margin: 0;
	width: 100%;
}
		div.ba-calendar table th
		{
			background-color: #c8c8c8 !important;
			border: 1px solid #c8c8c8 !important;
			border-bottom: 1px solid #ffffff !important;
			color: #ffffff;
			font-size: 18px;
			line-height: 20px;
			margin: 0;
			padding: 10px 0;
			text-align: center;
			text-shadow: 0 1px 0 rgba(0,0,0,0.5);
			text-transform: none;
		}
		div.ba-calendar table td
		{
			background-color: #ffffff !important;
			border: 1px solid #ffffff !important;
			border-left: 1px solid #ffffff !important;
			border-top: 1px solid #ffffff !important;
			color: #dddddd !important;
			cursor: default !important;
			font-size: 12px;
			line-height: 30px;
			padding: 0;
			text-align: center;
			text-shadow: 0 1px 0 rgba(255,255,255,0.5);
		}
		div.ba-calendar table td.calendarDayHeading
		{
			background-color: #c8c8c8 !important;
			border: 1px solid #c8c8c8 !important;
			color: #ffffff !important;
			height: 10px;
			padding: 0;
			text-shadow: 0 1px 0 rgba(0,0,0,0.5);
		}
		div.ba-calendar table td.calendarCell /*DIA DEL MES*/
		{
			background-color: #dddddd !important;
			border: 1px solid #c8c8c8 !important;
			border-left: 1px solid #ffffff !important;
			border-top: 1px solid #ffffff !important;
			color: #585858 !important;
			width: 14.28%;
		}
		div.ba-calendar table td.calendarCell.-with-event /*DIA CON EVENTO*/
		{
			background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%) !important; /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05))) !important; /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* IE10+ */
			background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26000000',GradientType=0 ) !important; /* IE6-9 */
			background-color: #930e3a !important;
			border: 1px solid #930e3a !important;
			border-left: 1px solid #353535 !important;
			border-top: 1px solid #353535 !important;
			color: #ffffff !important;
			text-shadow: 0 1px 0 #353535 !important;
		}
		div.ba-calendar table td.calendarCell.-with-event a
		{
			color: #ffffff !important;
			display: block;
			text-decoration: none;
		}
		div.ba-calendar table td.calendarCell.-with-event a:hover
		{
			color: #ffffff !important;
		}
		div.ba-calendar table td.calendarToday /*HOY*/
		{
			background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%) !important; /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05))) !important; /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* IE10+ */
			background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26000000',GradientType=0 ) !important; /* IE6-9 */
			background-color: #585858 !important;
			border: 1px solid #585858 !important;
			border-left: 1px solid #353535 !important;
			border-top: 1px solid #353535 !important;
			color: #ffffff !important;
			text-shadow: 0 1px 0 #353535;
		}
		div.ba-calendar table td.calendarToday a
		{
			color: #ffffff !important;
			display: block;
			text-decoration: none;
		}
		div.ba-calendar table td.calendarToday a:hover
		{
			color: #ffffff !important;
		}




/* calendar root element */
#calroot
{
	/* place on top of other elements. set a higher value if nessessary */
	background-color: #ffffff;
	border: 1px solid #585858;
	color: #353535;
	display: none;
	margin: 0;
	padding: 1px;
	position: absolute;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 350px;
	z-index: 50000;
}
/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead
{
	height: 35px;
	padding: 5px 0 0 0;
}
#caltitle
{
	color: #353535;
	float: left;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	width: 280px;
}
#calnext, #calprev, .calnext, .calprev
{
	color: #353535;
	cursor: pointer;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 10px;
	width: 15px;
}
		#calprev:hover, .calprev:hover
		{
			text-decoration: none;
		}
#calnext, .calnext
{
	float: right;
	margin: 0 10px 0 0;
}
		#calnext:hover, .calnext:hover
		{
			text-decoration: none;
		}

#calprev.caldisabled, #calnext.caldisabled
{
	visibility: hidden;
}
/* year/month selector */
#caltitle select
{
	width:	283px;
	font-size: 10px;
}
/* names of the days */
#caldays
{
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	color: #353535;
	font-size: 12px;
	height: 35px;
}
#caldays span
{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	width: 48px;
}
/* container for weeks */
#calweeks
{
	margin-top: 0px;
}
/* single week */
.calweek
{
	clear: left;
	height: 25px;
}
/* single day */
.calweek a
{
	background-color: #dddddd;
	border: 1px solid #ffffff;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	color: #585858;
	display: block;
	float: left;
	font-size: 12px;
	height: 35px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 48px;
}
/* different states */
.calweek a:hover, .calfocus
{
	color: #353535 !important;
}
/* sunday */
a.calsun
{
	/*color: ab050d;*/
}
/* offmonth day */
a.caloff
{
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
	color: #dddddd !important;
	cursor: default !important;
}
a.caloff:hover
{
	background-color: #ffffff !important;
	color: #dddddd !important;
	cursor: default !important;
}
/* unselecteble day */
a.caldisabled
{
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
	color: #000000 !important;
	cursor: default!important;
}
a.caldisabled:hover
{
	background-color: # !important;
	color: #000000 !important;
	cursor: default!important;
}
/* current date */
#calcurrent
{
	background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26000000',GradientType=0 ) !important; /* IE6-9 */
	background-color: #930e3a !important;
	border: 1px solid #930e3a !important;
	border-left: 1px solid #353535 !important;
	border-top: 1px solid #353535 !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #353535 !important;
}
#calcurrent:hover
{
	color: #ffffff !important;
}
/* today */
#caltoday
{
	background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26000000',GradientType=0 ) !important; /* IE6-9 */
	background-color: #585858 !important;
	border: 1px solid #585858 !important;
	border-left: 1px solid #353535 !important;
	border-top: 1px solid #353535 !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #353535;
}
#caltoday:hover
{
	color: #ffffff !important;
}