@import "../base-style.css";


#header {
	margin: 0.5em 3% 0.5em 3%;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
}

#menu {
	float: left;
	margin-left: 1%;
	width: 20%;
	padding: 2%;
}

#menu p {
	font-weight: bold;
}

#menu ul {
	font-weight: normal;
}

#content {
	margin-left: 26%;
	width: 69%;
	padding: 2%;
}

#news {
	font-style: italic;
}

#bottom {
	float: left;
	text-align: right;
	margin: 0.5em 1% 0.5em 1%;
	width: 94%;
	padding: 2%;
}

table.formation {
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	line-height: 0;
}

/* TODO: fix vertical spacing bug in IE 5.5, possibly others */
/*table.formation, table.formation > tr, table.formation > tr > td {
	padding: 2.0em;
	margin: 2.0em 2.0em 2.0em 2.0;
}*/

table.player-move {
	width: 90%;
	border-collapse: collapse;
}

table.player-move td {
	border-style: solid;
	border-width: thin;
	padding: 0.3em;
	vertical-align: bottom;

	/* necessary for IE */
	border-color: #fa4;
}

td.player-move-icon {
	border-style: solid;
	border-width: thin;
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
}

div.footer {
	font-style: italic;
}

div.block {
	clear: right;
}

div.image-index-block {
	clear: both;
}

img.play-thumb {
	float: right;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

img.play-full {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.image-index {
	text-align: center;
	font-weight: bold;
}

div.index-img-out {
	float: left;
	width: 33%;
	height: 220px;
}

div.index-img-in {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
	height: 220px;
}

div.image-index img {
	border: none;
	margin-bottom: 0.5em;
}

ol.faq-answers > li {
	font-weight: bold;
}

ol.faq-answers p, ul, ol {
	font-weight: normal;
}

ol.new-form-guide > li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

dl.links > dt {
	margin-bottom: 0.25em;
	font-size: 1.2em;
	font-weight: bold;
}

dl.links > dd {
	margin-bottom: 1em;
}

dl.article > dt {
	margin-bottom: 0.25em;
	font-weight: bold;
}

dl.article > dd {
	margin-bottom: 1em;
}

