
#richelieu-game {
	padding: 0.5em;
	background: #FFF8DC;
	border: solid 1px;
}
#richelieu-gameheader {
	padding: 0.5em;
	margin-bottom: 0.5em;
}
#richelieu-gameheader IMG {
	border: none;
}
#richelieu-board {
	padding: 0.5em;
	background: #25A814;
	margin-bottom: 0.5em;
}
#richelieu-board A:link, #richelieu-board A:visited {
	color: blue;
}

#richelieu-score {
	padding: 0.5em;
	margin-bottom: 1.0em;
	/*border: solid 1px;*/
}

#richelieu-actions {
	padding: 0.5em;
	/*float: left;*/
}
#richelieu-actions UL {
	padding-left: 0.5em;
}
#richelieu-actions LI {
}
#richelieu-actions IMG {
	width: 1.3em;
	border: none;
	padding-right: 0.3em;
	vertical-align: -30%;
}
#richelieu-actions A:link, #richelieu-actions A:visited {
	text-decoration: none;
	padding: 0.2em;
	color: black;
	background-color: #FFF8DC;
}
#richelieu-actions A:hover {
	background-color: #D8D8C4;
	color: red;
}

#richelieu-reserve {
	padding: 0.5em;
	clear: left;
}

#richelieu-messages {
	padding: 0.5em;
	/*border: solid 1px;*/
}

#richelieu-log {
	background: #FFF8DC;
	/*width: 20em;*/
	padding: 0.5em;
	margin-bottom: 0.5em;
	border: solid 1px;
}

#richelieu-log LI {
	margin-bottom: 0.5em;
	/*border: solid 1px;*/
}

#richelieu-gamefooter {
	text-align: center;
	font-size: smaller;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

