/* SERVER PAGES
-------------------------------------------------------------------------------- */
body.server-page { background-position: 0 0; }
.server {
	background: #ebebeb;
	margin: 21px auto 0 auto;
	padding: 42px 21px 30px 21px;
	width: 620px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,.21) 2px 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.21) 2px 2px 2px;
}
.server h1 {
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 30px 0;
	text-indent: -5000px;
}
.server h3 { display: none; }
.server p {
	color: #727272;
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 475px;
}
#server-404 h1 {
	background-image: url(/_i/server/404.png);
	height: 197px;
}
#server-oops h1 {
	background-image: url(/_i/server/oops.png);
	height: 203px;
}
#server-access h1 {
	background-image: url(/_i/server/access-denied.png);
	height: 282px;
}
.server dl {
	margin: 30px auto 0 auto;
	text-shadow: #fff 1px 1px 0;
	width: 420px;
}
.server dt {
	color: #777;
	font-size: 12px;
	font-weight: bold;
}
.server dd {
	color: #aaa;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 21px;
}

/* User-facing actions */
.server-actions {
	margin: 0 auto;
	width: 474px;
}
.server-actions li { float: left; }
.server-actions li a {
	background: transparent url(/_i/server/server-actions.png) 0 0 no-repeat;
	display: block;
	height: 48px;
	text-indent: -5000px;
}
.server-actions li#server-back a {
	background-position: 0 0;
	width: 148px;
}
.server-actions li#server-back a:hover { background-position: 0 -50px; }
.server-actions li#server-back a:active { background-position: 0 -100px; }
.server-actions li#server-feedback a {
	background-position: -148px 0;
	width: 189px;
}
.server-actions li#server-feedback a:hover { background-position: -148px -50px; }
.server-actions li#server-feedback a:active { background-position: -148px -100px; }
.server-actions li#server-home a {
	background-position: -337px 0;
	width: 137px;
}
.server-actions li#server-home a:hover { background-position: -337px -50px; }
.server-actions li#server-home a:active { background-position: -337px -100px; }


/* OVERLAYS
-------------------------------------------------------------------------------- */
.ui-widget-overlay {
	background: rgba(0,0,0,.42);
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}
.ui-dialog {
	background: #fff;
	border: 3px solid rgba(0,0,0,.12);
	display: none;
	padding: 15px 12px 14px 12px;
	position: absolute !important;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,.42) 0 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.42) 0 2px 2px;
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #eee;
	margin: -3px 0 12px 0;
	padding: 0 69px 7px 0;
	position: relative;
}
.ui-dialog-title {
	font-size: 18px;
	position: relative;
	top: -2px;
}
.ui-dialog-titlebar-close {
	background: #eee url(/_i/themes/btn-bg.png) 0 0 repeat-x;
	border: 1px solid #bbb;
	color: #888;
	cursor: pointer;
	font: normal bold 10px/13px Helvetica, Arial, sans-serif !important;
	margin: 0;
	padding: 5px 8px 2px 8px;
	position: absolute;
	right: 0;
	top: -4px;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0;
	text-transform: uppercase;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: rgba(0,0,0,.12) 0 0 1px;
	-webkit-box-shadow: rgba(0,0,0,.12) 0 0 1px;
}

.overlay-btn {
	background: #2d6cbe url(/_i/themes/btn-bg.png) 0 -12px repeat-x;
	border: 1px solid #1d4483;
	color: #eee;
	cursor: pointer;
	display: inline-block;
	font: normal bold 12px/13px Helvetica, Arial, sans-serif !important;
	margin: 0 1px 2px 1px;
	padding: 8px 12px 6px 12px;
	position: static;
	text-shadow: rgba(0,0,0,.3) -1px -1px 0;
	text-transform: uppercase;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: rgba(0,0,0,.34) 0 1px 1px;
	-webkit-box-shadow: rgba(0,0,0,.34) 0 1px 1px;
}
.overlay-btn.alt {
	background-color: #eee;
	background-position: 0 0;
	border-color: #bbb;
	color: #888;
	text-shadow: #fff 1px 1px 0;
	-moz-box-shadow: rgba(0,0,0,.12) 0 0 1px;
	-webkit-box-shadow: rgba(0,0,0,.12) 0 0 1px;
}
	/* Safari */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.ui-dialog-titlebar-close { padding: 4px 8px 3px 8px; }
	}
.overlay-btn:hover {
	background-color: #1d4483;
	color: #fff;
	text-decoration: none;
}
.ui-dialog-titlebar-close:hover, .overlay-btn.alt:hover {
	background-color: #e2e2e2;
	color: #424242;
	text-decoration: none;
}
.ui-dialog-titlebar-close:active {
	top: -3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.overlay-btn:active {
	position: relative; 
	top: 1px;
}

/* Reg Overlay */
.reg-overlay { display: none; }
.reg-overlay ul {
	display: block;
	text-align: center;
}
.reg-overlay li {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	list-style: none;
	margin: 0 12px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 128px;
	
	zoom:1; 
	*display: inline;
}
.reg-overlay li a { display: block; }
.reg-overlay li a span.icon {
	background: transparent url(/_i/_themes/reg-overlay-icons.png) 0 0 no-repeat;
	display: block;
	height: 76px;
	margin: 0 auto 6px auto;
	width: 76px;
}

.reg-overlay li#reg-captain a span.icon { background-position: 0 0; }
.reg-overlay li#reg-captain a:hover span.icon { background-position: 0 -100px; }
.reg-overlay li#reg-team a span.icon { background-position: 0 -200px; }
.reg-overlay li#reg-team a:hover span.icon { background-position: 0 -300px; }
.reg-overlay li#reg-fa a span.icon { background-position: 0 -400px; }
.reg-overlay li#reg-fa a:hover span.icon { background-position: 0 -500px; }

.reg-overlay strong {
	display: block;
	font-size: 15px;
	margin-bottom: 2px;
}
.reg-overlay em { color: #aaa; }
.reg-overlay span.price {
	background: #f2f2f2;
	color: #484848;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 7px;
	padding: 4px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.reg-overlay span.price sup {
	font-size: 11px;
	margin: 0;
}
.reg-overlay span.price em {
	display: block;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	margin-top: 2px;
}
.reg-overlay span.price em.contribute { margin-top: 0; }




/* WIDGET CLEANUP
-------------------------------------------------------------------------------- */
body.leagueapps-widget { background: transparent !important; }


/* FACEBOOK SHARING
-------------------------------------------------------------------------------- */
p.facebook-share {
	background: #ebedf4;
	border: 1px solid #c9d3e6;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p.facebook-share a {
	background: #29447e;
	color: #fff;
	display: inline-block;
	font: normal bold 13px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 1px;
	margin: 0 0 0 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
p.facebook-share a strong {
	background: #5e77a9;
	border-top: 1px solid #899bc1;
	display: block;
	padding: 4px 7px 5px 7px;
	text-shadow: rgba(0,0,0,.21) 0 1px 1px;
}


/* == TOOL TIPS
-------------------------------------------------------------------------------- */
.tipsy {
	background-repeat: no-repeat;
	background-image: url(/_i/tipsy.gif);
	margin-top: -5px;
	padding: 5px;
	opacity: 0.84;
	filter: alpha(opacity=84);
}
.tipsy-inner {
	background-color: black;
	color: #eee;
	font: normal normal 11px/14px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	max-width: 139px;
	padding: 8px 9px 10px 9px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 1px 1px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 1px 1px;
}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
.tipsy-inner em {
	color: #dfb06b;
	font-style: normal;
}


