/*************************************************************************/
/*************************** CPCalender Style Sheet **********************/
/*************************************************************************/

a.cpcal_day:link, a.cpcal_day:visited, a.cpcal_day:active {
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #006699;
}

a.cpcal_day:hover {
  text-decoration: underline;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #0099CC;
}

a.cpcal_month:link, a.cpcal_month:visited, a.cpcal_month:active {
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #006699;
}

a.cpcal_month:hover {
  text-decoration: underline;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #0099CC;
}

table.cpcal_cal {
  width: 100%;
  background-color: #000000;
}

table.cpcal_footer {
  width: 100%;
  background-color: #FFFFFF;
}

td.cpcal_hdrMonth {
  color: #333333;
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  background-color: #FFFFFF;
}

td.cpcal_hdrDay {
  color: #FFFFFF;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  background-color: #006699;
}

td.cpcal_day {
  color: #333333;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  padding: 1px 1px 1px 1px;
  background-color: #DFDCCD;
}

td.cpcal_dayEvent {
  color: #333333;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  padding: 1px 1px 1px 1px;
  background-color: #DFDCCD;
}

td.cpcal_dayEmpty {
  background-color: #FFFFFF;
}


