a {
    color: #bfbfbf;
    text-decoration: none;
}
a:visited {
    color: #bfbfbf;
    text-decoration: none;
}
a.class1 {
    color: #bfbfbf;
    text-decoration: none;
}
a.class1:visited {
    color: #bfbfbf;
}
a.class1:hover {
    color: #ac1221;
}
a:hover {
    color: #ac1221;
    text-decoration: none;
}
.whitefg{ color: #ffffff; }
.greyfg{ color: #999999; }
.blackfg{ color: #000000; }
.spotlight{
    background-image: url("/files/img/Darkroom_spotlight.jpg");
    background-repeat: repeat-y }
.darkroom{
    background-image: url("/files/img/PhotoGray_bg_c-1.jpg");
    background-repeat: repeat }
.darkerroom{
    background-image: url("/files/img/PhotoGray_browser_bg-3.jpg");
    background-repeat: repeat }
.lightroom{
    background-image: url("/files/img/PhotoGray_nav_bg.jpg");
    background-repeat: repeat }
.width800{ width: 800px; }
.width1000{ width: 1000px; }
.leftpad100{ padding: 0 0 0 100px }
.leftpad10{ padding: 0 0 0 10px }
.leftpad15{ padding: 0 0 0 15px }
.leftpad20{ padding: 0 0 0 20px }
.nopad{ padding: 0 0 0 0 }
.nomargin{
    margin-top: 0;
    margin-bottom: 0; 
    margin-left: 0;
    margin-right: 0; }
.margin5{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px; }
.margin5v{
    margin-top: 5px;
    margin-bottom: 5px; }
.margin5h{
    margin-left: 5px;
    margin-right: 5px; }
.center{ text-align: center; }
.smalltext{ font-size: 80%; }
div.list{
    width: 120px;
    position: absolute;
    top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 0;
    margin-right: 0; }
div.listex{
    width: 250px;
    position: absolute;
    top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 0;
    margin-right: 0; }
#main {
    width: 867px;
    position: absolute;
    top: 5px;
    margin-left: 120px;
    margin-right: 0;
    padding-left: 3px;
    padding-right: 3px; }

#list_l { left: 0px; }
#list_r { left: 1002px; }
label {
  float:left;
  width:180px;
  margin-right:0.5em;
  padding-top:0.2em;
  padding-left: 10px;
  text-align:right;
  font-weight:bold;
  }

