#fade{
 display		: none;
 position		: fixed;
 top			: 0%;
 left			: 0%;
 width			: 100%;
 height			: 100%;
 background-color	: black;
 z-index		: 1001;
 -moz-opacity		: 0.75;
 opacity		: 0.75;
 filter			: alpha(opacity=80);
}
#light{
 display		: none;
 position		: absolute;
 top			: 50%;
 left			: 50%;
 width			: auto;
 height			: auto;
 margin-left		: -190px;
 margin-top		: -250px;
 z-index		: 1002;
 overflow		: visible;
}


.adminlist tr.header {
  font-size		: 12px;
  text-align		: center;
}
.adminlist td.header {
  align			: center;
}
.adminlist th.header {
  font-size		: 12px;
  font-weight		: bold;
  text-align		: center;
  border-top		: 1px solid #CCC;
  border-bottom		: 1px solid #CCC;
}


.adminlist td.footer {
  font-size		: 12px;
  text-align		: center;
  border-top		: 1px solid #CCC;
}


.adminlist tr.data {
  font-size		: 12px;
}
