.gt-team-list-wrap {
	position: relative;
	margin-top: 26px;
}

.gt-team-list-unit {
	position: relative;
}

.gt-team-list-title {
	position: relative;
	font-family: Tahoma;
	font-size: 12pt;
	color: #003C70;
	margin-bottom: 8px;
}

.gt-team-list-grid {
	position: relative;
	cursor: default;
}

.gt-team-list-grid .custom-blue-btn {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
}

.gt-team-list-grid:hover .custom-blue-btn {
	display: block;
}

.gt-team-list-photo-wrap {
	position: relative;
	display: block;
	outline: none;
	text-decoration: none;
	border: none;
	float: left;
	width: 14%;
}

.gt-team-list-photo-inner {
	position: relative;
	/* border: 1px solid #CCCCCC; */
	background-color: #fff!important;
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	display: block;
	height: 100px;
	padding: 3px;
	width: 100px;	
}

.gt-team-list-data {
	position: relative;
	float: left;
	margin-left: 2%;
	width: 70%;
}

.gt-team-list-date {
	position: relative;
	float: right;
	font: 12px Verdana,"Trebuchet MS",Arial,sans-serif;
	color: #AEAEAE;
	margin-left: 12px;
}

.gt-team-list-description-field {
	position: relative;
	display: block;
	color: #053056;
	height: 28px;
	overflow: hidden;
	line-height: 14px;
}

.custom-blue-txt-fader {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 14px;
	z-index: 10;
}

.gt-team-list-gamestat {
	margin-top: 4px;
}

.gt-team-list-actions {
	margin-top: 8px;	
}

.gt-team-list-lastgame {
	margin-top: 4px;
}

.gt-team-list-members {
	position: relative;
	display: block;
	margin-top: 10px;
	height: 28px;
	overflow: hidden;
	line-height: 14px;
}

.gt-team-list-members a {
	white-space: nowrap;
}

.gt-team-list-member-block {
	position: relative;
	width: 70px;
	height: 100px;
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	margin-right: 4px;
}

.gt-user-card-popup {
	min-width: 300px;
	height: 150px;
	margin-top: 20px;
	padding: 0px 10px 20px 10px;
}

.gt-user-card-wrap {
	display: none;
}

.gt-user-card-data {
	position: relative;
	color: #053056;
}

.gt-user-card-userinfo {
	position: relative;
	margin-top: 10px;
}

.gt-uc-avatar-wrap {
	position: relative;
	float: left;
	width: 120px;
}

.gt-uc-avatar-inner {
	position: relative;
	/* border: 1px solid #CCCCCC; */
	background-color: #fff!important;
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	display: block;
	height: 100px;
	padding: 3px;
	width: 100px;
}

.gt-uc-info {
	position: relative;
	float: left;
}

.gt-uc-date {
	position: relative;
	margin-top: 4px;	
}

.gt-uc-gamestat {
	position: relative;
	margin-top: 4px;	
}

.gt-uc-rating {
	position: relative;
	margin-top: 4px;	
}

.gt-uc-status {
	cursor: default;
	position: absolute;
	bottom: 0px;
	left: 100%;
	display: inline-block;
	padding: 3px 6px;
	text-shadow: 1px 1px #0d2e48;
	white-space: nowrap;
	outline: none;
	border-radius: 2px;
	text-decoration: none
	z-index: 10;
	background: #50C128;
	color: white;
	font: 12px Verdana,"Trebuchet MS",Arial,sans-serif;
}

.gt-uc-status.gt-uc-member {
	background: #004E7C;
}

.gt-uc-avatar-placeholder {
	background: url("images/live_feed_sprite_4.png") no-repeat 3px -179px;
	background-color: #fff!important;
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	display: block;
	float: left;
	height: 42px;
	margin-right: 11px;
	padding: 3px;
	width: 42px;
}

.gt-uc-country-flag {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	top: 3px;
}