html {
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #333333;
	background-color: #e7e7e7;
	font-family: sans-serif;
	font-size: 1.00em;
}

.page {
	margin: auto;
	padding: 5px;
	max-width: 780px;
	border: solid 1px #959596;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	font-size: 0.80em;
}

.page a:link {
	color: #0066cc;
	text-decoration: none;
}
.page a:visited {
	color: #0066cc;
	text-decoration: none
}
.page a:hover {
	color: #114477;
	text-decoration: underline;
}
.page a:active {
}
.page a:focus {
	color: #ff0000;
	text-decoration: none;
}

.page acronym {
	cursor: help;
}

.page pre {
	overflow: auto;
	border: 1px dashed #0066cc;
	padding: 10px;
	font-family: monospace;
}

.page img {
	border: none;
}

.page form fieldset {
	padding: 7px;
}
.page form fieldset legend {
	font-weight: bold;
}
.page form fieldset legend a:link {
	color: #333333;
	text-decoration: none;
}
.page form fieldset legend a:visited {
	color: #333333;
	text-decoration: none;
}
.page form fieldset legend a:hover {
	color: #0066cc;
	text-decoration: none;
}
.page form fieldset legend a:active {
}
.page form fieldset legend a:focus {
	color: #ff0000;
	text-decoration: none;
}

.page form .text {
	border: solid 1px #959596;
}
.page form .date {
	text-align: center;
}
.page form .button {
	border: solid 1px #959596;
}
.page form .image {
	vertical-align: middle;
}

.page .header {
}
.page .header img {
	vertical-align: text-bottom;
}
.page .header .logo {
	display: inline;
	float: left;
}
.page .header .title {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.80em;
}
.page .header .title a:link {
	color: #333333;
	text-decoration: none;
}
.page .header .title a:visited {
	color: #333333;
	text-decoration: none;
}
.page .header .title a:hover {
	color: #0066cc;
	text-decoration: none;
}
.page .header .title a:active {
}
.page .header .title a:focus {
	color: #ff0000;
	text-decoration: none;
}
.page .header .actions {
	display: inline;
	float: right;
}
.page .menu {
	margin-top: 0.50em;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: solid 1px #959596;
	border-bottom: solid 1px #959596;
	font-weight: bold;
}

.page .menu .item {
	display: inline;
}
.page .menu .item + .item:before {
	content: ":: ";
}
.page .menu .item:after {
	content: " ";
}

.page .menu a:link {
	color: #333333;
	text-decoration: none;
}
.page .menu a:visited {
	color: #333333;
	text-decoration: none;
}
.page .menu a:hover {
	color: #0066cc;
	text-decoration: none;
}
.page .menu a:active {
}
.page .menu a:focus {
	color: #ff0000;
	text-decoration: none;
}

.page .footer {
	margin-top: 0.50em;
	padding-top: 5px;
	border-top: solid 1px #959596;
	text-align: center;
	font-size: 0.90em;
}

.page .main {
	padding: 10px;
}

.page .main .section {
	margin-top: 1.20em;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.20em;
}
.page .main .section a:link {
	color: #333333;
	text-decoration: none;
}
.page .main .section a:visited {
	color: #333333;
	text-decoration: none
}
.page .main .section a:hover {
	color: #0066cc;
	text-decoration: none;
}
.page .main .section a:active {
}
.page .main .section a:focus {
	color: #ff0000;
	text-decoration: none;
}

.page .main .subsection {
	margin-top: 1.00em;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.10em;
}
.page .main .subsection a:link {
	color: #333333;
	text-decoration: none;
}
.page .main .subsection a:visited {
	color: #333333;
	text-decoration: none
}
.page .main .subsection a:hover {
	color: #0066cc;
	text-decoration: none;
}
.page .main .subsection a:active {
}
.page .main .subsection a:focus {
	color: #ff0000;
	text-decoration: none;
}

.page .main .datalist {
}

.page .main .datalist .item {
	display: inline;
}
.page .main .datalist .item + .item:before {
	content: "| ";
}
.page .main .datalist .item:after {
	content: " ";
}

.page .main table.datalist {
	border-collapse: collapse;
}
.page .main .datalist th {
	border-bottom: solid 1px #959596;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}
.page .main .datalist td {
	padding: 0px;
}
.page .main .datalist td.key {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
.page .main .datalist td.altkey {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
.page .main .datalist td.value {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
.page .main .datalist td.number {
	text-align: right;
}
.page .main .datalist td.total {
	font-weight: bold;
}
.page .main .datalist td.date {
	text-align: center;
}
.page .main .datalist td.host {
	text-align: center;
	font-family: monospace;
}
.page .main .datalist td.useragent {
	font-family: monospace;
}
.page .main .datalist td.ip {
	text-align: center;
}

