.CalendarContainer
{
  z-index: 110;
  left: 144px;
  visibility: hidden;
  margin: 0px;
  position: absolute;
  top: 144px;
  background-color:white;
  width: 165px;
  height: 185px;
}

.CalendarContainerBody
{
  font-family: Verdana;
  top: 0px;
  left: 0px;
	background-color: white; 
	border-width: 1px;
	padding: 0px;
	margin: 0;
  width:0px;
  height:1px;
}

.CalendarContainerDiv
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  width:1px;
  height:1px;
  background-color: white;
}

.SearchCalendarImageHoverStyle
{
  border-Width: 0.1mm;
  border-Right-Color: buttonshadow;
  border-Right-Style: outset;
  border-Bottom-Color: buttonshadow;
  border-Bottom-Style: outset;
  border-Top-Color: buttonhighlight;
  border-Top-Style: solid;
  border-Left-Color: buttonhighlight;
  border-Left-Style: solid;
  cursor: hand;
}

.SearchCalendarImageSelectedStyle
{
  border-Width: 0.1mm;
  border-Right-Color: buttonhighlight;
  border-Right-Style: solid;
  border-Bottom-Color: buttonhighlight;
  border-Bottom-Style: solid;
  border-Top-Color: buttonshadow;
  border-Top-Style: outset;
  border-Left-Color: buttonshadow;
  border-Left-Style: outset;
  cursor: hand;
}

.GridCalendarImageHoverStyle
{
  border-Width: 0.1mm;
  border-Right-Color: buttonshadow;
  border-Right-Style: outset;
  border-Bottom-Color: buttonshadow;
  border-Bottom-Style: outset;
  border-Top-Color: buttonhighlight;
  border-Top-Style: solid;
  border-Left-Color: buttonhighlight;
  border-Left-Style: solid;
  cursor: hand;
}

.GridCalendarImageSelectedStyle
{
  border-Width: 0.1mm;
  border-Right-Color: buttonhighlight;
  border-Right-Style: solid;
  border-Bottom-Color: buttonhighlight;
  border-Bottom-Style: solid;
  border-Top-Color: buttonshadow;
  border-Top-Style: outset;
  border-Left-Color: buttonshadow;
  border-Left-Style: outset;
  cursor: hand;
}

.GridCalendarCloseLink
{
  font-family:Verdana;
  font-weight: normal;
  font-size: 8pt;
  cursor: hand;
  color: blue;
  text-decoration: underline;
  text-align:center;
  width:100%;
}
