
b
{
  font-size: 10px;
}

#evenList
{
  margin-left: 5px;
}

#eventItem
{
  margin-bottom: 5px;
  font-size: 10px;
}

#eventItemDate
{
  border-bottom: 1px solid black;
  font-weight: bold;
}

#eventItemDesc
{
}

.cal_header{
  font-size: 12px;
  font-family: verdana;
  /*border-bottom: 1px solid #000000;*/
  border-top: 1px solid #000000;
  color: #CC3333;
}

.cal_day{
  border-right: 1px solid #000000;
  font-size: 9px;
}

.cal_day_header{
  border-right: 1px solid #000000;
  font-size: 12px;
  font-weight: bold;
}

.cal_month{
  background-color: #E9ECEF;
  font-size: 12px;
  font-family: verdana;
  border: 1px solid #000000;
  font-weight: bold;
}

.detail-div
{
  position:absolute;
  visibility:hidden;
  z-index:200; 
  border: 2px solid #CCCCCC;
  left: 100px; 
  top: 100px;
  width: 300px;
  height: 105px;
  background-color: #DFDFDF;
}

.detail-table
{
  width: 100%;
  height: 100%;
  font-family: verdana;
  font-size: 10px;
}

