/*
 * Copyright (c) 2005, 2006, 2007 Henri Sivonen
 * Copyright (c) 2007-2008 Mozilla Foundation
 * Copyright (c) 2010-2011 W3C (MIT, ERCIM, Keio)
 *
 * Permission is hereby granted, free of charge, to any person obtaining a 
 * copy of this software and associated documentation files (the "Software"), 
 * to deal in the Software without restriction, including without limitation 
 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 
 * and/or sell copies of the Software, and to permit persons to whom the 
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in 
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
 * DEALINGS IN THE SOFTWARE.
 */
@import url("base.css");
/* @import url("http://validator.w3.org/style/base.css"); */

h1 span {
  border-bottom: none;
}

div, p, li, h2 {
	font-family: sans-serif;
}

h2 {
	font-size: 16px;
}

h2#top {
	margin-left: 3%
}

th, td {
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}

input {
	padding: 0px !important;
}

hr {
	margin-left: 3%;
	margin-right: 3%;
}

img#w3clogo {
	margin-right: 6px !important;
}

img#html5-logo {
  margin-top: 12px;
}

p#tagline {
	margin-left: 27.3em;
}

div#banner {
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 18px
}

div#results,
p#alt-ui,
div#about {
	font: caption;
	margin-top: 0px;
	padding-left: 3%;
	margin-right: 3%;
}

div#about {
	margin-bottom: 12px;
}

p.disclaimer {
	font: caption;
	margin-left: 3%;
	margin-right: 3%;
	border: 1px dotted #666666;
	padding: 2px;
	padding-left: 4px;
}

p#alt-ui {
  margin-top: 0px;
	padding-left: 4.5%;
}

.alert {
	color: black;
	background-color: yellow
}

body {
	font-family: sans-serif;
	font-size: inherit;
	margin: 0;
}

form {
	font-family: inherit;
	font-size: inherit;
	font: caption;
	background-color: #ffffff;
	margin-bottom: .5em;
	padding: 3%;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: inherit;
}

legend {
	font: inherit;
	vertical-align: inherit;
	padding: 0;
}

fieldset {
	font: caption;
	font-family: inherit;
	font-size: inherit;
	padding: 1.5%;
	border: 1px dotted #666666;
	margin: 0;
	background-color: #ffffff;
	vertical-align: inherit;
}

label {
	font: caption;
	vertical-align: baseline;
	padding: 0px;
}

select {
	vertical-align: baseline;
}

textarea {
	font: caption;
	font-size: .85em;
	border: 1px solid;
	margin: 2px 0px 2px 0px;
	padding: 2px;
}

#schema, #doc, #nsfilter {
	width: 99%;
}

table {
	width: 100%;
	table-layout: fixed;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
}

fieldeset td, fieldeset th {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

tr:first-child td, tr:first-child th {
  vertical-align: top;
}

fieldset th {
	padding-left: 0;
	padding-right: 0.4em;
	text-align: right;
	width: 8em;
	font-weight: inherit;
}

fieldset td {
	padding-left: 0;
	padding-right: 0;
}

.stats {
	font-size: 0.85em;	
}

.success {
	padding: 0.5em;
	border: double 6px green;
}

.failure {
	padding: 0.5em;
	border: double 6px red;
}

ol {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 0;
	padding-bottom: 0;
}

li {
	margin: 0;
	padding: 0.5em;
}

li ol {
  padding-right: 0;
  margin-top: 0.5em;
  margin-bottom: 0;
}

li li {
  padding-right: 0;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

.info {
	color: black;
	background-color: #CCFFFF;
}

.warning {
	color: black;
	background-color: #FFFFCC;
}

.error {
	color: black;
	background-color: #FFCCCC;
}

.io, .fatal, .schema {
	color: black;
	background-color: #FF9999;
}

.internal {
	color: black;
	background-color: #FF6666;
}


hr {
	border-top: 1px dotted #666666;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 0;
}

p {
	margin: 0.5em 0 0.5em 0;
}

li p {
  margin: 0;
}

.stats {
  margin-top: 0.75em;
}

.lf {
	color: #222222;
}

.extract b, .source b {
	color: black;
	background-color: #FF6666;
}

ol.source li {
	padding-top: 0;
	padding-bottom: 0;
}

ol.source b, ol.source .b {
	color: black;
	background-color: #FFFFCC;
	font-weight: bold;
}

code {
	white-space: pre;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.error p {
	line-height: 1.8;
}

.error p code {
	border: 1px dashed #999;
	background-color: #fdd;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.warning code {
	border: 1px dashed #999;
	background-color: #ffd;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.extract code {
	background-color: inherit;
	border: none;
	padding: none;
}

dl {
	margin-top: 0.5em;
	margin-bottom: 0;
}

dd {
	margin-left: 1.5em;
	padding-left: 0;
	margin-top: 2px;
}

table.imagereview {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
}

col.img {
	width: 180px;
}

col.alt {
	color: black;
	background-color: #FFFFCC;
}

td.alt span {
	color: black;
	background-color: #FFFFAA;	
}

.imagereview th {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

.imagereview td {
	vertical-align: middle;
}

td.img {
	padding-right: 0.5em;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0.5em;
	text-align: right;
}

img {
	max-height: 180px;
	max-width: 180px;
	-ms-interpolation-mode: bicubic;
}

th.img {
	padding-right: 0.5em;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0.5em;	
	vertical-align: bottom;
	text-align: right;
}

td.alt, td.location {
	text-align: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0;
	padding-bottom: 0.5em;
}

th.alt, th.location {
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0;
	padding-bottom: 0.5em;
	vertical-align: bottom;
}


*[irrelevent], .irrelevant {
  display: none;
}

/* "(required)" text in spec advice */
dd code ~ span {
	color: #666;
}

.copyright {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4;
	padding-left: 3%;
	margin-right: 3%;
	margin-top: 16px;
	color: #7C8395;
}

.copyright p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.copyright, .copyright a {
	text-decoration: none;
}

.copyright a:link, .copyright a:visited {
	color: #A3756E;
}

.copyright a:hover, .copyright a:active {
	color: #7D4A42;
}

@media all and (max-width: 24em) {
	body {
		padding: 3px;
	}
	table, thead, tfoot, tbody, tr, th, td {
		display: block;
		width: 100%;
	}
	th {
		text-align: left;
		padding-bottom: 0;

	}
}
