hr {
	clear: both;
}

.full {
	width: 95%;
	margin: auto;
}

.half {
	width: 50%;
	margin: auto;
}

.center {
	text-align: center;
}

table#date {
	border: 1px solid white;
	margin: auto;
	border-collapse: collapse;
}

table#date td {
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
	font-size: 10px;
}

table#date th {
	border: 1px solid white;
	border-width: 1px 0;
	text-align: center;
	font-size: 10px;
}

a {
	cursor: pointer;
}

a.submit, input[type="submit"] {
	border: 1px outset black;
	background: #cacaff;
	color: black;
	padding: 2px 6px;
	display: inline-block;
	font: bold 12px sans-serif;
	margin: 0;
	cursor: default;
}

a.submit:active, input[type="submit"]:active {
	border-style: inset;
}

a.button, input[type="button"] {
	border: 1px outset black;
	background: #ececff;
	color: black;
	padding: 2px 6px;
	display: inline-block;
	font: 12px sans-serif;
	margin: 0;
	cursor: default;
}

a.button:active, input[type="button"]:active {
	border-style: inset;
}

.container {
	margin: 24px 12px;
	padding: 3px;
	border: 1px solid #cacaff;
}

.legend {
	border: 1px solid #cacaff;
	background: #9076d0;
	position: relative;
	top: -12px;
	left: 3px;
	padding: 3px;
}

.review {
	padding: 3px;
	border: 1px dashed #cacaff;
	margin: 3px 12px;
	background: #9076d0;
}

