/* profileModal layout and style overrides */

h3 {
	color: #222222;
	font-weight: normal;
}

strong {
	font-weight: normal;
	color: #666666;
}

.modalMask {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: white;
	z-index: 11098;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	display: none;
}

.modalLoader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 11099;
	display: none;
}

.round-headings a:hover, .round-headings a.active {
	background: #000000;
}
#profileModal {
	width: 557px;
	padding: 10px;
	height: auto;
	display: none;
	border: 5px solid #191919;
	margin-left: -294px;
	box-shadow: 0 0 12px 3px rgba(0,0,0,0.4)
}
	.profile-container .profile-headshot-and-odds-box {
		float: left;
	}
		#span-profile-headshot {
			margin-left: 0;
			float: none;
		}
		.odds-box {
			margin-top: 10px;
			height: 35px;
			width: 197px;
			background-color: #4e3d83;
		}
			.odds-box img,
			.odds-box .profile-player-odds,
			.odds-box .odds-button-now {
				display: inline-block; *display: inline; *zoom: 1;
				vertical-align: middle;
			}
			.profile-player-odds {
				margin: 0 10px;
			}
				.profile-player-odds .profile-player-odds__title,
				.profile-player-odds .profile-player-odds__amount {
					display: block;
					text-align: center;
				}
				.odds-button-now {
					margin-right: 0;
				}

	.thinner_box {
		width: auto;
		overflow: hidden; /* occupy all non-float width */
	}
		.span-profile-gamestats {
			width: auto;
			float: none;

		}
			.round-stats-box {
				height: 110px;
			}
			.profile-stats-box {
				height: 90px;
			}
			.span-profile-polls-odds {
				/* reset a bunch of existing rules in the stylesheet */
				position: static;
				width: auto;
				height: auto;
				border: 0;
				margin: 0;
				float: none;
				/* replacement rules */
				padding: 5px;
				margin-top: 6px;
				background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
				background: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
				margin-bottom: 6px;
			}
				.votes-status {
					background: none;
					padding-top: 0;
				}
					.votes-status h3 {
						float: left;
						margin-right: 10px;
					}
					.votes-status .current-votes {
						overflow: hidden; /* occupy all non-float width */
						/* reset a bunch of existing rules in the stylesheet */
						font-size: 100%;
						text-align: left;
						padding-bottom: 0;
					}
	.profile-votes {
		margin-top: 0;
		margin-bottom: 0;
	}

	.votes-label {
	}

	.bet_now_popup {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -12px;
		margin-left: -23px;
	}

	.tab-logo-img {
		position: absolute;
		top: 50%;
		margin-top: -11px;
		left: 8px;

	}

	.profile-player-odds_amount {
		position: absolute;
		right: 10px;
		font-size: 14px;
		color: #ffffff;
		top: 50%;
		margin-top: -7px;
	}

	.ineligible-note {
		position: absolute;
		right: 40px;
	}