@CHARSET "UTF-8";
calendarpopup table{
	border-collapse: collapse;
}
calendarpopup .calclose{
	position: absolute;
	right: 10px;
	top: 7px;
}

#calendar,
#calendartable{
	display:none;
	z-index: 200;
	position: absolute;
	background-color: #fff;
	box-shadow:0px 1px 5px rgba(0,0,0,0.2);
}
table.caltable{
	padding:10px;
	
	border-collapse: collapse;
}
tr.caltop{
	color: #fff;
	font-weight: bold;
	text-align: center;
}
tr.caltop td{
	padding: 10px;
}
calendarpopup .calclose{
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
}
calendarpopup .calclose img{
	transition:border-radius 0.15s ease,background-color 0.15s ease;
}
calendarpopup .calclose img:HOVER{
	border-radius:10px;
	background-color: rgba(255,255,255,0.2);
	transition:border-radius 0.15s ease,background-color 0.15s ease;
}
tr.calbuttons{
}
tr.calbuttons td{
	padding:0px;
}
input.calbtntoday,
input.calbtnprev,
input.calbtnnext{
	height: 100%;
	width: 100%;
	border-radius:0px;
	box-shadow:0px 0px 0px;
	transition:border-radius 0.2s ease,background-color 0.15s ease;
}
input.calbtntoday:HOVER,
input.calbtntoday:ACTIVE,
input.calbtntoday:FOCUS,
input.calbtnprev:HOVER,
input.calbtnprev:ACTIVE,
input.calbtnprev:FOCUS,
input.calbtnnext:HOVER,input.calbtnnext:ACTIVE,input.calbtnnext:FOCUS{
	box-shadow:0px 0px 0px;
	border-radius:15px;
	background-color: rgba(255,255,255,0.2);
	transition:border-radius 0.2s ease,background-color 0.15s ease;
}
tr.caltr{
	height:27px;
}
tr.calweek th{
	color:#555;
	font-weight: normal;
}
td.caltoday,
td.calnextmonth,
td.calday{
	width:27px;
	text-align: center;
	transition :background-color 0.2s ease;
}
td.caltoday:HOVER,
td.calnextmonth:HOVER,
td.calday:HOVER{
	background-color: #f1f2f3;
	transition :background-color 0.2s ease;
}
td.calday a,
td.caltoday a,
td.calnextmonth a,
td.calinterval a{
	text-decoration: none
}
td.calinterval{
	width:27px;
	text-align: center;
}
td.calinterval a{
	color:#ddd;
	cursor: default;
}
td.calday a{
	color:#555
}
td.caltoday a{
	font-weight: bold;
}
td.calnextmonth a{
	color:#bbb
}
img.calendericon{
	vertical-align: middle;
	cursor: pointer;
}