div.p_event {
	background:#e5e5e5;
	width:620px;
	border:10px solid #f2f2f2;
	display:inline-block;
	text-align:center;
}

div.p_event table.p_event_month {
	padding:30px 0px 10px 0px;
}

	table.p_event_month th {
		background:none;
		border:0;
		margin:0; padding:0;
	}

	table.p_event_month th span.cal_title {
		background:none;
		border:0;
		margin:0; padding:0;
		color:#0099cc;
		font:normal 20px/20px "DINBold", Helvetica;

	}

div.p_event table.p_event_day {
	margin:auto 0px 0px 10px 0px;
	display:inline-block;
	background:#189ccd;
	background: -moz-linear-gradient(left, #0c537f, #189ccd);
	background: -webkit-gradient(linear, left top, right top, from(#0c537f), to(#189ccd));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0c537f, endColorStr=#189ccd, GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c537f, endColorstr=#189ccd, GradientType=1)";
	overflow-y:visible;
}

	table.p_event_day th {
		margin:0;
		padding:10px 0;
	}

div.p_event table.i_calendar {
	padding:0px 0px 30px 0px;
}


* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

table {
	border-collapse: separate;
	border-width: 0px 0px 0px 0px;
	margin: 0px auto;

}
td, th {
	width: 72px;
	/*height: 56px;*/
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
	/*background: #0099cc;   e7e7e7 */
	color: #fff;
	font:normal 18px/18px "DINMedium", Helvetica;
	position: relative;
}

th {
	height: 30px;
	font-weight: bold;
	font-size: 13px;
}

/*
td:hover, th:hover {
	color: #222;
}
*/
td.date_no_event {
	padding:20px 0;
	color: white;
	background: #0099cc;
}


td.date_has_event {
	background: #00588d; /* 54b4e8 */
	color: white;
}
td.date_has_event:hover {
	background: #00436b;
}
td.padding {
	background: #cbcbcb;  /* bbbbbb */

}
td.today {
	background: #f89829;
	color: white;
}
td.today:hover {
	background: #f37736;
}


.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	background: #b4b4b4; 
	font:normal 11px/15px "DINRegular", Helvetica;
	width: 250px;
	list-style: none;
	color: #ffffff;
}
.events li {
	padding: 2px 0px;
	width: 250px;
	background: #b4b4b4; /* f0f0ef */
}

.events li div {
	padding:10px;
}

.events li span {
	display: block;
	/*padding:10px;*/
	font-size: 13px;
	/*text-align: justify;*/
	color: #fff;
	padding: 0;
}


.events li span.title {
	font-weight: bold;
	color: #fff;
	/*padding:0;margin:0;*/
	text-align:left;
	text-indent:0;
	padding-bottom:0; margin-bottom:0;

}

.events li span.title a{
	font-weight: bold;
	color: #fff;
	font-size:14px;
	padding:0; margin:0; letter-spacing:0px;
	outline:0; text-indent:0; width: 0; 


}
.events li p {
	text-align:left
}

th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000;
outline-width:0;
}

span.desc {
	margin:0; padding:0;
}
