table#calendar
{
  font-family:arial;
  background-color:white /*#ddeeff #3a6ea5*/
}

table#calendar caption
{
  font-size:12pt;
  font-weight:bold;
  color:#3a6ea5
}

table#calendar th
{
  width:36px;
  height:20px;
  font-size:10pt;
  font-weight:bold;
  color:white;
  background-color:#3a6ea5
}

table#calendar th.first
{
  background-image:url(../images/top_left_steel_blue.gif);
  background-position:top left;
  background-repeat:no-repeat
}

table#calendar th.last
{
  background-image:url(../images/top_right_steel_blue.gif);
  background-position:top right;
  background-repeat:no-repeat
}

table#calendar td
{
  height:24px;
  font-size:9pt;
  font-weight:700;
  background-color:white;
  font-weight:normal;
  background-image:url(../images/cal_cell_bg_ms_out.gif);
  background-position:center;
  background-repeat:no-repeat
}

table#calendar td.selected
{
  color:#3a6ea5; /*#3a6ea5 #dd6f00*/
  font-weight:bold
}

table#calendar td.empty
{
  background-image:url(../images/spacer.gif)
}

div#calendarEventsTitle
{
  font-size:12pt;
  font-weight:bold;
  color:#3a6ea5;
  border-bottom:1px solid #3a6ea5;
  padding-left:16px
}

iframe#calendarEventsOut
{
  width:100%;
  height:140px;
  display:none
}

div#calendarEventsError
{
  display:none
}
