#mycal {
	border-collapse: separate;
	border: 2px solid #8aa0b1;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}
#mycal td, th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
#mycal th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#mycal td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
#mycal td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#mycal td.date_has_event:hover {
	background-position: 162px -81px;
}
#mycal td.padding {
	background: url(../img/calpad.jpg);
}
#mycal td.today {
	background-position: 81px 0px;
	color: white;
}
#mycal td.today:hover {
	background-position: 81px -81px;
}
.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;
}

#mycal th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000;
outline-width:0;
}
.eventsh {
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	color: #908D8D;
	outline-width:0;
}
.ev_date {
	color: #000;
	font-size: 80%;
}
.ev_dshortdata {
	padding-top: 7px;
}
.ev_title a{
	color: #43494F;
	font-size: 110%;
}
#surprise {
	display: none;
}
.sdf {
	background-color: #cfe9ff;
	padding: 10px;
}
.sdf2 {
	padding: 10px;
}
.set{
	color: #43494F;
	font-size: 110%;
}