table.examples input {
	width: 70px;
}
table.examples select {
	width: auto;
	padding: 1px;
	height: 20px;
	text-align: left;
}
table.examples input,  table.examples select {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

table.examples .button-container {
	height: 24px;
}
table.examples .gui-eightysix-button {
	width: 120px;
	float: left;
}

#exampleVIII {
	display: inline-block;
	width: 180px;
	text-align: center;
	cursor: pointer;
	background: url('../../img/script/datepicker_calendar_eightysix/shading.png');
	padding: 5px;
}

.picker {
	cursor: pointer;
	width: 13px;
	height: 12px;
	display: inline-block;
	background: url('../../img/script/datepicker_calendar_eightysix/calendar.gif') no-repeat;
	margin-left: -19px;
	margin-top: 4px;
	position: absolute;
	display: inline;
}

#display {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 339px;
	margin-bottom: 10px;
}
	#display.green {
		background: #3e7c01 url('../../img/script/datepicker_calendar_eightysix/display-green.jpg') center;
	}
	#display.red {
		background: #b90000 url('../../img/script/datepicker_calendar_eightysix/display-red.jpg') center;
	}
	#display.blue {
		background: #667987 url('../../img/script/datepicker_calendar_eightysix/display-blue.jpg') center;
	}

.calendar-eightysix.center {
	margin: 70px 0 0 167px;
}

#display-togglers {
	height: 36px;
}

#display-date {
	margin-left: 6px;
	color: grey;
	font-style: italic;
}

	#display-togglers div {
		background: url('../../img/script/datepicker_calendar_eightysix/display-toggler.png');
		width: 20px;
		height: 19px;
		float: right;
		margin-left: 4px;
		cursor: pointer;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		#display-togglers div.blue {
			background-color: #657986;
		}
		#display-togglers div.red {
			background-color: #b90000;
		}
		#display-togglers div.green {
			background-color: #3d7c00;
		}

/* Calendar General */

/* General */

.calendar-eightysix {
	cursor: default;
	position: absolute;
	z-index: 999;
	text-align: center;
}
	.calendar-eightysix, .calendar-eightysix * {
		overflow: hidden;
		padding: 0;
		margin: 0;
		line-height: 100%;
	}
		.calendar-eightysix .c86-header.c86-dragger {
			cursor: move;
		}
		
			.calendar-eightysix .c86-header .c86-arrow-left, .calendar-eightysix .c86-header .c86-arrow-right {
				cursor: pointer;
			}
			.calendar-eightysix .c86-header .c86-arrow-left {
				float: left;
			}
			.calendar-eightysix .c86-header .c86-arrow-right {
				float: right;
			}
			
			.calendar-eightysix .c86-header .c86-label {
				display: inline-block;
				overflow: visible;
				width: 146px;
			}
				.calendar-eightysix .c86-header .c86-label.c86-clickable {
					cursor: pointer;
				}
		
		.calendar-eightysix .c86-body {
			position: relative;
		}
			.calendar-eightysix .c86-body .c86-inner .c86-container {
				position: absolute;
				left: 0;
			}
				
				.calendar-eightysix .c86-body .c86-inner .c86-container .c86-row div {
					float: left;
				}
				
					.calendar-eightysix .c86-body .c86-inner .c86-container.c86-month.c86-pickable .c86-row div, 
					  .calendar-eightysix .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div {
						cursor: pointer;
					}

/* Default Theme */

/* Specific */

.calendar-eightysix.default {
	width: 216px;
	height: 170px;
	background: url('../../img/script/datepicker_calendar_eightysix/default/background.png') center no-repeat;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #888;
}
*html .calendar-eightysix.default { /* IE6 png fix */
	background-image: url('../../img/script/datepicker_calendar_eightysix/default/background.gif');
}

	.calendar-eightysix.default .c86-wrapper {
		padding: 8px;
	}
		
		/* Header */
		
		.calendar-eightysix.default .c86-header {
			height: 25px;
		}
		
			.calendar-eightysix.default .c86-header .c86-arrow-left, .calendar-eightysix.default .c86-header .c86-arrow-right {
				width: 12px;
				height: 13px;
				margin: 6px 7px;
			}
			.calendar-eightysix.default .c86-header .c86-arrow-left {
				background: transparent url('../../img/script/datepicker_calendar_eightysix/default/arrow-left.png') center no-repeat;
			}
				*html .calendar-eightysix.default .c86-header .c86-arrow-left {
					background: none;
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/script/datepicker_calendar_eightysix/default/arrow-left.png', sizingMethod='scale');
				}
				.calendar-eightysix.default .c86-header .c86-arrow-left:hover {
					background-image: url('../../img/script/datepicker_calendar_eightysix/default/arrow-left-hover-blue.png');
				}
			.calendar-eightysix.default .c86-header .c86-arrow-right {
				background: transparent url('../../img/script/datepicker_calendar_eightysix/default/arrow-right.png') center no-repeat;
			}
				*html .calendar-eightysix.default .c86-header .c86-arrow-right { /* IE6 png fix */
					background: none;
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/script/datepicker_calendar_eightysix/default/arrow-right.png', sizingMethod='scale');
				}
				.calendar-eightysix.default .c86-header .c86-arrow-right:hover {
					background-image: url('../../img/script/datepicker_calendar_eightysix/default/arrow-right-hover-blue.png');
				}
			
			*html .calendar-eightysix.default .c86-header .c86-label {
				width: 126px !important;
			}
			
			.calendar-eightysix.default .c86-header .c86-label {
				margin-top: 7px;
				color: #8399a6;
			}
				.calendar-eightysix.default .c86-header .c86-label.c86-clickable:hover {
					color: #b2cfe1;
				}
		
		/* Body */
		
		.calendar-eightysix.default .c86-body {
			height: 126px;
		}
			
			.calendar-eightysix.default .c86-body .c86-inner .c86-container {
				width: 200px;
				height: 126px;
			}
			
			/* General container */
			
			.calendar-eightysix.default .c86-body .c86-inner .c86-container .c86-row {
				width: 200px;
			}
				.calendar-eightysix.default .c86-body .c86-inner .c86-container .c86-row.c86-even,
				  .calendar-eightysix.default .c86-body .c86-inner .c86-container .c86-row.c86-even div {
					background-color: #eee;
				}
				.calendar-eightysix.default .c86-body .c86-inner .c86-container .c86-row.c86-odd div {
					background-color: #fff;
				}
				
				.calendar-eightysix.default .c86-body .c86-inner .c86-container .c86-row div.c86-today {
					text-decoration: underline;
				}
				.calendar-eightysix.default .c86-body .c86-inner .c86-container .c86-row div.c86-selected {
					font-weight: bold;
					color: #8eaec1 !important;
				}
				
				.calendar-eightysix.default .c86-body .c86-inner .c86-container .c86-row div.c86-non-selectable,
				  .calendar-eightysix.default .c86-body .c86-inner .c86-container .c86-row div.c86-non-selectable:hover {
					color: #dcdcdc !important;
					cursor: default !important;
				}
			
			/* Month */
			
			.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month .c86-row.a div {
				cursor: default !important;
				color: #888 !important;
			}
			
			.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month .c86-row {
				height: 18px;
			}
				
				.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month .c86-row div {
					margin-top: 3px;
					width: 24px;
				}
				
				.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-first {
					padding-left: 16px;
				}
				.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-last {
					padding-right: 16px;
				}
				
				.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-outside {
					color: #dedede;
				}
				.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month .c86-row.c86-even div.c86-outside {
					color: #cecece;
				}				
					.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month .c86-row.a div {
						color: #9c9c9c;
					}
		
			/* Year & decade */
			
			.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-year-decade .c86-row {
				height: 42px;
			}
				.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div {
					width: 42px;
					padding-top: 15px;
					height: 29px;
				}
					.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-first {
						margin-left: 16px;
					}
					.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-last {
						margin-right: 16px;
					}
					
					*html .calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-first { /* IE6 fix */
						margin-left: 9px;
					}
					*html .calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-last { /* IE6 fix */
						margin-right: 9px;
					}
					
					.calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-month.c86-pickable .c86-row div:hover, 
					  .calendar-eightysix.default .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div:hover {
						color: #b2cfe1;
					}
		
		/* Footer */
		
		.calendar-eightysix.default .c86-footer {
			background: transparent url('../../img/script/datepicker_calendar_eightysix/default/footer-blue.png') top no-repeat;
			height: 4px;
		}
				*html .calendar-eightysix.default .c86-footer { /* IE6 png fix */
					background: none;
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/script/datepicker_calendar_eightysix/default/footer-blue.png', sizingMethod='scale'); 
				}


/* Red style */

.calendar-eightysix.default.red .c86-header .c86-arrow-left:hover {
	background-image: url('../../img/script/datepicker_calendar_eightysix/default/arrow-left-hover-red.png');
}
.calendar-eightysix.default.red .c86-header .c86-arrow-right:hover {
	background-image: url('../../img/script/datepicker_calendar_eightysix/default/arrow-right-hover-red.png');
}
.calendar-eightysix.default.red .c86-header .c86-label {
	color: #d13a3a;
}
	.calendar-eightysix.default.red .c86-header .c86-label.c86-clickable:hover {
		color: #d06d6d;
	}
.calendar-eightysix.default.red .c86-footer {
	background-image: url('../../img/script/datepicker_calendar_eightysix/default/footer-red.png');
}
	*html .calendar-eightysix.default.red .c86-footer { /* IE6 png fix */
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/script/datepicker_calendar_eightysix/default/footer-red.png', sizingMethod='scale'); 
	}
.calendar-eightysix.default.red .c86-body .c86-inner .c86-container.c86-month.c86-pickable .c86-row div:hover, 
  .calendar-eightysix.default.red .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div:hover {
	color: #b90000;
}
.calendar-eightysix.default.red .c86-body .c86-inner .c86-container .c86-row div.c86-selected {
	color: #b90000 !important;
}

/* Green style */

.calendar-eightysix.default.green .c86-header .c86-arrow-left:hover {
	background-image: url('../../img/script/datepicker_calendar_eightysix/default/arrow-left-hover-green.png');
}
.calendar-eightysix.default.green .c86-header .c86-arrow-right:hover {
	background-image: url('../../img/script/datepicker_calendar_eightysix/default/arrow-right-hover-green.png');
}
.calendar-eightysix.default.green .c86-header .c86-label {
	color: #73a642;
}
	.calendar-eightysix.default.green .c86-header .c86-label.c86-clickable:hover {
		color: #73a642;
	}
.calendar-eightysix.default.green .c86-footer {
	background-image: url('../../img/script/datepicker_calendar_eightysix/default/footer-green.png');
}
	*html .calendar-eightysix.default.green .c86-footer { /* IE6 png fix */
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/script/datepicker_calendar_eightysix/default/footer-green.png', sizingMethod='scale'); 
	}
.calendar-eightysix.default.green .c86-body .c86-inner .c86-container.c86-month.c86-pickable .c86-row div:hover, 
  .calendar-eightysix.default.green .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div:hover {
	color: #73a642;
}
.calendar-eightysix.default.green .c86-body .c86-inner .c86-container .c86-row div.c86-selected {
	color: #9abd79 !important;
}

/* OSX Dashboard Theme */

.calendar-eightysix.osx-dashboard {
	width: 198px;
	height: 162px;
	background: url('../../img/script/datepicker_calendar_eightysix/osx-dashboard/background.png') center;
	font-family: Calibri, Helvetica, Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}
*html .calendar-eightysix.osx-dashboard {
	background-image: url('../../img/script/datepicker_calendar_eightysix/osx-dashboard/background.gif');
}

	.calendar-eightysix.osx-dashboard .c86-wrapper {
		padding: 16px;
	}
		
		/* Header */
		
		.calendar-eightysix.osx-dashboard .c86-header {
			height: 22px;
		}
		
			.calendar-eightysix.osx-dashboard .c86-header .c86-arrow-left, .calendar-eightysix.osx-dashboard .c86-header .c86-arrow-right {
				width: 12px;
				height: 16px;
			}
			.calendar-eightysix.osx-dashboard .c86-header .c86-arrow-left {
				background: transparent url('../../img/script/datepicker_calendar_eightysix/osx-dashboard/arrow-left.gif') 5px 3px no-repeat;
			}
				.calendar-eightysix.osx-dashboard .c86-header .c86-arrow-left:hover {
					background-image: url('../../img/script/datepicker_calendar_eightysix/osx-dashboard/arrow-left-hover.gif');
				}
			.calendar-eightysix.osx-dashboard .c86-header .c86-arrow-right {
				background: transparent url('../../img/script/datepicker_calendar_eightysix/osx-dashboard/arrow-right.gif') 3px 3px no-repeat;
			}
				.calendar-eightysix.osx-dashboard .c86-header .c86-arrow-right:hover {
					background-image: url('../../img/script/datepicker_calendar_eightysix/osx-dashboard/arrow-right-hover.gif');
				}
			
			.calendar-eightysix.osx-dashboard .c86-header .c86-label {
				color: #cf0;
				width: 120px;
			}
				.calendar-eightysix.osx-dashboard .c86-header .c86-label.c86-clickable:hover {
					color: #fff;
				}
		
		/* Body */
		
		.calendar-eightysix.osx-dashboard .c86-body {
			height: 108px;
		}
			
			.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container {
				width: 166px;
				height: 108px;
			}
			
			/* General container */
			
			.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container .c86-row {
				width: 166px;
			}
			
				.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container .c86-row div.c86-non-selectable,
				  .calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container .c86-row div.c86-non-selectable:hover {
					color: #dcdcdc !important;
					cursor: default !important;
					background: none !important;
				}
				
				.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container .c86-row div.c86-today {
					text-decoration: underline;
				}
				.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container .c86-row div.c86-selected {
					font-weight: bold;
					color: #cf0 !important;
				}
			
			/* Month */
			
			.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-month .c86-row {
				height: 122px;
				height: 15px;
			}
				.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-month .c86-row.a {
					height: 19px;
					text-transform: uppercase;
				}
				
			.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-month .c86-row.a div {
				cursor: default !important;
				color: #9c9c9c !important;
			}
				
				.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-month .c86-row div {
					padding-top: 1px;
					width: 23px;
					height: 14px;
				}
				
				.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-outside {
					color: #454545;
				}				
					.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-month .c86-row.a div,
					  .calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-outside:hover {
						color: #9c9c9c !important;
					}
			
			/* Year & decade */
			
			.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-year-decade .c86-row {
				height: 36px;
			}
				.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div {
					width: 41px;
					padding-top: 11px;
					height: 24px;
				}
			
			.calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-month.c86-pickable .c86-row div:hover, 
			  .calendar-eightysix.osx-dashboard .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div:hover {
				color: #cf0;
			}
		
		/* Footer */
		
		.calendar-eightysix.osx-dashboard .c86-footer {
			display: none;
		}


/* Vista Theme */

.calendar-eightysix.vista {
	width: 198px;
	height: 162px;
	background: url('../../img/script/datepicker_calendar_eightysix/vista/background.png');
	font-family: Calibri, Helvetica, Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
*html .calendar-eightysix.vista {
	background-image: url('../../img/script/datepicker_calendar_eightysix/vista/background.gif');
}

	.calendar-eightysix.vista .c86-wrapper {
		padding: 16px;
	}
		
		/* Header */
		
		.calendar-eightysix.vista .c86-header {
			height: 22px;
		}
		
			.calendar-eightysix.vista .c86-header .c86-arrow-left, .calendar-eightysix.vista .c86-header .c86-arrow-right {
				width: 12px;
				height: 16px;
			}
			.calendar-eightysix.vista .c86-header .c86-arrow-left {
				background: transparent url('../../img/script/datepicker_calendar_eightysix/vista/arrow-left.gif') 5px 3px no-repeat;
			}
				.calendar-eightysix.vista .c86-header .c86-arrow-left:hover {
					background-image: url('../../img/script/datepicker_calendar_eightysix/vista/arrow-left-hover.gif');
				}
			.calendar-eightysix.vista .c86-header .c86-arrow-right {
				background: transparent url('../../img/script/datepicker_calendar_eightysix/vista/arrow-right.gif') 3px 3px no-repeat;
			}
				.calendar-eightysix.vista .c86-header .c86-arrow-right:hover {
					background-image: url('../../img/script/datepicker_calendar_eightysix/vista/arrow-right-hover.gif');
				}
			
			.calendar-eightysix.vista .c86-header .c86-label {
				margin-top: 1px;
				width: 120px;
			}
			.calendar-eightysix.vista .c86-header .c86-label.c86-clickable:hover {
				color: #06c;
			}
		
		/* Body */
		
		.calendar-eightysix.vista .c86-body {
			height: 108px;
		}
			
			.calendar-eightysix.vista .c86-body .c86-inner .c86-container {
				width: 166px;
				height: 108px;
			}
			
			/* General container */
			
			.calendar-eightysix.vista .c86-body .c86-inner .c86-container .c86-row {
				width: 166px;
			}
			
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container .c86-row div {
					background-color: #fff;
				}
			
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container .c86-row div.c86-non-selectable,
				  .calendar-eightysix.vista .c86-body .c86-inner .c86-container .c86-row div.c86-non-selectable:hover {
					color: #dcdcdc !important;
					cursor: default !important;
					background: none !important;
				}
			
			/* Month */
			
			.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row {
				height: 122px;
				height: 15px;
			}
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row.a {
					height: 16px;
					border-bottom: 1px solid #f5f5f5;
					margin-bottom: 1px;
				}
				
			.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row.a div {
				cursor: default !important;
				color: #9c9c9c !important;
			}
				
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row div {
					padding-top: 1px;
					width: 23px;
					height: 14px;
				}
				
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-outside {
					color: #dcdcdc;
				}				
					.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row.a div {
						color: #9c9c9c;
					}
					
			.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month.c86-pickable .c86-row div:hover {
				background: url('../../img/script/datepicker_calendar_eightysix/vista/day.gif') top no-repeat;
			}
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-today {
					background: url('../../img/script/datepicker_calendar_eightysix/vista/day.gif') 0 -17px no-repeat;
				}
					.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-today:hover {
						background: url('../../img/script/datepicker_calendar_eightysix/vista/day.gif') 0 -34px no-repeat;
					}
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-selected {
					background: url('../../img/script/datepicker_calendar_eightysix/vista/day.gif') 0 -51px no-repeat;
					color: #06c !important;
				}
					.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-selected:hover {
						background: url('../../img/script/datepicker_calendar_eightysix/vista/day.gif') 0 -68px no-repeat;
					}
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-today.c86-selected {
					background: url('../../img/script/datepicker_calendar_eightysix/vista/day.gif') 0 -85px no-repeat;
				}
					.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month .c86-row div.c86-today.c86-selected:hover {
						background: url('../../img/script/datepicker_calendar_eightysix/vista/day.gif') 0 -102px no-repeat;
					}
		
			/* Year & decade */
			
			.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row {
				height: 36px;
			}
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div {
					width: 41px;
					padding-top: 11px;
					height: 24px;
				}
				
				.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div:hover {
					background: url('../../img/script/datepicker_calendar_eightysix/vista/year-decade.gif') top no-repeat;
				}
					.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-today {
						background: url('../../img/script/datepicker_calendar_eightysix/vista/year-decade.gif') 0 -37px no-repeat;
					}
						.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-today:hover {
							background: url('../../img/script/datepicker_calendar_eightysix/vista/year-decade.gif') 0 -74px no-repeat;
						}
					.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-selected {
						background: url('../../img/script/datepicker_calendar_eightysix/vista/year-decade.gif') 0 -111px no-repeat;
						color: #06c !important;
					}
						.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-selected:hover {
							background: url('../../img/script/datepicker_calendar_eightysix/vista/year-decade.gif') 0 -149px no-repeat;
						}
					.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-today.c86-selected {
						background: url('../../img/script/datepicker_calendar_eightysix/vista/year-decade.gif') 0 -187px no-repeat;
					}
						.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div.c86-today.c86-selected:hover {
							background: url('../../img/script/datepicker_calendar_eightysix/vista/year-decade.gif') 0 -225px no-repeat;
						}
			
			.calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-month.c86-pickable .c86-row div:hover, 
			  .calendar-eightysix.vista .c86-body .c86-inner .c86-container.c86-year-decade .c86-row div:hover {
				color: #06c;
			}
		
		/* Footer */
		
		.calendar-eightysix.vista .c86-footer {
			display: none;
		}