@import url("colors.css");


table.border {
	border-style: solid;
	border-collapse: collapse;
}

table.border tr, table.border th, table.border td {
	border-style: solid;
	border-width: thin;
}

img.valid {
	width: 88px;
	height: 31px;
}

a img.valid {
	color: inherit;
	background-color: inherit;
	border-style: none;
}

@media all {
	a img.valid {
		color: inherit;
		background-color: inherit;
	}
}

form table, form table th, form table td {
	text-align: center;
}

body {
	color: black;
	background-color: white;
}

ins {
	color: inherit;
	background-color: lime;
}

del {
	color: inherit;
	background-color: red;
}

.negative {
	color: red;
	background-color: inherit;
}

.unread {
	color: inherit;
	background-color: yellow;
}

.warning {
	color: red;
	background-color: inherit;
}

.error {
	color: red;
	background-color: inherit;
}

.success {
	color: green;
	background-color: inherit;
}

.content {
	font-family: monospace;
}

.messageheader {
	font-size: smaller;
}

.currentheader {
	font-weight: bolder;
}

.taketurn {
	text-align: center;
}

table.navbar, table.navbar table {
	width: 100%;
}

table.navbar, table.navbar tr, table.navbar td, table.navbar table {
	border-style: none;
	text-align: center;
}

table.navbar table tr td a {
	font-size: smaller;
}

dt {
	font-weight: bolder;
}


ol.ruleslist {
	list-style-type: upper-roman;
}

ol.rulesection {
	list-style-type: decimal;
}

table.board {
	width: 100%;
	table-layout: fixed;
	border-style: outset;
}

table.board td {
	text-align: center;
}

table.board td.square {
	border-style: inset;
	border-width: thin;
}

ul.playerslist, ul.squareslist, ul.proposalslist, ul.mailinfo, ul.tradelist, ul.tradecontents {
	list-style-type: none;
}

table.trade th {
	padding: 1ex;
}

tr.tradecontents td {
	text-align: left;
}

table.maillist tr td {
	text-align: center;
}

a.availableunit {
	color: inherit;
	background-color: yellow;
}
