/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/


/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background:#666;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
    left:2px;
    background:#666;
    color:#ffffff;
    cursor: pointer;
    alignment-adjust:middle;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
	background:#666;
	color:#ffffff;
	cursor: pointer;
	alignment-adjust:middle;
}



.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	background:#666;
	color:#ffffff;
}


.ui-datepicker table {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
	margin: 0 0 .4em;
	background:#000000;
	color:#ffffff;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	background:#000000;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
	background:#ccc;
}

.ui-datepicker td span,.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
	background:#ffffff;
	color:#000000;
}
