/*
 * jQuery UI Datepicker 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 *
 *
 * ALTERA REFACTOR
 */
.ui-datepicker {
	width: 241px;
	height: 178px;
	background: url("../img/calendar-bg.png") no-repeat top left transparent;
	color: #222222;
	margin-top: 10px;
	display: none;
	padding: 0;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	height: 28px;
	padding: 0;
	padding-top: 14px;
}

.ui-datepicker .ui-widget-header {
	background: none;
	background-color: transparent;
	color: #222;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 13px;
	width: 16px;
	height: 16px;
}

.ui-datepicker .ui-datepicker-prev {
	background: url("../img/calendar-prev.png") no-repeat top left transparent;
}
.ui-datepicker .ui-datepicker-next {
	background: url("../img/calendar-next.png") no-repeat top left transparent;
}

.ui-datepicker .ui-datepicker-prev { left: 13px; }
.ui-datepicker .ui-datepicker-next { right: 13px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-prev:hover {
	border: 0;
}
.ui-datepicker .ui-datepicker-next:hover {
	border: 0;
}

.ui-datepicker .ui-datepicker-title {
	color: #666;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
	width: 214px;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 13px;
	padding: 0;
}

.ui-datepicker th {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
	font-weight: normal;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	color: #666;
}

.ui-datepicker td {
	margin: 0;
	border: 0;
	padding: 2px 2px 1px 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	width: 23px;
	height: 17px;
	padding: 0;
	padding-top: 1px;
	padding-right: 5px;
	text-align: right;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	border: 0;
	vertical-align: top;
}

.ui-datepicker td a.ui-state-default {
	background: url("../img/calendar-cell-bg.png") no-repeat top left transparent;
	border: 0;
	font-weight: bold;
}
.ui-datepicker td a.ui-state-active {
	background: url("../img/calendar-cell-selected-bg.png") no-repeat top left transparent;
	color: #fff;
	border: 0;
	font-weight: bold;
}
.ui-datepicker td span.ui-state-default {
	background: url("../img/calendar-cell-disabled-bg.png") no-repeat top left transparent;
	color: #b3b3b3;
	border: 0;
	font-weight: bold;
}

.ui-datepicker .ui-state-disabled {
	opacity: 1;
	filter: none;
}

.ui-datepicker td a:hover {
	background: url("../img/calendar-cell-selected-bg.png") no-repeat top left transparent;
	color: #fff;
	border: 0;
}


.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0em;
}

.ui-datepicker .ui-corner-all, 
.ui-datepicker .ui-corner-bottom, 
.ui-datepicker .ui-corner-right, 
.ui-datepicker .ui-corner-br {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.ui-datepicker .ui-corner-all, 
.ui-datepicker .ui-corner-bottom, 
.ui-datepicker .ui-corner-left, 
.ui-datepicker .ui-corner-bl {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ui-datepicker .ui-corner-all, 
.ui-datepicker .ui-corner-top, 
.ui-datepicker .ui-corner-right, 
.ui-datepicker .ui-corner-tr {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.ui-datepicker .ui-corner-all, 
.ui-datepicker .ui-corner-top, 
.ui-datepicker .ui-corner-left, 
.ui-datepicker .ui-corner-tl {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.ui-datepicker .ui-widget-content {
	border: 0;
	background: none;
	background-color: transparent;
	color: #222222;
}

.ui-datepicker .ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}


.ui-datepicker .ui-icon {
	background: none;
	width: 16px;
	height: 16px;
}
