#divCalendar {							/* must set the "top" and "left" properties in a different css file */
  position: absolute;
  display: none;
  width: 300px;
  color: #fff;
  background-color: #808080;		/* 337FC6 */
  z-index: 1003;

  border-radius: 0.3em;
  border: 1px solid #fff;		/* e4e4e4 */
  box-shadow: inset 0 0 4px #fff, 0 0 8px rgba(0,0,0,0.5);
  -o-box-shadow: inset 0 0 4px #fff, 0 0 8px rgba(0,0,0,0.5);
  -ms-box-shadow: inset 0 0 4px #fff, 0 0 8px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 0 4px #fff, 0 0 8px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 0 4px #fff, 0 0 8px rgba(0,0,0,0.5); }

#tblCalendar {
  margin: 0;
  padding: 0;
  width: 99%;
  font-size: 10px; }

#tblCalendar th {
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #8f8f8f; }

#tblCalendar a {
  display: block;
  width: 100%;
  border: 1px solid #8f8f8f;
  text-align: center; }

#tblCalendar img {
  float: right;
  margin: 0 -3px 0 3px; }

#tblCalendar #tdTitle { }

#tblCalendar #txtCalYear {
  float: right;
  width: 50px;
  text-align: center; }

#tblCalendar .aSel { background-color: #4088ff; border: 1px solid white; }
#tblCalendar .aToday { color: #4088ff; background-color: #fff; border: 1px solid #4088ff; }		/*90ee90*/
#tblCalendar .aNC { color: #8f8f8f; }				/* (N)ot (C)urrent dates */
#tblCalendar .aWeekday { color: #fff; }
#tblCalendar .aWeekend { color: #ccc; }

.cmbCalendar, .txtCalendar {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #808080;
  border: 1px solid #8f8f8f; }

#imgCalendar { margin: 0 0 -5px 0; }


