/* CSS Document for boxes */
.witspeler {
  height: 20px;
  background-image: url('../pgnviewer/gif/wp.gif');
}
.upperleft {
  background-color: #B48B6A;
  height: 20px;
  width: 4px;
  background-image: url('../images/topleft.gif');
}
.boxHeader {  
  font-size: 9pt; 
  background-color: #B48B6A;
  height: 20px;
  color: #FFF0FF; 
  font-weight: bold; 
  text-decoration: none; 
  cursor: default;
  text-align: center;
}
.upperright {
  background-color: #B48B6A;
  height: 20px;
  width: 4px;
  background-image: url('../images/topright.gif');
}
.middleleft {
  background-color: #B48B6A;
  width: 4px;
  background-image: url('../images/middleleft.gif');
}
.middleright {
  background-color: #B48B6A;
  width: 4px;
  background-image: url('../images/middleright.gif');
}
.bottomleft {
  background-color: #B48B6A;
  height: 4px;
  width: 4px;
  background-image: url('../images/bottomleft.gif');
}
.bottomcenter {
  background-color: #B48B6A;
  height: 4px;
  background-image: url('../images/bottomcenter.gif');
}
.bottomright {
  background-color: #B48B6A;
  height: 4px;
  width: 4px;
  background-image: url('../images/bottomright.gif');
}
.boxtable {
  background-color: #fbfbfb;
}
.imagebutton {
  background-color: #F5F1E9;
  background-repeat: no-repeat; 
  height: 31px;
  color: #B48B6A;
  font-family: verdana,sans-serif;
  font-weight: bold; 
  font-size: 12px; 
  cursor: hand;
}
