.dtpk-cont {
	margin-bottom:5px;
	padding:0;
	border:0px solid red;
}
/* select year & month */
.dtpk-sel-ym {
	text-align:center;
	margin-bottom:10px;
}
.dtpk-sel-ym table {
	width:100%;
}
.dtpk-sel-ym button {
	padding-left:0;
	padding-right:0;
	width:20px;
}
.dtpk-sel-y-cont {
	max-width:180px;
}
.dtpk-sel-m-cont {
	max-width:160px;
}
.dtpk-sel-y-cont .glyphicon,
.dtpk-sel-m-cont .glyphicon {
	font-size:80%;
}
/* display year & month */
.dtpk-ym {
	margin-bottom:5px;
	text-align:center;
	color:black;
	font-size:110%;
	font-weight:bold;
}
.dtpk-daytbl {
	width:100%;
	border-spacing: 2px;
	border-collapse: separate;
	user-select:none;
}
/* day table */
.dtpk-head,
.dtpk-day {
	padding:2px 0 0 0;
}
/* heading */
.dtpk-head {
	text-align:center;
	color:white;
	background-color:#080;
}
/* day */
.dtpk-day {
	text-align:center;
	color:black;
	text-shadow:0 0 1px #888;
}
/* weekday */
.dtpk-wday {
	background-color:#ddf;
}
/* weekend */
.dtpk-wend {
	background-color:#ddf;
/*	background-color:#faa;*/
}
/* in month */
.dtpk-inday {
	cursor:pointer;
}
.dtpk-inday:hover,
.dtpk-inday:focus {
	text-shadow:0 0 1px #444;
}
.dtpk-inday:active {
	color:white;
}
/* out of month */
.dtpk-outday {
	color:#eee;
	background-color:#fff;
}
/* today */
.dtpk-today {
	background-color:#cc9;
}
/* selday */
.dtpk-selday {
	background-color:#8f8;
}
/* reserved */
.dtpk-reserved {
	color:white;
	background-color:red;
	cursor:not-allowed;
}

