.no-close .ui-dialog-titlebar-close {
display: none;
}
.fixed-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
}
img.chessPiece {max-height:90%; max-width:90%}
.chessdiv {margin-left:auto; margin-right:auto; z-index:100}
.chessdiv table {border:2px #000000 solid}
.chessdiv table td {background-color:#DDDDDD;}
.chessdiv table td.alternate {background-color:#BBBBFF;}
.chessdiv table td.labelCell {background-color:#888888; color:#FFFFFF; font-size:10px}
.chessdiv table td.highlight { 
   -moz-box-shadow:    inset 0 0 15px #00FF00;
   -webkit-box-shadow: inset 0 0 15px #00FF00;
   box-shadow:         inset 0 0 15px #00FF00;
}
.chessdiv table td.highlight.capture, .chessdiv table td.CHECK { 
   -moz-box-shadow:    inset 0 0 15px #FF0000;
   -webkit-box-shadow: inset 0 0 15px #FF0000;
   box-shadow:         inset 0 0 15px #FF0000;
}
.chessdiv table td.highlight.castling, .chessdiv table td.highlight.enpassant { 
   -moz-box-shadow:    inset 0 0 15px #FFFF00;
   -webkit-box-shadow: inset 0 0 15px #FFFF00;
   box-shadow:         inset 0 0 15px #FFFF00;
}
.promotion {
  -moz-box-shadow:    inset 0 0 15px #0000FF;
   -webkit-box-shadow: inset 0 0 15px #0000FF;
   box-shadow:         inset 0 0 15px #0000FF;    
}
.chessdiv.IE table {
    border-spacing:1px;
    border-collapse:separate;
}
.chessdiv.IE table td {
    border: 2px solid transparent;
}
.chessdiv.IE table td.highlight { 
   border:    2px solid #00FF00;
}
.chessdiv.IE table td.highlight.capture, .chessdiv.IE table td.CHECK  { 
   border:    2px solid #FF0000;
}
.chessdiv.IE table td.highlight.castling, .chessdiv.IE table td.highlight.enpassant { 
   border:    2px solid #FFFF00;
}
.IE.promotion {
   border:    2px solid #0000FF;
}
.endgamenote {font-style:italic; color:#00AA33; font-size:10px}
div.message p i b b  { display:none;}
