#map {
	position: absolute;
	top: 70px;
	left: 10px;
	width: 600px;
	height: 390px;
	background-image: url(../state-images/50state.gif);
}
.state {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 390px;
}
#red_state_header {
	position: absolute;
	top: 40px;
	left: 400px;
	width: 100px;
	height: 40px;
	color: #cc3333;
	font-weight: bold;
	font-size: 25px;
}
#battleground_header {
	position: absolute;
	top: 40px;
	left: 610px;
	width: 170px;
	height: 40px;
	color: #606060;
	font-weight: bold;
	font-size: 25px;
}
#blue_state_header {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 100px;
	height: 40px;
	color: #3333cc;
	font-weight: bold;
	font-size: 25px;
}
#right_panel {
	position: absolute;
	top: 90px;
	left: 610px;
}
.smallertext {
	font-size: 11px;
	font-family: Verdana;	
}

#feedback_title {
	font-size: 0.8em;
	font-family: Arial, Helvetica;
	background-color: #000066;
	color: white;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

#feedback_panel { margin-top: 5px; }

#feedback {
	margin-top: 2px;
}

#feedback pre {
	margin: 0;
	padding: 0;
	
}

#popup {
	position: absolute;
	width: 200px;
	height: 180px;	
	background: #F6F6F6;
	color: black;
	font-size: 12px;
	font-family: Verdana;
	border: 3px groove gray;
	padding: 4px 2px 2px 2px;
}
#popup #popup_title { font-size: 110%; font-weight: bold; }
#popup #menu { margin-left: 6px; }
#popup .assume_blue { color: #3333CC; font-weight: bold; }
#popup .assume_red { color: #CC3333; font-weight: bold; }
#popup .assume_battleground { color: #606060; font-weight: bold; }

#BattlegroundInfo { margin-top: 2px; margin-left: 20px; }

.lean_red { background-color: #ff9999; color: #000000; padding: 1px 3px 1px 3px; }
.lean_blue { background-color: #9999ff; color: #000000; padding: 1px 3px 1px 3px; }
.lean_none { background-color: #cccccc; color: #000000; padding: 1px 3px 1px 3px; }

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	font-family: Verdana;
	font-size: 17px;
}
#links {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 100px;
	font-size: 13px;
}
#bottom {
	position: absolute;
	top: 510px;
	left: 75px;
	font-family: Verdana;
	font-size: 12px;
}

.map .area { outline: none; }

#rollover {
	display: none;
	position: absolute;
	background-color: #EEEEEE;
	border: thin groove black;
	padding: 3px 3px 3px 3px;	
}
