.calendar {
	border: 1px solid #005FAF;
	width: 200px;
	font-family: verdana,tahoma,sans-serif;
/* 	font-size: 10px; */
	background: #fff;
	border-collapse: separate;
	font-size: .8em;
}

.calendar * {
	padding: 3px;
}

.calendar td,
.calendar th {
    border-left: none;
}

.month, .nav{
	background-color: #4088C3;
	color: white;
	height: 20px;
}

.nav{
	cursor: pointer;
	text-align: center;
}

.navmonth {
	padding: 0 1px;
	cursor: pointer;
	text-align: center;
}

.navmonth span {
	font-weight: normal;
	background: #F5F6F8;
	color: #000;
	/*border: 1px solid #3D3D3C;*/
	display: block;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
/* 	font-size: 9px; */
	height: 9px;
	line-height: 10px;
	vertical-align: top;
	margin: 0 0 2px 0 ;
}

.monthhover {
	color: #57585A;
}

.spacertop {
/* 	margin-top: 4px; */
	margin-top: 2px;
}

.spacerbottom {
/* 	margin-bottom: 4px; */
	margin-bottom: 2px;
}

.navmonthtr {
	background: #9CA7AD ! important;
}

.dayheader{
	color: black;
	background: #CCD0D4;
	border-bottom: 1px solid #989DA1;
	font-weight: bold;
}

.empty{
	background-color: transparent;
}


.kw {
	background: #CCD0D4;
	border-right: 1px solid #989DA1;
	text-align: center;
}

.kwheader{
	color: black;
	background: #CCD0D4;
	border-right: 1px solid #989DA1;
	font-weight: bold;
}


.days{
	color: black;
	text-align: center;
	background: #F5F6F8;
	cursor: pointer;
	border-top: 1px solid #F5F6F8;
	border-bottom: 1px solid #F5F6F8;
	border-left: 1px solid #F5F6F8;
	border-right: 1px solid #F5F6F8;
}

td.date{
	background: #9CA7AD;
	text-align: center;
/*
	border-top: 1px solid #F3F3F0;
	border-right: 1px solid #3D3D3C;
	border-bottom: 1px solid #3D3D3C;
	border-left: 1px solid #F3F3F0;	
*/
	cursor: pointer;
	color: #F5F6F8;
}

.calhover {
	background: #E6E8EB;
	text-align: center;
	border-top: 1px solid #F3F3F0;
	border-right: 1px solid #3D3D3C;
	border-bottom: 1px solid #3D3D3C;
	border-left: 1px solid #F3F3F0;	
	color: #57585A;
	cursor: pointer;
}

.today {
	background: #CCD0D4;
	text-align: center;
	color: #57585A;
	cursor: pointer;
}

