body {
	font-family: serif;
	color: #FDF5E2;
	background-color: #000000
}

h1 {
	color: #F0F0F0;
	margin-bottom: 10px
}

h1.title {
	margin-top: 2px;
	text-align: center;
}

h2 {
	color: #F0F0F0;
	margin-bottom: 5px
}

h3 {
	color: #F0F0F0;
	margin-bottom: 0px
}

h4 {
	color: #F0F0F0;
	margin-bottom: 5px;
	text-decoration: underline
}

th {
	color: #F0F0F0;
}

dt {
	color: #FFFFFF;
	font-weight: bold;
	font-size: larger
}

.Q {
	color: #FFFFA0;
	font-weight: bold;
}

a:link {
	color: #CCCCE6
}

a:visited {
	color: #C0C0E0
}

a:active {
	color: #C0C0FF
}

textarea {
	display: block
}

input.right {
	text-align: right;
}

table.nice {
	border-spacing: 2em 0.1em;
}

table.compact {
	border-spacing: 1em 0.1em;
}

/* tabs as used in RegionDetails2.php */
.tabset_tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 2;
	white-space: nowrap
}

.tabset_tabs li {
	margin: 0 0.5em 0 0.5em;
	padding: 0;
	display: inline
}

.tabset_tabs a {
	color: #000 ! important;
	background-color: #ddd ! important;
	border: 0;
	text-decoration: none;
	padding: 0 0.6em;
}

.tabset_tabs a:hover {
	color: #111 ! important;
	background-color: #eee ! important
}

.tabset_tabs a.active {
	color: #fff ! important;
	background-color: #000 ! important;
	border: 1px solid white;
	border-bottom: 0;
	padding-top: 1px;
	padding-bottom: 1px
}

.tabset_tabs li.firstchild a {
	border-left-width: 1px
}

.tabset_label {
	display: none
}

.tabset_content {
	border-top: 1px solid white;
	position: relative;
	z-index: 1;
	padding: 0.5em 1em;
	display: none
}

.tabset_content_active {
	display: block
}

table.tabtable {
	background-color: #512;
}

table.tabtable th {
	padding: 2px 1em;
	background-color: #311;
}

table.tabtable td {
	padding: 2px 1em;
}

table.tabtable tr.myarmy {
	background-color: #334;
}

table.tabtable tr.even {
	background-color: #623;
}

table.tabtable tr.sums,td.sums,th.sums {
	background-color: #623;
	color: #ddd;
	font-size: 90%;
}

table.tablesorter {
	background-color: #401;
	margin: 10px 0pt 15px;
	font-size: 11pt;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th,table.tablesorter tfoot tr th {
	background-color: #591929;
	border: 1px solid #623;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #FDF5E2;
	padding: 4px;
	background-color: #591929;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color: #501020;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/ArrowDown.png);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/ArrowUp.png);
}

table.tablesorter thead tr .headerSortDown,table.tablesorter thead tr .headerSortUp
	{
	background-color: #512;
}
