p {
  margin: 0px;
}
table {
  border-right: 1px #ababab dotted;
  border-bottom: 1px #ababab dotted;
  background-color: #ffffef;
}
td {
  text-align: center;
  border-left: 1px #ababab dotted;
  border-top: 1px #ababab dotted;
  padding: 0px 2px 0px 2px;
}
td.inactive a {
  display: block ! important;
  text-decoration: none ! important;
}
td.active a {
  color: #ffffff ! important; 
  text-decoration: none ! important;
  outline: none;
}
.inactive a:link, .inactive a:visited {
  text-decoration: none ! important; 
  display: block ! important;
}
.inactive a:hover {
  color: #ffffff ! important;
  background-color: #98ca33 ! important;
  text-decoration: none ! important;
  display: block ! important;
}
.calendar {
  float: left;
  margin: 24px 8px 24px 0px;
}
.inactive {
  background-color: #ffffef;
  color: #333333;
}
.active {
  background-color: #555555;
  color: #ffffff;
}
.unavailable {
  background-color: #ffffef;
  color: #dddddd;              
}
.hover {
  color: #ffffff;
  background-color: #98ca33;
  text-decoration: none;              
}
#transbox {
  width: 500px;
  background-color: #000000;
  border: 2px solid #777777;
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  position: absolute;
  left: 275px;
  top: 340px;
  text-align: left;
} 
#divCaption {
  padding: 8px;
  font-weight: bold;
  color: #ffffff;
  filter: alpha(opacity = 100);
  opacity: 1;
  -moz-opacity: 1;
  position: relative;
  float: left;
  border: none;
  text-align: left;
  width: auto;
}  
#popupButton {
  color: #ffffff; 
  font-family: Arial, Helvetica, Sans-Serif; 
  border: 1px solid white;
  text-decoration: none;
  padding: 0px;
}
#popupButton a:link, #popupButton a:visited, #popupButton a:hover {
  text-decoration: none; 
}
.normalButton {
  color: #ffffff;
  filter: alpha(opacity = 100);
  opacity: 1;
  -moz-opacity: 1;
} 
.focusButton {
  background-color: #999999;
}            
