/* Copyright 1997-2005 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: incubator-import.css,v 1.232 2012/04/18 17:47:41 ijacobs Exp $ */


#Icons {
   margin-top: 1em;
}

#Contents {
   width: 62%;
   margin: 0 2% 1em 4%;
   vertical-align: top;
}

table {
   background: gray;
   color: #000;
}

th {
   background: #c8e3ea;
   color: #000; 
 }

.blueout, .blueout a:link, .blueout a:visited {
   background: #e2edfe;
   color: #e2edfe;
}

.blueout a:hover, .blueout a:focus {
   background: #e2edfe;
   color: #00e;
}

.blueout a:active {
   background: #e2edfe;
   color: #f00;
}

div.blueout {
   margin: -10px 0 0 0;
   padding: 0;
}

div#Tools {
   float: left;
   width: 13em;
   margin: 30px 0 0 0;
   padding: 0 0 0 0.5em;
   border-right: 1px solid gray;
   background: #c8e3ea;
   color: #000;
}

ul#Navigate {
   float: none;
   margin: 0 0 0 -0.8em;
   padding: 0.1em 0 0 0;
   border: none;
   line-height: normal;
   text-indent: 0;
   background: transparent;
   color: #000;
}

ul#Navigate, ul.nav {
   padding-left: 0.8em;
}

ul#Navigate li, ul.nav li {
   padding-left: 0;
   list-style: none;
   font-weight: normal;
}

ul#Navigate li.navcurrent, ul.nav li.navcurrent {
   list-style: disc;
   background: #e6f3f5;
   color: #005a9c;
   font-weight: bold;
}

ul#Navigate li.navcurrent span.currenttext,
ul.nav li.navcurrent span.currenttext {
   padding-left: 0.2em;
   background: #e6f3f5;
   color: #000;
}

ul#Navigate li a:hover, .nav li a:hover,
ul#Navigate li a:focus, .nav li a:focus {
   background: transparent;
   color: #00e;
   text-decoration: underline;
}

div#Search {
   margin: 1em 0 0 -0.5em;
   padding: 0 0 0 0.5em;
   border-top: 1px solid gray;
   background: #cce;
   color: #000;
}

div#Search form {
   padding: 0.3em 0.1em 0.75em 0.3em;
   margin: 0;
}

label img {
   vertical-align: middle;
}

ul#Navigate li span#RSS a {
   margin-left: 0;
   padding: 0.05em 0.3em 0.05em 0.3em;
   border-top: 1px solid #fff;
   border-left: 1px solid #fff;
   background: #f63;
   color: #fff;
   text-align: right;
   text-decoration: none;
   font-weight: bold;
}

div#News h2 {
   margin: 0.5em 0 1em 0;
   background: #fff;
   color: #666;
   text-align: left;
   letter-spacing: 0.75em;
   text-transform: uppercase;
}

div.item {
   float: right;
   width: 100%;
   margin-top: 0;
   margin-bottom: 1em;
}

div.item h3, div.item p {
   margin: 0 0.1em 0.1em 0;
   border-bottom: none;
}

div.item h3 {
   font-size: 100%;
   font-weight: bold;
}

.date {
   padding-right: 0.3em;
}

div.whiteout {
   font-size: 10px;
}

.rfc2119 {
   font-weight: bold;
   text-transform: lowercase;
}
