/* calendar */
table.calendar {
	border-left:1px solid #999;
	font-size: 1.6em;
}
tr.calendar-row	{
}
td.calendar-day	{
	min-height:20px;
	font-size:11px;
	position:relative;
}
* html div.calendar-day {
	height:80px;
}
td.calendar-day:hover {
	background:#eceff5;
}
td.calendar-day-np {
	background:#eee;
	min-height:20px;
}
* html div.calendar-day-np {
	height:80px;
}
td.calendar-day-head {
	background:#ccc;
	text-align:center;
	width:20px;
	padding:2px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
div.day-number {
	padding:0px;
	color:#333;
	float:right;
	margin:0px auto;
	width:20px;
	text-align:center;
}
/* shared */
td.calendar-day, td.calendar-day-np {
	width:20px;
	padding:2px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.eventDay {
	background: #005db3;
}
.eventDay a {
	color: #ffffff !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.marginCenter {
	margin: 0px auto;
}
.pgi_events_clearBoth {
	clear: both;
}
#dateLinks {
	text-align: center;
}
#dateLinks #monthYear {
	font-weight: bold;
	font-size: 1.1em;
	color: #387C2C;
}
