body  { margin:20px } 

div.section  { 
	background-color:#eec;
    width:100%;
	margin-bottom:0.5em; 
	padding:0.5em;
} 

h1  { text-align:center } 

.section h2  { 
	font-weight:lighter;  
	background-color:#aa7; 
	color: black; 
	margin-top:-0.5em;
	padding-left: 0.25em;
    border-bottom: 1px dotted black;
} 

.section h3  { 
	font-weight:lighter; 
	color:black;
	background-color:#FFFFCC; 
} 

.old  { font-size:smaller } 

th, .participants th.name  { 
	background-color:#A0A0A4;
} 

dl.search  { 
	background-color:#FFBFBF; 
	padding:1em;
	padding-top:0.2em; 
	padding-bottom:0.2em;
	width:50%
} 

.wds li:before  { 
	content:"Working Draft: "
} 

.drafts li:before  { 
	content:"Editors' copy: "
} 

.participants .name  { 
	background-color:white;
} 

a.adminpage:link, a.adminpage:visited  { 
	background-color:#e2fafe
} 

.meetings .date  { background-color:#ddb }

table.grid th {
  font-weight: normal;
  text-align: right;
  color: white;
  background-color: #333;
  padding: 3px 6px;
}

table.grid td {
  background-color: #eee;
  padding: 3px 6px;
}

.admin table.grid td {
  background-color: #eaf6ff;
}
