.NJ_calendar
{
  border:none;
}

.NJContent_day
{
  width:90px;
  padding: 2 2 2 2;
  margin: 0 0 0 0;
  height:30px;
  text-align:left;
  vertical-align:top;
  font-family:Helvetica, sans-serif;
  font-size:12px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}

.NJ_day
{
  text-align:right;
  padding: 2 2 2 2;
  vertical-align:top;
  font-family:Helvetica, sans-serif;
  font-size:12px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
  height: 75px;
  width: 80px;
}

.NJ_othermonthday
{
	background-color: #add8e6;
}

.NJ_weekendday
{
	background-color: white;
}

details_outofrange
{
}

.NJ_dayOff
{
	color: Green;
	font-style: italic;
	font-weight: bold;
}

.NJ_month
{
  border-collapse:collapse;
  border:solid 1px black;
}

.NJ_dayheader
{
	background-color: #6495ed;
	
	color: #504C39;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #ACA899;
	border-right: solid 1px #C6C1AC;
	padding: 2px;
}

.NJ_title
{
  background-color: #6495ed;
  
  border: 1px solid black;
  border-bottom-width: 0px;
}

.NJ_title TD
{
  font-family:Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.NJ_nextprev
{
  cursor:pointer;
}


