.calendar{
  background-color: #cfcfcf;
  padding: 0px;
  width: 195px;
  border-width:2px;
  border-style: outset;
  position: absolute;
  left:10px;
  top: 10px;
  display: none;
  color: #000000; 
  font-weight: normal; 
  font-family: Arial,Helevetica,sans-serif; 
  font-size: 8pt;
}

.caption{
  font-family: arial;
  font-size: 8pt;
}

.field{
  background-color: white;
  margin:2px;
  border-style: inset;
  border-width: 2px;
}

.field TD{
  cursor: hand;
  width:14%;
}

.set{
  margin: 2px 4px 0px 4px;
  padding: 0px 2px 4px 2px;
}

.nums{
  font-family: arial;
  font-size: 9pt;
  text-align: center;
  background-color: white;
}

.header{
  background-color: #cccccc;
  font-size: 8pt;
}

.tip{
  font-family: arial;
  font-size: 8pt;
  margin: 0px 4px 0px 4px;
}

.closecontainer{
  text-align:right;
  font-family: arial;
  font-size: 9pt;
  text-weigth: bold;
  background-color: #0A246A;
  margin: 0px;
}

.today-caption {
  color: white;
  font-weight: bold;
  font-size: 8pt;
  padding-left: 5px;
}

.closebutton{
  border-width:1px;
  height: 14px;
  margin: 2px;
}

.save-close {
    margin: 4px;
    width: 100%;
    border: 1px outset #CCCCCC;
    background: #AAAAAA;
}

.today {
    background-color: #CC3333;
}

.highlighted {
    text-decoration: underline;
    color: red;
}
