/* This file should be in folder /sites/all/modules/date/date_popup/themes/ */
/* The copy in /sites/all/themes/custom/linsha/ is there only for backup */

/* Smoothness Theme for jQuery UI Datepicker */
#ui-datepicker-div table,
#ui-datepicker-div td,
#ui-datepicker-div th {
  margin: 0;
  padding: 0;
}
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
  font-size: 12px !important;
}
#datepicker-holder a:hover {border:none;}

.ui-datepicker-links {
	background:url(images/date_bg.jpg) repeat-x 0 0;
	height:30px;
	width:245px;
	position:absolute;
	top:.5em;
	-moz-border-radius:5px;-webkit-border-radius:5px;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  background: #f4efea;
  border: 2px solid #D6D5AA;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  margin: 0;
  padding: 2.5em .5em .5em .5em;
  position: relative;
  width: 20.5em;
  -moz-border-radius:5px;-webkit-border-radius:5px;
}
#ui-datepicker-div {
  background: #ffffff;
  display: none;
  z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
  display: block;
}
.ui-datepicker-control {
  display: none;
}
.ui-datepicker-current {
  display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
  left: .5em; /* LTR */
  position: absolute;
  top: .5em;
}
.ui-datepicker-next {
  left: 18.6em;
}

.ui-datepicker-next a, .ui-datepicker-prev a {
  background: url(images/btn_prev.png) 50% 50% no-repeat; /* LTR */
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 16px;
  text-indent: -999999px;
  width: 16px;
}
.ui-datepicker-next a {
  background: url(images/btn_next.png) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-prev a:hover {
  background: url(images/btn_prevUp.png) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-next a:hover {
  background: url(images/btn_nextUp.png) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-prev a:active {
  background: url(images/btn_prev.png) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-next a:active {
  background: url(images/btn_next.png) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-header select {
  background: #FFFFFF;
  border: 1px solid #D6D5AA;
  color: #555555;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 2px !important;
  position: absolute;
  top: .8em;
  -moz-border-radius:5px;-webkit-border-radius:5px;
}
.ui-datepicker-header select.ui-datepicker-new-month {
  left: 3em; /* LTR */
  width: 9.5em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
  left: 13.2em; /* LTR */
  width: 5.3em;
}
table.ui-datepicker {
  text-align: right; /* LTR */
  width: 15.5em;
}
table.ui-datepicker td a {
  text-decoration: none;
}
table.ui-datepicker tbody {
  border-top: none;
}
table.ui-datepicker tbody td a {
  cursor: pointer;
  color:#13668A;
  font-size:100%;
}
table.ui-datepicker tbody td a:hover {
  /* LTR */
}
table.ui-datepicker tbody td a:active {
  background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x; /* LTR */
  border: 1px solid #dddddd;
  color: #222222;
}
.ui-datepicker-days-row td.ui-datepicker-days-cell {
	background-color:#13668A;
}
.ui-datepicker-days-row td.ui-datepicker-days-cell a {
	color:#FFFFFF;
	cursor:pointer;
}
.ui-datepicker-days-row td.ui-datepicker-unselectable {
	background-color:#FFFFFF;
}
table.ui-datepicker .ui-datepicker-title-row td {
  /*border-bottom: 1px solid #d3d3d3;*/
  color: #666666;
  font-size: 100%;
  font-weight:bold;
  padding: 3px 7px;
  text-align: center;
  text-transform:capitalize;
}

table.ui-datepicker .ui-datepicker-title-row td a {
  color: #666666;
  cursor:pointer;
}
.ui-datepicker-days-row td {
	background-color:#FFFFFF;
	border:4px solid #F4EFEA;
	padding:4px 7px 4px 8px;
	text-align:center;
}
td.ui-datepicker-other-month {background:none;}