.caldiv
{
  position:             absolute;
  display:              none;
  width:                150px;
  height:				168px;
  min-height:			168px;  
  border:               1px solid black;
  background-color:     white;
  padding:              2px 2px 2px 2px;
}

.caltitlediv
{
  border-bottom:        1px solid black;
  background-color:     #99CC00;
  color:				white;
  font-family:          verdana;
  font-size:            8pt;
  font-weight:          bold;
  text-align:           center;
}
.caltitle
{
  font-family:          verdana;
  font-size:            8pt;
  font-weight:          bold;
  color:				white;
  text-align:           center;
}
.calnavdiv
{
  border-bottom:        1px solid black;
  background-color:     #C0C0C0;  
}
.calnavbut
{
  border:               1px outset silver;
  background-color:     #C0C0C0;
  font-family:          verdana;
  font-size:            7pt;
  text-align:           center;
  width:                15px;
  cursor:	pointer;
}
.caldetail
{
  background-color:     #C0C0C0;
  border-bottom:		1px solid black;
  height:				118px;
}
.caldaycell
{
  border-right:         1px solid black;  
  border-bottom:		1px solid black;
  font-family:          verdana;
  font-size:            7pt;
  font-weight:			bold;
  text-align:           center;
  background-color:		#99CC00;
  color:				white;
  width:				15px;
}
.calcell
{
     
  font-family:          verdana;
  font-size:            7pt;
  font-weight:			normal;
  text-align:           center;  
  color:				black;
  width:				15px;
  cursor:				pointer;
}
.calcellnot
{
    
  font-family:          verdana;
  font-size:            7pt;
  font-weight:			normal;
  text-align:           center;
  background-color:		white;
  color:				#C0C0C0;
  width:				15px;
  cursor:	pointer;
}
.calcelltoday
{
  border:         		1px solid black;    
  font-family:          verdana;
  font-size:            7pt;
  font-weight:			bold;
  text-align:           center;
  background-color:		#99CC00;
  color:				white;
  width:				15px;
  cursor:	pointer;
}
.caltoday
{
  border-bottom:   		1px solid black;    
  font-family:          verdana;
  font-size:            7pt;
  font-weight:			bold;
  text-align:           center;
  background-color:		#C0C0C0;
  color:				black;
  cursor:	pointer;
}
.calclose
{
	font-family:          	verdana;
	font-size:            	10pt;
	font-weight:			bold;
	background-color:		#C0C0C0;
	color:					black;
	border: 				1px outset silver;
	cursor:					pointer;
	text-align:				center;
	
}
