div.tx-vcdcalendar-pi1 table {
  color:#333333;
  background-color:#eeeeee;
/*  border: 1px  #000099 solid; */
  margin-bottom:10px;
  font-size: 10pt;
}

div.tx-vcdcalendar-pi1 table{
  color:#333333;
  text-decoration:none;
}

div.tx-vcdcalendar-pi1 table td{
  vertical-align: top;
  text-align: left;
  padding: 5px;
  empty-cells:show;
  background-color:#ddeeee;
}

div.tx-vcdcalendar-pi1 table td small{
  font-size:90%;
}

div.tx-vcdcalendar-pi1 table td big{
  font-style:italic;
  font-weight: bold;
  font-size:105%;
}

div.tx-vcdcalendar-pi1 table td.title{
/*  font-size:110%;
  font-weight:bold; */
  font-size: 10px;
  font-weight: bold;
  margin:0px;
  padding-left:5px;
  padding-top:3px;
  padding-bottom:4px;
/*  background-color: #9999cc; */
  background-color: #ff7f00;
  color: #ffffff;
}

div.tx-vcdcalendar-pi1 table th, div.tx-vcdcalendar-pi1 table td.header{
  font-size:100%;
  font-weight:bold;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color:#99cccc;
  color: #ffffff;
}

div.tx-vcdcalendar-pi1 table td.title1{
  font-size:100%;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left:3px;
  padding-right:3px;
  background-color:#ddeeee;
  color: #000099;
}

div.tx-vcdcalendar-pi1 table td.title1_front {
  font-size:100%;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left:3px;
  padding-right:3px;
/*  background-color:#ddeeee; */
  background-color: #c0c0c0;
  color: #000099;
}

div.tx-vcdcalendar-pi1 table td.label{
/*  text-align:right; */
  text-align: left;
  font-weight:bold;
  background-color: #ffffff;
  color: #000099;
}

div.tx-vcdcalendar-pi1 table td.light{
  background-color: #ffffff;
}

div.tx-vcdcalendar-pi1 table td.dark {
  background-color:#ddddee;
}

div.tx-vcdcalendar-pi1 table td.dark_front {
  background-color:#a7d0d1;
}

div.tx-vcdcalendar-pi1 table td.error{
	font-size:90%;
  font-weight:bold;
  background-color: #ddeeee;
  color:#dd0000;
}