body .ui-widget {
	font-family: Helvetica Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

body .ui-datepicker {
	padding: 0;
}

body .ui-widget-content {
	border: none;
	background: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.19);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.19);
	box-shadow: 0 1px 3px rgba(0,0,0,.19);
    width: 280px;
    font-size: 1.5em;
}

body .ui-datepicker-buttonpane {
	display: none;
}

body .ui-datepicker-header {
	font-family: "Myriad Pro", sans-serif;
	color: #fff;
	padding: 0;
	border-top: 1px solid #4fb0ed;
	border-bottom: none;
	overflow: hidden;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	/*
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzMmIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NkMzAwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #4fb0ed 0%, #4fb0ed 100%);
	background-image: -o-linear-gradient(bottom, #4fb0ed 0%, #4fb0ed 100%);
	background-image: -webkit-linear-gradient(bottom, #4fb0ed 0%, #4fb0ed 100%);
	background-image: linear-gradient(bottom, #4fb0ed 0%, #4fb0ed 100%);
	*/
	background: #4fb0ed;
}

body .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
}

body .ui-datepicker .ui-datepicker-title {
	line-height: 2.2em;
	font-weight: normal;
	padding: 4px 0;
}

body .ui-datepicker .ui-datepicker-prev, 
body .ui-datepicker .ui-datepicker-next {
	top: -1px;
	background: #4fb0ed;
	border-radius: 0;
	font-weight: normal;
	border: none;
	height: 2.2em;
	width: 1.4em;
}

body .ui-datepicker .ui-datepicker-prev.ui-state-hover,
body .ui-datepicker .ui-datepicker-next.ui-state-hover {
	background: #ba2c0c;
}

body .ui-datepicker .ui-datepicker-prev {
	left: 0;
	border-right: 1px solid #4fb0ed;
	top: 4px;
}

body .ui-datepicker .ui-datepicker-next {
	right: 0;
	border-left: 1px solid #4fb0ed;
	top: 4px;
}

body .ui-datepicker .ui-datepicker-prev span, 
body .ui-datepicker .ui-datepicker-next span {
	margin-top: -4px;
	top: 40%;
}

body .ui-icon-circle-triangle-e {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -32px 0;
}

body .ui-icon-circle-triangle-w {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -96px 0;
}

body .ui-datepicker table {
	margin: 0;
	font-size: 0.85em;
}

body .ui-datepicker th {
	padding: .4em 0 .4em;
	text-transform: uppercase;
	color: #555;
	font-family: "Myriad Pro";
	font-weight: normal;
	border-top: 1px solid #e6e6e6;
}

body .ui-datepicker td {
	border: none;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 0;
	height: 35px;
}

body .ui-datepicker td:last-child {
	border-right: 0;
}

body td .ui-state-default {
	background: transparent;
	border: none;
	color: #2b2b2b;
	margin: 0;
	font-family: "Myriad Pro", sans-serif;
	font-weight: normal;
	text-align: center;
	border: 0 !important;
	background: 0 !important;
}


body .ui-datepicker-calendar .ui-state-hover {
	/* background: #ededed; */
	color: #4fb0ed;
	font-weight: 700;
}
body td .ui-state-highlight, body td .ui-widget-content .ui-state-highlight {
	color: #4fb0ed;
	font-weight: 700;
}

body td a.ui-state-active,
body td a.ui-state-active.ui-state-hover {
	background: #4fb0ed !important;
    display: block;
    height: 100%;
    line-height: 30px;
	color: #FFF;
}

.ui-datepicker-title {font-size: 14px !important;}