body {
	font-family: Arial;
}

.container
{
	margin: 0px;
	padding: 0px;
    width: 940px;
    height: 616px;
	top:0px;
	left: 0px;
    position:absolute;
    background-color: #fff;
    border-top: 1px solid #7fbf7f;
	overflow: hidden;
}

#blocker {
    margin: 0px;
	padding: 0px;
    width: 940px;
    height: 617px;
	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: 469px;
	padding-top: 248px;
	text-align: center;
	width: 940px;
	position: absolute;
	z-index: 999999999;
	left: 0;
	top: 0;
	color: #777;
}

#group-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 1000px;
}

#filter-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 385px;
}

.shadow {
-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 2px 10px rgba(0, 0, 0, 0.5);
.box-shadow:         0px 2px 10px rgba(0, 0, 0, 0.5);
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#000000');
}


#left-panel {
	position: absolute;
	top:43px;
	left:0px;
	width: 307px;
	height: 342px;

}

#experts {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 294px;
	height: 342px;
	overflow: hidden;
	
}

#scroll-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 340px;
	overflow: hidden;
	border-top: 1px solid #7fbf7f;
	border-bottom: 1px solid #ddd;
	
}

#disciplines {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 342px;
	
	overflow: hidden;
	

}



#scroll-content {
	font-family: Georgia;
	font-weight: normal;
	color: #666;
	font-size: 18px;
	width: 270px;
	
}


#scroll-bar {
	position: absolute;
	right:9px;
	width: 10px;
	height: 342px;
	z-index: 999999;
	
	
}
#scroll-bar .handle {
		width: 10px;
		height: 54px;
}


#filterList {
	width: 300px;
	list-style: none;
	padding:0px;
	margin:0px;
}

#filterList li {
	float: left;
	height:56px;
	width:56px;
	cursor: pointer;
	margin-right: 1px;
	margin-top: 1px;
}

#filterList li:hover {
	background: #0d3d00;
}

.filterList-selected {
	background: #0d3d00;
}

.filterList-deselected {
	background: #8cc640;
}

.sports-icon {
	width: 56px;
	height: 56px;
}

.expert-image {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 15px 0 10px;
	background: #000;
}

#filterList-experts {
	list-style: none;
	text-indent: 0px;
	padding:0px;
	margin:0px;
}

#filterList-experts li {
	width: 280px;
	text-indent: 0px;
	cursor: pointer;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
}



#filterList-experts li:last-child {
	border-bottom: 0px solid #fff;
}

#filterList-experts li:hover {
	background-color: #0d3d00;
	color: #fff;
}

.expertList-selected {
	background-color: #0d3d00;
	color: #fff;
}

.expertList-deselected {
}

.expert-filter-name {
	font-family: Georgia;
	font-size: 14px;
}

.expert-filter-username {
	font-family: Arial;
	font-size: 12px;
}

.expert-filter-username a {
	color: #8cc640;
	text-decoration: none;
}

.expert-filter-username a:hover {
	text-decoration: underline;
}

.expert-filter-country {
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 10px;
	margin-left: 5px;
}

.expert-filter-bio {
	display: block;
	font-family: Arial;
	font-size: 12px;
	width: 250px;
	padding: 0px 10px 5px 10px;
	line-height: 15px;
	color: #999;
}

.expert-filter-bio a {
	color: #8cc640;
}

#globe-container {
	position: absolute;
	top:0px;
	right:0px;
	width: 623px;
	height: 384px;
	background: #efefef;
}

#faux-globe-container {
	position: absolute;
	top:0px;
	right:0px;
	width: 623px;
	height: 384px;
}

#globe-holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 623px;
	height: 384px;
}

.globeImage {
	position: absolute;
	top:0px;
	right:0px;
	width: 623px;
	height: 384px;
	border: 0px;
}

.marker {
	position: absolute;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	overflow: visible;
	z-index: 2000;
}

.marker-selected {
	background-image:url('../images/red-marker.png');
}

.marker-deselected {
	background-image:url('../images/orange-marker.png');
}

#marker-ring {
	position:absolute;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image:url('../images/ring.png');
	display: none;
	z-index: 999999997;
}

.filter-heading {
	position: absolute;
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	color: #008000;
}

#filter-tabs {
	position: absolute;
	top: 5px;
	left: 0px;
	cursor: pointer;
}

#filter-tabs li {
	float: left;
	display: block;
	padding: 0px 10px 0px 10px;
	height: 20px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	
}

.filter-tab-selected {
	background: #ffffff;
	color: #008000;
	border-right: 1px solid #7fbf7f;
	border-left: 1px solid #7fbf7f;
}

.filter-tab-deselected {
	background: #ffffff;
	color: #999;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.filter-heading {
	padding-left: 5px;
}

#globe-heading {
	top: 5px;
	left: 327px;
}

#info {
	position: absolute;
	bottom: 15px;
	left: 332px;
	color: #008000;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	display: none;
}


.rotateButton {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 170px;
	z-index: 1000;
	cursor: pointer;
	
}

#rightButton {
	right: 10px;
	background-image:url('../images/right-chevron.png');
}

#leftButton {
	left: 327px;
	background-image:url('../images/left-chevron.png');
}

#leftButton:hover {
	background-image:url('../images/left-chevron-hover.png');
}

#rightButton:hover {
	background-image:url('../images/right-chevron-hover.png');
}

#toggle-button {
	position: absolute;
	bottom: -23px;
	right: 0px;
	width: 90px;
	height: 13px;
	cursor: pointer;
	background: #fff;
	color: #008000;
	font-size: 12px;
	padding: 6px 20px 4px 10px;
	background-repeat: no-repeat;
	background-position: 107px 5px;
	background-image:url('../images/close.gif');
	text-align: right;
}

#tweets-heading {
	position: absolute;
	font-family: Georgia;
	font-weight: normal;
	font-size: 20px;
	color: #008000;
	left: 0px;
	top: 398px;
}

#italic-heading {
	font-style: italic;
	color: #666;
}

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

.tweet-icon {
	position: absolute;
	background: #eee;
	width: 100px;
	height: 100px;
	background-image:url('../images/large-icons/AR.gif');
}

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

.torchbearer {
	position: absolute;
	top: 12px;
	left: 119px;
}

.tweet-box-header {
	position: absolute;
	background: #0d3d00;
	width: 307px;
	height: 40px;
	padding: 0px;
	color: #fff;
	font-family: Georgia;
	overflow: hidden;
}

.tweet-box-avatar {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
	cursor: pointer;
	border: 0px;
	opacity:0.9;
  	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.tweet-box-footer {
	position: absolute;
	width: 287px;
	height: 16px;
	padding: 6px 10px 2px 10px;
	bottom: 0px;
	color: #008000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	background-color: #ddd;
}

.tweet-box-footer img {
	position: absolute;
	width: 40px;
	height: 24px;
	top: 0px;
	right: 0px;
	opacity:0.9;
  	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.name {
	font-size: 14px;
	padding: 10px 0 0 50px;
	line-height: 25px;
}

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

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

.username a:hover {
	text-decoration: underline;
}
.desc {
	position: absolute;
	font-size: 11px;
	font-family: Arial;
	left: 50px;
	bottom: 5px;
}

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

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

.tweet-box-tweet {
	position: absolute;
	width: 267px;
	height: 96px;
	padding: 10px 20px 10px 20px;
	top: 45px;
	color: #999;
	font-family: Georgia;
	font-size: 15px;
	line-height: 18px;
}

.no-tweets {
	position: absolute;
	width: 287px;
	height: 96px;
	padding: 10px;
	top: 70px;
	color: #999;
	font-family: Georgia;
	font-size: 15px;
	text-align: center;
}

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

.concentric {
	position: absolute;
	width: 71px;
	height: 71px;
	display: none;
	z-index: 1000;
}

.concentric-selected {

	background-image:url('../images/concentric-red.png');

}

.concentric-deselected {

	background-image:url('../images/concentric.png');

}

#show-all-button {
	position: absolute;
	right:0px;
	top: 0px;
	color: #fff;
	cursor: pointer;
	background-color: #8cc640;
	padding: 5px 5px 5px 10px;
	width: 95px;
	height: 18px;
	font-size: 12px;
	background-image:url('../images/reset.png');
	background-repeat: no-repeat;
	background-position: 80px 3px;
	line-height: 16px;
}

#show-all-button:hover {
	background-color: #0d3d00;
}

.offscreen {
	position: absolute;
	left: -500px;
	top: -500px;
}
