.art_calendar_module {
	text-align: center;
}

.date_has_event .desc {
	display:none;
}

.artcalendar_events ul {
	height:auto !important;
}

.artViewAllEvents{
	margin:auto;
	background-image: url(../img/view-all-events.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.artcalendar_module {
	border: 1px solid #444444 !important;
	margin-bottom: 0 !important;
	background-color: #ffffff;
}

#view-all-cal {
	background-color:#8b3c8d;
	height: 25px;
	width: 100%;
}

.artcalendar_module_title {
	text-align: center;
	font-family: Trebuchet ms,Tahoma,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    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(../img/cells.png);
	width: 20px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
    color: #777777;
	font-size: 12px;
	/*position: relative;*/
}

.calendar_module {
	margin-bottom:30px;
}


	
.artcalendar_module thead th {
    color: #ffffff !important;
}

.artcalendar_module th {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	width: 40px;
	margin-bottom: 0 !important;
}

.artcalendar_module td:hover, th:hover {
	background-position: 0px -81px;
	color: #8b3c8d;
}

.artcalendar_module td.date_has_event {
	background-position: 162px 0px;
	color: black;
    font-weight: bold;
}

.artcalendar_module td.date_has_event:hover {
	background-position: 162px -81px;
		color:#ffffff !important;
}

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

.artcalendar_module td.today {
	background-position: 81px 0px;
	color:#68256b;
	font-weight: bold;
}

.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: 10px;
	color: #555;
	overflow: hidden;
}

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

.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;
}
