#naptar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px ;
	background: #fff ;
}
#napthead {
	background: #fff ;
}
#naptar td {
	width: 44px ;
	height: 44px ;
	font-size:24px ;
	text-align: center ;
	padding: 3px;
	padding-right: 4px;	
	border-bottom: #031442 1px solid;
	vertical-align: middle;
}
#napthead td {
	border-bottom:none ;
	font-size:24px ;
	font-family: Arial, Helvetica, sans-serif;	
	padding-bottom: 3px;
}
#napthead .month-prev {
	text-align:left ;
	border-top: #CCC 1px solid ;
	color:#B9B9B9;
}
#napthead .month {
	border-top: #CCC 1px solid ;
	font-weight: bold ;
	background: #eee ;	
}
#napthead .month-next {
	text-align:right ;
	border-top: #CCC 1px solid ;
	color:#B9B9B9;
}
a.month-link {
	text-decoration: none;
	color: #000 ;
}
a.month-link:hover {
	text-decoration: underline;
	color: #666;
}
.nap {
	font-weight: bold ;
	background: #ABCCE2 ;
	color: #000 ;
	border-top: #031442 1px solid; 		
	border-left: #031442 1px solid; 		
}
#vas {
	border-right: #031442 1px solid; 
	bakground: #f9f9f9 ;
}
.empty-day {
	color: #FFF;
	border-left: #031442 1px solid; 
}
.past-day {
	background:#EEE ;
	border-left: #031442 1px solid; 	
}
#naptar div {
 text-decoration:none ;
 font-weight:bolder ;
 color: #000 ;
 padding: 0px;
}
.past-lnk {
 border: #757575 2px solid;
}

.today-lnk {
 border: #5698C5 2px solid;
}

.future-lnk {
 border: #92CC57 2px solid;
 padding:0 px;
}
.today {
	background:#DAE8F2 ;
	border-left: #031442 1px solid;
	font-weight: bold ;
	color:#000 ;
}
.future-day {
	border-left: #031442 1px solid; 
	background:#fff ;	
}
a.future-link {
	text-decoration:none ;
	color:#000;
	margin:0px;
	background:#fff ;
	display: block ;
}
a.future-link:hover {
	text-decoration:none ;
	background:#C8E5AA ;
	margin: 0px ;
}
a.past-link {
	text-decoration:none ;
	color:#000;
	margin:0px;
	display: block ;
	background:#EEE ;
}
a.past-link:hover {
	text-decoration:none ;
	background:#B9B9B9 ;
	margin: 0px ;
}

a.today-link {
	text-decoration:none ;
	color:#000;
	margin:0px;
	display: block ;
	background:#EEE ;
}
a.today-link:hover {
	text-decoration:none ;
	background:#ABCCE2 ;
	margin: 0px ;
}
