﻿.dateSelector {
}

.dateSelector_TextBox {
	background-image: url("../Images/Calendar.png");
	background-position-x: 98%;
	background-position-y: 50%;
	background-repeat: no-repeat;
}

	.dateSelector_TextBox:focus {
		background-image: url("../Images/CalendarFocus.png");
	}

	.dateSelector_TextBox:disabled {
		background-image: url("../Images/CalendarDisabled.png");
	}

	.dateSelector_TextBox::-ms-clear {
		display: none;
	}

.ui-datepicker {
	background: #fcfcfc; /* Old browsers */
	background: #fff -moz-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* FF3.6+ */
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc)), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: #fff -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
	background: #fff -o-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* Opera11.10+ */
	background: #fff -ms-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* IE10+ */
	background: #fff linear-gradient(top, #fcfcfc 0%, #fff 100%); /* W3C */
	border-radius: 3px;
	box-shadow: 2px 2px 10px #d7d7d7;
	font-family: 'Segoe UI Variable Text', 'Segoe UI';
	font-size: 10pt;
	padding: 10px;
	border: 1px solid #ccc;
	display: none;
	z-index: 1100 !important;
}

.ui-datepicker table {
	border-collapse: collapse;
	width: 180px;
}

.ui-datepicker table th, .ui-datepicker table td {
	font-size: 10pt;
	padding: 0px;
	text-align: center;
}

.ui-datepicker a {
	cursor: pointer;
	text-decoration: none;
}

.ui-datepicker-prev {
	background: url('/Theming/Styles/Images/LeftArrow.png') no-repeat center;
	float: left;
	height: 24px;
	width: 24px;
}

.ui-datepicker-next {
	background: url('/Theming/Styles/Images/RightArrow.png') no-repeat center;
	float: right;
	height: 24px;
	width: 24px;
}

a.ui-datepicker-prev:active {
	background: url('/Theming/Styles/Images/LeftArrowActive.png') no-repeat center;
}

a.ui-datepicker-next:active {
	background: url('/Theming/Styles/Images/RightArrowActive.png') no-repeat center;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
	display: none;
}

.ui-datepicker-title {
	font-weight: bold;
	height:25px;
	text-align: center;
}

.ui-datepicker-today {
	background: #EFEFEF;
}

.ui-datepicker-current-day {
	background: #0191D2;
}

.ui-datepicker-current-day .ui-state-active {
	color: white;
}

.ui-datepicker-calendar a {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 25px;
}

.ui-datepicker a:hover {
	background-color: #EFEFEF;
	text-decoration: none;
}

.ui-datepicker a:active {
	background-color: #017099;
	color: white;
}

.ui-datepicker-other-month a {
	color: #999990;
}