* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

body h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}
#catable {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 11px;
	border:none;
	font-family:Tahoma,Helvetica,Arial,Verdana,sans-serif
}

#catable th {
	height: 15px;
	font-weight: normal;
}
#catable td:hover, th:hover {
	background-position: 0px -35px;
	color: #222;
}
#catable td.date_has_event {
	color:#fff; 
	background:transparent url(../images/_common/bg_calendar_td-selected.jpg) 0 0 repeat-x; 
}
#catable td.date_has_event:hover {
	background-position: 70px -35px;
}
#catable td.padding {
	background: url(../images/calpad.jpg);
}
#catable td.today {
	background-position: 35px 0px;
	color: white;
	font-weight:bold;
}
#catable td.today:hover {
	background-position: 35px -35px;
}
#catable .events {
	position: relative;
	z-index:99;
}
#catable .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	color: white;
	border: 1px solid rgb(166,100,36);
	background: #f7f7f7;
	font-size: 15px;
	width: 225px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	-border-radius: 7px;
	list-style: none;
	color: brown;
	-webkit-box-shadow: 0px 8px 8px #333;
}

#catable .events li {
	background: url(../images/icon_time_18x18.jpg) no-repeat left top;
	padding: 3px 0px 5px 25px;
}
#catable .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#catable .events li span.title {
	font-weight: bold;
	color: #222;
}
