body {
	font-size: 10pt;
}

#menu {
	display: none;
}

#report_form {
	display: none;
}

a {
	color: darkblue;
}
a:visited {
	color: darkblue;
}

/* Tables */

table {
	border: 1px solid silver;
	border-collapse: collapse;
}

table td {
	border: 1px solid silver;
	padding: 0.2em;
}

table thead td {
	font-weight: bold;
}

/* Results */

table.results {
	border: 1px solid silver;
	border-collapse: collapse;
}
table.results td {
	padding: 0.4em;
	border: 1px solid silver;
}
table.results thead td {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #EEEEEE;
}
table.results td.category {
	font-weight: bold;
}
table.results td ul {
	list-style-type: none;
}
table.results td.status {
	text-align: center;
}
table.results td.status img {
	width: 25px;
}

/* About */

.about h2 {
	margin-top: 20px;
	margin-bottom: 8px;
}

.about p {
	margin-bottom: 4px;
}

.about ul {
	list-style-type: disc;
	margin-bottom: 5px;
}

.about ul li {
	margin-top: 3px;
	margin-left: 20px;
}

/* Definition lists */

dt {
	font-weight: bold;
	margin-top: 5px;
}

dd {
	margin-left: 20px;
}

/* Template styles */
span.template_primitive {
	display: block;
	font-weight: bold;
	margin: 0.4em 0 0 1em;
}
ul.template_array {
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0.4em 0 0 1em;
}
ul.template_array li {
	margin: 0;
	padding: 0;
}
ul.template_net_soa {
	display: block;
	margin: 0.4em 0 0 1em;
	padding: 0;
	text-align: left;
}
ul.template_net_soa li span.key {
	text-transform: uppercase;
	font-weight: bold;
}
ul.template_array_key_value {
	display: block;
	margin: 0.4em 0 0 1em;
	padding: 0;
	text-align: left;
}
ul.template_array_key_value li span.key {
	font-weight: bold;
}
ul.template_array_key_value li span.value {
	font-weight: bold;
}

#footer h4{
	font-size:8pt;
	font-weight:normal;
	color:#CCCCCC;
	text-align:center;
	padding-top:15px;
}