.art_calendar_module {
	text-align: center;
	font-weight: bold;
}

.artcalendar_module_title {
	text-align: center;
}

.artcalendar_module table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}

.artcalendar_module td, .artcalendar_module_th {
	/*background: url(../assets/cells.png);*/
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	/*position: relative;*/
}

.artcalendar_module th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	width: 40px;
}

.artcalendar_module td:hover {
	/*background-position: 0px -81px;*/
	background-color:rgba(0, 0, 0, 0.15);
	/*color: #222; */
}

.artcalendar_module td.date_has_event {
	background-position: 162px 0px;
	color: #08C;
	cursor:pointer;
}

/*artcalendar_module td.date_has_event:hover {
	background-position: 162px -81px;
} */

.artcalendar_module td.padding {
	/*background: url(../img/calpad.jpg);*/
}

.artcalendar_module td.today {
	/*background-position: 81px 0px;*/
	background-color:rgba(0, 0, 0, 0.25);
}

.artcalendar_module td.today:hover {
	background-position: 81px -81px;
}

.artcalendar_events {
	position: relative;
}

.artcalendar_events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 100px;
	min-height: 100px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}

.artcalendar_events li {
	padding-bottom: 5px;
}

.artcalendar_events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}

.artcalendar_events li span.title {
	font-weight: bold;
	color: #222;
}

.artcalendar_module th a{
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	color: #000;
	outline-width:0;
}

.art_calendar_loading_container {
	height: 16px;
}

.date_has_event {
	cursor:pointer;
}

.art-calendar-table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0px;
}
.art-calendar-table thead th {
	/*color: #FF8653;*/
	font-weight: bold;
	/*text-transform: uppercase;*/
	vertical-align: bottom;
}
.art-calendar-table th {
    text-align: left;
}
.art-calendar-table th, .art-calendar-table td {
    padding: 15px;
}
.art-calendar-table-1-4 {
    width: 25%;
}
.art-calendar-table-condensed td {
    padding: 6px 10px;
}
.art-calendar-table tbody tr { border-bottom:1px solid #F7F7F7; }
.art-calendar-table td {
    vertical-align: top;
    font-size:15px !important;
}
.art-calendar-table th, .art-calendar-table td {
    padding: 15px;
}
.art-calendar-table-striped tbody tr:nth-of-type(2n+1) {
    background: none repeat scroll 0% 0% #F7F7F7;
}

.uk-modal { color:#333 !important; }
