.ce_chesstable
{
	margin-bottom: 10px;
}

.chesstable 
{
	white-space: nowrap;
    border-spacing: 2px;
    border-collapse: separate;	
}

.chesstable tr.up 
{
	background-color: #abffa9;
}

.chesstable tr.down 
{
	background-color: #ffb7b7;
}

.chesstable tr.high 
{
	background-color: #ffff00;
}

.chesstable td 
{
	border-color: white #adadad #adadad white;
	border-right: 1px solid #adadad;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.chesstable td.place 
{
	font-weight: bold;
	text-align: right;
}

.chesstable td.result 
{
	text-align: center;
	width: 14px;
}

.chesstable td.points 
{
	text-align: right;
}

.chesstable td.rating 
{
	text-align: right;
}

.chesstable td.blindfield 
{
	background-color: #9e9e9e;
	color: #9e9e9e;
}

.chesstable_lightbox 
{
	padding: 10px;
}

.ce_chesstable .update
{
	font-style: italic;
	font-size: 11px;
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;
}

.ce_chesstable .hinweis
{
	font-style: italic;
	font-size: 11px;
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;
}
