table {
	margin: 10px auto;
	font-size: 17px;
	color:#490556;
	font-weight:bold;
	
	margin-top:35px;
}
td, th {
	width: 30px;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	background-repeat:no-repeat;
	color:#490556;
	position: relative;
}

th {
	height: 30px;
	font-weight: bold;
	font-size: 17px;
	color:#480556;
}

.week_day{
	color:#a8468c;	
}

td:hover, th:hover {
	/*background-position: 0px -81px;*/
	color: #222;
}
.date_has_event {
	/*background-position: 162px 0px;*/
	color: white;
}
.date_has_event:hover {
	/*background-position: 162px -81px;*/
}
td.padding {
}

td.today {
	/*background-position: 81px 0px;*/
	color: white;
}
td.today:hover {
	/*background-position: 81px -81px;*/
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 10px;
	padding-right:0px;
	margin-left:-20px;
	background: url(../images/postcal.png) no-repeat;	

	width: 276px;
	height: 184px;
	list-style: none;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	/*text-align: justify;*/
}
.events li span.title {
	font-weight: bold;
	color: #a4be33;
	font-size:12px;
	width:250px;
}

.icali {
	position:absolute;
	left:600px;
	top:240px;
}

.icald {
	position:absolute;
	right:320px;
	top:240px;
}

.center {
	width:220px;
}