table.calendar
{
  width: 100%;
  border-width: 2px;
  border-style: solid;
  margin: 0;
  padding: 0;
  border-left-color: rgb(255,255,170);
  border-top-color: rgb(255,255,170);
  border-right-color: rgb(25,25,17);
  border-bottom-color: rgb(25,25,17);
  text-align: center;
  background-image: url(images/papier.gif);
}

table.calendar2
{
  width: 100%;
  border-width: 0;
  border-style: hidden;
  margin: 0;
  padding: 2px;
}

tr.month
{
}

td.month
{
  background-color: rgb(255,255,221);
  text-align: center;
  font-weight: 900;
  font-family: serif;
  font-variant: small-caps;
}

tr.week
{
}

td.cell
{
  text-align: right;
  font-family: sans-serif;
}

td.weekday
{
  font-family: serif;
  font-size: x-small;
  font-variant: small-caps;
  text-align: center;
}

span.weekdaytoday
{
  font-weight: 900;
  text-decoration: underline;
}

span.weekdayweekend
{
  color: rgb(0,128,0);
}

td.today
{
  font-weight: 900;
  margin: 0;
  border-width: 2px;
  background-color: rgb(255,255,204);
  border-left-color: rgb(25,25,17);
  border-top-color: rgb(25,25,17);
  border-right-color: rgb(255,255,170);
  border-bottom-color: rgb(255,255,170);
  text-align: right;
}

span.weekend
{
  color: rgb(0,128,0);
}

span.weeknb
{
  font-size: x-small;
  color: rgb(0,0,192);
}

td.clock
{
  width: 1%;
  border-width: 2px;
  border-style: solid;
  background-color: rgb(0,0,0);
 /* border-color: rgb(102,136,170); */
  border-left-color: rgb(25,25,17);
  border-top-color: rgb(25,25,17);
  border-right-color: rgb(255,255,170);
  border-bottom-color: rgb(255,255,170);
  text-align: center;
}

span.clockhidden
{
  color: rgb(0,0,0);
  font-weight: 700;
}

span.clock
{
  color: rgb(0,221,0);
  font-weight: 700;
}
