.calendar
{
	width: auto;
	height: auto;
	display: inline-block;
	background-color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background-color:#FFF;
	height:auto;
	padding:2px;
	padding-right:1px;
}

.calendar .head
{
	width:100%;
	height:auto;
	background-color: #E5E5E5;
	display:inline-block;
	display:flex;
}

.calendar .head_text
{
	width:100%;
	height:auto;
	background-color: #FFF;
	display:inline-block;
	display:flex;
	color:#000;
	padding:3px;
	border:solid 1px #BBB;
}

.calendar .head_text_month
{
	width:100%;
	height:auto;
	background-color: #999;
	display:inline-block;
	display:flex;
	color:#FFF;
	font-weight:bold;
	padding:3px;
	border:solid 1px #BBB;
	text-align:center;
}

.calendar .head a
{
	margin-top:7px;
}

.calendar .head .a_left
{
	display:inline-block;
	float:left;
	background-image:url(img/prev_kll.png);
	width:11px;
	height:7px;
	margin-left:5px;
	
	display:flex;
	flex-basis:11px;
	  flex-grow:0;
	
}

.calendar .head .a_right
{
	display:inline-block;
	float:right;
	background-image: url(img/next_kll.png);
	width:11px;
	height:7px;
	margin-right:5px;

	display:flex;
	flex-basis:11px;
	  flex-grow:0;
	
}

.calendar .head .navget
{
  margin-top:1px;
  margin-left:7px;
  margin-right:2px;
  display:flex;
  flex-grow:1;
  text-align:center;
}

.calendar .head .navget div
{
	display:inline-block;
	text-align:center;
	width:100%;
	height:auto;
}

.calendar .head .navget select
{
	height:20px;
	font-size:12px;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
}

.calendar .rdy
{
	display:block;
	height: auto;
	width:100%;
	margin-top:1px;
}

.calendar .rdy div
{
	display: inline-block;
	float:left;
	width:26px;
	height: auto;
	background-color:#dedede;
	margin-right:1px;
	text-align:center;
	padding-top:3px;
	height:19px;
}

.calendar .row
{
	height: auto;
	width:100%;
	display:block;
}

.calendar .row a:hover
{
	text-decoration:underline;
	color: #E9141A;
}


.calendar .r2
{
	display: inline-block;
	float:left;
	width:26px;
	height:22px;
	background-color:#ededed;
	margin-right:1px;
	text-align:center;
	padding-top:3px;
	height:19px;
	text-decoration:none;
	color:#000;
}

.calendar .r22
{
	display: inline-block;
	float:left;
	width:26px;
	height:22px;
	background-color:#ededed;
	margin-right:1px;
	text-align:center;
	padding-top:3px;
	height:19px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.calendar .r22sel
{
	display: inline-block;
	float:left;
	width:26px;
	height:22px;
	background-color: #DBDBDB;
	margin-right:1px;
	text-align:center;
	padding-top:3px;
	height:19px;
	text-decoration: underline;
	color:#000;
	color:#00F;
	font-weight:bold;
	/*border:solid 1px #000000; */
  /*  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-sizing:border-box;  */
	
}


