#container {
  width: 980px;
  margin: 2em auto;
}
#content {
  background-color: white;
  padding: 2em;
}
/* @group Administration */
#Administration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  z-index: 10000;
}
#AdministrationContent {
  padding: 1em 2em;
}
#AdministrationContent h1 {
  font-size: 1em;
  margin-bottom: 0.3em;
}
#Administration a.toggle-administration {
  position: relative;
  bottom: -21px;
  _bottom: -20px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #666;
  background: url(/images/administration.gif) no-repeat center top;
  padding: 2px 0 1px 0;
  display: block;
}
/* @end */
/* @group Administration tables */
#board {
	width: 100%;
	border-collapse: collapse;
}
#board tr {
	border-bottom: 1px solid #aaa;
}
#board th,
#board td {
	padding: .2em .3em;
}
#board th {
	font-size: 85%;
	color: #666666;
	white-space: nowrap;
	background-color: #efefef;
}
#board th.small {
	font-size: 80%;
}
#board td.icons {
	width: 40px;
	white-space: nowrap;
	padding: .2em 1em .2em 0;
}
#board th.center,
#board td.center {
  text-align: center;
}
#board th.border,
#board td.border {
  border-left: 1px solid #aaa;
}
/* @end */