@CHARSET "UTF-8";

/* Old Datepicker jQuery UI 1.5 */
table.ui-datepicker td.activeDay a {
	border-top-color: black;
	border-bottom-color: black;
}

table.ui-datepicker td.firstActiveDay a {
	border-top-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

table.ui-datepicker td.lastActiveDay a {
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
}

table.ui-datepicker td.holiday a {
	color: red;
}

table.ui-datepicker td.ui-datepicker-today a {
	border-color: red;
}

/* New Datepicker */
.ui-datepicker {
	margin: 0;
	padding: 0;
	width: auto;
}

table.ui-datepicker-calendar td,
table.ui-datepicker-calendar th {
	padding: 0;
}
table.ui-datepicker-calendar td.activeDay a {
	border-top-color: black;
	border-bottom-color: black;
}

table.ui-datepicker-calendar td.firstActiveDay a {
	border-top-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

table.ui-datepicker-calendar td.lastActiveDay a {
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
}

table.ui-datepicker-calendar td.holiday a {
	color: red;
}

/* Slider */
.ui-slider {
	height: 1.8em;
	width:140px;
}

.ui-slider-handle {
	width: 0.6em;
	height: 2.0em;
	background:none;
	background-color: #FFA0A2;
}

.ui-slider-handle:hover {
	background:none;
	background-color: #FFFF99;
}

.ui-slider-range {
	height: 1.8em;
}

/* Exception time slider form */
.instructions {
	width:140px;
}

.instructionsLeft {
	text-align: right;
	padding-right: 2px;
	line-height: 1.8em;
}

.instructionsRight {
	text-align: left;
	padding-left: 2px;
	line-height: 1.8em;
}
