body {
	font-family: arial, verdana;
	font-size: 12px;
}

form {
	margin: 0;
	display: inline;
}

.error {
	background-color: #FF0000;
}

.daysTable {
	cursor: pointer;
	text-align: center;
}

.noLinkDecoration A:link {
	text-decoration: none;
	color: #000000;
}

.noLinkDecoration A:visited {
	text-decoration: none;
	color: #000000;
}

.noLinkDecoration A:active {
	text-decoration: none;
	color: #000000;
}

.noLinkDecoration A:hover {
	text-decoration: underline;
	color: blue;
}

.listofthingshead {
	background-color: #888888;
	font-weight: bold;
}

.listofthings1 {
	background-color: #DDDDDD;
}

.listofthings2 {
	background-color: #BBBBBB;
}

.green {
	background-color: #00CC00;
}

.owntime {
	background-color: #FFFFAA;
	color: #000000;
	font-size: 10pt;
	text-align: center;
}

.freetime {
	background-color: #00CC00;
	color: #000000;
	font-size: 10pt;
	text-align: center;
}

.disfreetime {
	background-color: #00CC00;
	color: #555555;
	font-size: 10pt;
	text-align: center;
}

.linkcursor {
	cursor: pointer;
}

.bookedtime {
	background-color: #EE1111;
	color: #444444;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.printgroup {
	font-size: larger;
}
.cellborder {
	border-style: solid;
	border-width: 1px;
}