* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
#calendar-div {
	width:500px;
}
table#calendar-tbl {
	border-collapse: separate;
/*	border-left: 1px solid #988b76;
	border-top: 1px solid #988b76;
	border-width: 0px 0px 1px 1px;*/
	background-color:#fefefe;
	margin: 10px auto;
	font-size: 12px;
	margin:auto;/*	width:250px;*/
}
#calendar-tbl td, #calendar-tbl th {
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
/*	background: url(../img/cells.png);*/
	color: #444;
	position: relative;
/*	background-color:#cbc7c2;
	border-right:1px solid #988b76;
	border-bottom:1px solid #988b76;*/
}
#calendar-tbl td:hover, #calendar-tbl th:hover {
	cursor:pointer;
}
#calendar-tbl td:hover{
	background-color:#EAD5DB;
}
#calendar-tbl th {
	height: 27px;
	font-weight: bold;
	background:url(../images/cal_top_repeat.jpg) repeat-x top left;
	color:#FFF;
}
#calendar-tbl th.sub{
	background:url(../images/cal_th_repeat.jpg) repeat-x top left;
	height: 28px;	
}
#calendar-tbl td:hover, #calendar-tbl th:hover {
/*	background-position: 0px -81px;
	color: #222;*/
}
#calendar-tbl td.date_has_event {
	background-color:#CE9BAA;
	color: white;
}
#calendar-tbl td.date_has_event:hover {
	background-color:#EAD5DB;
}
#calendar-tbl td.padding {
/*	background: url(../img/calpad.jpg);*/
	background-color:#e2e2e2;
}
#calendar-tbl td.today {
	background-color:#5c5c5c;
	color: white;
}
#calendar-tbl td.today:hover {
	background-color:#888;
}
#calendar-tbl .events {
	position: relative;
}
#calendar-tbl .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;
}
#calendar-tbl .events li {
	padding-bottom: 5px;
}
#calendar-tbl .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#calendar-tbl .events li span.title {
	font-weight: bold;
	color: #222;
}
#calendar-tbl th a {
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	color: #FFF;
	outline-width:0;
}
