		table {
			border: 1px solid #9DABCE;
			margin: 10px auto;
		}
		td, th {
			width: 50px;
			height: 30px;
			text-align: center;
			vertical-align: middle;
			background: url(/plugins/Calendar/cells.gif);
			background-position: 0px -30px;
			position: relative;
			color:#000000;
		}
		th {
			height: 10px;
			font-weight: bold;
		}
		td:hover, th:hover {
			background-position: 0px 0px;
		}
		td.date_has_event {
			cursor:pointer;
			background-color:#CCCCCC;
			background-position: -50px -30px;
		}
		td.date_has_event:hover {
			background-position: -50px 0px;
		}
		td.padding {
			background: url(../img/calpad.jpg);
		}
		td.today {
			background-position: -100px -30px;
			color:#FFFFFF;
		}
		td.today:hover {
			background-position: -100px 0px;
		}
#Events .mainRight { position:relative; overflow:visible; }
#CalControls { margin:0 auto; font-weight:bold; text-align:center; color:#000000; }	
#CalControls a { font-weight:bold; color:#000000; }	
		
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #bccea0 url(/plugins/Calendar/popup.jpg) no-repeat;
	color: #666666;
	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;
}

