#map_infos
{
	width: 26em;
	position: absolute;
	top: 0em;
	left: 24em;
	z-index: 2;
	background-image: url('../Images/desert.jpg');
	background-repeat: repeat;
	background-color: #663300;
	border: 3px inset #663300;
}
#map_infos TABLE
{
	width: 100%;
}
#map_infos TABLE TH
{
	cursor: move;
	border: 1px inset #663300;
	border-bottom: 3px inset #663300;
}

#province_infos
{
	width: 22em;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url('../Images/desert.jpg');
	background-repeat: repeat;
	background-color: #663300;
	border: 3px inset #663300;
}
#province_infos TABLE
{
	width: 100%;
}
#province_infos TABLE TH
{
	cursor: move;
	border: 1px inset #663300;
	border-bottom: 3px inset #663300;
}

#province_infos_contents I
{
	display: block;
	font-weight: bold;
	text-align: center;
}

.clickable
{
	cursor: pointer;
}

.clickable:hover
{
	background-color: gold;
	color: red;
}

.panel
{
	display: none;
	position: absolute;
	top: 0em;
	left: 0em;
	z-index: 5;
	background-color: #FFF8DC;
	border: 3px inset #663300;
}

#panel_poptype
{
	left : 1em;
	top: 0.5em;
}

#panel_add_feature
{
	left : 0.5em;
	top: 7em;
}

#panel_commander_unit
{
	left : 0.5em;
	top: 15em;
}

#panel_comname
{
	left : 0.5em;
	top: 15em;
}

#panel_edit_unit
{
	left : 0.5em;
	top: 17em;
}


#panel_landname
{
	left : 1em;
	top: 0em;
}

#panel_edit_commagic
{
	left : 1em;
	top: 18em;
}

UL
{
	margin: 0;
	margin-left: 0.5em;
	padding: 0;
	padding-left: 0.5em;
}

FIELDSET
{
	margin: 1em;
}

FIELDSET LEGEND
{
	color: black;
	background-color: #FFF8DC;
	border: solid 1px silver;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 0.5em;
}

.padding
{
	padding: 0.4em;
}

.padding_h
{
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.width1
{
	width: 40em;
}

.width2
{
	width: 30em;
}

.width3
{
	width: 20em;
}

.province
{
	padding-left: 0.1em;
	padding-right: 0.1em;
	height: 1em;
	background-color: white;
	color: black;
	border: 1px solid black;
	position: absolute;
	text-align: center;
	margin-top: -0.5em;
	cursor: pointer;
}

.province_selected
{
	padding-left: 0.1em;
	padding-right: 0.1em;
	height: 1em;
	background-color: blue;
	color: white;
	border: 1px solid black;
	position: absolute;
	text-align: center;
	margin-top: -0.5em;
	cursor: pointer;
}

.neighbour
{
	padding-left: 0.1em;
	padding-right: 0.1em;
	height: 1em;
	background-color: green;
	color: white;
	border: 1px solid black;
	position: absolute;
	text-align: center;
	margin-top: -0.5em;
	cursor: pointer;
}


.province:hover
{
	background-color: gold;
	color: black;
	border: 1px solid red;
}

.center
{
	text-align: center;
}

.width_full
{
	width: 100%;
}

.desert_button
{
	background-color: #FFF8DC;
	border: 3px inset #663300;
}

.desert_border_simple
{
	border: 3px inset #663300;
}

.text_background
{
	background-color: #FFF8DC;
}

.desert
{
	background-image: url('../Images/desert.jpg');
	background-repeat: repeat;
	background-color: #663300;
	border: 3px inset #663300;
}

