.light_green {
  color: #00CC66;
}


.deep_green {
  color: #339900;
}


.light_blue {
  color: #0099FF;
}


#dialog input {
  border: 1px solid #242222;
  background-color: #F0E9E9;
}


#Ichessboard {
  float: left;
  padding-left: 30px;
  padding-top: 12px;
  width: 463px;
  height: 475px;
  background: url(../images/chessboard.jpg) no-repeat;
  background-position: 30px 12px;
}


#Icell {
  position: relative;
  width: 28px;
  height: 28px;
  background-image: url(../images/cell.gif);
}


#Ipointer {
  position: absolute;
  width: 5px;
  height: 5px;
  background: url(../images/pointer.gif) no-repeat;
  z-index: 2;
}


#Ifunction {
  float: left;
  margin-top: 12px;
  margin-left: 30px;
  padding-top: 20px;
  width: 140px;
  height: 475px;
}


#Ifunction a {
  color: #339900;
}


#Iback {
  position: relative;
  left: 15px;
  top: 25px;
}


#Iback:hover {
  text-decoration: underline;
}


#Icoordinate {
  line-height: 15px;
}


#Iexport a:hover {
  text-decoration: underline;
}