* {
	margin: 0;
	padding: 0;
}

[align="center"] {
	display: none;
}

body {
	background: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 10pt;
}

h1 {
	background: #efd;
	padding: 5px 10px;
}

nav {
	background: #f9fff3;
	padding: 5px 10px;
}

h2 {
	padding: 20px 20px 0;
	color: #090;
}

table {
	margin: 20px;
	border-collapse: collapse;
	margin-bottom: 1em;
	clear: both;
}

th, td {
	border: 1px solid #000;
	padding: 2px 6px;
}

th {
	background: #efd;
	font-weight: normal;
}

caption {
	text-align: left;
}

footer {
	border-top: 1px solid #999;
	padding: 5px 10px;
	margin-top: 40px;
	text-align: center;
	color: #666;
}

a {
	color: #06c;
}

th *, td * {
	vertical-align: middle;
}

input[type="date"],
input[type="text"],
input[type="file"],
input[type="number"] {
	width: 95%;
	line-height: 120%;
	padding: 2px 4px;
	margin: 2px 0;
	font-size: 10pt;
	border: 1px solid #ccc;
}

input[type="file"] {
	border: none;
}

:required {
	background: #ffe;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
label {
	cursor: pointer;
}

label {
	margin-left: 0.2em;
}

.no {
	text-align: center;
}

.num {
	text-align: right;
}

.align_c {
	text-align: center;
}

.settled td {
	background: #eee;
	color: #888;
}

.minus {
	color: #e00;
}

.doBtn {
	font-size: 14pt;
	padding: 10px 20px;
	float: left;
	margin: 30px 0 30px 40px;
}

.required {
	background: #ffe;
	border: 1px solid #ccc;
	letter-spacing: 8px;
}

#sumTable {
	float: left;
}

#addItem {
	font-size: 14pt;
	padding: 10px 20px;
	margin: 10px 140px 20px;
}

#warn {
	margin: 0 280px;
	position: relative;
	top: 2.5em;
	line-height: 100%;
}




