.jscal_form {
  background-color: #ffffff;
  font-family: helvetica;
  font-size: 8pt;
  color: #000000; 
}

.jscal_title {
  font-family: helvetica;
  font-size: 8pt;
  font-weight: bold;
  color: #00305b; 
}

.jscal_days_title {
  background-color: #00305b;
  font-family: helvetica;
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff; 
}

.jscal_normal {
  text-decoration: none;
  font-family: helvetica;
  font-weight: normal;    
  font-size: 8pt;
  color: #000000;
}

.jscal_normal A:link {
  text-decoration: none;
  font-family: helvetica;
  font-size: 8pt;
  color: #000000;
}

.jscal_normal A:visited {
  text-decoration: none;
  font-family: helvetica;
  font-weight: normal;  
  font-size: 8pt;
  color: #000000;
}

.jscal_normal A:active {
  text-decoration: none;
  font-family: helvetica;
  font-weight: normal;  
  font-size: 8pt;
  color: #000000;
}

.jscal_normal A:hover {
  text-decoration: underline;
  font-family: helvetica;
  font-weight: bold;
  font-size: 8pt;
  color: #000000;
}

.jscal_today {
  background-color: #4682b4;
  font-family: helvetica;
  font-weight: normal;  
  font-size: 8pt;
  color: #ffffff; 
}

.jscal_today A:link {
  background-color: #4682b4;
  text-decoration: none;
  font-weight: normal;
  font-family: helvetica;
  font-size: 8pt;
  color: #ffffff; 
}

.jscal_today A:visited {
  background-color: #4682b4;
  text-decoration: none;
  font-weight: normal;
  font-family: helvetica;
  font-size: 8pt;
  color: #ffffff; 
}

.jscal_today A:active {
  background-color: #4682b4;
  text-decoration: none;
  font-weight: bold;
  font-family: helvetica;
  font-size: 8pt;
  color: #ffffff; 
}

.jscal_today A:hover {
  background-color: #4682b4;
  text-decoration: underline;
  font-weight: bold;
  font-family: helvetica;
  font-size: 8pt;
  color: #ffffff; 
}

.jscal_href A:link 
  {
  text-decoration: none;
  font-weight: normal;
  font-family: helvetica;
  font-size: 8pt;
  color: #000000;
  }
  
.jscal_href A:visited 
  {
  text-decoration: none;
  font-weight: normal;
  font-family: helvetica;
  font-size: 8pt;
  color: #000000;  
  }

.jscal_href A:active 
  {
  text-decoration: none;
  font-weight: normal;
  font-family: helvetica;
  font-size: 8pt;
  color: #000000; 
  }

.jscal_href A:hover 
  {
  text-decoration: underline;
  font-weight: normal;
  font-family: helvetica;
  font-size: 8pt;
  color: #000000; 
  }
    
.div_calendar 
  {
  position: absolute;
  visibility: hidden;
  width: 230px;
  border-style: solid;
  border-width: 1px;  
  }

.div_calendar_static
  {
  position: static;
  visibility: hidden;
  width: 189px;
  height: 160px;
  border-style: solid;
  border-width: 0px;  
  }