body {
	font-family: Arial;
}

.container
{
    margin: 0px;
	padding: 0px;
    width: 940px;
    height: 600px;
	top:0px;
	left: 0px;
    position:absolute;
    background-color: #fff;
	overflow: hidden;
}

#blocker {
    margin: 0px;
	padding: 0px;
    width: 940px;
    height: 600px;
	top:0px;
	left: 0px;
    position:absolute;
    background-image:url('../images/trans.gif');
	display: none;
	z-index: 999999999;
    
}



#loading {
	font-size: 14px;
	background-color: #fff;
	height: 460px;
	padding-top: 240px;
	text-align: center;
	width: 940px;
	position: absolute;
	z-index: 999999999;
	left: 0;
	top: 0;
	color: #777;
}

#map-container {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f9f9f9;
	width: 940px;
	height: 445px;
	overflow: hidden;
	background-image:url('../images/poland-ukraine-map-3D.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.location-marker {
	position: absolute;
	width: 30px;
	height: 15px;
	background-image:url('../images/football_shadow_30x15.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.ball {
	position: absolute;
	width: 50px;
	height: 50px;
	display: none;
	z-index: 999999;
	
}

.ballactive {
	cursor: pointer;
}

.ballactive:hover {

	background-image:url('../images/football_glow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.ballglow {

	background-image:url('../images/football_glow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.ball img {
	padding: 6px 5px 5px 5px;
	position: absolute;
}

#tweets-container {
	position: absolute;
	top: 455px;
	left: 0px;
	width: 940px;
	height: 145px;
}

.tweet-box {
	position: absolute;
	background: #eee;
	width: 307px;
	height: 145px;
}

.tweet-box-header {
	position: absolute;
	background: #008000;
	width: 287px;
	height: 30px;
	padding: 10px;
	color: #fff;
	font-family: Georgia;
}

.tweet-box-avatar {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 5px;
	right: 5px;
	cursor: pointer;
	border: 0px;
}

.tweet-box-footer {
	position: absolute;
	background: #ccc;
	width: 287px;
	height: 12px;
	padding: 4px 10px 4px 10px;
	bottom: 0px;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
}

.tweet-box-footer a {
	color: #fff;
	text-decoration: none;
}

.tweet-box-footer a:hover {
	text-decoration: underline;
}

.tweet-box-tweet {
	position: absolute;
	width: 287px;
	padding: 10px;
	top: 50px;
	color: #666;
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
}

.tweet-box-tweet a {
	color: #008000;
	
}

#sidebar {
	position: absolute;
	top: 0px;
	left: -260px;
	width: 300px;
	height: 445px;
	z-index: 999999;
	overflow: visible;
}

#sidebar p {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	color: #008000;
}

.sidebar-shadow {
	position: absolute;
	top: 0px;
	left: 259px;
}

#sidebar-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 445px;
}

#sidebarToggle {
	position: absolute;
	top:0px;
	left: 260px;
	width: 40px;
	height: 196px;
	cursor: pointer;
	z-index:999999998;
	background-image:url('../images/trans.gif');
}

#groups {
	position: absolute;
	top: 65px;
	left: 18px;
	z-index: 9999999;
	width: 245px;
}
	
#flags {
	position: absolute;
	top: 135px;
	left: 18px;
	z-index: 9999999;
	width: 245px;
}

.flag-button {
	float: left;
	background: #666;
	text-align: center;
	color: #ccc;
	font-size: 12px;
	line-height: 76px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.flag-button:hover {
	width: 36px;
	height: 23px;
	border: 2px solid #008000;
	color: #008000;
	margin: 3px 21px 30px 0px;
	font-weight: bold;
	line-height: 74px;
	background-position: -2px -2px;
}

.flag-button-selected {
	width: 36px;
	height: 23px;
	border: 2px solid #008000;
	color: #008000;
	margin: 3px 21px 30px 0px;
	font-weight: bold;
	line-height: 74px;
	background-position: -2px -2px;
	
}

.flag-button-deselected {
	width: 38px;
	height: 25px;
	margin: 3px 21px 30px 0px;
	background-position: -1px -1px;
	border: 1px solid #ccc;
}

.group-button {
	float: left;
	width: 40px;
	height: 20px;
	margin: 0px 21px 30px 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}

.group-button:hover {
	background: #008000;
}

.group-button-selected {
	background: #008000;
}

.group-button-deselected {
	background: #ccc;
}

#info-text {
	position: absolute;
	top: 355px;
	left: 310px;
	width: 320px;
	height: 75px;
	font-size: 14px;
	font-weight: bold;
	color: #008000;
	text-align: center;
	line-height: 17px;
	display: none;
}

#header-text {
	position: absolute;
	top: 352px;
	left: 0px;
	width:940px;
	font-size: 20px;
	color: #008000;
	font-family: Georgia;
	text-align: center;
	line-height: 35px;
}

#fetching {
	position: absolute;
	top: 352px;
	left: 350px;
	width:240px;
	height: 40px;
	font-size: 20px;
	color: #008000;
	font-family: Georgia;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 200px 0px;
	background-image:url('../images/football_rotationx40-green.gif');
	line-height: 35px;
	display: none;
}

.tweet-counter {
	position: absolute;
	width: 19px;
	height: 20px;
	top: -5px;
	left: 28px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 19px;
}

#flag_0 {
	background-image:url('../images/flags/POLAND-FLAG.png');

}
#flag_1 {
	background-image:url('../images/flags/NETHERLANDS-FLAG.png');

}
#flag_2 {
	background-image:url('../images/flags/SPAIN-FLAG.png');

}
#flag_3 {
	background-image:url('../images/flags/UKRAINE-FLAG.png');

}
#flag_4 {
	background-image:url('../images/flags/GREECE-FLAG-.png');

}
#flag_5 {
	background-image:url('../images/flags/DENMARK-FLAG-.png');

}
#flag_6 {
	background-image:url('../images/flags/ITALY-FLAG.png');

}
#flag_7 {
	background-image:url('../images/flags/SWEDEN-FLAG.png');

}
#flag_8 {
	background-image:url('../images/flags/RUSSIAN-FED-FLAG.png');

}
#flag_9 {
	background-image:url('../images/flags/GERMANY-FLAG-.png');

}
#flag_10 {
	background-image:url('../images/flags/IRELAND-FLAG.png');

}
#flag_11 {
	background-image:url('../images/flags/FRANCE-FLAG-.png');

}
#flag_12 {
	background-image:url('../images/flags/CZECH-REP-FLAG.png');

}
#flag_13 {
	background-image:url('../images/flags/PORTUGAL-FLAG.png');

}
#flag_14 {
	background-image:url('../images/flags/CROATIA-FLAG-.png');

}
#flag_15 {
	background-image:url('../images/flags/ENGLAND-FLAG.png');
	
}

#show-all-button {
	position: absolute;
	right:0px;
	top: 0px;
	color: #fff;
	cursor: pointer;
	background: #008000;
	padding: 5px;
	width: 130px;
	height: 18px;
	font-size: 13px;
	background-image:url('../images/eye.png');
	background-repeat: no-repeat;
	background-position: 105px 3px;
	line-height: 16px;
}

.username {
	font-size: 12px;
	font-family: Arial;
	color: #73c273;
	
}

.username a {
	color: #73c273;
	text-decoration: none;
}

.username a:hover {
	text-decoration: underline;
}
.desc {
	font-size: 11px;
	font-family: Arial;
}

#navs {
	position: absolute;
	right: 5px;
	top: 410px;
	width: 90px;
}
.navButton {
	float: left;
	width: 20px;
	height: 20px;
	background: #008000;
	cursor: pointer;
	margin-right: 10px;
}


