#cal {
	border: 0px;
	padding: 0px;
	color:  #444;
	text-align: center;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
#cal h1 {
	text-align: center;
}
#cal h1 a,a:link,a:hover,a:visited{
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #9966cc;
	text-decoration: none;
}

#cal table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 0px 0px;
	margin: 10px auto;
	font-size: 20px;
}
#cal td, th {
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
#cal th {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
}
#cal td:hover, th:hover {
	background-position: 0px -30px;
	color: #222;
}
#cal td.purple_box_popup {
	background-position: 60px 0px;
	color: white;
}
#cal td.purple_box_popup:hover {
	background-position: 60px -30px;
}
#cal td.padding {
	background: url(../img/calpad.jpg);
}
#cal td.today {
	background-position: 30px 0px;
	color: white;
}
#cal td.today:hover {
	background-position: 30px -30px;
}
#cal .events {
	position: relative;
	z-index: 1500;
	right: 100px;
	bottom: 20px;
}

#cal .events dl {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1500;
	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;
}

#cal .events dt {
	font-weight: bold;
	text-align: left;
	display: block;
	font-size: 14px;
	color: #222;
}

#cal .events dd {
	text-align: left;
	display: inline;
	font-size: 12px;
	color: #222;
	font-style: italic;
	padding: 0 0 0.5em;
	margin: 0;
}

#cal a,a:link,a:hover,a:visited {
	text-decoration: none;
	color: #9966cc;
}