#agenda table td, #agenda table th {
  color: #ffffff;
  text-align: center;
}

.calendar table {
	font-size: 12px;
  color: #ffffff;
  font-family: Arial;
}
.calendar td, #agenda table th {
	width: 27px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
	position: relative;
  color: #ffffff;
  z-index: 0;
}
.calendar th {
	font-weight: bold;
	font-size: 12px;
}
/*.calendar td:hover, .calendar th:hover {
	background-position: 0px -27px;
	color: #222;
}*/
#agenda td.date_has_event {
	background-position: 42px 0px;
	color: #ffffff;
	border: 1px solid #ffffff;
}
#agenda td.date_has_event:hover {
	background-position: 42px -27px;
	color: #000000;
	border: 1px solid #000000;
}
.calendar td.padding {
	background: url(../img/calpad.jpg);
}
#agenda td.today {
	background-position: 21px 0px;
	color: #fffc14;
	font-weight: bold;
	font-style: italic;
}
td.today:hover {
	background-position: 21px -27px;
}
/*
.events {
	position: relative;
	z-index: 1000;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1500;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.jpg) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-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;
	opacity: 0.5;

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

.calendar th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #ffffff;
outline-width:0;
}*/

.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;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-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;
}
.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;
}

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