/* Datepicker border styling */
.datepicker {
  background-color: #fff;
  border:2px solid #818181;
  padding:0;
}

/* Tighten up the spacing between multiple calendars */
.datepickerSpace div {
  width:2px;
  height: 210px;
  background-color: #818181;
}

/* Grey background behind Month Name row, and blue text */
div.datepicker th {
  background-color:#d0eefa;
}

div.datepicker th a.datepickerMonth {
  color:#074c8d;
  font-weight:bold;
}

/* style the day of week header cells */
div.datepicker th {
  color: black;
  font-weight: bold;
}
/* grey underline beneath day of week row */
div.datepicker table thead tr.datepickerDoW th {
	padding-top:6px;
	border-top: 1px solid #68b4e0;
	border-bottom: 1px solid #CCCCCC;
}

div.datepicker table thead tr.datepickerDoW th {
  background:#f1f1f1;
}

div.datepicker table thead tr.datepickerDoW th:first-child span {color:#f3268b}
div.datepicker table thead tr.datepickerDoW th:last-child span {color:#0083c0}

/* Black text, white background, and grey borders around day cells */
div.datepicker a,
div.datepicker a:hover {
  color: black;
}
div.datepicker table.datepickerViewDays,
div.datepicker table.datepickerViewMonths,
div.datepicker table.datepickerViewYears {
  background-color:white;
}
div.datepicker table tbody.datepickerDays td {
  border: 1px solid #ececec;
}

/* blue cell color for selected days */
tbody.datepickerDays td.datepickerSelected {
  background-color:#4ca3d5;
}

/* Grey out dates in the future */
div.datepicker td.datepickerFuture a {
/*   color:#DDDDDD; */
}

/* yellow cell background on hover */
div.datepicker tbody.datepickerDays td:hover {
  background-color: #FFCC33;
}

/* Bold today's date */
div.datepicker td.datepickerToday a {
  font-weight:bold;
}

/* cells are wider in the clean style */
.datepickerYears a, .datepickerMonths a {
  width: 42px;
}
.datepickerMonths td:first-child a,
.datepickerYears td:first-child a {
  width:39px;
}
div.datepicker th a.datepickerMonth {
  width:154px;
}
/* btn_cal �߰��� ���� css */

img.btn_cal{
	cursor: pointer;
}

.clickable{
	cursor: pointer;
}
