.dp-upcoming-calendar {
	float: left;
	margin-right: 10px;
  padding-top: 6px;
	width: 42px;
	height: 42px;
	background-image:  
		url('images/calendar-icon.png');
  background-repeat:no-repeat;
 }

.dp-upcoming-calendar-background {
	width: 30px;
	height: 12px;
	margin-top: 1px;
	margin-left: 6px;
}

.dp-upcoming-text-month {
	color: #666666;
	padding: 2px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	position: relative;
	margin-top: -20px;
	margin-bottom: -10px;
}

.dp-upcoming-text-day {
	font-weight: bold;
	font-size: 1 .3em;
	width: 42px;
	text-align: center;
}

div.dpc_up_mod_img {
	float: left !important;
	margin-right: 6px !important;
	width: 42px !important;
	height: 42px !important;
	background-image: url('images/calendar-icon.gif') !important;
}

div.dpc_up_mod_month_background {
	width: 32px !important;
	height: 10px !important;
	margin-top: 6px !important;
	margin-left: 5px !important;
}

div.dpc_up_mod_month_text {
	padding: 2px !important;
	font-weight: bold !important;
	font-size: 10px !important;
	text-align: center !important;
	position: relative !important;
	margin-top: -13px !important;
	margin-bottom: -4px !important;
}

div.dpc_up_mod_day {
	font-weight: bold !important;
	font-size: 1.3em !important;
	width: 42px !important;
	text-align: center !important;
}