body {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

select.nov, input.nov {
	width:100%;
	font-size:9px;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

input.totals {
	width:95%;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	border-style:none none none none;
	background-color:#CCFFFF;
}

td.totals{
	background-color:#CCFFFF;
}

td.hol{
	background-color:#F2F2F2;
}

td.weekend{
	background-color:#FF6666;
}

td.vacunder{
  border-bottom: #000000 dashed 1px;
  font-weight: bold;
  text-align: center;
}

table.vacation{
  font-size:12pt;
}


input.subtotals {
	width:95%;
	text-align:center;
	font-size:11px;
	font-weight:bolder;
	border-style:none none none none;
	background-color:#CCFFFF;
}

input.weeken {
	width:95%;
	text-align:center;
	font-size:11px;
	background-color:#FF6666;
	border-style:none none none none;
}

input.workday {
	width:95%;
	text-align:center;
	font-size:11px;
	border-style:none;
}