/*==============================================================================
//            Copyright (c) 2009-2010 ichess.co.il
//
//This document contains confidential information which is protected by
//copyright and is proprietary to ichess.co.il. No part
//of this document may be used, copied, disclosed, or conveyed to another
//party without prior written consent of ichess.co.il.
//==============================================================================*/

#op_board {
	float: left;
	margin: 5px;
	display: inline;
	width: 440px;
	height: 280px;
}

#op_title {
	width: 500px;
}

#op_next_moves_table td {
	vertical-align: middle;
}

#op_next_moves_table table * {
	border-width: 0px;
	border-spacing: 0px;
	border-style: inset;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#op_text {
	position: relative;
}
