DIV.chooser { 
 width:170px;
 color: #000; background: #450;
 background-image: url(img/tr.gif);
 background-position: top right;
 background-repeat: no-repeat;
}
DIV.chooser div { 
 background: transparent;
 background-image: url(img/tl.gif);
 background-position: top left;
 background-repeat: no-repeat;
}
DIV.chooser div div { 
 background: transparent;
 background-image: url(img/br.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
}
DIV.chooser div div div { 
 background: transparent;
 background-image: url(img/bl.gif);
 background-position: bottom left;
 background-repeat: no-repeat;
 padding: 2px;
}

.infDisp {
  cursor: crosshair;
  border: 2px; border-style: none;
  background: #3f6fbf url(img/lcdback.gif);
  height: 66px;
}

.lcd {
  cursor: crosshair;
  border: 0px;
  color: #3050c0; background: transparent;
  font-family: sans-serif,Helvetica,Arial,Verdana;
  font-weight: bold;
  font-size: 13px;
  width: 154px; height: 18px;
  text-align: center;
}

TD.moreInfo {
  padding: 2px;
  background-color: #020;
  text-align: center;
}

.moreInfo { font-size: 10px; font-weight: normal; }

TD.speed {
  cursor: default;
  border: 2px;
  border-style: solid;
  padding: 0px;
  border-color: #450 #450 #450 #450;
  background-color: #303930;
  text-align: center;
}

.speed { background-color: #303930; color: #8b8; font-size: 10px; }

TD.player {
  cursor: default;
  border: 2px;
  border-style: solid;
  padding: 0px;
  border-color: #450 #450 #450 #450;
  background-color: #303930;
  height: 18px;
  text-align: center;
}

.player { background-color: #303930; color: #8b8; font-size: 10px; }

TD.but {
  border: 2px;
  border-style: solid;
  padding: 2px;
  background-color: #222;
  border-color: #450 #450 #450 #450;
  text-align: center;
}

A.playBut {
  background-color: #010;
  border: 1px solid; padding: 0px 1px 0px 1px;
  border-color: #090 #060 #060 #090;
  height: 14px;
  color: #080;
  font-size: 10px;
  font-weight: bold;
}
A.playBut:visited {
  background-color: #010;
  border-color: #090 #060 #060 #090;
  color: #080;
} 
A.playBut:hover {
  background-color: #001f00;
  color: #0f0;
  border-color: #0b0 #080 #080 #0b0;
}

.botBut { background-color: #222; padding: 2px 1px 2px 1px; }

A.selBut {
  background-color: #010;
  border: 1px solid; padding: 0px 2px 0px 2px;
  border-color: #070 #050 #050 #070;
  height: 14px;
  color: #090;
  font-size: 12px;
  font-weight: bold;
}
A.selBut:visited {
  background-color: #010;
  border-color: #070 #050 #050 #070;
  color: #090;
} 
A.selBut:hover {
  background-color: #001a00;
  color: #0c0;
  border-color: #0a0 #070 #070 #0a0;
} 

.selButEmpt {
  background-color: #0f100f;
  border: 1px solid;
  border-color: #060 #060 #060 #060;
  font-size: 12px;
  cursor: default;
}