/**
 * Dumino
 *
 * @package Games
 */

h4 { font-weight: bold; border-bottom: 1px solid #ccc; text-align: center; line-height: 28px; }
.theme2 h4 { border-bottom-color: #444; }

	#col1 {	float: left; width: 300px; margin-right: 28px; }
	#col2 { float: left; margin-right: 28px; text-align: center; }
		#state { margin-top: 12px; text-align: center; font-style: italic;}
	#col3 {	float: left; width: 300px; }

#dumino_players { margin-bottom: 24px; overflow-y: auto; max-height: 450px; }
	#dumino_players div { line-height: 24px; border-bottom: 1px dotted #ccc; padding: 0 5px;}
	.theme2 #dumino_players div { border-bottom-color: #444; }
		#dumino_players div.me { color: #99DDAA; }
		.theme2 #dumino_players div.me { color: #5CAF08; }
		#dumino_players span { float: right; }

#dumino_table { margin-bottom: 12px; background: #202020; }
.theme2 #dumino_table { background-color: #fff; }
	#dumino_table .disable { background: #292929; color: #ccc; }
	.theme2 #dumino_table .disable { background: #ccc; color: #333; }
	#dumino_table td { color: #fff; border: 1px solid #ccc; height: 48px; line-height:48px; width: 48px; text-align: center; vertical-align: middle; font-size: 28px; }
	.theme2 #dumino_table td { color: #333; border-color: #333; }
		#dumino_table td.last { background: #EF9F4A; color: #000; }
		.theme2 #dumino_table td.last { background: #EF9F4A; color: #000; }
		#dumino_table td.sel { background: #99ddaa; color: #000;  }
		.theme2 #dumino_table td.last { background: #EF9F4A; color: #000; }

#dumino_input { margin: 0 auto; width: 200px; text-align: center; }
#dumino_send { width: 98%; line-height: 36px; height: 36px; float: left; display: none; margin-bottom: 12px;}

#dumino_words { overflow-y: auto; height: 540px; width: 100%; float: left; font-size: 13px; font-weight: bold; text-align: center; }
	#dumino_words div { }
	#dumino_words .noword, #dumino_words .noword a {  color: #AA3333; }
	#dumino_words .wordok {	color: #33AA33; }

#dumino_missed { font-size: 13px; }
.game-dumino-ad { margin-top: 12px; }

#chat_dumino_head { height: 22px !important; }
