
#ical table {
	border-collapse: separate;
	border-right: 0;
	border-bottom: 0;
	margin: 0 0 0 0;
	font-size: 12px;
}
#ical table td, #ical table th {
	width: 22px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
//	background: url(../img/cells.png);
	background-color: #fff;
	border: 1px solid #fff;
	color: #666;
	cursor: default;
}
#ical table th {
	height: 20px;
	font-weight: bold;
	font-size: 12px;
}
#ical table td:hover {
	border: 1px solid #ccc;
}

#ical table th:hover {
	border: 1px solid #fff;
}

#ical table td.date_has_event {
	color: #fff;
	background-color: #9197A5;
	border: 1px solid #fff;
	cursor: pointer;
}
#ical table td.date_has_event:hover {
	border: 1px solid #666;
}
#ical table td.padding {
	//background: url(../img/calpad.jpg);
	background-color: #fff;
	color: #333;
	border: 1px solid #fff;
}
#ical table td.today {
	font-weight: bold;
}
#ical table td.today:hover {
}



.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	//background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	background-color: #eee;
	border: 2px solid #ccc;
	font-size: 12px;
	width: 200px;


	list-style: none;
	color: #444444;

}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

#icalnext{
	cursor: pointer;
}

#icalprev{
  cursor: pointer;
}

#currentmonth, #currentyear{
    font-weight:bold;
}

#ical
{
	margin-bottom: 20px;
}


#navigation {
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 14px;
}

.qtip-content {
	font-size: 11px;
}

.qtip-content ul{
		list-style: none;
	margin: 0;
	padding: 0;
}


.qtip-content ul li{
	margin: 0;
	padding: 0;
}


