body, html {
	margin: 0 10%;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
}

#top {
	background: #333;
	padding: 1em 1em 0 1em;
	margin-top: 1em;
	border-bottom: 2px solid #000;
}

#content p {
	font-size: 0.9em;
}

#checkinfo {
	float:left;
	margin: 1em 0;
}

#checkinfo h2, #checkinfo p {
	font-size: 0.8em;
	margin: 0;
}

#checkinfo h2 {
	font-size: 1.3em;
}

#datetime {
	float: right;
	margin: 1em 0;
}

#datetime h3, #datetime p {
	font-size: 0.7em;
	text-align: right;
	margin: 0;
}

#footer {
	margin-top: 1em;
	margin-bottom: 2em;
	border-top: 2px solid #999;
}

#footer p {
	margin: 0.2em 0 0 0;
	font-size: 0.7em;
}

.clear {
	clear: both;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse : collapse;
	border-bottom: 1px solid #ccc;
}

table caption {
	background: #ffe066 url(../_img/bg_fc0_tabletop.gif) repeat-x bottom;
	padding: 7px 5px;
	border: 0;
	font-size: 0.9em;
	text-align: left;
}

th {
	background: #ccc url(../_img/bg_ccc_rightshad.gif) repeat-y right;
	text-align: left;
	padding: 5px;
	font-size: 0.9em;
}

td {
	padding: 5px;
	font-size: 0.9em;
	background: #fff url(../_img/bg_fff_rightshad.gif) repeat-y right;
}

tr.odd td {
	background: #eee url(../_img/bg_eee_rightshad.gif) repeat-y right;
}

tr.summary td {
	border-top: 2px solid #999;
	font-weight: bold;
}

a {
	color: #333;
}
