@charset "utf-8";
/*!
 * jQuery UI Datepicker 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */

.ui-datepicker {
	background:#fff;
	width:180px;
	border:1px #22252d solid;
	padding:10px;
	display:none;
	color:#666;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:0;
	width:10px;
	height:14px;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top:0;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev {
	top:9px;
	left:7px;
	background:url(/kosep/pb/mn/images/common/cm_ico.png) no-repeat -24px -56px;
}
.ui-datepicker .ui-datepicker-next {
	top:9px;
	right:7px;
	background:url(/kosep/pb/mn/images/common/cm_ico.png) no-repeat -37px -56px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	top:9px;
	left:7px;
}
.ui-datepicker .ui-datepicker-next-hover {
	top:9px;
	right:7px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
}
.ui-datepicker .ui-datepicker-title {
	width:auto;
	text-align:center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:12px;
	height:20px;
	line-height:20px;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width:auto;
	margin:0 2px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width:auto;
	margin:0 2px;
}
.ui-datepicker table {
	width: 100%;
	margin-top:5px;
	font-size:11px;
	border-collapse: collapse;
	table-layout:fixed;
}
.ui-datepicker th {
	background:#f5f5f5;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	width:23px;
	padding: .7em 0 !important;
	text-align: center;
	font-weight: normal;
}
.ui-datepicker th:first-child {
	color:#ff242c;
}
.ui-datepicker td {
	text-align:center;
}
.ui-datepicker tr:first-child td  {
	padding-top:5px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display:inline-block;
	width:23px;
	height:18px;
	line-height:18px;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker td:first-child a {
	color:#ff242c;
}

.ui-datepicker td a:hover {
	background:#02398d;
	font-weight:bold;
	color:#fff !important;
}



.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
