/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}

/* Calendar Wrapper */
.ui-datepicker {
	display: none;
	width: 860px !important;
	height:250px;
	padding: 20px;
	cursor: default;
	text-transform: uppercase;
	font-size: 12px;
	background: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #040034;
}
#calendar {
	width: 900px;
	margin:30px 50px;
	
}

/* Calendar Header */
.ui-datepicker-header {
	position: relative;
	padding-bottom: 10px;
	width:270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03022E;
}

.ui-datepicker-title { text-align: center;
width:270px; }

/* Month */
.ui-datepicker-month {
	position: relative;
	padding-right: 15px;
	color: #354F9C;
}

.ui-datepicker-month:before {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';

	background: #06c;
	background: -moz-linear-gradient(top, #06C 0%, #6CF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06c), color-stop(100%,#6cf));
	background: -webkit-linear-gradient(top, #06c 0%,#6cf 100%);
	background: -o-linear-gradient(top, #06c 0%,#6cf 100%);
	background: -ms-linear-gradient(top, #06c 0%,#6cf 100%);
	background: linear-gradient(top, #06c 0%,#6cf 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Year */
.ui-datepicker-year {
	padding-left: 8px;
	color: #a8a8a8;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: -2px;
	padding: 5px;
	cursor: pointer;
}

.ui-datepicker-prev {
	left: 0;
	padding-left: 0;
}

.ui-datepicker-next {
	right: 0;
	padding-right: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
	display: block;
	width: 5px;
	height: 10px;
	text-indent: -9999px;

	background-image: url(../img/arrows.png);
}

.ui-datepicker-prev span { background-position: 0px 0px; }

.ui-datepicker-next span { background-position: -5px 0px; }

.ui-datepicker-prev-hover span { background-position: 0px -10px; }

.ui-datepicker-next-hover span { background-position: -5px -10px; }

/* Calendar "Days" */
.ui-datepicker-calendar th {
	padding-top: 15px;
	padding-bottom: 10px;
	
	text-align: center;
	font-weight: normal;
	color: #a8a8a8;
}

.ui-datepicker-calendar td {
	padding: 0 8px;
	
	text-align: center;
	line-height: 26px;
}

.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: 20px;
	outline: none;
	text-decoration: none;
	color: #333;
	border: 1px solid transparent;
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
	color: #06c;
	border-color: #06c;
	background-color: #dfdfdf;
}


/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default { color: #565656; }
/*Group*/

.ui-datepicker-group {
	width:270px;
	float:left;
	margin: 0 8px;
	padding:0 !important;
	
}
table.ui-datepicker-calendar tbody td.highlight1 > a {
    background:  #FFDE2E;
    color: #363636;
    border: 1px solid #FFDE2E;
}
td.toluca > a {
    background:  #4EC3C7;
    color: #fff !important;
    border: 1px solid #4EC3C7;
}
td.guadalajara > a {
    background:  #D01C24;
    color: #fff !important;
    border: 1px solid #D01C24;
}
td.colima > a {
    background:  #F9A01B;
    color: #fff !important;
    border: 1px solid #F9A01B;
}
td.tijuana > a {
    background:  #821E70;
    color: #fff !important;
    border: 1px solid #821E70;
}
td.ensenada > a {
    background:  #B2D235;
    color: #fff !important;
    border: 1px solid #B2D235;
}
td.mexicali > a {
    background: #BD93DC;
    color: #fff !important;
    border: 1px solid #BD93DC;
}
td.hermosillo > a {
    background: #FFC60B;
    color: #fff;
    border: 1px solid #FFC60B;
}
td.taxco > a {
    background:  #FFEC9D;
    color: #fff;
    border: 1px solid #FFEC9D;
}
td.queretaro > a {
    background:  #D6C2AD;
    color: #fff !important;
    border: 1px solid #D6C2AD;
}

td.cabos > a {
    background:  #EC008C !important;
    color: #000 !important;
    border: 1px solid #EC008C !important;
}

td.lapaz > a {
    background:  #9EE8C5 !important;
    color: #fff !important;
    border: 1px solid #9EE8C5 !important;
}
td.veracruz > a {
    background:  #FBBFE6 !important;
    color: #fff;
    border: 1px solid #FBBFE6 !important;
}
td.cuernavaca > a {
    background:  #F15A22 !important;
    color: #fff;
    border: 1px solid #F15A22 !important;
}
td.cdobregon > a {
    background:  #D0ECF4 !important;
    color: #fff;
    border: 1px solid #D0ECF4 !important;
}

td.irechel > a {
    background:  #0083CA !important;
    color: #fff;
    border: 1px solid #0083CA !important;
}