/* game cell background color */
table.big_game {
	background-color: #eeeeee;
}
td.delfi_game {
	color: #004186;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
/* small block head */
.smallb_head {
	color: #004186;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
/* small block header height - half of font size */
	margin-top: <?= (int)($smallb['header_height'] / 2 - 8); ?>px;
}
/* small block games lead */
a.smallb_lead {
	color: #007aca;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
/* small block games list */
a.smallb_list {
	color: #007aca;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 0px;
}
/* small block games list indent */
a.smallb_foot {
	color: #007aca;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 16px;
	font-weight: bold;
}
img.sb_arrow {
	margin-left: 14px;
}
table.small_table {
	font-size: 14px;
	text-align: right;
	width: <?= $smallb['width']; ?>px;
	background-color: #ffffff;
	background-image: url(http://g.delfi.lt/y/g/g2/l/smallb_bg1.jpg);
	repeat: no;
}

/* small block games more games link */
span.more_games {
	color: #007aca;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Big block head */
.bigb_head {
	color: #004186;
	font-size: 17px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
/* big block header height - half of font size */
	margin-top: <?= (int)($bigb['header_height'] /*/ 2 - 9*/); ?>px;
}
/* Big block games lead */
a.bigb_lead {
	color: #007aca;
	font-size: 12px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin-left: 0px;
	font-weight: bold;
}
/* big block games list */
a.bigb_list {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	text-align-last: justify;
}
/* game helptext placing */
div.helptext {
	margin-top:   6px;
	margin-left:  10px;
	margin-right: 10px;
}
/* game place */
div.gamel {
	margin-left: 0px;
}
/* report error styles and placing */
div.report_error {
	color: #000000;
	font-size: 10px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
/* game thumbnails do have black border */
img.thumbnail {
    border: 1px solid gray;
}
