/* EXTRA PANEL */
a#infoPanelCities {
	font-family: Tahoma;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}
a:hover#infoPanelCities {
	color: red;
}
#citiesTitle {
	width: 680px;
	height: 30px;
	font-size: 14pt;
	color: black;
	font-weight: bold;
	text-align: center;
	clear: both;
}
#citiesPanel {
	float: left;
	width: 320px;
	height: auto;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
#citiesSpaceV {
	float: left;
	width: 36px;
	height: 100px;
}
#citiesSpaceH {
	float: left;
	width: 680px;
	height: 20px;
}
/* MINIFORUM */
#phoPanel {
	width: 680px;
	height: auto;
	clear: both;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.phoBox {
	margin: auto;
	width: 650px;
	height: auto;
	clear: both;
}
.phoUser {
	float: left;
	width: 100px;
	height: auto;
}
.phoText {
	float: left;
	width: 550px;
	height: auto;
}
#phoArea {
	width: 300px;
	height: 100px;
}
form#phoForm {
	padding-left: 20px;
}
