/* css style sheet for printing the calendar/edit page */

body {
	background-color: white;
}

.box_outer {
	background-color: rgb(0,120,120);
	color: white;
	font-size: 16pt;
	font-weight: bold;
}

.box_inner {
	padding: 5px;
	border: 2px solid rgb(120,120,0);
}

th {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}

th.noul {
	font-weight: bold;
	text-align: left;
}

tr.even {
	background-color: rgb(192,192,192);
}

tr.odd {
	background-color: white;
}

input {
	display: none;
}

select {
	display: none;
}

.fe {
	display: none;
}

span.pr {
	display: inline;
}
