#dateAddTemplate, #dateRemTemplate {
	display: none;
}
label {
	display: inline;
	float: none;
}
table {
	border-collapse: collapse;
}
table.clayout {
	width: 100%;
}
table.clayout td {
	vertical-align: top;
	border: 0;
}
table.conf {
	border: solid #333333 1px;
	background-color: #EEEEEE;
	text-align: right;
}
table.conf th {
	text-align: center;
	font-size: 0.8em;
}
table.conf td {
	border: solid #333333 1px;
	padding: 0 0 0 1px;
	font-size: 10px;
}
table.conf select, table.conf input {
	background-color: #EEEEEE;
	text-align: right;
	font-size: 1em;
	border: 0;
	width: 100%;
}
table.conf select:focus, table.conf input:focus {
	background-color: white;
}
table.conf input {
	text-align: right;
}
table.conf label {
}
#datesadd {
	border: solid #333333 1px;
	width: 100%;
}
#datesadd input {
	margin: 0 2px 0 2px;
}
#datesadd td {
	border-top: solid #333333 1px;
	border-bottom: solid #333333 1px;
}
.datebox {
	width: 5.5em;
}
legend {
	font-weight: bold;
	font-size: 1.25em;
}
#js_output {
	width: 100%;
}