article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block}
[hidden] {display: none}
  /* Form defaults */
  button, input, select, textarea { font-size: 100%; margin: 0; padding: 0;}
  label, .radiotab span {float: left; width: 9.5em;
    top: 30px;
    text-align: right;
    vertical-align: baseline;
    padding: 2px 0.5em 2px 0;
  }
  label + span {display:inline-block; margin-top: 2px}
  .labtab > p {padding-left: 10em}
  .labtab label, .radiotab label {float: none; width: auto; top: auto; padding: 0}
  .required {color: red; background: inherit; vertical-align: super; font-size: 10px; line-height: 0}
  /* /Form defaults */

html {
color: #000;
background: #EEE;
padding: 20px 80px;
}
body {
margin: 0;
border: 1px solid #CCC;
border-radius: 5px; -moz-border-radius: 5px;
padding: 0;
color: #000;
background: #FFF;
    box-shadow: 0 0 1em #BBB;
    -moz-box-shadow: 0 0 1em #BBB;
    -webkit-box-shadow: 0 0 1em #BBB;
font-family: "DejaVu Sans",Verdana,sans-serif;
font-size: 13px;
line-height: 17px;
min-width: 320px;
empty-cells: show;
}
:link {color: #00F; background: inherit}
:visited {color: #609; background: inherit}
:link:active,:visited:active,:link:hover,:visited:hover {color: #F00; background: inherit}
h1 {font-size: 24px}
h2 {font-size: 20px}
h3 {font-size: 16px}
blockquote {margin: 1em 40px; color: #444; background: inherit}
figure {font-size: 11px; margin: 1em 40px; color: #444; background: inherit}
code,samp,pre,kbd,blockcode {
color: #060;
background: inherit;
font-family: "DejaVu Sans Mono",monospace
}
abbr[title] {border-bottom: 1px dotted}
table {border-spacing: 0; font-size: 9px; line-height: 12px; border-top: 1px solid #CCC;
border-left: 1px solid #CCC; border-right: 0; border-bottom: 0;}
th {color: #000; background: #DDD; text-align: left}
td, th {border-right: 1px solid #CCC; border-bottom: 1px solid #666;
border-left: 0; border-top: 0; padding: 1px}

td.browser {width: 15%}
td.engine {width: 7%}
td.yes {color: #000; background: #CFC; width: 5%}
td.mostly {color: #000; background: #DFC; width: 5%}
td.partial {color: #000; background: #FFC; width: 5%}
td.no {color: #000; background: #FCC; width: 5%}

body > header {
display: block;
color: #FFF;
/*background: url("../images/header.jpg") #333;*/
background: #C33;
  background-image: -webkit-linear-gradient(top, #C44, #C22);
  background-image:    -moz-linear-gradient(top, #C44, #C22);
  background-image:     -ms-linear-gradient(top, #C44, #C22);
  filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FFCC6666, endColorstr=#FFCC2222);
  background-image:      -o-linear-gradient(top, #C44, #C22);
  background-image:         linear-gradient(top, #C44, #C22);
  /* standard 'linear-gradient' currently unimplemented */
height: 54px;
border-bottom: 1px solid #CCC; padding: 4px 3%; margin: 0;
-moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
}
body > header > h1 {top: 20px; margin: 0; padding: 26px 0 0 0;
font-family: "Caslon Antique","Casablanca Antique",serif;
font-weight: normal;
font-size: 28px;
}
body > header > h1 > a,body > header > h1 > a:link,body > header > h1 > a:visited {color: #FFF; background: inherit; text-decoration: none}
body > section {display: block; margin: 0 200px 0 0; padding: 4px 3%; border-right: 1px solid #CCC; min-height: 200px}
body > footer {
display: block;
color: #999; background: inherit;
border-top: 1px solid #CCC;
-moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
padding: 4px 3%;
margin: 0
}
body > footer :link {color: #99F; background: inherit}
body > footer :visited {color: #C6C; background: inherit}
body > footer :link:active,body > footer :visited:active,body > footer :link:hover,body > footer :visited:hover {color: #F66; background: inherit}
body > footer p {margin: 0; padding: 0}
body > aside {position: absolute; top: 80px; right: 81px; width: 200px; margin: 0; padding: 0}
nav {
  display: block;
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #CCC;
  padding: 0 8px
}

/* Redundant once we change 'ul' to 'menu': */
body > aside > nav > ul {
  list-style-type: none;
  margin: 16px 8px 8px;
  border: 1px solid #CCC;
  padding: 0
}

/* Redundant once we change 'ul' to 'menu': */
aside > nav > ul > li {
  line-height: 26px;
  margin: 2px;
  border: 1px solid #CCC;
  padding: 0
}

body > aside > nav > menu {
  list-style-type: none;
  margin: 16px 8px 8px;
  border: 1px solid #CCC;
  padding: 0
}

aside > nav > menu > li {
  line-height: 26px;
  margin: 2px;
  border: 1px solid #666;
  padding: 0
}

.menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #000;
  background: #CCC;
    background-image: -webkit-linear-gradient(top, #CCC, #DDD);
    background-image:    -moz-linear-gradient(top, #CCC, #DDD);
    background-image:     -ms-linear-gradient(top, #CCC, #DDD);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FFBBBBBB, endColorstr=#FFEEEEEE);
    background-image:      -o-linear-gradient(top, #CCC, #DDD);
    background-image:         linear-gradient(top, #CCC, #DDD);
    /* standard 'linear-gradient' currently unimplemented */
  margin: 0;
  border: 0;
  padding: 2px;
}

.menu li a:hover {
  text-decoration: none;
  color: #FFF;
  background: #666;
    background-image: -webkit-linear-gradient(top, #666, #777);
    background-image:    -moz-linear-gradient(top, #666, #777);
    background-image:     -ms-linear-gradient(top, #666, #777);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FF555555, endColorstr=#FF888888);
    background-image:      -o-linear-gradient(top, #666, #777);
    background-image:         linear-gradient(top, #666, #777);
    /* standard 'linear-gradient' currently unimplemented */
}

.menu li a:active {
  text-decoration: none;
  color: #000;
  background: #999;
    background-image: -webkit-linear-gradient(top, #999, #AAA);
    background-image:    -moz-linear-gradient(top, #999, #AAA);
    background-image:     -ms-linear-gradient(top, #999, #AAA);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FF888888, endColorstr=#FFBBBBBB);
    background-image:      -o-linear-gradient(top, #999, #AAA);
    background-image:         linear-gradient(top, #999, #AAA);
    /* standard 'linear-gradient' currently unimplemented */
}

.key {font-size: 9px; line-height: 10px;}
.backwards {unicode-bidi: bidi-override; direction: rtl}

