table.nextfive {
	border: 1px solid rgb(0, 0, 0);
	border-collapse: collapse;
	width: 100%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

td.nextfivehead {
	border: 0px;
	background-color: rgba(0, 63, 127, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-family: dfcbody-sem;
	font-size: 15px;
	color: rgb(255, 255, 255);
}

td.nextfivemain {
	border-top: 0px;
	border-bottom: 1px dotted rgb(127, 127, 127);
	border-left: 0px;
	border-right: 0px;
	background-color: rgba(0, 127, 255, 0.1);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-family: dfcbody-sem;
	font-size: 14px;
}

span.nextfivemain {
	font-family: dfcbody-med;
	font-size: 13px;
}

span.nextfivemainnone {
	font-family: dfcbody-medi;
	font-size: 13px;
}

td.nextfivefoot {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: rgba(0, 63, 127, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-family: dfcbody-sem;
	font-size: 14px;
}

a.nextfivefoot {
	color: rgb(0, 0, 63);
	text-decoration: none;
}

a.nextfivefoot:hover {
	color: rgb(0, 0, 255);
	text-decoration: underline;
	text-underline-offset: 3px;
}

img.nextfive {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
}

img.calendar-list {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

table.calendar-list {
	border: 0px solid rgb(0, 0, 0);
	border-collapse: collapse;
	width: 80%;
}

td.calendar-list-icon {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 0px;
	border-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	vertical-align: top;
	width: 15%;
}

td.calendar-list {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 0px;
	border-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	vertical-align: top;
	width: 85%;
	font-family: dfcbody-med;
	font-size: 14px;
}

span.calendar-list-head {
	font-family: dfcbody-sem;
	font-size: 16px;
}