/* hovered table rows */
table tr:hover,
table tr.hover,
table tr:hover th, 
table tr.hover th
{
    background:#FFFF66;
    color:#000000;
}
table tr.deleted
{
    background:#CC0000;
    color:#000000;
} 
input[type=checkbox] {
	clear: none;
	float: none;
	margin: 0px 6px 0px 6px;
	display: inline;
	width: auto;
}
input, textarea {
	clear: none;
	float: none;
	display: inline;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	/* width: 100%; */
}
form {
	width:100%;
}

div.calendar table td {
font-size:6pt;
min-width:14%;
}
div.calendar table td.code {
width:auto;
}
