/* Ulkoasun luokat */

body {
	background-color: #550000;
 margin: 10px;
}

#container {
  border: 2px solid white;
  width: 950px;
  border-collapse: collapse;
}

#content {
  background-color: #a9a9a9;
  border: 2px solid white;
  padding: 15px;
}

#footer {
  background-color: black;
	 color: #a9a9a9;
  padding: 10px;
}

#footer p {
  font-size: 8pt;
  padding: 0;
  margin: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0F0F0F;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: inherit;
}
a:link {
	text-decoration: underline;
	color: inherit;
}
a:visited {
	text-decoration: underline;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: underline;
	color: red;
}

#footer a, #footer a:link, #footer a:visited {
	color: #a9a9a9;
 text-decoration: none;
}

p.attention {
  font-size: 14pt;
  font-weight: bold;
  color: #CD0000;
}

p.legend {
  font-size: 8pt;
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 0;
}

h3 {
  font-size: 14pt;
  margin-top: 5px;
}

/* Katsomotaulukon luokat */

#house {
  border: 0;
  border-collapse: collapse;
  empty-cells: show;
} 

#house td {
  border: 1px solid black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  padding: 0;
  text-align: center;
  width: 18px;
}

#house td.header {
  border: 0;
  padding: 20px 0;
  font-size: 9pt;
  font-weight: bold;
}

#house td.gap {
  border: 0;
  height: 10px;
}

#house td.leftlabel {
  border: 0;
  border-bottom: 1px solid black;
  /* font-size: 9pt;
  font-weight: bold;
  text-align: left; */
  width: 10px;
}

#house td.middlelabel {
  border: 0;
  border-bottom: 1px solid black;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  width: 25px;
}
  
#house td.rightlabel {
  border: 0;
  border-bottom: 1px solid black;
  /* font-size: 9pt;
  font-weight: bold;
  text-align: right; */
  width: 10px;
}

#house td.free {
  background-color: #00CD00;
  cursor: pointer;
}
#house td.reserved {
  background-color: #CD0000;
  cursor: default;
}
#house td.unavailable {
  background-color: #cccccc;
  cursor: default;
}

/* Lomakkeiden luokat */

.buttons {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  margin: 10px;
  margin-bottom: 3px; 
}

form.phase1 select {
  padding: 1px;
  margin: 3px;
  height: 22px;
  width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: white;
  border: 1px solid black;
}
 
form.phase3 label {
   text-align: right;
   width: 120px;
   padding: 3px;
   margin: 3px 10px 0 10px;
}

form.phase3 .textfield {
  padding: 1px;
  margin: 3px;
  height: 22px;
  width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: white;
  border: 1px solid black;
}

form.phase3 .countfield {
  padding: 1px;
  margin: 3px;
  height: 22px;
  width: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: white;
  border: 1px solid black;
}
 
form.phase3 .radiofield {
  padding: 1px;
  margin: 3px;
  height: 22px;
  vertical-align: middle;
  background-color: white;
  border: 1px solid black;
}

form.phase3 select {
  padding: 1px;
  margin: 3px;
  height: 22px;
  width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: white;
  border: 1px solid black;
}

form.phase3 textarea {
  padding: 1px;
  margin: 3px;
  width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: white;
  border: 1px solid black;
}
