.pn_calendar_list_container{
	margin: 0 auto;
	width:189px;
	background-color:#9cb8c8;
	overflow: hidden;
	margin-right:5px;
}
.pn_calendar_list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;	
}
.pn_calendar_list li {
	float: left;
	margin: 0;
	padding: 0;
}
.pn_calendar_list a {
	color: #fff;
	font-size:9px;
	font-weight:normal;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	width:16px;
	height:14px;
	line-height:14px;
	padding:3px 5px;
	border-right:#e5e4da 1px solid;
	border-bottom:#e5e4da 2px solid;
}
.pn_calendar_list a:hover {
	background-color: #3399CC; /* c26c88 */
	color: #fff;
}

.pn_this_month{
	/* background-color: #3399CC; d392a7 */ /* vert clair : 33CCCC */
}
.pn_calendar_list a.pn_this_month:hover {
	/* background-color:#E64848; FF9999 */
}
.pn_other_month{
	background-color: #d1d0c5;
}
.pn_active_day{
	background-color: #9d3d5c;
}


.pn_calendar_list a.pn_inlimit {
	background-color: #8CC63F;
}
.pn_calendar_list a.pn_inlimit:hover {
	background-color:#FFCC80;
	color:#000;
}
.pn_calendar_list a.pn_inlimit.out {
	background-color: #CF4141;
}
.pn_calendar_list a.pn_inlimit.out:hover {
	background-color:#FF9933;
	color:#000;
}
.pn_calendar_list a.other_month.pn_outlimit.out {
	color: #CF4141;
}
.pn_calendar_list a.pn_this_month.pn_outlimit.out {
	background-color: #FF8566;
	color:#000;
}



.pn_cal_cell_ev_counter{
	position: absolute;
	width: 40px;
	height: 36px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 1px 0 0 127px;
	display: block;
	text-align: center;
	font-size: 21px;
	color: orange;
	background: red;
	line-height: 35px;
}

.pn_cal_cell_ev_start_select_h, .pn_cal_cell_ev_start_select_m,
.pn_cal_cell_ev_finish_select_h, .pn_cal_cell_ev_finish_select_m{
	width: 70px !important;
}

#pn_calendar_info_popup {
	position: fixed;
	top: 48%;
	left: 52%;
	margin-left: -150px;
	width: 300px;
	display: none;
	overflow: hidden;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,.6);
	-webkit-box-shadow: 
		inset 0 0 0 1px rgba(0,0,0,.6), 
		inset 0 0 0 2px rgba(255,255,255,.2);
	-moz-box-shadow: 
		inset 0 0 0 1px rgba(0,0,0,.6), 
		inset 0 0 0 2px rgba(255,255,255,.2);
	box-shadow: 
		inset 0 0 0 1px rgba(0,0,0,.6), 
		inset 0 0 0 2px rgba(255,255,255,.2);
	color: #fff;
	font-size: 16px;
	font-family: 'Tahoma',sans-serif;
	z-index: 999999;	
}

.pn_calendar_popup_err{
	display: none;
	color:white;
	background-color: red;
	border:solid 1px yellow;
	padding: 5px;
}
#pn_get_prev_month , #pn_get_next_month {
	display:block;
	width:20px;
	height:20px;
	background-color:#B0C4DE;
	font-size: 15px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-decoration:none;
}
#pn_get_prev_month:hover , #pn_get_next_month:hover {
	background-color:#B0E0E6;
}
#pn_get_prev_month {
	float:left;
	margin:1px 0 5px 50px;
}
#pn_get_next_month {
	float:right;
	margin:1px 10px 5px 0;
}
.pn_calendar_list a.daynames  {
	color:#000;
	font-weight:bold;
		cursor:default;
}
.pn_calendar_list a.daynames:hover {
	background-color: #d1d0c5;
	color: #000;
}
.pn_calendar_list a.pn_outlimit {
	background-color:#eee;
	color:#bbb;
	cursor:default;
}
.pn_calendar_list a.other_month {
	background-color:#fff;
	color:#ccc;
}

#pn_calendar center {
	margin-bottom:5px;
}